paper-with-me

Papers

DepthART: Monocular Depth Estimation as Autoregressive Refinement Task

2024-09-23 · Bulat Gabdullin, Nina Konovalova, Nikolay Patakin, Dmitry Senushkin, Anton Konushin

Despite recent success in discriminative approaches in monocular depth estimation its quality remains limited by training datasets. Generative approaches mitigate this issue by leveraging strong priors derived from training on internet-scale datasets. Recent studies have demonstrated that large text-to-image diffusion models achieve state-of-the-art results in depth estimation when fine-tuned on small depth datasets. Concurrently, autoregressive generative approaches, such as the Visual AutoRegressive modeling~(VAR), have shown promising results in conditioned image synthesis. Following the visual autoregressive modeling paradigm, we introduce the first autoregressive depth estimation model based on the visual autoregressive transformer. Our primary contribution is DepthART -- a novel training method formulated as Depth Autoregressive Refinement Task. Unlike the original VAR training procedure, which employs static targets, our method utilizes a dynamic target formulation that enables model self-refinement and incorporates multi-modal guidance during training. Specifically, we use model predictions as inputs instead of ground truth token maps during training, framing the objective as residual minimization. Our experiments demonstrate that the proposed training approach significantly outperforms visual autoregressive modeling via next-scale prediction in the depth estimation task. The Visual Autoregressive Transformer trained with our approach on Hypersim achieves superior results on a set of unseen benchmarks compared to other generative and discriminative baselines.

📄 PDF Abstract BibTeX arXiv:2409.15010

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationImage GenerationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Scalable Autoregressive Monocular Depth Estimation

2024-11-18 · CVPR 2025 1 · Jinhong Wang, Jian Liu, Dongqi Tang, Weiqiang Wang 외

This paper shows that the autoregressive model is an effective and scalable monocular depth estimator. Our idea is simple: We tackle the monocular depth estimation (MDE) task with an autoregressive prediction paradigm, b…

Depth EstimationMonocular Depth EstimationZero-shot Generalization

Visual Autoregressive Modelling for Monocular Depth Estimation

2025-12-27 · Amir El-Ghoussani, André Kaup, Nassir Navab, Gustavo Carneiro 외 arxiv

We propose a monocular depth estimation method based on visual autoregressive (VAR) priors, offering an alternative to diffusion-based approaches. Our method adapts a large-scale text-to-image VAR model and introduces a …

Monocular Depth Estimation

MultiDepth: Multi-Sample Priors for Refining Monocular Metric Depth Estimations in Indoor Scenes

2024-11-01 · Sanghyun Byun, Jacob Song, Woo Seong Chung

Monocular metric depth estimation (MMDE) is a crucial task to solve for indoor scene reconstruction on edge devices. Despite this importance, existing models are sensitive to factors such as boundary frequency of objects…

DecoderDepth EstimationIndoor Scene Reconstruction

Monocular Depth Estimation Using Whole Strip Masking and Reliability-Based Refinement

2018-09-01 · ECCV 2018 9 · Minhyeok Heo, Jae-Han Lee, Kyung-Rae Kim, Han-Ul Kim 외

We propose a monocular depth estimation algorithm, which extracts a depth map from a single image, based on whole strip masking (WSM) and reliability-based refinement. First, we develop a convolutional neural network (CN…

Depth EstimationMonocular Depth Estimation

Revisiting Monocular 3D Object Detection from Scene-Level Depth Retargeting to Instance-Level Spatial Refinement

2024-12-26 · Qiude Zhang, Chunyu Lin, Zhijie Shen, Nie Lang 외

Monocular 3D object detection is challenging due to the lack of accurate depth. However, existing depth-assisted solutions still exhibit inferior performance, whose reason is universally acknowledged as the unsatisfactor…

3D Object DetectionDepth EstimationMonocular 3D Object DetectionMonocular Depth Estimation+3