DepthFormer: Multimodal Positional Encodings and Cross-Input Attention for Transformer-Based Segmentation Networks
Francesco Barbato, Giulia Rizzoli, Pietro Zanuttigh

TL;DR
This paper introduces DepthFormer, a transformer-based segmentation model that incorporates depth data into positional encodings and employs cross-input attention to enhance scene understanding without adding extra parameters.
Contribution
It proposes a novel multimodal extension for transformers that embeds depth information into positional encodings and uses cross-modality attention, improving segmentation performance.
Findings
Improved segmentation accuracy on Cityscapes benchmark.
Effective integration of depth data without additional parameters.
Enhanced transformer architecture for multimodal data processing.
Abstract
Most approaches for semantic segmentation use only information from color cameras to parse the scenes, yet recent advancements show that using depth data allows to further improve performances. In this work, we focus on transformer-based deep learning architectures, that have achieved state-of-the-art performances on the segmentation task, and we propose to employ depth information by embedding it in the positional encoding. Effectively, we extend the network to multimodal data without adding any parameters and in a natural way that makes use of the strength of transformers' self-attention modules. We also investigate the idea of performing cross-modality operations inside the attention module, swapping the key inputs between the depth and color branches. Our approach consistently improves performances on the Cityscapes benchmark.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Video Surveillance and Tracking Methods · Advanced Neural Network Applications
