paper-with-me

Papers

Geometry Matters: 3D Foundation Priors for Learning Semantic Correspondence

2026-05-28 · Artur Jesslen, Olaf Dünkel, Adam Kortylewski arxiv

Foundation features from self-supervised vision models and text-to-image diffusion models have proven effective for semantic correspondence estimation. However, because these features are learned primarily from 2D image objectives, they lack explicit 3D awareness and often confuse symmetric object sides, repeated parts, and visually similar structures that are distinct in 3D. We introduce a 3D-aware post-training framework that goes beyond available 2D foundation features by incorporating priors from 3D foundation models. Given an image, our method uses SAM3D to estimate object geometry and pose, and refines the pose through render-and-compare optimization. Subsequently, we render PartField descriptors from the reconstructed geometry into the image plane based on the estimated object pose. The resulting geometry-aware feature maps complement DINO and Stable Diffusion features, while geodesic distances on the reconstructed shapes enable reliable filtering of candidate correspondences. We use the filtered matches as supervision to train a lightweight adapter on top of DINO and Stable Diffusion for semantic correspondence. In contrast to prior post-training approaches that require pose annotations and rely on coarse spherical geometry, our method automatically obtains instance-specific 3D structure and uses it to guide correspondence learning. Experiments show that our approach improves semantic correspondence over the prior methods while reducing manual geometric supervision. Code and model can be found at https:/github.com/GenIntel/3D-SC.

📄 PDF Abstract BibTeX arXiv:2605.30093

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic correspondence

Similar Papers 제목 키워드 기반

GS4City: Hierarchical Semantic Gaussian Splatting via City-Model Priors

2026-04-13 · Qilin Zhang, Jinyu Zhu, Olaf Wysocki, Benjamin Busam 외 arxiv

Recent semantic 3D Gaussian Splatting (3DGS) methods primarily rely on 2D foundation models, often yielding ambiguous boundaries and limited support for structured urban semantics. While city models such as CityGML encod…

Semantic SegmentationScene Understanding

Telling Left from Right: Identifying Geometry-Aware Semantic Correspondence

2023-11-28 · CVPR 2024 1 · Junyi Zhang, Charles Herrmann, Junhwa Hur, Eric Chen 외

While pre-trained large-scale vision models have shown significant promise for semantic correspondence, their features often struggle to grasp the geometry and orientation of instances. This paper identifies the importan…

Animal Pose EstimationPose EstimationSemantic correspondence

On Geometric Understanding and Learned Priors in Feed-forward 3D Reconstruction Models

2025-12-12 · Jelena Bratulić, Sudhanshu Mittal, Thomas Brox, Christian Rupprecht arxiv

Feed-forward 3D reconstruction models such as DUSt3R, VGGT, and Depth Anything 3 (DA3) are transformer-based foundation models that infer camera geometry and dense scene structure in a single forward pass. Trained at sca…

3D Reconstruction

SOCO: Benchmarking Semantic Object Correspondence in Vision Foundation Models

2026-05-29 · Olaf Dünkel, Basavaraj Sunagad, Haoran Wang, David T. Hoffmann 외 arxiv

Measuring structured object understanding in vision foundation models remains challenging due to inconsistent evaluation protocols and limited part-level supervision. Semantic correspondence (SC) evaluates this capabilit…

Semantic correspondence3D Pose EstimationImage Matching

Dense Semantic Matching with VGGT Prior

2025-09-25 · Songlin Yang, Tianyi Wei, Yushi Lan, Zeqi Xiao 외 arxiv

Semantic matching aims to establish pixel-level correspondences between instances of the same category and represents a fundamental task in computer vision. Existing approaches suffer from two limitations: (i) Geometric …

Data Augmentation