An Integer Linear Programming Approach to Geometrically Consistent Partial-Partial Shape Matching
Viktoria Ehm, Paul Roetzer, Florian Bernard, Daniel Cremers
TL;DR
This work tackles partial-partial 3D shape matching, where both shapes are incompletely observed, by introducing the first integer linear programming (ILP) formulation that enforces geometric consistency to infer the unknown overlap and recover neighbourhood-preserving correspondences. It builds on surface-cycle representations and product graphs to encode per-triangle matching as coupled subproblems, augmented with injectivity and surjectivity constraints to handle overlap. The ILP objective combines per-edge matching costs with overlap probabilities via a weighting parameter $\lambda$, and a coarse-to-fine strategy scales the approach to higher resolutions. Empirical results on CP2P24 and PSMAL show superior overlap prediction and geodesic accuracy compared to learning-based baselines, with competitive smoothness and improved scalability over prior non-linear methods. The approach offers a principled, scalable pathway for robust partial-partial matching in realistic 3D scanning scenarios while enabling overlap-aware post-processing and downstream tasks.
Abstract
The task of establishing correspondences between two 3D shapes is a long-standing challenge in computer vision. While numerous studies address full-full and partial-full 3D shape matching, only a limited number of works have explored the partial-partial setting, very likely due to its unique challenges: we must compute accurate correspondences while at the same time find the unknown overlapping region. Nevertheless, partial-partial 3D shape matching reflects the most realistic setting, as in many real-world cases, such as 3D scanning, shapes are only partially observable. In this work, we introduce the first integer linear programming approach specifically designed to address the distinctive challenges of partial-partial shape matching. Our method leverages geometric consistency as a strong prior, enabling both robust estimation of the overlapping region and computation of neighbourhood-preserving correspondences. We empirically demonstrate that our approach achieves high-quality matching results both in terms of matching error and smoothness. Moreover, we show that our method is more scalable than previous formalisms.
