Official implementation of "DepthLM: Metric Depth from Vision Language Models".
We show for the first time that VLMs can achieve comparable accuracy with pure vision models on metric depth estimation, with standard text-based SFT and no architecture chagne, i.e., no dense prediction head or regression/regularization loss is needed. Such simplicity allows DepthLM to train a unified VLM to handle various complex 3D understanding tasks such as speed or time estimation, and metric scale camera pose estimation, which require different architecture or hand-crafted pipelines in pure vision models.
If you find our code useful for your research, please consider citing:
@article{cai2025depthlm,
title={DepthLM: Metric Depth from Vision Language Models},
author={Cai, Zhipeng and Yeh, Ching-Feng and Hu, Xu and Liu, Zhuang and Meyer, Gregory and Lei, Xinjie and Zhao, Changsheng and Li, Shang-Wen and Chandra, Vikas and Shi, Yangyang},
journal={arXiv preprint arXiv:2509.25413},
year={2025},
}
Zhipeng Cai, Meta Inc, homepage: https://zhipengcai.github.io/, email: czptc2h at gmail dot com.
conda create -n DepthLM python=3.12pip install -r requirements.txt (the code is tested with transformers 4.51.1 version)| Model | Link |
|---|---|
| DepthLM (Pixtral 12B) | Download 🤗 |
bash eval.sh <path_to_your_model>bash train.sh <path_to_your_model> <output_path>
DepthLM is FAIR CC-BY-NC licensed, as found in the LICENSE file.
1 commits
Python
98.6%
Shell
1.4%
Official implementation of "DepthLM: Metric Depth from Vision Language Models".
We show for the first time that VLMs can achieve comparable accuracy with pure vision models on metric depth estimation, with standard text-based SFT and no architecture chagne, i.e., no dense prediction head or regression/regularization loss is needed. Such simplicity allows DepthLM to train a unified VLM to handle various complex 3D understanding tasks such as speed or time estimation, and metric scale camera pose estimation, which require different architecture or hand-crafted pipelines in pure vision models.
If you find our code useful for your research, please consider citing:
@article{cai2025depthlm,
title={DepthLM: Metric Depth from Vision Language Models},
author={Cai, Zhipeng and Yeh, Ching-Feng and Hu, Xu and Liu, Zhuang and Meyer, Gregory and Lei, Xinjie and Zhao, Changsheng and Li, Shang-Wen and Chandra, Vikas and Shi, Yangyang},
journal={arXiv preprint arXiv:2509.25413},
year={2025},
}
Zhipeng Cai, Meta Inc, homepage: https://zhipengcai.github.io/, email: czptc2h at gmail dot com.
conda create -n DepthLM python=3.12pip install -r requirements.txt (the code is tested with transformers 4.51.1 version)| Model | Link |
|---|---|
| DepthLM (Pixtral 12B) | Download 🤗 |
bash eval.sh <path_to_your_model>bash train.sh <path_to_your_model> <output_path>
DepthLM is FAIR CC-BY-NC licensed, as found in the LICENSE file.
1 commits
Python
98.6%
Shell
1.4%