Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning
Yang You, Yixin Li, Congyue Deng, Yue Wang, Leonidas Guibas
TL;DR
The paper demonstrates that large vision transformers exhibit partial 3D view equivariance and that higher 3D consistency correlates with better pose estimation, tracking, and semantic correspondence. It then shows a simple finetuning strategy using multiview correspondences and the SmoothAP loss to dramatically improve 3D correspondence understanding with minimal data and a lightweight head. The approach yields notable gains across downstream tasks and generalizes from synthetic to real imagery, with additional benefits observed in wild 3D tasks. Overall, the work provides a practical pathway to enhance 3D capabilities of 2D ViTs while keeping training requirements modest.
Abstract
Vision foundation models, particularly the ViT family, have revolutionized image understanding by providing rich semantic features. However, despite their success in 2D comprehension, their abilities on grasping 3D spatial relationships are still unclear. In this work, we evaluate and enhance the 3D awareness of ViT-based models. We begin by systematically assessing their ability to learn 3D equivariant features, specifically examining the consistency of semantic embeddings across different viewpoints. Our findings indicate that improved 3D equivariance leads to better performance on various downstream tasks, including pose estimation, tracking, and semantic transfer. Building on this insight, we propose a simple yet effective finetuning strategy based on 3D correspondences, which significantly enhances the 3D correspondence understanding of existing vision models. Remarkably, finetuning on a single object for one iteration results in substantial gains. Our code is available at https://github.com/qq456cvb/3DCorrEnhance.
