SemAlign3D: Semantic Correspondence between RGB-Images through Aligning 3D Object-Class Representations
Krispin Wandel, Hesheng Wang
TL;DR
SemAlign3D tackles robust semantic correspondence by aligning 3D object-class representations with RGB images. It builds these 3D representations from monocular depth and large vision model features and optimizes a gradient-based alignment energy to match object instances. On SPair-71k, it achieves state-of-the-art PCK@0.1 with substantial gains across rigid categories and a notable overall improvement, highlighting data efficiency and robustness. The work points to a promising direction for 3D-aware, data-efficient semantic alignment and discusses runtime considerations and avenues for future extensions.
Abstract
Semantic correspondence made tremendous progress through the recent advancements of large vision models (LVM). While these LVMs have been shown to reliably capture local semantics, the same can currently not be said for capturing global geometric relationships between semantic object regions. This problem leads to unreliable performance for semantic correspondence between images with extreme view variation. In this work, we aim to leverage monocular depth estimates to capture these geometric relationships for more robust and data-efficient semantic correspondence. First, we introduce a simple but effective method to build 3D object-class representations from monocular depth estimates and LVM features using a sparsely annotated image correspondence dataset. Second, we formulate an alignment energy that can be minimized using gradient descent to obtain an alignment between the 3D object-class representation and the object-class instance in the input RGB-image. Our method achieves state-of-the-art matching accuracy in multiple categories on the challenging SPair-71k dataset, increasing the PCK@0.1 score by more than 10 points on three categories and overall by 3.3 points from 85.6% to 88.9%. Additional resources and code are available at https://dub.sh/semalign3d.
