paper-with-me

홈 › Papers

DiffPixelFormer: Differential Pixel-Aware Transformer for RGB-D Indoor Scene Segmentation

2025-11-17 · Yan Gong, Jianli Lu, Yongsheng Gao, Jie Zhao, Xiaojuan Zhang, Susanto Rahardja arxiv

Indoor semantic segmentation is fundamental to computer vision and robotics, supporting applications such as autonomous navigation, augmented reality, and smart environments. Although RGB-D fusion leverages complementary appearance and geometric cues, existing methods often depend on computationally intensive cross-attention mechanisms and insufficiently model intra- and inter-modal feature relationships, resulting in imprecise feature alignment and limited discriminative representation. To address these challenges, we propose DiffPixelFormer, a differential pixel-aware Transformer for RGB-D indoor scene segmentation that simultaneously enhances intra-modal representations and models inter-modal interactions. At its core, the Intra-Inter Modal Interaction Block (IIMIB) captures intra-modal long-range dependencies via self-attention and models inter-modal interactions with the Differential-Shared Inter-Modal (DSIM) module to disentangle modality-specific and shared cues, enabling fine-grained, pixel-level cross-modal alignment. Furthermore, a dynamic fusion strategy balances modality contributions and fully exploits RGB-D information according to scene characteristics. Extensive experiments on the SUN RGB-D and NYUDv2 benchmarks demonstrate that DiffPixelFormer-L achieves mIoU scores of 54.28% and 59.95%, outperforming DFormer-L by 1.78% and 2.75%, respectively. Code is available at https://github.com/gongyan1/DiffPixelFormer.

📄 PDF Abstract BibTeX arXiv:2511.13047

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationScene Segmentation

Similar Papers 제목 키워드 기반

MatchFormer: Interleaving Attention in Transformers for Feature Matching

2022-03-17 · Qing Wang, Jiaming Zhang, Kailun Yang, Kunyu Peng 외

Local feature matching is a computationally intensive task at the subpixel level. While detector-based methods coupled with feature descriptors struggle in low-texture scenes, CNN-based methods with a sequential extract-…

DecoderHomography EstimationPose EstimationVisual Localization

Depth-guided Free-space Segmentation for a Mobile Robot

2023-11-03 · Christos Sevastopoulos, Joey Hussain, Stasinos Konstantopoulos, Vangelis Karkaletsis 외

Accurate indoor free-space segmentation is a challenging task due to the complexity and the dynamic nature that indoor environments exhibit. We propose an indoors free-space segmentation method that associates large dept…

SegmentationSuperpixels

Layout Anything: One Transformer for Universal Room Layout Estimation

2025-12-02 · Md Sohag Mia, Muhammad Abdullah Adnan arxiv

We present Layout Anything, a transformer-based framework for indoor layout estimation that adapts the OneFormer's universal segmentation architecture to geometric structure prediction. Our approach integrates OneFormer'…

Computational EfficiencyRoom Layout EstimationContrastive Learning

MPSN: Motion-aware Pseudo Siamese Network for Indoor Video Head Detection in Buildings

2021-10-07 · Kailai Sun, Xiaoteng Ma, Peng Liu, Qianchuan Zhao

Head detection in the indoor video is an essential component of building occupancy detection. While deep models have achieved remarkable progress in general object detection, they are not satisfying enough in complex ind…

Head DetectionModel Selectionobject-detectionObject Detection

Minimalist Visual Inertial Odometry

2026-05-19 · Francesco Pasti, Jeremy Klotz, Nicola Bellotto, Shree K. Nayar arxiv

Visual-Inertial Odometry (VIO), which is critical to mobile robot navigation, uses cameras with a large number of pixels. Capturing and processing camera images requires significant resources. This work presents a minima…

Robot Navigation