paper-with-me

홈 › Papers

Interpretable Vision Transformers in Monocular Depth Estimation via SVDA

2026-02-11 · Vasileios Arampatzakis, George Pavlidis, Nikolaos Mitianoudis, Nikos Papamarkos arxiv

Monocular depth estimation is a central problem in computer vision with applications in robotics, AR, and autonomous driving, yet the self-attention mechanisms that drive modern Transformer architectures remain opaque. We introduce SVD-Inspired Attention (SVDA) into the Dense Prediction Transformer (DPT), providing the first spectrally structured formulation of attention for dense prediction tasks. SVDA decouples directional alignment from spectral modulation by embedding a learnable diagonal matrix into normalized query-key interactions, enabling attention maps that are intrinsically interpretable rather than post-hoc approximations. Experiments on KITTI and NYU-v2 show that SVDA preserves or slightly improves predictive accuracy while adding only minor computational overhead. More importantly, SVDA unlocks six spectral indicators that quantify entropy, rank, sparsity, alignment, selectivity, and robustness. These reveal consistent cross-dataset and depth-wise patterns in how attention organizes during training, insights that remain inaccessible in standard Transformers. By shifting the role of attention from opaque mechanism to quantifiable descriptor, SVDA redefines interpretability in monocular depth estimation and opens a principled avenue toward transparent dense prediction models.

📄 PDF Abstract BibTeX arXiv:2602.11005

Code (0)

등록된 구현이 없습니다.

Tasks

Monocular Depth EstimationAutonomous Driving

Similar Papers 제목 키워드 기반

Transformers in Self-Supervised Monocular Depth Estimation with Unknown Camera Intrinsics

2022-02-07 · Arnav Varma, Hemang Chawla, Bahram Zonooz, Elahe Arani

The advent of autonomous driving and advanced driver assistance systems necessitates continuous developments in computer vision for 3D scene understanding. Self-supervised monocular depth estimation, a method for pixel-w…

Autonomous DrivingDepth EstimationDepth Predictionimage-classification+3

MiDaS v3.1 -- A Model Zoo for Robust Monocular Relative Depth Estimation

2023-07-26 · Reiner Birkl, Diana Wofk, Matthias Müller

We release MiDaS v3.1 for monocular depth estimation, offering a variety of new models based on different encoder backbones. This release is motivated by the success of transformers in computer vision, with a large varie…

Depth Estimationimage-classificationImage ClassificationMonocular Depth Estimation

Improving Depth Gradient Continuity in Transformers: A Comparative Study on Monocular Depth Estimation with CNN

2023-08-16 · Jiawei Yao, Tong Wu, Xiaofeng Zhang

Monocular depth estimation is an ongoing challenge in computer vision. Recent progress with Transformer models has demonstrated notable advantages over conventional CNNs in this area. However, there's still a gap in unde…

Depth EstimationMonocular Depth Estimation

Depthformer : Multiscale Vision Transformer For Monocular Depth Estimation With Local Global Information Fusion

2022-07-10 · Ashutosh Agarwal, Chetan Arora

Attention-based models such as transformers have shown outstanding performance on dense prediction tasks, such as semantic segmentation, owing to their capability of capturing long-range dependency in an image. However, …

DecoderDepth EstimationDepth PredictionMonocular Depth Estimation+1

MonoViT: Self-Supervised Monocular Depth Estimation with a Vision Transformer

2022-08-06 · Chaoqiang Zhao, Youmin Zhang, Matteo Poggi, Fabio Tosi 외

Self-supervised monocular depth estimation is an attractive solution that does not require hard-to-source depth labels for training. Convolutional neural networks (CNNs) have recently achieved great success in this task.…

Depth EstimationDepth PredictionMonocular Depth EstimationUnsupervised Monocular Depth Estimation