Qixing Huang, Guoxin Zhang, Lin Gao, Shimin Hu, Adrian Bustcher, and Leonidas Guibas. An Optimization Approach for Extracting and Encoding Consistent Maps in a Shape Collection, ACM Transactions on Graphics (SIGGRAPH Asia 2012), 31(6).

Abstract:

We introduce a novel approach for computing high quality point-to-point maps among a collection of related shapes. The proposed approach takes as input a sparse set of imperfect initial maps between pairs of shapes and builds a compact data structure which implicitly encodes an improved set of maps between all pairs of shapes. These maps align well with point correspondences selected from initial maps; they map neighboring points to neighboring points; and they provide cycle-consistency, so that map compositions along cycles approximate the identity map. The proposed approach is motivated by the fact that a complete set of maps between all pairs of shapes that admits nearly perfect cycle-consistency are highly redundant and can be represented by compositions of maps through a single base shape. In general, multiple base shapes are needed to adequately cover a diverse collection. Our algorithm sequentially extracts such a small collection of base shapes and creates correspondences from each of these base shapes to all other shapes. These correspondences are found by global optimization on candidate correspondences obtained by diffusing initial maps. These are then used to create a compact graphical data structure from which globally optimal cycle-consistent maps can be extracted using simple graph algorithms. Experimental results on benchmark datasets show that the proposed approach yields significantly better results than state-of-the-art data-driven shape matching methods.

Bibtex:

article{has-hzghbg-12,
 author = {Qixing Huang and Guoxin Zhang and Lin Gao and Shimin Hu and Adrian Bustcher and Leonidas Guibas},
 title = {An Optimization Approach for Extracting and Encoding Consistent Maps in a Shape Collection},
 journal = {ACM Transactions on Graphics},
 issue_date = {December 2012},
 volume = {31},
 issue = {6},
 year = {2012},
 pages = {125:1--125:11},
}