paper-with-me

홈 › Papers

Multimodal Transformer Using Cross-Channel attention for Object Detection in Remote Sensing Images

2023-10-21 · Bissmella Bahaduri, Zuheng Ming, Fangchen Feng, Anissa Mokraou

Object detection in Remote Sensing Images (RSI) is a critical task for numerous applications in Earth Observation (EO). Differing from object detection in natural images, object detection in remote sensing images faces challenges of scarcity of annotated data and the presence of small objects represented by only a few pixels. Multi-modal fusion has been determined to enhance the accuracy by fusing data from multiple modalities such as RGB, infrared (IR), lidar, and synthetic aperture radar (SAR). To this end, the fusion of representations at the mid or late stage, produced by parallel subnetworks, is dominant, with the disadvantages of increasing computational complexity in the order of the number of modalities and the creation of additional engineering obstacles. Using the cross-attention mechanism, we propose a novel multi-modal fusion strategy for mapping relationships between different channels at the early stage, enabling the construction of a coherent input by aligning the different modalities. By addressing fusion in the early stage, as opposed to mid or late-stage methods, our method achieves competitive and even superior performance compared to existing techniques. Additionally, we enhance the SWIN transformer by integrating convolution layers into the feed-forward of non-shifting blocks. This augmentation strengthens the model's capacity to merge separated windows through local attention, thereby improving small object detection. Extensive experiments prove the effectiveness of the proposed multimodal fusion module and the architecture, demonstrating their applicability to object detection in multimodal aerial imagery.

📄 PDF Abstract BibTeX arXiv:2310.13876

Code (1)

Bissmella/Small-object-detection-transformers 공식 구현 pytorch

Tasks

Earth ObservationObjectobject-detectionObject DetectionSmall Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

FreDFT: Frequency Domain Fusion Transformer for Visible-Infrared Object Detection

2025-11-13 · Wencong Wu, Xiuwei Zhang, Hanlin Yin, Shun Dai 외 arxiv

Visible-infrared object detection has gained sufficient attention due to its detection performance in low light, fog, and rain conditions. However, visible and infrared modalities captured by different sensors exist the …

Object Detection

SeaDATE: Remedy Dual-Attention Transformer with Semantic Alignment via Contrast Learning for Multimodal Object Detection

2024-10-15 · Shuhan Dong, Yunsong Li, Weiying Xie, Jiaqing Zhang 외

Multimodal object detection leverages diverse modal information to enhance the accuracy and robustness of detectors. By learning long-term dependencies, Transformer can effectively integrate multimodal features in the fe…

Contrastive Learningobject-detectionObject Detection

TACOformer:Token-channel compounded Cross Attention for Multimodal Emotion Recognition

2023-06-23 · Xinda Li

Recently, emotion recognition based on physiological signals has emerged as a field with intensive research. The utilization of multi-modal, multi-channel physiological signals has significantly improved the performance …

EEGEmotion RecognitionMultimodal Emotion Recognition

Compound Tokens: Channel Fusion for Vision-Language Representation Learning

2022-12-02 · Maxwell Mbabilla Aladago, AJ Piergiovanni

We present an effective method for fusing visual-and-language representations for several question answering tasks including visual question answering and visual entailment. In contrast to prior works that concatenate un…

DecoderLanguage ModelingLanguage ModellingQuestion Answering+4

HTMNet: A Hybrid Network with Transformer-Mamba Bottleneck Multimodal Fusion for Transparent and Reflective Objects Depth Completion

2025-05-27 · Guanghu Xie, Yonglong Zhang, Zhiduo Jiang, Yang Liu 외

Transparent and reflective objects pose significant challenges for depth sensors, resulting in incomplete depth information that adversely affects downstream robotic perception and manipulation tasks. To address this iss…

DecoderDepth CompletionMambaState Space Models