VLRC: Vision-Language Reprojection Consistency as a scalable signal for better feed-forward 3D pretraining
Summary
Vision-Language Reprojection Consistency (VLRC) is introduced as a scalable auxiliary objective for feed-forward 3D models, addressing limitations of expensive geometric supervision and ambiguous photometric self-supervision. VLRC leverages frozen vision-language representations as semantic multi-view supervision. It operates by reprojecting dense vision-language features across views from a predicted 3D reconstruction and enforcing feature consistency at corresponding image locations, requiring no additional 3D annotations. This objective integrates with self-supervised monocular reconstruction (e.g., SS3D) and supervised-pretrained models (e.g., VGGT) during unlabeled adaptation. Experiments on indoor and outdoor benchmarks, including KITTI and NYUv2 for depth, and ScanNet200 for segmentation, demonstrate consistent gains in 3D reconstruction accuracy, depth, camera estimation, and improved zero-shot open-vocabulary 3D semantic segmentation.
Key takeaway
For Machine Learning Engineers developing 3D reconstruction systems, integrating Vision-Language Reprojection Consistency (VLRC) into your training pipeline can significantly improve geometric accuracy and semantic understanding. You should consider applying VLRC as an auxiliary objective to enhance depth and camera estimation, especially when working with self-supervised or unlabeled adaptation scenarios. This approach will lead to more robust 3D models that better support open-vocabulary semantic segmentation.
Key insights
VLRC uses vision-language feature consistency across reprojected views as a scalable signal to improve 3D geometry and semantic alignment.
Principles
- Inconsistent vision-language features across views signal misaligned 3D geometry.
- Aligning geometry with language-grounded features enhances 3D semantic understanding.
Method
VLRC reprojects dense vision-language features from a source view to a target view via predicted 3D structure. It then enforces cosine similarity between these reprojected features and the target view's features.
In practice
- Improve depth and camera pose estimation in 3D models.
- Enable coherent multi-view semantic fusion for open-vocabulary 3D scene understanding.
Topics
- 3D Reconstruction
- Vision-Language Models
- Self-Supervised Learning
- Semantic Segmentation
- Depth Estimation
- Camera Pose Estimation
- Multi-View Geometry
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.