VLM3: Vision Language Models Are Native 3D Learners
Summary
This paper proposes VLM3, a method that adapts vision language models for 3D understanding tasks through simple architectural modifications and text-based training, achieving competitive performance without complex designs. It demonstrates significant improvements in depth estimation accuracy and enables diverse 3D tasks like pixel correspondence, camera pose estimation, and object-level understanding.
View Cached Full Text
Cached at: 06/01/26, 03:18 AM
Paper page - VLM3: Vision Language Models Are Native 3D Learners
Source: https://huggingface.co/papers/2605.30561
Abstract
Vision Language Models can be adapted for 3D understanding tasks through simple architectural modifications and text-based training, achieving performance comparable to specialized vision models without requiring complex designs or extensive data augmentation.
Vision Language Models(VLMs) enable a unified model to solve various vision tasks through prompting. They have shown promising performance in semantic understanding. However,3D understandingstill largely relies on expert vision models with complex task-specific designs. The key argument this work wants to make is that VLMs are native 3D learners. Our in-depth large scale study shows that 1)focal length unification, 2)text-based pixel referenceand 3)data mixtureandscaling, are all you need for effective 3D learning. Model architecture changes, large models, heavy data augmentations, and complex losses including the regression formulation, many of which form the foundation of expert vision models, are actually not necessary conditions. As a result, we propose VLM3, a scalable method with the simplest design that enables standard VLMs to master diverse 3D tasks. VLM3 not only advances the VLMdepth estimationaccuracy by a large margin (0.84 -> 0.9), but also enables diverse 3D tasks such aspixel correspondence,camera pose estimationandobject-level 3D understanding, matching expert vision model accuracy while maintaining standard architectures and text-based training. We believe VLM3 opens up a new paradigm for simple and scalable 3D learning.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2605\.30561
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.30561 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.30561 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.30561 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Does AI Understand Imaging? A Systematic Benchmark of Agentic AI for Computational Imaging Tasks
This paper introduces ImagingBench, a benchmark of 20 computational imaging tasks to evaluate agentic AI systems' ability to handle physics-based imaging problems, finding that current models, including Gemini, GPT, and Qwen, perform poorly compared to specialized methods.
Evaluation of Multilingual Ability to Use Spatial Deictic Expressions in Vision-Language Models
This paper develops a benchmark to evaluate the multilingual ability of vision-language models to use spatial deictic expressions (e.g., 'this', 'that') across four languages, revealing that models differ from humans in selecting appropriate demonstratives based on distance.
Reward Valuation in Vision Language Models: Causal Mechanisms Underlying Anhedonia
This paper investigates whether vision-language models exhibit reward valuation circuits analogous to those in humans. By perturbing functionally identified reward-anticipatory units, the authors induce anhedonia-like behavioral deficits in the model, mirroring clinical motivational impairments.
@rohanpaul_ai: A 1B-parameter vision model just beat a 7B one on depth, frozen, single linear layer, zero fine-tuning. @robbyant_brain…
Robbyant releases LingBot-Vision, a 1B-parameter vision model trained on boundaries that achieves better depth estimation than DINOv3-7B, with open weights.
Bridging Physical Reasoning and Task Generalization via Visual Action Outcome Reasoning Alignment
VAORA proposes a novel reward design for vision-language models that aligns reasoning with visual contexts and action outcomes, improving physical reasoning and generalization across unseen tasks and environments.