Search papers, labs, and topics across Lattice.
This paper introduces NAIMA, a guided depth super-resolution (GDSR) architecture that leverages global contextual semantic priors from pretrained vision transformer token embeddings to improve depth map restoration. The core innovation is a Guided Token Attention (GTA) module that aligns encoded RGB spatial features with depth encodings using cross-attention, selectively injecting semantic context from different layers of a DINOv2 vision transformer. Experiments demonstrate that NAIMA significantly outperforms existing GDSR methods by mitigating artifacts caused by misleading RGB cues, leading to sharper depth boundaries.
Injecting semantic knowledge from vision transformer embeddings into guided depth super-resolution models dramatically reduces artifacts and sharpens depth boundaries.
Guided depth super-resolution (GDSR) is a multi-modal approach for depth map super-resolution that relies on a low-resolution depth map and a high-resolution RGB image to restore finer structural details. However, the misleading color and texture cues indicating depth discontinuities in RGB images often lead to artifacts and blurred depth boundaries in the generated depth map. We propose a solution that introduces global contextual semantic priors, generated from pretrained vision transformer token embeddings. Our approach to distilling semantic knowledge from pretrained token embeddings is motivated by their demonstrated effectiveness in related monocular depth estimation tasks. We introduce a Guided Token Attention (GTA) module, which iteratively aligns encoded RGB spatial features with depth encodings, using cross-attention for selectively injecting global semantic context extracted from different layers of a pretrained vision transformer. Additionally, we present an architecture called Neural Attention for Implicit Multi-token Alignment (NAIMA), which integrates DINOv2 with GTA blocks for a semantics-aware GDSR. Our proposed architecture, with its ability to distill semantic knowledge, achieves significant improvements over existing methods across multiple scaling factors and datasets.