Möbius Voting For Surface Correspondence
Yaron Lipman, Thomas Funkhouser
In ACM Transactions on Graphics, 28(3), July 2009.
Abstract: The goal of our work is to develop an efficient, automatic algorithm for discovering point correspondences between surfaces that are approximately and/or partially isometric.

Our approach is based on three observations. First, isometries are a subset of the Möbius group, which has low-dimensionality -- six degrees of freedom for topological spheres, and three for topological discs. Second, computing the Möbius transformation that interpolates any three points can be computed in closed-form after a mid-edge flattening to the complex plane. Third, deviations from isometry can be modeled by a transportation-type distance between corresponding points in that plane.

Motivated by these observations, we have developed a Möbius Voting algorithm that iteratively: 1) samples a triplet of three random points from each of two point sets, 2) uses the Möbius transformations defined by those triplets to map both point sets into a canonical coordinate frame on the complex plane, and 3) produces "votes" for predicted correspondences between the mutually closest points with magnitude representing their estimated deviation from isometry. The result of this process is a fuzzy correspondence matrix, which is converted to a permutation matrix with simple matrix operations and output as a discrete set of point correspondences with confidence values.

The main advantage of this algorithm is that it can find intrinsic point correspondences in cases of extreme deformation. During experiments with a variety of data sets, we find that it is able to find dozens of point correspondences between different object types in different poses fully automatically.
Article URL: http://doi.acm.org/10.1145/1531326.1531378
BibTeX format:
@article{Lipman:2009:MVF,
  author = {Yaron Lipman and Thomas Funkhouser},
  title = {Möbius Voting For Surface Correspondence},
  journal = {ACM Transactions on Graphics},
  volume = {28},
  number = {3},
  pages = {72:1--72:12},
  month = jul,
  year = {2009},
}
Search for more articles by Yaron Lipman.
Search for more articles by Thomas Funkhouser.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."