paper-with-me

홈 › Papers

Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data

2024-01-19 · CVPR 2024 1 · Lihe Yang, Bingyi Kang, Zilong Huang, Xiaogang Xu, Jiashi Feng, Hengshuang Zhao

This work presents Depth Anything, a highly practical solution for robust monocular depth estimation. Without pursuing novel technical modules, we aim to build a simple yet powerful foundation model dealing with any images under any circumstances. To this end, we scale up the dataset by designing a data engine to collect and automatically annotate large-scale unlabeled data (~62M), which significantly enlarges the data coverage and thus is able to reduce the generalization error. We investigate two simple yet effective strategies that make data scaling-up promising. First, a more challenging optimization target is created by leveraging data augmentation tools. It compels the model to actively seek extra visual knowledge and acquire robust representations. Second, an auxiliary supervision is developed to enforce the model to inherit rich semantic priors from pre-trained encoders. We evaluate its zero-shot capabilities extensively, including six public datasets and randomly captured photos. It demonstrates impressive generalization ability. Further, through fine-tuning it with metric depth information from NYUv2 and KITTI, new SOTAs are set. Our better depth model also results in a better depth-conditioned ControlNet. Our models are released at https://github.com/LiheYoung/Depth-Anything.

📄 PDF Abstract BibTeX arXiv:2401.10891

Code (7)

LiheYoung/Depth-Anything 공식 구현 pytorch
JTRNEO/SynRS3D pytorch
MindCode-4/code-3/tree/main/depth_anything mindspore
duan-song/SATNet pytorch
fabio-sim/Depth-Anything-ONNX pytorch
greatenanoymous/monodpt_grasp pytorch
spacewalk01/depth-anything-tensorrt pytorch

Tasks

Data AugmentationDepth EstimationMonocular Depth EstimationSemantic Segmentation

Similar Papers 제목 키워드 기반

Prompting Depth Anything for 4K Resolution Accurate Metric Depth Estimation

2024-12-18 · CVPR 2025 1 · Haotong Lin, Sida Peng, Jingxiao Chen, Songyou Peng 외

Prompts play a critical role in unleashing the power of language and vision foundation models for specific tasks. For the first time, we introduce prompting into depth foundation models, creating a new paradigm for metri…

3D Reconstruction4kDecoderDepth Estimation+1

UDPNet: Unleashing Depth-based Priors for Robust Image Dehazing

2026-01-11 · Zengyuan Zuo, Junjun Jiang, Gang Wu, Xianming Liu arxiv

Image dehazing has witnessed significant advancements with the development of deep learning models. However, most existing methods focus solely on single-modal RGB features, neglecting the inherent correlation between sc…

Computational EfficiencyDepth EstimationImage Dehazing

SAM3D: Zero-Shot 3D Object Detection via Segment Anything Model

2023-06-04 · Dingyuan Zhang, Dingkang Liang, Hongcheng Yang, Zhikang Zou 외

With the development of large language models, many remarkable linguistic systems like ChatGPT have thrived and achieved astonishing success on many tasks, showing the incredible power of foundation models. In the spirit…

3D Object DetectionImage SegmentationObjectobject-detection+2

ReDepth Anything: Test-Time Depth Refinement via Self-Supervised Re-lighting

2025-12-19 · Ananta R. Bhattarai, Helge Rhodin arxiv

Monocular depth estimation remains challenging, as foundation models such as Depth Anything V2 (DA-V2) struggle with real-world images that are far from the training distribution. We introduce Re-Depth Anything, a test-t…

Monocular Depth Estimation

Depth Anything V2

2024-06-13 · Lihe Yang, Bingyi Kang, Zilong Huang, Zhen Zhao 외

This work presents Depth Anything V2. Without pursuing fancy techniques, we aim to reveal crucial findings to pave the way towards building a powerful monocular depth estimation model. Notably, compared with V1, this ver…

Depth EstimationDiversityMonocular Depth Estimation