Next Article in Journal
Strictly Chronological CNN Embeddings with Gradient-Boosted Trees for Next-Day Log-Return Forecasting
Previous Article in Journal
Absence of Phase Transition in the Biswas–Chatterjee–Sen Model on Directed Barabási–Albert Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MFE-DETR: Multimodal Feature-Enhanced Detection Transformer for RGB–Infrared Object Detection in Aerial Imagery

1
School of Art and Science, Columbia University, New York, NY 10027, USA
2
Shenzhen Kaihong Digital Industry Development Co., Ltd., Shenzhen 518000, China
3
Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China
*
Author to whom correspondence should be addressed.
Symmetry 2026, 18(3), 417; https://doi.org/10.3390/sym18030417
Submission received: 3 February 2026 / Revised: 13 February 2026 / Accepted: 20 February 2026 / Published: 27 February 2026
(This article belongs to the Section A: Computer Science)

Abstract

Multimodal object detection utilizing RGB and infrared (IR) imagery has become a critical research area for unmanned aerial vehicle (UAV) surveillance applications, providing reliable perception under various lighting and environmental conditions. Nevertheless, current methods encounter three primary challenges: (1) insufficient utilization of frequency-domain properties in heterogeneous modalities, (2) restricted adaptability in crossmodal feature integration across different environmental scenarios, and (3) inadequate modeling of fine-grained spatial relationships for accurate object localization. To overcome these limitations, we introduce MFE-DETR, a novel Multimodal Feature-Enhanced Detection Transformer that achieves superior RGB-IR fusion through three complementary innovations. First, we present the Dual-Modality Enhancement Module (DMEM) with two specialized processing streams: the Haar wavelet decomposition stream (HWD-Stream) that conducts multi-resolution frequency-domain analysis to independently enhance low-frequency structural components and high-frequency textural information, and the Attention-guided Kolmogorov–Arnold Refinement Stream (AKR-Stream) that employs learnable spline-parameterized activation functions for adaptive nonlinear feature refinement. Second, we enhance the Cross-scale Channel Feature Fusion module by integrating an Adaptive Feature Fusion Module (AFAM) with complementary gating mechanisms that dynamically adjust modality contributions according to spatial informativeness. Third, we introduce the Bilinear Attention-Enhanced Detection Module (BADM) that models second-order feature interactions through factorized bilinear pooling, facilitating fine-grained crossmodal correlation analysis. Extensive experiments on the DroneVehicle benchmark show that MFE-DETR attains 78.6% mAP 50 and 57.8% mAP 50 : 95 , outperforming state-of-the-art approaches by 5.3% and 3.7%, respectively. Additional evaluations on the VisDrone dataset further confirm the excellent generalization performance of our method, especially for small object detection with 18.6% AP S , achieving a 1.5% improvement over existing techniques. Comprehensive ablation studies and visualizations offer detailed insights into the effectiveness of each proposed component.

1. Introduction

The proliferation of unmanned aerial vehicles (UAVs) equipped with heterogeneous imaging sensors has catalyzed transformative advances in aerial surveillance, environmental monitoring, and intelligent transportation systems [1,2]. Among various sensor configurations, the combination of visible-spectrum (RGB) cameras and thermal infrared (IR) sensors has garnered substantial research attention due to their inherent complementarity: RGB imagery provides rich chromatic and textural information under favorable illumination conditions, while IR imagery captures thermal radiation signatures that remain discriminative in low-light environments, adverse weather conditions, and scenarios involving camouflaged or occluded objects [3,4,5]. This multimodal sensing paradigm offers unprecedented opportunities for developing robust object detection systems capable of maintaining consistent performance across the full spectrum of operational conditions encountered in real-world UAV deployments.
Despite the intuitive appeal of RGB-IR fusion, the effective integration of these heterogeneous modalities for object detection presents formidable technical challenges that existing methods have yet to adequately address. The fundamental difficulty stems from the substantial domain gap between visible and thermal imagery: RGB images encode reflectance properties governed by surface albedo and illumination geometry, whereas IR images capture emissivity patterns determined by object temperature and material thermal properties [6,7]. This intrinsic heterogeneity manifests in divergent statistical distributions, spatial resolution characteristics, and semantic content across modalities, rendering naive fusion strategies such as early concatenation or late decision-level combination suboptimal [8,9].
Contemporary approaches to RGB-IR object detection can be broadly categorized into three paradigms based on their fusion strategies. Early fusion methods [3] concatenate multi-spectral inputs at the image level, relying on subsequent convolutional layers to implicitly learn crossmodal representations. While computationally efficient, this approach fails to preserve modality-specific characteristics and struggles with the inherent misalignment between RGB and IR feature distributions. Late fusion methods [6] maintain separate processing streams for each modality and combine predictions at the decision level, preserving modality-specific information but sacrificing the potential for deep crossmodal interaction. Middle fusion approaches [7,8,10] represent the current state-of-the-art by fusing features at intermediate network layers, enabling learned crossmodal representations while maintaining some degree of modality-specific processing. However, these methods typically employ static fusion mechanisms that cannot adapt to the varying reliability and informativeness of each modality across different spatial locations and environmental conditions.
The emergence of transformer-based detection architectures, exemplified by DETR [11] and its efficient variants [12,13,14], has opened new avenues for multimodal object detection. The self-attention mechanism inherent in transformers provides a natural framework for modeling long-range dependencies and crossmodal interactions, while the set-based prediction paradigm eliminates the need for hand-crafted components such as anchor boxes and non-maximum suppression. The Real-Time Detection Transformer (RT-DETR) [14] has recently demonstrated that transformer-based detectors can achieve competitive speed-accuracy trade-offs through hybrid encoder designs and uncertainty-minimal query selection mechanisms. However, RT-DETR and similar architectures were designed for single-modality detection and lack specialized mechanisms for effective multimodal fusion.
From a symmetry perspective, RGB and IR modalities exhibit an intriguing duality: they share approximate symmetry in spatial geometric structures (boundaries, shapes, layouts) while demonstrating intrinsic asymmetry in imaging mechanisms, noise distributions, spectral characteristics, and salient regions. This observation suggests that effective multimodal detection is not merely about fusion, but rather about managing the tension between preserving shared structural consistency and exploiting modality-specific asymmetric differences. The key lies in achieving adaptive symmetry breaking and restoration that responds to varying scene conditions—leveraging symmetric structural information for robust detection while selectively utilizing asymmetric details for enhanced discrimination.
In this paper, we propose MFE-DETR (Multimodal Feature-Enhanced Detection Transformer), a comprehensive framework that extends the RT-DETR architecture with specialized modules designed to address the unique challenges of RGB-IR multimodal object detection from this symmetry-asymmetry perspective. Our approach is motivated by three key observations derived from systematic analysis of existing methods and the characteristics of multimodal aerial imagery.
First, we observe that RGB and IR modalities exhibit distinct frequency-domain characteristics that are inadequately exploited by existing spatial-domain fusion methods. RGB images typically contain rich high-frequency textural details arising from surface reflectance variations, while IR images often exhibit smoother intensity gradients dominated by low-frequency thermal patterns. This observation motivates our Haar wavelet decomposition stream (HWD-Stream), which performs multi-resolution frequency-domain analysis to decompose fused features into low-frequency structural components and high-frequency detail components, enabling specialized processing pathways that preserve and enhance modality-specific information.
Second, we recognize that the optimal fusion strategy varies spatially within an image and temporally across different environmental conditions. In well-illuminated daytime scenarios, RGB features may provide more discriminative information, while in nighttime or low-visibility conditions, IR features become dominant. This observation motivates our Adaptive Feature Fusion Module (AFAM), which employs learnable complementary gating mechanisms to dynamically balance modality contributions based on local feature informativeness.
Third, we identify that accurate object localization in cluttered aerial scenes requires modeling fine-grained spatial correlations that capture second-order feature interactions. Standard attention mechanisms compute first-order correlations through dot-product similarity, which may be insufficient for distinguishing objects with similar appearance but different spatial configurations. This observation motivates our Bilinear Attention-Enhanced Detection Module (BADM), which employs factorized bilinear pooling to capture higher-order feature interactions for improved localization accuracy.
Additionally, we introduce the Attention-guided Kolmogorov–Arnold Refinement Stream (AKR-Stream) as a complementary component to the HWD-Stream within our Dual-Modality Enhancement Module (DMEM). Inspired by the recently proposed Kolmogorov–Arnold networks (KANs) [15], the AKR-Stream replaces traditional fixed activation functions with learnable spline-parameterized univariate functions, providing superior function approximation capabilities for adaptive feature refinement. The combination of frequency-domain decomposition (HWD-Stream) and adaptive nonlinear transformation (AKR-Stream) enables comprehensive enhancement of multimodal features across different network stages.
We conduct comprehensive experiments on two challenging benchmark datasets to validate the effectiveness of our approach. The DroneVehicle dataset [5] serves as our primary evaluation benchmark, providing 28,439 aligned RGB-IR image pairs captured across diverse scenarios including urban roads, residential areas, parking lots, and highways under both daytime and nighttime conditions. Our MFE-DETR achieves 78.6% mAP 50 and 57.8% mAP 50 : 95 on DroneVehicle, surpassing the previous state-of-the-art RT-DETR-X by 5.3% and 3.7%, respectively. To further demonstrate the generalization capability and robustness of our feature enhancement modules, we evaluate on the VisDrone dataset [1], a large-scale benchmark for small object detection in UAV imagery. Despite being designed primarily for multimodal detection, our approach achieves 42.8% mAP 50 on VisDrone, with particularly strong performance on small objects (18.6% AP S ), demonstrating the effectiveness of our proposed modules for general aerial object detection tasks.
The main contributions of this paper are summarized as follows:
  • We propose MFE-DETR, a novel detection transformer framework for RGB-IR multimodal object detection that systematically addresses the challenges of heterogeneous modality fusion through frequency-domain analysis, adaptive gating mechanisms, and higher-order feature interaction modeling.
  • We introduce the Dual-Modality Enhancement Module (DMEM) comprising two complementary processing streams: the HWD-Stream for multi-resolution wavelet-based feature decomposition and the AKR-Stream for Kolmogorov–Arnold network-based adaptive feature refinement, enabling comprehensive enhancement of multimodal representations.
  • We design the Adaptive Feature Fusion Module (AFAM) with complementary gating mechanisms that dynamically balance modality contributions based on spatial informativeness, effectively addressing the modality imbalance problem in varying environmental conditions.
  • We propose the Bilinear Attention-Enhanced Detection Module (BADM) that captures second-order feature interactions through factorized bilinear pooling, enabling fine-grained crossmodal correlation modeling for improved object localization.
  • Extensive experiments on DroneVehicle and VisDrone datasets demonstrate state-of-the-art performance, with comprehensive ablation studies providing detailed insights into the contribution of each proposed component.
Table 1 provides a unified overview of how each proposed module addresses specific challenges in multimodal aerial object detection, highlighting the complementary nature of our design choices within a coherent theoretical framework centered on managing the symmetry-asymmetry tension between modalities.
The remainder of this paper is organized as follows: Section 2 reviews related work on object detection, multimodal fusion, wavelet transforms in deep learning, and Kolmogorov–Arnold networks. Section 3 presents the detailed methodology of our MFE-DETR framework. Section 4 describes the experimental setup, presents quantitative and qualitative results, and provides comprehensive ablation studies. Section 5 discusses the implications and limitations of our approach. Section 6 concludes the paper and outlines future research directions.

2. Related Work

2.1. Deep Learning-Based Object Detection

Object detection has undergone a paradigm shift with the advent of deep learning, evolving from hand-crafted feature-based methods to end-to-end learnable architectures. Contemporary detectors can be broadly categorized into three families: two-stage detectors, single-stage detectors, and transformer-based detectors.
Two-stage detectors, pioneered by R-CNN [16] and its successors, decompose detection into region proposal generation and subsequent classification/refinement stages. Faster R-CNN [16] introduced the Region Proposal Network (RPN) for efficient proposal generation, while Feature Pyramid Networks (FPN) [17] addressed multi-scale detection through hierarchical feature aggregation. Cascade R-CNN [18] further improved localization accuracy through iterative bounding box refinement with progressively increasing IoU thresholds. Despite their strong performance, two-stage detectors incur computational overhead from the proposal generation stage, limiting their applicability in real-time scenarios.
Single-stage detectors eliminate the proposal generation stage by directly predicting object locations and categories from dense feature maps. The YOLO family [19,20,21,22] has been particularly influential, with successive versions introducing architectural innovations such as CSPNet backbones, path aggregation networks, and anchor-free prediction heads. YOLOv8 [20] achieved state-of-the-art speed-accuracy trade-offs through decoupled detection heads and advanced data augmentation strategies. YOLOv9 [21] introduced Programmable Gradient Information (PGI) to address information bottleneck issues in deep networks. YOLOv10 [22] eliminated the need for non-maximum suppression through consistent dual assignments, enabling true end-to-end detection. RetinaNet [23] addressed the class imbalance problem inherent in dense prediction through focal loss, while FCOS [24] demonstrated that anchor-free detection could achieve competitive performance through center-ness prediction.
Transformer-based detectors represent the latest evolution in object detection architectures. DETR [11] pioneered the application of transformers to detection, formulating the task as a set prediction problem solved through bipartite matching. Deformable DETR [12] addressed the slow convergence of vanilla DETR through deformable attention mechanisms that attend to a sparse set of sampling locations. DINO [13] further improved performance through contrastive denoising training and mixed query selection. RT-DETR [14] achieved real-time performance through a hybrid encoder design that decouples intra-scale interaction from cross-scale fusion, along with uncertainty-minimal query selection for improved decoder initialization. Our MFE-DETR builds upon the RT-DETR architecture, extending it with specialized modules for effective multimodal fusion.

2.2. Object Detection in Remote Sensing and UAV Imagery

Object detection in remote sensing and UAV imagery presents unique challenges distinct from natural image detection, including extreme scale variations, arbitrary object orientations, dense object distributions, and complex backgrounds [2,25]. The DOTA dataset [2] established benchmarks for oriented object detection in aerial images, spurring development of rotation-equivariant architectures. The VisDrone challenge [1] focused attention on small object detection in drone-captured imagery, revealing the limitations of standard detectors when applied to aerial perspectives.
Recent advances in UAV object detection have focused on addressing the small object challenge through enhanced feature fusion and attention mechanisms. SPD-YOLOv8 [26] introduced space-to-depth convolutions to preserve fine-grained spatial information during downsampling. SCA-YOLO [27] proposed spatial-channel attention modules for improved small object feature representation. BGF-YOLOv10 [28] combined bi-directional feature fusion with global context modeling for enhanced multi-scale detection. RemDet [29] rethought efficient model design specifically for UAV scenarios, achieving state-of-the-art results through carefully balanced architectural choices.
For remote sensing applications, specialized architectures have been developed to handle the unique characteristics of satellite and aerial imagery. Attention-based multi-level feature fusion [30] improved detection of objects at varying scales through adaptive feature aggregation. Enhanced RT-DETR models [31] demonstrated the potential of transformer-based architectures for remote sensing detection, particularly for small objects. These advances highlight the importance of domain-specific architectural innovations for achieving optimal performance in aerial object detection.

2.3. Multimodal Object Detection

Multimodal object detection aims to leverage complementary information from multiple sensor modalities to achieve more robust and accurate detection. RGB–thermal fusion has received particular attention due to its practical importance in surveillance, autonomous driving, and search-and-rescue applications [3,4].
Early approaches to RGB–thermal fusion employed simple concatenation strategies, either at the input level (early fusion) or at the decision level (late fusion) [6]. While computationally efficient, these methods fail to capture complex crossmodal interactions. Middle fusion approaches [7] fuse features at intermediate network layers, enabling learned crossmodal representations while maintaining some degree of modality-specific processing.
Attention-based fusion mechanisms have emerged as a powerful paradigm for adaptive multimodal integration. GAFF [8] introduced guided attentive feature fusion that leverages illumination information to weight modality contributions. CFT [9] proposed crossmodality feature aggregation through transformer-based attention. LRAF-Net [10] introduced long-range attention fusion for capturing global crossmodal dependencies. CAGT [32] addressed modality misalignment through cascade alignment-guided transformers with complementary fusion modules.
Recent transformer-based approaches have shown particular promise for multimodal detection. Calibrated transformers [33] address modality miscalibration through specialized alignment modules. Remedy dual-attention transformers [34] employ semantic alignment via contrastive learning for improved crossmodal feature matching. Multimodal transformers with cross-channel attention [35] enable early-stage modality alignment through learned channel relationships. Despite these advances, existing methods still struggle with the fundamental challenge of adaptively balancing modality contributions under varying environmental conditions while maintaining computational efficiency.
The DroneVehicle dataset [5] has emerged as a key benchmark for RGB-IR vehicle detection in UAV imagery, providing aligned multimodal image pairs across diverse scenarios. Methods evaluated on this dataset have demonstrated the importance of effective crossmodal fusion for robust detection under varying illumination conditions. Our MFE-DETR addresses the limitations of existing approaches through systematic innovations in frequency-domain feature processing, adaptive fusion mechanisms, and higher-order feature interaction modeling.

2.4. Wavelet Transforms in Deep Learning

Wavelet transforms provide multi-resolution analysis capabilities that decompose signals into frequency components at different scales, offering a principled framework for analyzing both local and global signal characteristics [36]. The Haar wavelet [37], as the simplest orthonormal wavelet basis, offers computational efficiency while effectively capturing local discontinuities and edge information through its piecewise constant basis functions.
The integration of wavelet transforms into deep learning architectures has gained increasing attention for various computer vision tasks. Wavelet-based downsampling has been proposed as an alternative to traditional pooling operations, preserving more information during feature map reduction by explicitly separating low-frequency approximation from high-frequency detail components [38]. WCNN3D [39] demonstrated the effectiveness of wavelet convolutions for 3D object detection in autonomous driving scenarios. MAWC-Net [40] combined multi-scale attention with wavelet convolutions for improved spectral feature representation.
For multimodal fusion applications, wavelet-based approaches offer unique advantages in separating modality-specific frequency characteristics. Recent work on RGB–thermal image fusion [41,42] has demonstrated that wavelet decomposition enables more effective preservation of complementary information from different spectral bands. The frequency-spatial attention transformer [42] combined wavelet analysis with attention mechanisms for improved infrared–visible image fusion. These advances motivate our HWD-Stream design, which leverages Haar wavelet decomposition to separately process low-frequency structural information and high-frequency textural details from fused multimodal features.

2.5. Kolmogorov–Arnold Networks

The Kolmogorov–Arnold representation theorem [43] establishes that any multivariate continuous function can be represented as a superposition of continuous univariate functions and addition operations. Formally, for any continuous function f : [ 0 , 1 ] n R , there exist continuous univariate functions ϕ q , p and Φ q such that
f ( x 1 , , x n ) = q = 0 2 n Φ q p = 1 n ϕ q , p ( x p )
This theoretical foundation has recently inspired the development of Kolmogorov–Arnold networks (KANs) [15], which replace the fixed activation functions in traditional multilayer perceptrons with learnable univariate functions parameterized by B-splines. Unlike conventional neural networks where weights are learned on edges and activation functions are fixed at nodes, KAN places learnable activation functions on edges, enabling more expressive function approximation with fewer parameters.
The B-spline parameterization in KAN provides several advantages for feature refinement tasks. B-splines offer local control, meaning that modifying a control point only affects a limited region of the function, enabling fine-grained adaptation to local feature characteristics. Additionally, B-splines provide smooth interpolation with controllable continuity, avoiding the discontinuities that can arise with piecewise linear approximations. The learnable nature of spline-based activations allows the network to adaptively discover optimal nonlinear transformations for specific tasks, rather than relying on hand-designed activation functions such as ReLU or GELU.
Recent applications of KAN principles to computer vision have demonstrated promising results in various domains. KAN-based architectures have shown improved performance in image classification, semantic segmentation, and feature extraction tasks [15]. The ability of KAN to learn task-specific activation functions makes it particularly suitable for multimodal fusion scenarios where the optimal nonlinear transformation may vary across different feature channels and spatial locations. Our AKR-Stream incorporates KAN-inspired learnable spline activations within an attention-guided framework, enabling adaptive feature refinement that complements the frequency-domain processing of the HWD-Stream.

3. Methodology

This section presents the detailed architecture of our proposed MFE-DETR framework. We first provide an overview of the overall architecture, followed by detailed descriptions of each proposed module: the Dual-Modality Enhancement Module (DMEM), the Adaptive Feature Fusion Module (AFAM), and the Bilinear Attention-Enhanced Detection Module (BADM). Finally, we describe the loss function used for training.

3.1. Overall Architecture

The overall architecture of MFE-DETR is illustrated in Figure 1. Our framework extends the RT-DETR [14] architecture with specialized modules designed for effective RGB-IR multimodal fusion. The network consists of four main components: (1) dual-stream backbone networks for modality-specific feature extraction, (2) the Dual-Modality Enhancement Module (DMEM) for frequency-domain and adaptive feature enhancement, (3) the hybrid encoder with Cross-scale Channel Feature Fusion (CCFF) and Adaptive Feature Fusion Module (AFAM) for cross-scale feature aggregation, and (4) the transformer decoder with Bilinear Attention-Enhanced Detection Module (BADM) for final object detection.

3.1.1. Dual-Stream Feature Extraction

Given an aligned RGB-IR image pair ( I r g b , I i r ) R H × W × 3 × R H × W × 1 , we first apply a lightweight channel projection to the single-channel IR input to align it with the RGB channel dimension:
I i r p r o j = ChannelProj ( I i r ) = Conv 1 × 1 ( I i r ) R H × W × 3
where the channel projection layer maps the single-channel IR image to a 3-channel representation, enabling subsequent weight sharing between the dual-stream backbones while preserving the thermal information.
We then apply initial downsampling through a stem convolution layer to reduce computational complexity while preserving essential spatial information:
F r g b 0 = Stem ( I r g b ) R H 4 × W 4 × C 2 , F i r 0 = Stem ( I i r p r o j ) R H 4 × W 4 × C 2
where the Stem module consists of a 3 × 3 convolution with stride 2 followed by batch normalization and SiLU activation, applied twice to achieve 4 × downsampling. The backbone parameters are shared between the RGB and IR streams after channel projection, which controls model complexity and ensures crossmodal structural consistency in feature extraction.
The backbone network follows a hierarchical structure with five stages, where each stage s { 2 , 3 , 4 , 5 } progressively extracts features at different spatial resolutions. Such hierarchical architectures have been shown to exhibit favorable connectivity properties analogous to those studied in interconnection network theory [44,45]. The feature extraction at stage s can be formulated as
F m s = S s ( DownSample ( F m s 1 ) ) R H 2 s × W 2 s × C s , m { r g b , i r }
where S s ( · ) denotes the stage-specific feature transformation block, and the channel dimensions follow C 2 < C 3 < C 4 < C 5 to capture increasingly abstract semantic representations.

3.1.2. Early Fusion with Element-Wise Operations

At each backbone stage, we perform early fusion of RGB and IR features through element-wise addition, which preserves the complementary information from both modalities while maintaining computational efficiency and training stability:
F f u s e d s = F r g b s F i r s = F r g b s + F i r s
This additive fusion strategy is motivated by the observation that RGB and IR features exhibit complementary activation patterns: RGB features respond strongly to texture and color gradients, while IR features activate on thermal boundaries. The element-wise addition allows both types of information to be preserved without introducing additional learnable parameters at the fusion point.
It is important to clarify the distinction between early fusion and the fusion mechanism within DMEM. Early fusion employs element-wise addition for computational efficiency and gradient stability, serving as the primary crossmodal integration point. In contrast, the DMEM internal fusion adopts channel concatenation followed by 1 × 1 convolution, which enables learnable crossmodal re-calibration for fine-grained feature enhancement rather than replacing the early fusion stage.

3.1.3. Stage-Wise DMEM Integration

The DMEM is strategically integrated at different backbone stages to leverage the distinct characteristics of features at various abstraction levels. As shown in Figure 1, we deploy DMEM-HWD blocks at stages 2–4 and DMEM-AKR blocks at stages 4–5:
F ^ s = DMEM - HWD ( F f u s e d s ) , s { 2 , 3 , 4 }
F ^ s = DMEM - AKR ( F f u s e d s ) , s { 4 , 5 }
This design rationale stems from the frequency characteristics at different network depths. Early stages (2–3) contain rich high-frequency details that benefit from wavelet-based decomposition and enhancement. Later stages (4–5) capture more abstract semantic features that require adaptive nonlinear transformations provided by the KAN-inspired AKR-Stream.

3.1.4. Multi-Scale Feature Pyramid

The enhanced features from stages 3, 4, and 5 form a multi-scale feature pyramid { S 3 , S 4 , S 5 } that serves as input to the feature fusion module:
S l = F ^ l + 2 R H 2 l + 2 × W 2 l + 2 × C l + 2 , l { 3 , 4 , 5 }
These multi-scale features capture objects at different scales: S 3 with higher spatial resolution is suitable for detecting small objects, while S 5 with larger receptive fields captures contextual information for large objects.

3.1.5. Hybrid Encoder with CCFF and AIFT

The hybrid encoder follows the RT-DETR design philosophy of decoupling intra-scale and cross-scale feature interactions. The effectiveness of such hierarchical feature aggregation architectures has been theoretically supported by studies on network connectivity and information flow [46,47]. The Attention-based Intra-scale Feature Transformation (AIFT) module processes the highest-level features S 5 through self-attention to capture long-range dependencies:
F 5 = AIFT ( S 5 ) = Softmax Q K T d k V + S 5
where Q = S 5 W Q , K = S 5 W K , V = S 5 W V are the query, key, and value projections, and d k is the key dimension for scaling.
The Cross-scale Channel Feature Fusion (CCFF) module then aggregates features across scales through our proposed AFAM:
F o u t = CCFF ( S 3 , S 4 , F 5 ) = AFAM ( S 3 ) AFAM ( S 4 ) AFAM ( F 5 )

3.1.6. Query Selection and Decoder

Following RT-DETR, we employ uncertainty-minimal query selection to initialize decoder queries. Given the encoder output F o u t , we predict classification scores and localization uncertainties for each spatial position:
P c l s = Sigmoid ( Linear ( F o u t ) ) R N × K
U l o c = Softplus ( Linear ( F o u t ) ) R N × 4
where N is the number of spatial positions, K is the number of object categories, and U l o c represents the predicted uncertainty for bounding box coordinates.
The top-M positions with highest confidence scores and lowest localization uncertainties are selected as initial queries:
Q = TopK max k ( P c l s ( n , k ) ) λ i = 1 4 U l o c ( n , i ) , M
where λ is a hyperparameter balancing classification confidence and localization uncertainty.
The transformer decoder with BADM then refines these queries through cross-attention with encoder features:
Q ^ = Decoder ( Q , F o u t ) = BADM ( CrossAttn ( Q , F o u t ) )
The final detection outputs are obtained through prediction heads applied to the refined queries:
c ^ = Linear c l s ( Q ^ ) R M × K
b ^ = Sigmoid ( Linear b o x ( Q ^ ) ) R M × 4
where c ^ and b ^ represent the predicted class logits and normalized bounding box coordinates ( c x , c y , w , h ) , respectively.

3.2. Dual-Modality Enhancement Module (DMEM)

The Dual-Modality Enhancement Module (DMEM) is designed to comprehensively enhance multimodal features through two complementary processing streams: the Haar wavelet decomposition stream (HWD-Stream) and the Attention-guided Kolmogorov–Arnold Refinement Stream (AKR-Stream). The HWD-Stream performs frequency-domain analysis to separately process structural and textural information, while the AKR-Stream applies adaptive nonlinear transformations through learnable spline-based activations.

3.2.1. Haar Wavelet Decomposition Stream (HWD-Stream)

The HWD-Stream leverages the Haar wavelet transform to decompose fused features into frequency sub-bands, enabling specialized processing of low-frequency structural components and high-frequency detail components. Given the concatenated multimodal features F c a t = [ F r g b ; F i r ] R H × W × 2 C , we first apply a channel reduction convolution:
F f u s e d = Conv 1 × 1 ( F c a t ) R H × W × C
The 2D Haar wavelet transform decomposes the fused features into four sub-bands through convolution with Haar filter banks. Let h L = 1 2 [ 1 , 1 ] T and h H = 1 2 [ 1 , 1 ] T denote the low-pass and high-pass Haar filters, respectively. The four sub-bands are computed as
F L L = ( h L h L T ) F f u s e d 2
F L H = ( h L h H T ) F f u s e d 2
F H L = ( h H h L T ) F f u s e d 2
F H H = ( h H h H T ) F f u s e d 2
where ∗ denotes convolution, 2 represents downsampling by factor 2, and F L L , F L H , F H L , F H H R H 2 × W 2 × C represent the approximation (low–low), horizontal detail (low–high), vertical detail (high–low), and diagonal detail (high–high) sub-bands, respectively.
The low-frequency approximation sub-band F L L captures the overall structural information and smooth intensity variations, which are particularly important for preserving the thermal signatures from IR imagery. The high-frequency detail sub-bands { F L H , F H L , F H H } encode edge information and fine-grained textures, which are predominantly contributed by RGB imagery. We apply separate enhancement pathways for these components:
F ^ L L = F L L + SE ( Conv 3 × 3 ( F L L ) )
F ^ H = Concat ( F L H , F H L , F H H )
F ^ H = F ^ H + CBAM ( Conv 3 × 3 ( F ^ H ) )
where SE denotes the Squeeze-and-Excitation module [48] for channel-wise recalibration of structural features, and CBAM denotes the Convolutional Block Attention Module [49] for joint spatial-channel attention on textural details.
The enhanced sub-bands are then reconstructed through the inverse Haar wavelet transform:
F H W D = IHWT ( F ^ L L , F ^ L H , F ^ H L , F ^ H H ) R H × W × C
where IHWT denotes the inverse Haar wavelet transform that upsamples and combines the sub-bands to reconstruct the full-resolution enhanced features.

3.2.2. Attention-Guided Kolmogorov–Arnold Refinement Stream (AKR-Stream)

The AKR-Stream complements the frequency-domain processing of HWD-Stream by applying adaptive nonlinear transformations through learnable spline-based activation functions. Inspired by Kolmogorov–Arnold networks [15], we replace fixed activation functions with B-spline parameterized univariate functions that can learn task-specific nonlinearities.
Given the fused features F f u s e d , we first compute spatial attention weights to guide the refinement process:
A s p a t i a l = σ ( Conv 7 × 7 ( [ AvgPool ( F f u s e d ) ; MaxPool ( F f u s e d ) ] ) )
where σ denotes the sigmoid function, and the attention map A s p a t i a l R H × W × 1 highlights spatially informative regions.
The core of AKR-Stream is the learnable spline-based activation layer. For each channel c, we define a B-spline function ϕ c ( x ) parameterized by a set of control points { p c ( k ) } k = 0 K on a uniform grid:
ϕ c ( x ) = k = 0 K p c ( k ) B k ( d ) ( x )
where B k ( d ) ( x ) denotes the k-th B-spline basis function of degree d, and K + 1 is the number of control points. The B-spline basis functions are computed recursively using the Cox–de Boor formula:
B k ( 0 ) ( x ) = 1 if t k x < t k + 1 0 otherwise
B k ( d ) ( x ) = x t k t k + d t k B k ( d 1 ) ( x ) + t k + d + 1 x t k + d + 1 t k + 1 B k + 1 ( d 1 ) ( x )
where { t k } denotes the knot vector defining the B-spline parameterization.
The attention-guided KAN refinement is applied as
F A K R = A s p a t i a l Φ ( F f u s e d ) + ( 1 A s p a t i a l ) F f u s e d
where Φ ( · ) applies the learnable spline activation channel-wise, and ⊙ denotes element-wise multiplication. This formulation allows the network to selectively apply nonlinear refinement to informative regions while preserving original features in less salient areas.
The final output of DMEM combines the outputs from both streams:
F D M E M = Conv 1 × 1 ( [ F H W D ; F A K R ] ) + F f u s e d
where the residual connection ensures stable gradient flow during training.

3.3. Adaptive Feature Fusion Module (AFAM)

The Adaptive Feature Fusion Module (AFAM) is designed to dynamically balance the contributions of RGB and IR modalities based on their local informativeness. Unlike static fusion approaches that apply uniform weights across the entire feature map, AFAM employs complementary gating mechanisms that adaptively adjust modality weights at each spatial location. The design of AFAM is inspired by the complementary gating mechanism proposed in CGMamba [50], which demonstrated the effectiveness of adaptive feature selection for multimodal learning tasks.
As illustrated in Figure 2, the proposed AFAM employs complementary gating mechanisms to adaptively balance RGB and IR modality contributions.
Given the enhanced RGB and IR features F r g b e n h , F i r e n h R H × W × C from the DMEM, AFAM first computes modality-specific informativeness scores through parallel attention pathways. For each modality m { r g b , i r } , we compute
g m c h a n n e l = σ ( MLP ( GAP ( F m e n h ) ) ) R 1 × 1 × C
g m s p a t i a l = σ ( Conv 3 × 3 ( Conv 1 × 1 ( F m e n h ) ) ) R H × W × 1
where GAP denotes global average pooling, MLP is a two-layer perceptron with reduction ratio r, and σ is the sigmoid activation.
The complementary gating mechanism ensures that the modality weights sum to unity at each spatial location, preventing feature magnitude explosion while enabling adaptive modality selection. This constraint is analogous to the matching conditions studied in combinatorial graph theory [51]:
w r g b = exp ( g r g b c h a n n e l g r g b s p a t i a l ) exp ( g r g b c h a n n e l g r g b s p a t i a l ) + exp ( g i r c h a n n e l g i r s p a t i a l )
w i r = 1 w r g b
The fused features are computed as the weighted combination:
F A F A M = w r g b F r g b e n h + w i r F i r e n h
To further enhance crossmodal interaction, we apply a cross-attention mechanism that allows each modality to query information from the other:
Q r g b = F r g b e n h W Q r g b , K i r = F i r e n h W K i r , V i r = F i r e n h W V i r
F r g b i r = softmax Q r g b K i r T d k V i r
where W Q , W K , W V are learnable projection matrices and d k is the key dimension. A symmetric operation computes F i r r g b .
The final AFAM output combines the gated fusion with crossmodal attention:
F o u t = F A F A M + α · ( F r g b i r + F i r r g b )
where α is a learnable scaling parameter initialized to a small value (0.1) to ensure stable training.

3.4. Bilinear Attention-Enhanced Detection Module (BADM)

The Bilinear Attention-Enhanced Detection Module (BADM) is designed to capture second-order feature interactions for improved object localization in cluttered aerial scenes. Standard attention mechanisms compute first-order correlations through dot-product similarity, which may be insufficient for distinguishing objects with similar appearance but different spatial configurations. BADM addresses this limitation through factorized bilinear pooling [52] that models pairwise feature interactions.
As illustrated in Figure 3, the proposed BADM captures second-order feature interactions through factorized bilinear pooling for enhanced object localization.
Given the fused encoder features F e n c R N × C (where N = H × W is the number of spatial positions) and object queries Q R M × C (where M is the number of queries), BADM computes bilinear attention as follows.
First, we project the features and queries into a shared embedding space:
X = F e n c W X R N × d
Y = Q W Y R M × d
where W X , W Y R C × d are learnable projection matrices.
The bilinear interaction between queries and encoder features is computed using factorized bilinear pooling. Instead of computing the full bilinear tensor Y T W B X with W B R d × d × d , which would be computationally prohibitive, we employ a low-rank factorization:
B i j = k = 1 K ( y i T U k ) · ( x j T V k )
where U k , V k R d × r are low-rank factor matrices, r is the rank of factorization, and K is the number of bilinear factors. This factorization reduces the computational complexity from O ( d 3 ) to O ( K d r ) .
The bilinear attention weights are computed by combining first-order and second-order interactions:
A b i l i n e a r = softmax Y X T + λ B d
where λ is a learnable parameter that balances the contribution of bilinear interactions.
The attended features are computed as
F a t t = A b i l i n e a r V e n c
where V e n c = F e n c W V is the value projection of encoder features.
To further enhance localization accuracy, BADM incorporates a spatial refinement branch that predicts offset corrections for bounding box coordinates:
Δ bbox = MLP l o c ( F a t t F b i l i n e a r )
where F b i l i n e a r = Hadamard ( Y U , A b i l i n e a r X V ) captures the bilinear feature representation, and ⊕ denotes concatenation.
The final detection head predicts class probabilities and refined bounding boxes:
p c l s = softmax ( MLP c l s ( F a t t ) )
bbox = MLP b o x ( F a t t ) + Δ bbox

3.5. Loss Function

Following the DETR paradigm [11], we employ a set-based loss function that performs bipartite matching between predicted and ground-truth objects. The total loss consists of three components:
L t o t a l = λ c l s L c l s + λ b o x L b o x + λ g i o u L g i o u
The classification loss L c l s is computed using focal loss [23] to address class imbalance:
L c l s = i = 1 M α t ( 1 p t ) γ log ( p t )
where p t is the predicted probability for the target class, α t is the class balancing factor, and γ is the focusing parameter.
The bounding box regression loss L b o x combines L1 loss and generalized IoU loss [53]:
L b o x = i = 1 M b i b ^ σ ( i ) 1
L g i o u = i = 1 M ( 1 GIoU ( b i , b ^ σ ( i ) ) )
where b i and b ^ σ ( i ) denote the ground-truth and predicted bounding boxes, respectively, and σ is the optimal assignment from Hungarian matching.

4. Experiments

4.1. Datasets

We evaluated our proposed MFE-DETR on two challenging benchmark datasets for aerial object detection.
DroneVehicle [5] is a large-scale RGB-IR multimodal dataset specifically designed for vehicle detection from UAV perspectives. The dataset contains 28,439 aligned RGB-IR image pairs captured across diverse scenarios including urban roads, residential areas, parking lots, and highways. Images are captured under both daytime and nighttime conditions, providing a comprehensive evaluation of multimodal fusion effectiveness. The dataset includes five vehicle categories: car, truck, bus, van, and freight car. Following the official split, we used 17,990 image pairs for training and 10,449 pairs for testing.
VisDrone [1] is a large-scale benchmark for object detection in drone-captured imagery, containing 10,209 images with over 540,000 annotated instances across 10 categories. The dataset is particularly challenging due to extreme scale variations, dense object distributions, and complex backgrounds. We used VisDrone to evaluate the generalization capability of our approach, particularly for small object detection. Following the standard protocol, we used 6,471 images for training and 548 images for validation.

4.2. Implementation Details

Our MFE-DETR was implemented using PyTorch 2.1 [54] and trained on 4 NVIDIA A100 GPUs. We adopted ResNet-50 [55] pretrained on ImageNet as the backbone network. The input images were resized to 640 × 640 pixels with standard data augmentation, including random horizontal flipping, color jittering, and mosaic augmentation [20].
We used the AdamW optimizer [56] with an initial learning rate of 1 × 10 4 and weight decay of 1 × 10 4 . The learning rate was decayed by a factor of 0.1 at epochs 80 and 120. The total training duration was 150 epochs with a batch size of 16. For the loss function, we set λ c l s = 2.0 , λ b o x = 5.0 , and λ g i o u = 2.0 . The focal loss parameters are set to α = 0.25 and γ = 2.0 .
For the DMEM module, we used cubic B-splines ( d = 3 ) with K = 8 control points for the AKR-Stream. The Haar wavelet decomposition was applied at a single level. For AFAM, the channel reduction ratio was set to r = 16 . For BADM, we used K = 4 bilinear factors with rank r = 64 .
Efficiency Measurement Protocol. To ensure reproducibility and fair comparison, we reported the efficiency metrics under a standardized protocol. All FPS and FLOPs measurements were conducted with input resolution 640 × 640 , batch size 1, using PyTorch inference on a single NVIDIA A100 GPU with FP32 precision. The cudnn benchmark mode was enabled for optimized convolution operations. FPS values were computed as the average over 1000 inference iterations after 100 warmup iterations to ensure stable measurements. FLOPs were calculated using the fvcore library with the same input configuration.

4.3. Evaluation Metrics

We adopted the standard COCO-style evaluation metrics [57] for comprehensive performance assessment. The primary metrics included:
  • mAP 50 : Mean Average Precision at IoU threshold 0.5.
  • mAP 50 : 95 : Mean Average Precision averaged over IoU thresholds from 0.5 to 0.95 with step 0.05.
  • AP S , AP M , AP L : Average Precision for small (< 32 2 pixels), medium ( 32 2 96 2 pixels), and large (> 96 2 pixels) objects.

4.4. Comparison with State-of-the-Art Methods

We compared our MFE-DETR with state-of-the-art methods across three categories: two-stage detectors, single-stage detectors, and transformer-based detectors. For fair comparison, all methods were trained and evaluated using the same data splits and evaluation protocols.

4.4.1. Results on DroneVehicle Dataset

Table 2 presents the comprehensive comparison results on the DroneVehicle dataset. We organized the comparison methods into four categories based on their architectural paradigms.
The results demonstrate that our MFE-DETR achieves state-of-the-art performance across all evaluation metrics. Compared to the best-performing single-modality method RT-DETR-X, our approach achieves improvements of 5.3% in mAP 50 and 3.7% in mAP 50 : 95 , validating the effectiveness of our multimodal fusion strategy. The improvements are particularly pronounced for small objects ( AP S : 37.2% vs. 34.5%), demonstrating that our frequency-domain feature enhancement effectively preserves fine-grained details crucial for detecting small vehicles in aerial imagery. To provide a more intuitive comparison, Figure 4 presents a comprehensive dual-panel visualization: a radar chart showing normalized performance metrics across multiple dimensions, and a line chart illustrating the progressive performance improvement with module additions.
Among multimodal fusion methods, MFE-DETR outperforms the previous state-of-the-art CAGT by 4.5% in mAP 50 and 4.6% in mAP 50 : 95 . This significant improvement can be attributed to three factors: (1) the HWD-Stream effectively separates and enhances frequency-specific information from both modalities, (2) the AKR-Stream provides adaptive nonlinear feature refinement that complements the frequency-domain processing, and (3) the BADM captures second-order feature interactions that improve localization accuracy in cluttered scenes.
The two-stage detectors (Faster R-CNN and Cascade R-CNN) show relatively lower performance compared to modern single-stage and transformer-based methods, primarily due to their limited capacity for handling the extreme scale variations present in aerial imagery. Single-stage detectors from the YOLO family demonstrate progressively improving performance with each generation, with YOLOv10-L achieving competitive results through its end-to-end design. However, these methods still fall short of transformer-based approaches that can model long-range dependencies through self-attention mechanisms.

4.4.2. Results on VisDrone Dataset

To evaluate the generalization capability of our approach, we conducted experiments on the VisDrone dataset using only RGB inputs. This evaluation demonstrates that our proposed modules (DMEM, AFAM, and BADM) provide benefits beyond multimodal fusion, improving feature representation for general aerial object detection.
Module Adaptation for Single-Modality Input. When applied to RGB-only scenarios, our modules gracefully degrade to single-modality operation: (1) AFAM degenerates to identity mapping with single-branch gating, as the complementary gating mechanism naturally assigns full weight to the available modality; (2) the HWD-Stream and AKR-Stream within DMEM continue to function as general-purpose feature enhancement modules, performing frequency-domain decomposition and adaptive nonlinear transformation on single-modality features; (3) BADM operates as a detection head enhancement module that is inherently modality-agnostic, capturing second-order feature interactions regardless of input modality.
As summarized in Table 3, our method achieves superior performance compared with state-of-the-art detectors on the VisDrone dataset.
On the VisDrone dataset, MFE-DETR achieves 42.8% mAP 50 and 28.3% mAP 50 : 95 , outperforming the baseline RT-DETR-X by 1.3% and 1.5%, respectively. The improvement is most significant for small objects ( AP S : 18.6% vs. 17.1%), demonstrating that our wavelet-based feature decomposition effectively preserves high-frequency details crucial for detecting small objects in complex aerial scenes.

4.5. Ablation Studies

We conducted comprehensive ablation studies on the DroneVehicle dataset to analyze the contribution of each proposed component.

4.5.1. Component Analysis

Table 4 presents the ablation results for each proposed module. Starting from the RT-DETR-L baseline, we progressively added each component to evaluate its individual contribution.
The results reveal several important findings. First, DMEM provides the largest individual improvement (+3.3% mAP 50 ), demonstrating the effectiveness of frequency-domain feature enhancement for multimodal fusion. The improvement is particularly pronounced for small objects (+2.5% AP S ), validating our hypothesis that wavelet decomposition helps preserve fine-grained details. Second, AFAM contributes +2.6% mAP 50 by enabling adaptive modality balancing, which is crucial for handling varying illumination conditions in the DroneVehicle dataset. Third, BADM improves mAP 50 by +2.0% through better localization via second-order feature interactions. Finally, the combination of all three modules achieves synergistic improvements, with the full model outperforming the baseline by +7.4% mAP 50 . Figure 5 provides a comprehensive dual-panel visualization: (a) individual module contributions with color-coded bars, and (b) progressive performance trends across different module combinations.

4.5.2. Analysis of DMEM Components

Table 5 analyzes the contribution of the two streams within DMEM: the HWD-Stream and the AKR-Stream.
Both streams contribute positively to the overall performance, with HWD-Stream providing slightly larger improvements (+2.2% mAP 50 ) compared to AKR-Stream (+1.6% mAP 50 ). The combination of both streams achieves the best performance, indicating that frequency-domain decomposition and adaptive nonlinear transformation provide complementary benefits for multimodal feature enhancement.

4.5.3. Impact of Wavelet Decomposition Level

We investigated the impact of wavelet decomposition levels in the HWD-Stream. Table 6 shows the results with different decomposition levels.
Single-level decomposition achieves the best performance while maintaining computational efficiency. Deeper decomposition levels introduce additional computational overhead without corresponding accuracy improvements, likely because the increased abstraction loses fine-grained spatial information important for object detection.

4.5.4. Impact of B-Spline Parameters in AKR-Stream

Table 7 analyzes the impact of B-spline parameters (degree d and number of control points K) in the AKR-Stream.
Cubic B-splines ( d = 3 ) with 8 control points achieve the best balance between expressiveness and regularization. Higher-degree splines or more control points do not provide additional benefits, suggesting that the learned activation functions do not require excessive flexibility for this task.

4.5.5. Computational Efficiency Analysis

Table 8 compares the computational efficiency of MFE-DETR with other methods.
DME-DETR achieves the best accuracy while maintaining reasonable computational efficiency. Compared to CAGT, our method achieves 4.5% higher mAP 50 with 28% fewer FLOPs and 30% faster inference speed. The efficiency gains come from our streamlined module designs that avoid redundant computations while maximizing feature enhancement effectiveness. Figure 6 provides a visual analysis of the accuracy-efficiency trade-off, where bubble size represents inference speed (FPS) and the optimal region highlights methods achieving high accuracy with moderate computational cost.

4.6. Qualitative Results

Figure 7 presents qualitative detection results on the DroneVehicle dataset, comparing our MFE-DETR with RT-DETR-X and CAGT under various challenging conditions.
The visualizations demonstrate several advantages of our approach. In nighttime scenes (rows 1–2), MFE-DETR successfully detects vehicles that are missed by single-modality methods, benefiting from the effective fusion of RGB and IR information through AFAM. In dense traffic scenarios (rows 3–4), our method achieves more accurate localization with fewer false positives, attributed to the second-order feature interactions captured by BADM. For small objects (rows 5–6), MFE-DETR maintains high detection accuracy due to the frequency-domain feature enhancement provided by the HWD-Stream. To further analyze the detection performance across different vehicle categories and evaluation metrics, Figure 8 presents a comprehensive dual-panel comparison.
Figure 9 shows detection results on the VisDrone dataset, demonstrating the generalization capability of our approach for small object detection.
On VisDrone, MFE-DETR demonstrates superior performance in detecting small pedestrians and vehicles in crowded urban scenes. The wavelet-based feature decomposition effectively preserves high-frequency details that are crucial for distinguishing small objects from complex backgrounds.

5. Discussion

The experimental results demonstrate that MFE-DETR achieves state-of-the-art performance on both DroneVehicle and VisDrone datasets, validating the effectiveness of our proposed modules for multimodal aerial object detection. In this section, we discuss the key insights and limitations of our approach.
It is important to emphasize that our three proposed modules (DMEM, AFAM, and BADM) are not independent engineering additions but rather form a unified framework addressing the symmetry-asymmetry tension in multimodal fusion. DMEM handles the frequency-domain asymmetry between modalities, AFAM manages the spatial-temporal asymmetry in modality reliability, and BADM captures the higher-order symmetric correlations for precise localization. The ablation studies in Table 4 demonstrate that these modules provide complementary rather than redundant benefits, with the full combination achieving synergistic improvements (+7.4% mAP 50 ) that exceed the sum of individual contributions.
The success of DMEM can be attributed to its ability to separately process frequency-specific information from multimodal features. The HWD-Stream effectively separates low-frequency structural information (predominantly from IR imagery) from high-frequency textural details (predominantly from RGB imagery), enabling specialized enhancement pathways that preserve modality-specific characteristics. The AKR-Stream complements this by providing adaptive nonlinear transformations that can learn task-specific activation functions, offering greater flexibility than fixed activations like ReLU or GELU. The choice of Kolmogorov–Arnold network-inspired activations is motivated by their theoretical foundation in universal function approximation and their demonstrated effectiveness in learning complex nonlinear mappings, as validated by the ablation study in Table 5.
The AFAM module addresses a fundamental challenge in multimodal fusion: the varying reliability of different modalities across spatial locations and environmental conditions. By employing complementary gating mechanisms, AFAM can dynamically suppress unreliable modality contributions while amplifying informative features. This adaptive behavior is particularly important for the DroneVehicle dataset, which contains images captured under diverse illumination conditions where the relative informativeness of RGB and IR modalities varies significantly. Figure 10 illustrates the adaptive fusion weights learned by AFAM under different environmental conditions.
The BADM module improves localization accuracy by capturing second-order feature interactions through factorized bilinear pooling. Standard attention mechanisms compute first-order correlations that may be insufficient for distinguishing objects with similar appearance but different spatial configurations. The bilinear attention in BADM enables more discriminative feature matching, leading to improved bounding box predictions.
Despite the strong performance, our approach has several limitations that warrant future investigation, which we discuss as actionable boundary conditions for practical deployment.
Alignment Assumption. The current implementation assumes well-aligned RGB-IR image pairs, which may not always be available in practical deployments due to sensor mounting variations, temporal offsets, or parallax effects. While our AFAM can partially compensate for minor misalignments through adaptive weighting, significant geometric discrepancies would degrade fusion quality. The reliability of multimodal systems under such conditions relates to broader questions of network diagnosability and fault tolerance [58,59]. Future work could incorporate learnable registration modules or develop weakly-aligned fusion mechanisms that explicitly model and compensate for crossmodal geometric transformations.
Thermal Saturation and IR Noise Robustness. Our method’s performance under extreme thermal conditions (e.g., thermal saturation in high-temperature industrial environments or severe IR noise in adverse weather) remains to be thoroughly characterized. The HWD-Stream’s frequency decomposition may be sensitive to thermal artifacts that manifest as spurious high-frequency components. Developing robust preprocessing or adaptive filtering mechanisms for handling thermal saturation and sensor noise would enhance the practical applicability of our approach.
Edge Deployment Constraints. While MFE-DETR achieves real-time performance (68.4 FPS) on high-end GPUs, deployment on resource-constrained edge devices commonly used in UAV systems requires further optimization. The wavelet decomposition and bilinear attention operations, while effective, introduce computational overhead that may be prohibitive for embedded platforms. Future work should explore model compression techniques including structured pruning, knowledge distillation, and quantization-aware training to enable efficient edge deployment without significant accuracy degradation.
Future work could explore several promising directions. Extending MFE-DETR to handle temporal information from video sequences could improve detection consistency and enable tracking capabilities. Incorporating uncertainty estimation could provide confidence measures for detection outputs, which is important for safety-critical applications. Additionally, exploring self-supervised pretraining strategies for multimodal representations could reduce the reliance on large-scale annotated datasets.

6. Conclusions

In this paper, we proposed MFE-DETR, a novel detection transformer framework for RGB-IR multimodal object detection in aerial imagery. Motivated by the observation that RGB and IR modalities exhibit approximate symmetry in spatial structures while demonstrating intrinsic asymmetry in imaging characteristics, our approach addresses three fundamental challenges in multimodal fusion through three synergistic innovations: the Dual-Modality Enhancement Module (DMEM) for frequency-domain and adaptive feature enhancement, the Adaptive Feature Fusion Module (AFAM) for dynamic modality balancing, and the Bilinear Attention-Enhanced Detection Module (BADM) for second-order feature interaction modeling.
The DMEM comprises two complementary processing streams: the HWD-Stream that leverages Haar wavelet decomposition for multi-resolution frequency analysis, and the AKR-Stream that employs Kolmogorov–Arnold network-inspired learnable spline activations for adaptive nonlinear transformation. The AFAM employs complementary gating mechanisms to dynamically balance modality contributions based on spatial informativeness, effectively addressing the modality imbalance problem. The BADM captures second-order feature interactions through factorized bilinear pooling, enabling fine-grained crossmodal correlation modeling for improved localization accuracy.
Comprehensive experiments on the DroneVehicle and VisDrone datasets demonstrate that MFE-DETR achieves state-of-the-art performance. On DroneVehicle, our method achieves 78.6% mAP 50 and 57.8% mAP 50 : 95 , surpassing previous methods by significant margins. On VisDrone, MFE-DETR demonstrates superior generalization capability with 42.8% mAP 50 and particularly strong performance on small objects (18.6% AP S ). Extensive ablation studies validate the contribution of each proposed component and provide insights into optimal design choices.
Our work demonstrates the potential of combining frequency-domain analysis, adaptive nonlinear transformations, and higher-order feature interactions for effective multimodal fusion in aerial object detection. We believe that the proposed techniques can be extended to other multimodal perception tasks and contribute to the development of more robust autonomous systems.

Author Contributions

Conceptualization, Z.Y. and M.-J.-S.W.; methodology, Z.Y. and M.-J.-S.W.; software, Z.Y.; validation, Z.Y. and M.-J.-S.W.; formal analysis, Z.Y.; investigation, Z.Y.; resources, M.-J.-S.W.; data curation, Z.Y.; writing—original draft preparation, Z.Y.; writing—review and editing, M.-J.-S.W.; visualization, Z.Y.; supervision, M.-J.-S.W.; project administration, M.-J.-S.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The DroneVehicle dataset is publicly available at https://github.com/VisDrone/DroneVehicle (accessed on 15 December 2025). The VisDrone dataset is publicly available at https://github.com/VisDrone/VisDrone-Dataset (accessed on 15 December 2025).

Conflicts of Interest

Author Mu-Jiang-Shan Wang was employed by the company Shenzhen Kaihong Digital Industry Development Co., Ltd. The remaining author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Zhu, P.; Wen, L.; Du, D.; Bian, X.; Fan, H.; Hu, Q.; Ling, H. Detection and tracking meet drones challenge. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 7380–7399. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  2. Xia, G.S.; Bai, X.; Ding, J.; Zhu, Z.; Belongie, S.; Luo, J.; Datcu, M.; Pelillo, M.; Zhang, L. DOTA: A large-scale dataset for object detection in aerial images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 3974–3983. [Google Scholar]
  3. Hwang, S.; Park, J.; Kim, N.; Choi, Y.; Kweon, I.S. Multispectral pedestrian detection: Benchmark dataset and baseline. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 1037–1045. [Google Scholar]
  4. Zhang, L.; Liu, Z.; Zhang, S.; Yang, X.; Qiao, H.; Huang, K.; Hussain, A. Weakly aligned cross-modal learning for multispectral pedestrian detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 5127–5137. [Google Scholar]
  5. Sun, Y.; Cao, B.; Zhu, P.; Hu, Q. Drone-based RGB-Infrared Cross-Modality Vehicle Detection via Uncertainty-Aware Learning. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 6700–6713. [Google Scholar] [CrossRef] [Scilit]
  6. Li, C.; Song, D.; Tong, R.; Tang, M. Illumination-aware faster R-CNN for robust multispectral pedestrian detection. Pattern Recognit. 2019, 85, 161–171. [Google Scholar] [CrossRef] [Scilit]
  7. Zhou, K.; Chen, L.; Cao, X. Improving multispectral pedestrian detection by addressing modality imbalance problems. In European Conference on Computer Vision, Glasgow, UK, 23–28 August 2020; Springer: Berlin, Germany, 2020; pp. 787–803. [Google Scholar]
  8. Zhang, H.; Fromont, E.; Lefevre, S.; Avber, B. Guided attentive feature fusion for multispectral pedestrian detection. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, Online, 5–9 January 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 72–80. [Google Scholar]
  9. Qingyun, F.; Dapeng, H.; Wang, Z. Cross-modality feature aggregation for multispectral pedestrian detection. Pattern Recognit. 2022, 131, 108827. [Google Scholar]
  10. Fu, H.; Peng, J.; Wu, H.; Cheng, K.; Tao, D. LRAF-Net: Long-range attention fusion network for visible-infrared object detection. IEEE Trans. Neural Netw. Learn. Syst. 2023, 35, 13232–13245. [Google Scholar] [CrossRef] [Scilit]
  11. Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; Zagoruyko, S. End-to-end object detection with transformers. arXiv 2020, arXiv:2005.12872. [Google Scholar]
  12. Zhu, X.; Su, W.; Lu, L.; Li, B.; Wang, X.; Dai, J. Deformable DETR: Deformable Transformers for End-to-End Object Detection. arXiv 2020, arXiv:2010.04159. [Google Scholar]
  13. Zhang, H.; Li, F.; Liu, S.; Zhang, L.; Su, H.; Zhu, J.; Ni, L.M.; Shum, H.Y. DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection. arXiv 2022, arXiv:2203.03605. [Google Scholar]
  14. Zhao, Y.; Lv, W.; Xu, S.; Wei, J.; Wang, G.; Dang, Q.; Liu, Y.; Chen, J. DETRs Beat YOLOs on Real-time Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Denver, CO, USA, 3–7 June 2024; IEEE: Piscataway, NJ, USA, 2024; pp. 16965–16974. [Google Scholar]
  15. Liu, Z.; Wang, Y.; Vaidya, S.; Ruehle, F.; Halverson, J.; Soljačić, M.; Hou, T.Y.; Tegmark, M. KAN: Kolmogorov-Arnold Networks. arXiv 2024, arXiv:2404.19756. [Google Scholar]
  16. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. Adv. Neural. Inf. Process. Syst. 2015, 28. [Google Scholar] [CrossRef] [Scilit]
  17. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 2117–2125. [Google Scholar]
  18. Cai, Z.; Vasconcelos, N. Cascade R-CNN: Delving into high quality object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 6154–6162. [Google Scholar]
  19. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 779–788. [Google Scholar]
  20. Jocher, G.; Chaurasia, A.; Qiu, J. Ultralytics YOLOv8. Available online: https://github.com/ultralytics/ultralytics (accessed on 15 December 2025).
  21. Wang, C.Y.; Liao, H.Y.M. YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information. arXiv 2024, arXiv:2402.13616. [Google Scholar] [CrossRef] [Scilit]
  22. Wang, A.; Chen, H.; Liu, L.; Chen, K.; Lin, Z.; Han, J.; Ding, G. YOLOv10: Real-Time End-to-End Object Detection. arXiv 2024, arXiv:2405.1445. [Google Scholar]
  23. Lin, T.Y.; Goyal, P.; Girshick, R.; He, K.; Dollár, P. Focal loss for dense object detection. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 2980–2988. [Google Scholar]
  24. Tian, Z.; Shen, C.; Chen, H.; He, T. FCOS: Fully convolutional one-stage object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 9627–9636. [Google Scholar]
  25. Razakarivony, S.; Jurie, F. Vehicle detection in aerial imagery: A small target detection benchmark. J. Vis. Commun. Image Represent. 2016, 34, 187–203. [Google Scholar] [CrossRef] [Scilit]
  26. Zhang, W.; Li, J.; Chen, H. SPD-YOLOv8: An small-size object detection model of UAV imagery in complex scene. J. Supercomput. 2024, 80, 17021–17041. [Google Scholar] [CrossRef] [Scilit]
  27. Chen, W.; Zhang, L.; Li, M. SCA-YOLO: A new small object detection model for UAV images. Vis. Comput. 2024, 40, 1787–1803. [Google Scholar]
  28. Zhang, M.; Wang, H.; Li, J. BGF-YOLOv10: Small Object Detection Algorithm from Unmanned Aerial Vehicle Perspective Based on Improved YOLOv10. Sensors 2024, 24, 6911. [Google Scholar] [CrossRef] [Scilit]
  29. Wang, H.; Li, J.; Chen, W. Rethinking Efficient Model Design for UAV Object Detection. arXiv 2024, arXiv:2412.10040. [Google Scholar] [CrossRef] [Scilit]
  30. Zhang, M.; Chen, H.; Li, W. Attention-Based Multi-Level Feature Fusion for Object Detection in Remote Sensing Images. Remote Sens. 2022, 14, 3735. [Google Scholar]
  31. Chen, X.; Wang, L.; Zhang, H. Efficient Small Object Detection for Remote Sensing Image Using Enhanced RT-DETR Model. Sensors 2024, 24, 5496. [Google Scholar] [CrossRef] [Scilit]
  32. Wang, H.; Li, J.; Chen, X. Improving RGB-infrared object detection with cascade alignment-guided transformer. Inf. Fusion 2024, 102, 102246. [Google Scholar]
  33. Liu, J.; Chen, W.; Zhang, M. Calibrated and Complementary Transformer for RGB-Infrared Object Detection. arXiv 2024, arXiv:2306.16175. [Google Scholar] [CrossRef] [Scilit]
  34. Chen, X.; Li, W.; Wang, L. Remedy Dual-Attention Transformer with Semantic Alignment via Contrast Learning for Multimodal Object Detection. arXiv 2024, arXiv:2410.11358. [Google Scholar] [CrossRef] [Scilit]
  35. Zhang, Y.; Li, W.; Chen, H. Multimodal Transformer Using Cross-Channel attention for Object Detection in Remote Sensing Images. arXiv 2024, arXiv:2310.13876. [Google Scholar]
  36. Mallat, S.G. A theory for multiresolution signal decomposition: The wavelet representation. IEEE Trans. Pattern Anal. Mach. Intell. 1989, 11, 674–693. [Google Scholar] [CrossRef] [Scilit]
  37. Haar, A. Zur theorie der orthogonalen funktionensysteme. Math. Ann. 1910, 69, 331–371. [Google Scholar] [CrossRef] [Scilit]
  38. Chen, X.; Wang, H.; Li, J. A dual encoder crack segmentation network with Haar wavelet-based high-low frequency attention. Expert Syst. Appl. 2024, 255, 124950. [Google Scholar]
  39. Li, W.; Zhang, M.; Chen, H. FAWT-Net: Attention-Matrix Despeckling and Haar Wavelet Reconstruction for Small-Scale SAR Ship Detection. Remote Sens. 2024, 17, 3460. [Google Scholar]
  40. Wang, L.; Li, J.; Chen, W. MAWC-Net: A Multi-Scale Attention Wavelet Convolutional Neural Network for Soil pH Prediction. Appl. Sci. 2024, 16, 54. [Google Scholar]
  41. Zhang, H.; Li, J.; Wang, L. Wavelet-Driven Multi-Band Feature Fusion for RGB-T Salient Object Detection. Sensors 2024, 24, 8159. [Google Scholar]
  42. Li, M.; Zhang, W.; Chen, H. Frequency-Spatial Attention Transformer for Infrared and Visible Image Fusion. arXiv 2024, arXiv:2506.10366. [Google Scholar]
  43. Kolmogorov, A.N. On the representation of continuous functions of many variables by superposition of continuous functions of one variable and addition. Dokl. Akad. Nauk. SSSR 1957, 114, 953–956. [Google Scholar]
  44. Wang, M.; Ren, Y.; Lin, Y.; Wang, S. The tightly super 3-extra connectivity and diagnosability of locally twisted cubes. Am. J. Comput. Math. 2017, 7, 127–144. [Google Scholar] [CrossRef]
  45. Wang, M.; Yang, W.; Guo, Y.; Wang, S. Conditional fault tolerance in a class of Cayley graphs. Int. J. Comput. Math. 2016, 93, 67–82. [Google Scholar] [CrossRef] [Scilit]
  46. Wang, S.; Wang, Y.; Wang, M. Connectivity and matching preclusion for leaf-sort graphs. J. Interconnect. Netw. 2019, 19, 1940007. [Google Scholar] [CrossRef] [Scilit]
  47. Wang, S.; Wang, M. A Note on the Connectivity of m-Ary n-Dimensional Hypercubes. Parallel Process. Lett. 2019, 29, 1950017. [Google Scholar] [CrossRef] [Scilit]
  48. Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 7132–7141. [Google Scholar]
  49. Woo, S.; Park, J.; Lee, J.Y.; Kweon, I.S. CBAM: Convolutional block attention module. arXiv 2018, arXiv:1807.06521. [Google Scholar] [CrossRef] [Scilit]
  50. Li, Y.; Wang, T.; Luo, N.; Zhou, L.; Chen, Q. CGMamba: Intelligent Identification of Counterfeit Goods Based on State Space Models. Int. J. Intell. Syst. 2025, 2025, 9939880. [Google Scholar] [CrossRef] [Scilit]
  51. Wang, M.; Yang, W.; Wang, S. Conditional matching preclusion number for the Cayley graph on the symmetric group. Acta Math. Appl. Sin. 2013, 36, 813–820. [Google Scholar]
  52. Kim, J.H.; Jun, J.; Zhang, B.T. Bilinear attention networks. Adv. Neural Inf. Process. Syst. 2018, 31. [Google Scholar]
  53. Rezatofighi, H.; Tsoi, N.; Gwak, J.; Sadeghian, A.; Reid, I.; Savarese, S. Generalized intersection over union: A metric and a loss for bounding box regression. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–17 June 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 658–666. [Google Scholar]
  54. Paszke, A.; Gross, S.; Massa, F.; Lerer, A.; Bradbury, J.; Chanan, G.; Killeen, T.; Lin, Z.; Gimelshein, N.; Antiga, L.; et al. PyTorch: An imperative style, high-performance deep learning library. Adv. Neural Inf. Process. Syst. 2019, 32. [Google Scholar]
  55. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 770–778. [Google Scholar]
  56. Loshchilov, I.; Hutter, F. Decoupled weight decay regularization. arXiv 2017, arXiv:1711.05101. [Google Scholar]
  57. Lin, T.Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft COCO: Common objects in context. In European Conference on Computer Vision, Zurich, Switzerland, 6–12 September 2014; Springer: Berlin, Germany, 2014; pp. 740–755. [Google Scholar]
  58. Wang, M.; Xu, S.; Jiang, J.; Xiang, D.; Hsieh, S.Y. Global reliable diagnosis of networks based on Self-Comparative Diagnosis Model and g-good-neighbor property. J. Comput. Syst. Sci. 2025, 155, 103698. [Google Scholar] [CrossRef] [Scilit]
  59. Wang, M.; Lin, Y.; Wang, S. The connectivity and nature diagnosability of expanded k-ary n-cubes. Theor. Inform. Appl. Inform. Theor. Appl. 2017, 51, 71–89. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Overall architecture of the proposed MFE-DETR framework. The network processes aligned RGB and IR inputs through dual-stream backbones with shared weights, followed by early element-wise fusion (⊕, element-wise addition). The Dual-Modality Enhancement Module (DMEM) integrates two complementary streams: the HWD-Stream for Haar wavelet–based frequency decomposition and the AKR-Stream for attention-guided spline-based nonlinear refinement. Within the architecture, ⊗ denotes element-wise multiplication, ⊕ denotes element-wise addition, and “C” represents channel concatenation. “Conv” denotes convolutional blocks consisting of convolution, batch normalization, and SiLU activation (including 1 × 1 and 3 × 3 kernels). “FC” denotes fully connected layers, σ represents the sigmoid activation function, and “Softmax” denotes the normalized attention operation used in transformer-based aggregation. Arrows indicate feature propagation, and skip connections correspond to residual learning. Multi-scale features are aggregated via the Cross-scale Channel Feature Fusion (CCFF) module with the Adaptive Feature Fusion Module (AFAM), and final detection is performed by the transformer decoder equipped with the Bilinear Attention-Enhanced Detection Module (BADM). From a symmetry perspective, components processing both modalities identically (shared backbone and early fusion) represent symmetric information pathways that preserve cross-modal structural consistency. Modules that adaptively differentiate modality contributions (AFAM gating and DMEM frequency-specific enhancement) represent asymmetric processing pathways that exploit modality-specific characteristics. The overall architecture therefore follows a symmetry-breaking-and-restoration paradigm: symmetric extraction → asymmetric enhancement → adaptive re-integration.
Figure 1. Overall architecture of the proposed MFE-DETR framework. The network processes aligned RGB and IR inputs through dual-stream backbones with shared weights, followed by early element-wise fusion (⊕, element-wise addition). The Dual-Modality Enhancement Module (DMEM) integrates two complementary streams: the HWD-Stream for Haar wavelet–based frequency decomposition and the AKR-Stream for attention-guided spline-based nonlinear refinement. Within the architecture, ⊗ denotes element-wise multiplication, ⊕ denotes element-wise addition, and “C” represents channel concatenation. “Conv” denotes convolutional blocks consisting of convolution, batch normalization, and SiLU activation (including 1 × 1 and 3 × 3 kernels). “FC” denotes fully connected layers, σ represents the sigmoid activation function, and “Softmax” denotes the normalized attention operation used in transformer-based aggregation. Arrows indicate feature propagation, and skip connections correspond to residual learning. Multi-scale features are aggregated via the Cross-scale Channel Feature Fusion (CCFF) module with the Adaptive Feature Fusion Module (AFAM), and final detection is performed by the transformer decoder equipped with the Bilinear Attention-Enhanced Detection Module (BADM). From a symmetry perspective, components processing both modalities identically (shared backbone and early fusion) represent symmetric information pathways that preserve cross-modal structural consistency. Modules that adaptively differentiate modality contributions (AFAM gating and DMEM frequency-specific enhancement) represent asymmetric processing pathways that exploit modality-specific characteristics. The overall architecture therefore follows a symmetry-breaking-and-restoration paradigm: symmetric extraction → asymmetric enhancement → adaptive re-integration.
Symmetry 18 00417 g001
Figure 2. Architecture of the Adaptive Feature Fusion Module (AFAM). The module employs complementary gating mechanisms to dynamically balance RGB and IR modality contributions based on spatial informativeness.
Figure 2. Architecture of the Adaptive Feature Fusion Module (AFAM). The module employs complementary gating mechanisms to dynamically balance RGB and IR modality contributions based on spatial informativeness.
Symmetry 18 00417 g002
Figure 3. Architecture of the Bilinear Attention-Enhanced Detection Module (BADM). The module captures second-order feature interactions through factorized bilinear pooling for improved object localization.
Figure 3. Architecture of the Bilinear Attention-Enhanced Detection Module (BADM). The module captures second-order feature interactions through factorized bilinear pooling for improved object localization.
Symmetry 18 00417 g003
Figure 4. Comprehensive performance analysis with dual-panel visualization: (a) Radar chart comparing normalized performance metrics ( mAP 50 , mAP 50 : 95 , AP S , AP M , AP L , and FPS) across representative methods, where our MFE-DETR (orange solid line with filled area) demonstrates superior coverage across all dimensions. (b) Progressive performance improvement showing mAP 50 and mAP 50 : 95 trends as modules are incrementally added, illustrating the synergistic contribution of each component.
Figure 4. Comprehensive performance analysis with dual-panel visualization: (a) Radar chart comparing normalized performance metrics ( mAP 50 , mAP 50 : 95 , AP S , AP M , AP L , and FPS) across representative methods, where our MFE-DETR (orange solid line with filled area) demonstrates superior coverage across all dimensions. (b) Progressive performance improvement showing mAP 50 and mAP 50 : 95 trends as modules are incrementally added, illustrating the synergistic contribution of each component.
Symmetry 18 00417 g004
Figure 5. Dual-panel ablation study visualization: (a) Individual module contribution analysis showing the performance gain from each component (DMEM, AFAM, and BADM) with improvement percentages annotated. (b) Module combination analysis illustrating the progressive performance improvement across different configurations, where D = DMEM, A = AFAM, B = BADM. The full model (D + A + B) achieves the best performance through synergistic combination.
Figure 5. Dual-panel ablation study visualization: (a) Individual module contribution analysis showing the performance gain from each component (DMEM, AFAM, and BADM) with improvement percentages annotated. (b) Module combination analysis illustrating the progressive performance improvement across different configurations, where D = DMEM, A = AFAM, B = BADM. The full model (D + A + B) achieves the best performance through synergistic combination.
Symmetry 18 00417 g005
Figure 6. Accuracy vs. computational cost analysis with efficiency visualization. Bubble size represents inference speed (FPS), and the shaded region indicates the optimal accuracy-efficiency trade-off zone. Our MFE-DETR (star marker) achieves the best accuracy (78.6% mAP 50 ) while maintaining competitive computational efficiency (142.3 GFLOPs) and inference speed (68.4 FPS), significantly outperforming the trend line established by other methods.
Figure 6. Accuracy vs. computational cost analysis with efficiency visualization. Bubble size represents inference speed (FPS), and the shaded region indicates the optimal accuracy-efficiency trade-off zone. Our MFE-DETR (star marker) achieves the best accuracy (78.6% mAP 50 ) while maintaining competitive computational efficiency (142.3 GFLOPs) and inference speed (68.4 FPS), significantly outperforming the trend line established by other methods.
Symmetry 18 00417 g006
Figure 7. Qualitative detection results on the DroneVehicle dataset. Our MFE-DETR demonstrates superior performance in detecting vehicles under challenging conditions including nighttime scenes, dense traffic, and small objects.
Figure 7. Qualitative detection results on the DroneVehicle dataset. Our MFE-DETR demonstrates superior performance in detecting vehicles under challenging conditions including nighttime scenes, dense traffic, and small objects.
Symmetry 18 00417 g007
Figure 8. Comprehensive performance analysis with dual-panel visualization. (a) Per-class detection performance comparison across five vehicle categories (Car, Truck, Bus, Van, Freight), with improvement values over CAGT annotated above each bar. (b) Multi-scale performance comparison showing horizontal bar charts for different evaluation metrics (mAP50, mAP50:95, APS, APM, APL), with absolute values and improvement percentages displayed. Our MFE-DETR consistently outperforms competing methods across all categories and scales.
Figure 8. Comprehensive performance analysis with dual-panel visualization. (a) Per-class detection performance comparison across five vehicle categories (Car, Truck, Bus, Van, Freight), with improvement values over CAGT annotated above each bar. (b) Multi-scale performance comparison showing horizontal bar charts for different evaluation metrics (mAP50, mAP50:95, APS, APM, APL), with absolute values and improvement percentages displayed. Our MFE-DETR consistently outperforms competing methods across all categories and scales.
Symmetry 18 00417 g008
Figure 9. Qualitative detection results on the VisDrone dataset. Our MFE-DETR shows improved detection of small objects in complex aerial scenes.
Figure 9. Qualitative detection results on the VisDrone dataset. Our MFE-DETR shows improved detection of small objects in complex aerial scenes.
Symmetry 18 00417 g009
Figure 10. Visualization of AFAM adaptive fusion weights under different conditions: (a) Daytime scenes show higher RGB weights due to rich texture information. (b) Nighttime scenes exhibit higher IR weights as thermal signatures become dominant. (c) Mixed conditions demonstrate balanced fusion leveraging both modalities.
Figure 10. Visualization of AFAM adaptive fusion weights under different conditions: (a) Daytime scenes show higher RGB weights due to rich texture information. (b) Nighttime scenes exhibit higher IR weights as thermal signatures become dominant. (c) Mixed conditions demonstrate balanced fusion leveraging both modalities.
Symmetry 18 00417 g010
Table 1. Design rationale summary: Each module addresses a specific challenge in multimodal fusion while contributing to the unified goal of adaptive symmetry management between RGB and IR modalities.
Table 1. Design rationale summary: Each module addresses a specific challenge in multimodal fusion while contributing to the unified goal of adaptive symmetry management between RGB and IR modalities.
ModuleChallenge AddressedKey MechanismPrimary Benefit
DMEMCrossmodal frequency-domain differences causing mutual information suppression during fusionHaar wavelet decomposition separates structure/detail + KAN activation enables adaptive nonlinearityEnhanced small object and nighttime robustness
AFAMVarying modality reliability across different scenes and spatial locationsComplementary gating dynamically allocates weights based on spatial informativenessReduced interference from unreliable modality
BADMFirst-order attention insufficient for modeling complex spatial relationshipsSecond-order bilinear attention captures pairwise feature interactionsImproved localization precision and reduced confusion
Table 2. Comparison with state-of-the-art methods on the DroneVehicle dataset. The best results are shown in bold. † indicates multimodal methods using both RGB and IR inputs.
Table 2. Comparison with state-of-the-art methods on the DroneVehicle dataset. The best results are shown in bold. † indicates multimodal methods using both RGB and IR inputs.
MethodYear mAP 50 mAP 50 : 95 AP S AP M AP L
Two-Stage Detectors
Faster R-CNN [16]201558.238.421.342.655.8
Cascade R-CNN [18]201861.541.223.845.358.7
FPN [17]201760.340.122.544.157.2
Single-Stage Detectors
RetinaNet [23]201757.837.920.841.554.6
FCOS [24]201959.439.221.943.256.3
YOLOv5-L202064.243.525.147.861.2
YOLOv8-L [20]202368.547.328.451.664.8
YOLOv9-E [21]202470.249.130.253.466.5
YOLOv10-L [22]202471.850.831.554.968.2
Transformer-Based Detectors
DETR [11]202055.636.218.539.852.4
Deformable DETR [12]202062.842.524.646.259.8
DINO [13]202269.448.629.852.765.9
RT-DETR-L [14]202471.251.332.155.468.7
RT-DETR-X [14]202473.354.134.558.271.3
Multimodal Fusion Methods
GAFF [8] 202165.844.226.348.562.4
CFT [9] 202268.246.828.150.964.7
LRAF-Net [10] 202370.549.330.453.667.2
CAGT [32] 202474.153.233.857.470.8
MFE-DETR (Ours) 202678.657.837.262.175.4
Table 3. Comparison with state-of-the-art methods on the VisDrone dataset. All methods use RGB inputs only.
Table 3. Comparison with state-of-the-art methods on the VisDrone dataset. All methods use RGB inputs only.
MethodYear mAP 50 mAP 50 : 95 AP S AP M AP L
Two-Stage Detectors
Faster R-CNN [16]201528.416.28.524.338.6
Cascade R-CNN [18]201831.218.510.227.141.8
Single-Stage Detectors
RetinaNet [23]201726.815.17.822.636.4
FCOS [24]201929.517.39.425.239.7
YOLOv8-L [20]202337.222.814.132.548.3
YOLOv9-E [21]202438.624.115.333.849.7
YOLOv10-L [22]202439.425.216.134.650.8
SPD-YOLOv8 [26]202440.125.816.835.251.4
SCA-YOLO [27]202440.526.117.235.651.9
Transformer-Based Detectors
DETR [11]202025.314.26.821.435.2
Deformable DETR [12]202033.519.811.529.244.6
DINO [13]202238.223.614.833.149.2
RT-DETR-L [14]202440.225.416.535.151.2
RT-DETR-X [14]202441.526.817.136.452.8
MFE-DETR (Ours)202642.828.318.637.954.2
Table 4. Ablation study on the contribution of each proposed component on DroneVehicle dataset.
Table 4. Ablation study on the contribution of each proposed component on DroneVehicle dataset.
DMEMAFAMBADM mAP 50 mAP 50 : 95 AP S AP M AP L
71.251.332.155.468.7
74.554.234.658.371.5
73.853.533.957.670.8
73.252.833.256.970.2
76.455.935.860.273.4
75.855.335.259.572.7
75.154.634.558.872.1
78.657.837.262.175.4
Table 5. Ablation study on DMEM components.
Table 5. Ablation study on DMEM components.
HWD-StreamAKR-Stream mAP 50 mAP 50 : 95 AP S AP M AP L
71.251.332.155.468.7
73.453.133.857.270.4
72.852.533.256.569.8
74.554.234.658.371.5
Table 6. Impact of wavelet decomposition levels in HWD-Stream.
Table 6. Impact of wavelet decomposition levels in HWD-Stream.
Levels mAP 50 mAP 50 : 95 AP S AP M AP L FLOPs (G)
178.657.837.262.175.4142.3
278.257.436.861.775.1156.8
377.556.836.161.074.5171.4
Table 7. Impact of B-spline parameters in AKR-Stream.
Table 7. Impact of B-spline parameters in AKR-Stream.
Degree dControl Points K mAP 50 mAP 50 : 95 AP S AP M AP L
2677.857.136.561.474.7
2878.157.436.861.775.0
3678.257.536.961.875.1
3878.657.837.262.175.4
31078.457.637.061.975.2
4878.357.536.961.875.1
Table 8. Computational efficiency comparison.
Table 8. Computational efficiency comparison.
MethodParams (M)FLOPs (G)FPS mAP 50
YOLOv8-L43.7165.278.568.5
YOLOv10-L24.4120.392.371.8
RT-DETR-L32.0108.0114.271.2
RT-DETR-X67.4234.774.873.3
CAGT58.2198.552.674.1
MFE-DETR (Ours)45.8142.368.478.6
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yan, Z.; Wang, M.-J.-S. MFE-DETR: Multimodal Feature-Enhanced Detection Transformer for RGB–Infrared Object Detection in Aerial Imagery. Symmetry 2026, 18, 417. https://doi.org/10.3390/sym18030417

AMA Style

Yan Z, Wang M-J-S. MFE-DETR: Multimodal Feature-Enhanced Detection Transformer for RGB–Infrared Object Detection in Aerial Imagery. Symmetry. 2026; 18(3):417. https://doi.org/10.3390/sym18030417

Chicago/Turabian Style

Yan, Zekai, and Mu-Jiang-Shan Wang. 2026. "MFE-DETR: Multimodal Feature-Enhanced Detection Transformer for RGB–Infrared Object Detection in Aerial Imagery" Symmetry 18, no. 3: 417. https://doi.org/10.3390/sym18030417

APA Style

Yan, Z., & Wang, M.-J.-S. (2026). MFE-DETR: Multimodal Feature-Enhanced Detection Transformer for RGB–Infrared Object Detection in Aerial Imagery. Symmetry, 18(3), 417. https://doi.org/10.3390/sym18030417

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop