CVApr 7, 2025

DFormerv2: Geometry Self-Attention for RGBD Semantic Segmentation

arXiv:2504.04701v140 citationsh-index: 10Has CodeCVPR
AI Analysis

This work addresses scene understanding in complex conditions like low light for applications in robotics or autonomous driving, representing an incremental improvement over existing fusion methods.

The paper tackles RGBD semantic segmentation by proposing DFormerv2, which uses depth maps as geometry priors in self-attention rather than encoding them with neural networks, achieving exceptional performance on various benchmarks.

Recent advances in scene understanding benefit a lot from depth maps because of the 3D geometry information, especially in complex conditions (e.g., low light and overexposed). Existing approaches encode depth maps along with RGB images and perform feature fusion between them to enable more robust predictions. Taking into account that depth can be regarded as a geometry supplement for RGB images, a straightforward question arises: Do we really need to explicitly encode depth information with neural networks as done for RGB images? Based on this insight, in this paper, we investigate a new way to learn RGBD feature representations and present DFormerv2, a strong RGBD encoder that explicitly uses depth maps as geometry priors rather than encoding depth information with neural networks. Our goal is to extract the geometry clues from the depth and spatial distances among all the image patch tokens, which will then be used as geometry priors to allocate attention weights in self-attention. Extensive experiments demonstrate that DFormerv2 exhibits exceptional performance in various RGBD semantic segmentation benchmarks. Code is available at: https://github.com/VCIP-RGBD/DFormer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes