Last-Layer-Centric Feature Recombination: Unleashing 3D Geometric Knowledge in DINOv3 for Monocular Depth Estimation

arXiv cs.CV / 4/30/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that monocular depth estimation (MDE) benefits from vision foundation models, but existing DINO-based methods may waste 3D cues by sampling transformer layers uniformly.
  • A layer-wise analysis of DINOv3 finds that geometric/depth information is distributed non-uniformly across layers, with deeper layers carrying stronger depth predictability and capturing more inter-sample geometric variation.
  • To exploit this, the authors propose a Last-Layer-Centric Feature Recombination (LFR) module that treats the final transformer layer as a geometric anchor and adaptively selects complementary intermediate layers using a minimal-similarity criterion.
  • The selected intermediate features are fused with the last-layer representation through compact linear adapters, improving geometric expressiveness for dense prediction.
  • Experiments show consistent gains for MDE accuracy and report state-of-the-art performance, alongside insights into where 3D knowledge resides inside VFMs.

Abstract

Monocular depth estimation (MDE) is a fundamental yet inherently ill-posed task. Recent vision foundation models (VFMs), particularly DINO-based transformers, have significantly improved accuracy and generalization for dense prediction. Prior works generally follow a unified paradigm: sampling a fixed set of intermediate transformer layers at uniform intervals to build multi-scale features. This common practice implicitly assumes that geometric information is uniformly distributed across layers, which may underutilize the structural 3D cues encoded in VFMs. In this study, we present a systematic layer-wise analysis of DINOv3, revealing that 3D information is distributed non-uniformly: deeper layers exhibit stronger depth predictability and better capture inter-sample geometric variation. Motivated by this, we introduce a Last-Layer-Centric Feature Recombination (LFR) module to enhance geometric expressiveness. LFR treats the final layer as a geometric anchor and adaptively selects complementary intermediate layers according to a minimal-similarity criterion. Selected features are fused with the last-layer representation via compact linear adapters.Extensive experiments show that LFR module consistently improves MDE accuracy and achieves state-of-the-art performance. Our analysis sheds light on how geometric knowledge is organized within VFMs and offers an efficient strategy for unlocking their potential in dense 3D tasks.