Next Article in Journal
A Curriculum Approach to Reduce the Dynamics-Related Reality Gap in Autonomous Driving Decision-Making
Previous Article in Journal
Image Formation and Resolution in Spatially Variant Coherent Imaging Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improved CenterNet-Based Multimodal Object Detection for Low-Light and Complex Environments

1
College of Aviation and Electronics and Electrical, Civil Aviation Flight University of China, Guanghan 618307, China
2
School of Communication and Information Engineering, Chongqing University of Posts and Telecommunications, Chongqing 400065, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(12), 3735; https://doi.org/10.3390/s26123735
Submission received: 24 April 2026 / Revised: 9 June 2026 / Accepted: 10 June 2026 / Published: 11 June 2026
(This article belongs to the Section Sensing and Imaging)

Abstract

To address insufficient detail representation, inadequate cross-modal fusion, and limited localization accuracy in object detection under low-light and complex background conditions, this study proposes an improved CenterNet-based multimodal object detection method. The model uses fused images and infrared images as dual-source inputs, where infrared wavelet priors are introduced to enhance texture and structural representation. A Feature Fusion Attention (FFA) module is designed to improve cross-modal feature interaction, while a Heatmap-Guided Detection Head (HGDH) is introduced to explicitly enhance target-related regions during detection. In addition, a two-stack Hourglass backbone is adopted for multi-scale modeling of global semantics and local details. Based on the public LLVIP dataset, a precisely paired fused-image/infrared-image dataset, termed RH-25, was constructed for experiments. On the RH-25 dataset, the proposed method achieves a 3.51% improvement in mAP@0.5 relative to the baseline, as demonstrated by comparative and ablation experiments. Moreover, supplementary experiments on the MFAD dataset indicate potential cross-dataset adaptability under different scenes and multi-class conditions. These results indicate that the proposed method can improve detection performance in low-light and complex environments.

1. Introduction

With the continuous development of object detection technology, autonomous sensing systems have been widely applied in military security, critical area surveillance, and civilian inspection tasks [1]. Therefore, real-time object detection for security threats such as covert reconnaissance and intelligence theft in airports and other highly regulated areas is of great significance. However, in such scenarios, factors including complex backgrounds, low-light conditions, and limited target visibility often lead to degraded detection accuracy and, in severe cases, even make targets difficult to identify, thereby significantly affecting the reliability of detection systems [2,3]. In view of these challenges, the development of robust object detection methods for low-light and complex environments is of considerable theoretical significance and practical value.
Against this background, multimodal object detection based on visible and infrared images has gradually become an active research topic [4,5]. Compared with single-modality approaches, infrared images can provide relatively stable thermal radiation information, whereas visible images or fused images preserve richer texture and edge details. As a result, their combination usually exhibits stronger environmental adaptability under complex scenes and low-light conditions [6,7]. Owing to the swift progress of deep learning, CNNs now serve as a foundational pillar for research in multimodal object detection, due largely to their strong feature extraction ability [8,9]. As reported in previous work, CNN-based multimodal approaches primarily leverage complementary information from visible and infrared images via end-to-end joint training, dual-branch feature extraction, and cross-modal feature fusion, which in turn enhances detection robustness in low-light, occluded, or complex background scenarios [10].
On this basis, some studies have further introduced multimodal fusion strategies into keypoint-based detection frameworks to improve target localization and recognition performance. Among them, multimodal object detection methods based on CenterNet have attracted increasing attention in recent years [11]. To improve object detection under low-light, low-contrast, occluded, and complex-background conditions, current methods typically introduce cross-modal feature interaction, pixel-level fusion, or feature-level enhancement mechanisms into the CenterNet framework. Overall, although current methods have made progress in exploiting multimodal information, their robustness in low-light and complex-background scenarios remains limited [12].
Although the aforementioned methods have achieved a certain level of progress in multimodal object detection, as illustrated in Figure 1, representative existing methods such as RT-DETR and FreDet still suffer from typical failure cases, including missed detections and false positives, when targets are weakly illuminated, partially occluded, or surrounded by cluttered backgrounds [13]. First, most existing approaches rely on feature complementarity between different modalities to improve detection accuracy. However, under low-light conditions, the texture and edge details of some targets often degrade severely and may even become difficult to observe effectively in visible images, thereby limiting the performance gains brought by multimodal complementarity. Second, infrared and visible images differ significantly in imaging mechanisms and feature representations, and direct fusion may easily introduce information loss, feature misalignment, and insufficient fusion, which in turn affect detection performance [14]. Third, the detection stage usually lacks explicit guidance for target-related regions. As a result, the localization and discrimination capabilities of the detector remain limited in scenarios involving complex backgrounds, occlusion, and weak responses. These issues indicate that it is still necessary to further investigate how to jointly optimize object detection in low-light and complex environments from the three aspects of input construction, cross-modal fusion, and detection enhancement.
To address the aforementioned challenges, this work presents an enhanced CenterNet-based multimodal object detection method [15]. The proposed framework uses fused images and infrared images as dual-source inputs, introduces infrared wavelet detail priors for structural representation, and incorporates FFA and HGDH modules for cross-modal feature refinement and target-region enhancement [16]. A two-stack Hourglass backbone is adopted for multi-scale feature modeling [17].
The main contributions of this paper can be summarized in the following three aspects:
1.
A multimodal object detection framework based on the improved CenterNet is proposed, which incorporates Haar wavelet detail priors from infrared images into the overall network. This framework establishes a dual-source input mechanism driven by the semantic information of the fused images and the texture structure of infrared images, thereby enhancing the input representation capability in low-light and complex scenes.
2.
A Feature Fusion Attention (FFA) module is designed to spatially align and achieve early fusion of the semantic features of fused images with the multi-sub-band detail features of infrared wavelets. In addition, a SimAM-based lightweight attention enhancement and a residual stable injection strategy are employed to achieve efficient cross-modal expression of semantic and texture information.
3.
A Heatmap-Guided Detection Head (HGDH) module is designed, which explicitly selects target-related features by generating spatial probability masks using the predicted heatmaps. This module, combined with contextual modeling and lightweight attention enhancement mechanisms, improves target localization accuracy and detection robustness in complex scenes.

2. Related Work

This section mainly reviews studies on visible and infrared image-based object detection, as well as CenterNet-based detection models closely related to this work adopt dual inputs of fused images and infrared images.

2.1. Object Detection with Visible and Infrared Images

Under complex environments and low-light conditions, visible and infrared images exhibit different advantages and limitations. Visible images can provide rich texture and detail information, but their representation capability is often significantly restricted under low illumination and complex background conditions. In contrast, infrared images can stably provide the thermal radiation information of targets, but they usually lack sufficient appearance details. Thus, fusing visible with infrared data for object detection has become a major research direction within complex-scene understanding [18,19]. Deep learning-based detection methods are typically divided into two categories: two-stage and one-stage approaches. The first category typically offers higher detection precision, while the second proves more appropriate for scenarios with strict real-time demands [20,21].

2.2. Multimodal Object Detection Based on Fused Images

Recently, multimodal feature fusion of visible and infrared imagery has been widely adopted to address the shortcomings of single-modality data. Existing studies have proposed methods that unify image fusion and object detection into an end-to-end joint optimization framework, enabling the collaborative training of fusion tasks and detection tasks. Other studies have employed feature-based image fusion strategies, which have demonstrated the improvement in object detection accuracy through fused images [22,23]. To address the challenge of insufficiently modeling the complementary information between modalities in fusion results, some research further introduces decision-level fusion methods to enhance detection performance, while other studies use adaptive weighting strategies to improve detection accuracy under low-light and high-noise conditions [24]. On the whole, current fusion-based detectors have achieved substantial gains in detection accuracy. However, under low-light and even nighttime conditions, how to construct more complementary dual-modality representations and enhance cross-modal feature interactions remains a problem worthy of further investigation.

2.3. CenterNet Detection Models with Dual-Modal Inputs

As a typical anchor-free detector, CenterNet has been widely applied in object detection tasks owing to its efficient architecture, suitability for multi-scale targets, and compatibility with complex backbone networks. In recent years, studies on improving CenterNet have mainly focused on backbone optimization, the introduction of attention mechanisms, and feature enhancement. Existing research has improved infrared feature extraction by adopting stronger backbones combined with channel attention mechanisms, while denoising preprocessing modules have also been introduced to enhance the quality of infrared inputs. Other studies have incorporated channel–spatial attention mechanisms into the original CenterNet framework and combined them with feature selection modules to achieve cross-level feature aggregation. In addition, some methods have enhanced feature representation capability and receptive field through backbone replacement, dilated convolutions, and lateral connections [25,26]. Although these methods can enhance detection performance to some degree, they still have inherent limitations, most of them are still developed based on single-modal features or only enhance network representation capability through relatively simple attention mechanisms. Under low-light and complex environmental conditions, it remains worthwhile to further investigate how to construct a dual-modal input paradigm jointly driven by fused images and infrared images, while simultaneously alleviating information loss during fusion, strengthening modal complementarity, and improving the discrimination ability of the detection head for target-related regions.

3. Materials and Methods

3.1. Overall Network Architecture

The proposed method is built upon the CenterNet keypoint-based detection framework and aims to extract and learn target-related features from fused images and infrared images. CenterNet is selected as the base detection framework because its anchor-free keypoint-based detection paradigm is consistent with the design of the proposed method. Its heatmap-based prediction structure naturally supports the HGDH module, which uses heatmap-derived spatial responses to enhance target-related regions. Moreover, the heatmap, object size, and offset prediction branches provide a clear framework for evaluating the proposed FFA and HGDH modules. When combined with the Hourglass backbone, CenterNet can also perform multi-scale feature modeling for low-light and complex-background detection. The overall network consists of a dual-source input guided by wavelet priors, cross-modal feature fusion and enhancement, a two-stack Hourglass backbone, a Joint feature processing module, and a three-branch detection head. An overview of our model’s architecture is presented in Figure 2. In this study, the RH-25 dataset mainly focuses on pedestrian detection under low-light and complex environments, and the proposed model follows a pipeline of “fused-image semantic input → infrared wavelet-prior-guided fusion → stacked Hourglass backbone → CenterNet detection head”. RGB images are not used as an additional independent input branch in this architecture. The fused image is adopted as the semantic input because it preserves visual appearance information from the visible image, while the infrared image is retained to provide thermal responses and wavelet-based structural-detail priors. This two-source design reduces input redundancy and computational cost while maintaining complementary multimodal information.
At the input stage, the infrared image first undergoes two-dimensional Haar wavelet decomposition to extract multi-resolution structural-detail priors. Haar wavelet decomposition is adopted because it can efficiently separate the infrared image into a low-frequency approximation component and horizontal, vertical, and diagonal high-frequency detail components. Compared with simple downsampling or denoising, the proposed operation explicitly preserves the high-frequency sub-bands and introduces them into the subsequent feature fusion stage. These detail components provide boundary, contour, and local intensity-variation cues, which are useful for enhancing target representation under low-light and complex-background conditions [27], which can be expressed as
coeffs = wavedec 2 I i r × 255 , haar , level = 1
F wave = Concat c A , c H , c V , c D R H 2 × W 2 × 12
where I i r denotes the input infrared image, and c A , c H , c V , and c D represent the approximation sub-band and the horizontal, vertical, and diagonal detail sub-bands, respectively. In the fused-image branch, the input first passes through a convolutional layer and a residual block for downsampling and preliminary semantic feature extraction, producing the fused-image feature F p r e .
Subsequently, in the Feature Fusion Attention (FFA) module, the fused-image feature and the infrared wavelet feature are first matched to the same spatial resolution at the feature level and then fused along the channel dimension. Through this module, the network can effectively inject infrared texture details while preserving the fused image’s semantic content, thereby improving the quality of cross-modal feature fusion.
In the backbone stage, the fused feature is fed into a two-stack Hourglass network for multi-scale modeling. Through its symmetric downsampling–upsampling structure and cross-layer skip connections, the Hourglass network repeatedly integrates global semantic information and local details. The output of the first Hourglass is fused with the previous-layer feature in the Joint module, where the feature is further enhanced by combining wavelet priors and the heatmap-guided mechanism. Finally, the output of the second Hourglass is sent to a CenterNet-style three-branch detection head, which predicts the center heatmap, object size, and center offset, thereby producing the final detection result [28].
By cascading the above modules, the proposed network achieves collaborative modeling of fused-image semantic information, infrared wavelet texture priors, and target-region spatial responses within an encoder–decoder multi-scale architecture, thus boosting detection accuracy and robustness under poor-illumination and complex-background situations.

3.2. Feature Fusion Attention (FFA) Module

Compared with conventional multimodal methods that either perform feature concatenation only at high-level stages or rely on parameterized attention mechanisms, the proposed FFA module first spatially aligns and achieves early fusion of infrared wavelet detail features with the semantic features of fused images at the front end, thereby alleviating the loss of texture and edge information in low-light and occluded scenarios [29]. In addition, the module introduces a lightweight SimAM-based attention enhancement mechanism, which can generate three-dimensional adaptive weights without introducing extra channel-wise or spatial convolutions. This design suppresses noise responses and enhances key regions with relatively low parameter and computational overhead. Furthermore, a residual fusion strategy with a learnable scaling coefficient γ is adopted to preserve the stability of the original semantic representation while injecting infrared detail information, thereby reducing feature distortion caused by excessive reliance on attention. Overall, as shown in Figure 3, the FFA module helps alleviate the problems of insufficient detail representation under low-light and noisy conditions, feature redundancy caused by direct concatenation, and instability during the fusion process, while improving cross-modal fusion quality and detection robustness with low computational cost [30].
The proposed Feature Fusion Attention (FFA) module is illustrated in Figure 3. First, the feature F pre extracted from the fused-image branch and the multi-sub-band feature F wave obtained from the infrared image through Haar wavelet decomposition are spatially aligned and concatenated along the channel dimension to form a joint representation, which can be expressed as
F c = Concat F pre , Pool ( F wave )
where F pre denotes the semantic feature extracted from the fused-image branch after downsampling, and F wave denotes the multi-sub-band texture feature obtained from the infrared image through Haar wavelet decomposition. We apply Pool ( · ) to resize the wavelet feature spatially, matching the dimensions of the fused-image feature, and Concat ( · ) denotes channel-wise concatenation. Here, “spatial alignment” refers to feature-level resolution matching rather than geometric registration or pixel-intensity consistency. Pool ( · ) is used to resize the infrared wavelet feature to the same spatial size as F pre for channel-wise concatenation.
Subsequently, the concatenated feature is compressed and linearly fused by a 1 × 1 convolution to obtain the intermediate feature F f :
F f = Conv 1 × 1 ( F c )
where Conv 1 × 1 is used to reduce the channel dimension of the concatenated feature and generate the fused intermediate feature F f , which jointly captures semantic content from the fused image and textural cues from the infrared image. On this basis, SimAM is employed to perform lightweight attention enhancement on F f . For a given neuron F f ( i , j , c ) , the inverse energy score e t is computed according to intra-channel spatial statistics as follows:
e t ( i , j , c ) = F f ( i , j , c ) μ c 2 4 σ c 2 + λ + 1 2
where μ c and σ c 2 denote the mean and variance of channel c, respectively, and λ is a small regularization coefficient.
The weighted feature F att is then obtained by applying the Sigmoid function to the inverse energy score:
F att ( i , j , c ) = σ e t ( i , j , c ) · F f ( i , j , c )
where σ ( · ) denotes the Sigmoid function, and F att denotes the adaptively enhanced feature used to highlight target-related structural responses.
Finally, a residual fusion strategy is adopted to combine the enhanced multimodal feature with the original semantic feature from the fused-image branch, so as to preserve semantic stability while injecting infrared texture details. This process can be formulated as
F = γ · F att + F pre
where γ is a learnable scaling coefficient used to control the contribution of the attention branch. The final output feature F is then fed into the subsequent Hourglass backbone and Joint module, thereby providing a more stable cross-modal feature representation for the downstream detection task.
To further clarify the difference between conventional fusion and the proposed FFA module, a schematic comparison is provided in Figure 4. In conventional fusion, the wavelet feature and the fused-image feature are usually directly concatenated and then processed by a CNN block. Although this strategy is simple, it lacks adaptive feature selection and may weaken boundary and contour cues while introducing background interference. In contrast, the proposed FFA module first matches the infrared wavelet feature to the same spatial resolution as the fused-image feature and then performs channel-wise concatenation, as formulated in Equations (3)–(7). The subsequent 1 × 1 convolution learns cross-modal channel interactions, while the SimAM-based attention mechanism adaptively enhances informative structural responses and suppresses less relevant background activations. Finally, the residual injection strategy F = γ · F att + F pre preserves the original semantic representation while introducing infrared structural-detail information. Therefore, FFA alleviates the loss of edge and local structural information under low-light and occluded conditions through structural-detail priors, adaptive attention enhancement, and stable residual fusion.

3.3. Heatmap-Guided Detection Head (HGDH)

Compared with conventional global channel attention or simple feature concatenation strategies, as shown in Figure 5, the proposed Heatmap-Guided Detection Head (HGDH) generates spatial probability masks from the predicted heatmaps to explicitly select target-related features. It further constructs a lightweight attention enhancement mechanism by combining pooling operations, a 3 × 3 convolution, and Sigmoid activation, and finally improves feature representation through feature aggregation and residual reintegration. This module has the advantages of explicit target guidance as well as relatively low parameter and computational overhead. It can more effectively suppress background noise and enhance target-region responses in scenarios involving weak target responses, dense target distribution, and occlusion, thereby alleviating the limitations of traditional concatenation or global attention mechanisms in target-region localization, such as insufficient sensitivity and redundant feature information [31,32].
The proposed Heatmap-Guided Detection Head (HGDH) is illustrated in Figure 5. The module first generates spatial probability masks from the feature map F in output by the previous Hourglass stack and the corresponding heatmap H hm , and then explicitly selects target-related features based on these masks. In HGDH, the spatial mask is generated from the intermediate heatmap H hm ( 1 ) predicted after the first Hourglass stack, rather than from the final detection head. The softmax operation is applied over the spatial dimensions of this intermediate heatmap to obtain M. No stop-gradient operation is applied during training, so gradients can be propagated through the intermediate heatmap prediction branch. During inference, the same forward data flow is used without gradient computation. This process can be expressed as
M = Softmax h , w H hm ( 1 )
F m = F in M
where F in denotes the input feature map, H hm ( 1 ) denotes the intermediate heatmap predicted after the first Hourglass stack, and M denotes the spatial probability mask obtained by normalizing the heatmap over the spatial dimensions. Through this process, the network can exploit the spatial prior provided by the prediction results to preliminarily enhance target-related regions.
Subsequently, the selected feature is processed by max pooling and average pooling to extract contextual information, and a lightweight 3 × 3 convolution together with Sigmoid activation is used to generate attention weights:
P = MaxPool F m + AvgPool F m
A = σ Conv 3 × 3 ( P )
where MaxPool ( · ) and AvgPool ( · ) are used to extract contextual information. We apply a 3 × 3 convolution ( Conv 3 × 3 ) to produce the attention weight map, while A represents the spatial attention response following Sigmoid activation.
Subsequently, the selected feature is reweighted by the attention weights, while feature aggregation together with a residual connection further improves the stability of the output representation. This process can be written as
F out = F m A
where F out denotes the output feature enhanced by heatmap guidance and attention weighting, which can be further fed into the subsequent decoding detection head, while the residual connection helps maintain training stability. Overall, the HGDH module effectively highlights target-region responses and suppresses background noise through heatmap-guided spatial probability masks, contextual modeling, and lightweight attention enhancement, thereby improving the discriminative capability and stability of the subsequent detection head.

3.4. Hourglass Backbone

In this study, a two-stack Hourglass network is adopted as the backbone to achieve multi-scale modeling of global semantics and local details. Through its symmetric downsampling–upsampling structure and cross-layer skip connections, the Hourglass network repeatedly integrates features at different scales during the encoding–decoding process, thereby enhancing the representation capability of the model for multi-scale targets in complex scenes. Its output can be abstractly expressed as
Y = U + Up ( D 3 )
where U denotes the upper-branch feature, and D 3 denotes the feature encoded by the lower branch through multi-scale processing. The two-stack design is adopted to further improve the stability of target localization and regression under low-light and complex-scene conditions.

3.5. Collaborative Mechanism of the Proposed Modules

The proposed method tackles low-light and complex-scene object detection through the collaboration of FFA, HGDH, and the two-stack Hourglass backbone. Specifically, FFA introduces infrared wavelet structural-detail priors into the fused-image semantic feature, thereby improving the preservation of boundary, contour, and local structural cues. The two-stack Hourglass backbone then performs multi-scale feature modeling to integrate global semantics and local details for targets of different scales. Finally, HGDH uses heatmap-derived spatial probability masks to enhance target-related regions and suppress background interference during detection.
These modules are not independent components but form a progressive enhancement pipeline. FFA first improves cross-modal feature representation, the Hourglass backbone further refines the features at multiple scales, and HGDH guides the detection head to focus on target-relevant spatial responses. Their combined interaction improves structural-detail representation, multi-scale modeling, and target-region discrimination, which jointly addresses the challenges of low illumination, occlusion, complex backgrounds, and weak target responses.

4. Results

This section first introduces the RH-25 dataset used to evaluate the proposed bimodal object detection model. Next, we outline the setup and implementation specifics of our experiments. Using this foundation, we carry out organized ablation experiments aimed at assessing our modules’ effectiveness. Furthermore, our method is benchmarked against both conventional approaches and representative state-of-the-art detectors to evaluate its performance under the current experimental setting. Additionally, we conducted extra experiments on the MFAD autonomous driving dataset to further assess the cross-dataset adaptability of our method across varying scenarios and multiple target types.

4.1. Datasets

To validate the efficacy of our enhanced model, we performed experiments using two datasets acquired from distinct scenarios. These two datasets cover a variety of scenes ranging from daytime to nighttime, and the main detection targets include pedestrians, vehicles, and other objects, with particular emphasis on low-light and complex environmental conditions. Among them, the RH-25 dataset contains 9353 image pairs, while the MFAD dataset contains 12,194 image pairs. Each dataset was divided into training, validation, and test sets at a ratio of 7:2:1. The construction process and screening criteria of the RH-25 dataset developed in this study are described in detail below.

4.1.1. RH-25 Dataset

This dataset was constructed based on the public LLVIP dataset. Images captured under low-light and complex environmental conditions were first selected, and image fusion was then performed to generate a dataset composed of precisely paired fused images and infrared images. The fused images were generated using SeAFusion, a semantic-aware infrared and visible image fusion network proposed by Tang et al. [33]. SeAFusion was used as an offline frozen preprocessor and was not jointly trained with the detector. The pre-generated fused images and the corresponding infrared images were then used as fixed dual-source inputs for detector training and inference. RH-25 mainly contains low-illumination and complex-scene samples captured from a high-altitude top-down perspective, with pedestrians as the primary detection target. Representative examples of the dataset are shown in Figure 6.

4.1.2. Screening Criteria

In previous studies, low-light images are usually screened based on brightness and noise-related statistical features. In general, when an image has relatively low mean brightness and a relatively high noise level, it can be regarded as exhibiting typical low-light characteristics [34]. The corresponding scoring form can be expressed as
S = α · Mean Brightness + β · Noise Std . Dev
In the low-light screening process, images with a mean brightness lower than 50 were first selected as low-light candidates. The weighting coefficients in Equation (14) were set to α = 0.7 and β = 0.3 , where brightness degradation was considered the primary factor and noise level was used as an auxiliary factor. For complex-environment screening, the edge-density threshold was set to 0.3, and the noise standard deviation threshold was set to 30, using edge density and noise variation as complexity indicators [35]. Images satisfying both the low-light and complex-environment criteria were selected to construct the RH-25 dataset. The corresponding scoring form can be written as
Score = Edge Density + Lighting Variation
Based on the above criteria, images with a mean brightness lower than 50 were defined in this study as low-light images, and complex-environment samples were further screened by combining the indicators of edge density and lighting variation. Ultimately, images that simultaneously satisfied both the low-light criterion and the complex-environment criterion were selected as the data samples used in this study. In this work, complex environments mainly refer to scenes with complex background textures, rich edge information, obvious local illumination variations, and a certain degree of occlusion interference.

4.2. Experimental Setup

4.2.1. Experimental Environment and Parameter Configuration

To guarantee fairness and replicability, we performed all experiments under identical hardware and software conditions. The experimental setup consisted of the following: Windows 11 Professional (Microsoft Corporation, Redmond, WA, USA), an Intel(R) Core(TM) i9-14900K CPU (Intel Corporation, Santa Clara, CA, USA), an NVIDIA RTX A4000 GPU (NVIDIA Corporation, Santa Clara, CA, USA), CUDA 13.0, and PyTorch 2.4.1 as the deep learning framework. To ensure consistency in the comparison experiments, all models adopted the same training strategy. Specifically, the Adam optimizer was used for training, with 200 epochs, a batch size of 8, and an input image size of 512 × 896 pixels. The initial learning rate and the minimum learning rate were set to 1 × 10 5 and 1 × 10 6 , respectively. A cosine annealing learning rate schedule was employed, and model checkpoints were saved every 10 epochs. These parameter settings were determined by considering factors such as dataset size, input resolution, and training stability.To ensure fair comparison, all comparison experiments were conducted under the same dataset split, input resolution, training strategy, evaluation thresholds, and hardware environment. The reported results were obtained from a fixed experimental setting, and no per-model threshold tuning was applied.

4.2.2. Evaluation Metrics

To thoroughly evaluate model performance, we adopted a range of metrics: Average Precision (AP), Mean Average Precision (mAP), Precision, Recall, Frames Per Second (FPS), and the F1 score. Specifically, AP and mAP quantify the overall detection capability of the model, Precision and Recall indicate the precision and completeness of detections, respectively, and the F1 score assesses the trade-off between these two metrics. FPS is used to represent the model’s detection speed. The Intersection over Union (IoU) threshold was set to 0.5 for all metrics [36]. For Precision, Recall, and F1 score, detections with confidence scores higher than 0.5 were retained, and the confidence threshold was fixed across all models rather than being tuned separately for each method. The definitions of each evaluation metric are as follows [37]:
Precision = T P T P + F P , Recall = T P T P + F N
F 1 = 2 × Precision × Recall Precision + Recall
In this context, AP represents the area under the Precision-Recall curve, whereas mAP corresponds to the average of AP across all categories, given by:
mAP = 1 N c = 1 N AP c
In the above equations, T P , F P , and F N represent true positives, false positives, and false negatives, respectively, while N indicates the total category count.

4.3. Ablation Study

A set of ablation studies were conducted on the RH-25 dataset to systematically evaluate the influence of each proposed module on the detection performance of the baseline network. Here, the baseline denotes a CenterNet-based bimodal detector with a single-stack Hourglass backbone and a standard three-branch detection head, using the same fused-image and infrared-image inputs but without the FFA module, HGDH module, or two-stack Hourglass design. First, each module was individually incorporated into the baseline model to analyze its independent contribution. Afterwards, all modules were jointly incorporated to assess the overall performance gain of the proposed method. The comprehensive experimental outcomes are detailed below.

4.3.1. FFA Module

To validate the efficacy of the FFA module, we performed relevant ablation experiments on the RH-25 dataset, with the outcomes summarized in Table 1. With the FFA module integrated into both the input fusion stage and the Joint module, our model yielded a 2.05% gain in mAP@0.5 relative to the baseline on the RH-25 dataset, alongside a 1.2 increase in FPS and an F1 score of 0.87. These results indicate that the FFA module enables effective collaborative representation of different modal information through a three-dimensional weight generation and feature fusion mechanism. Consequently, the model leverages both thermal target responses from infrared images and detailed information from fused images, which mitigates potential information loss arising from direct fusion. In addition, the FFA module further optimizes the feature selection and weighting process, allowing the network to focus more effectively on target-related regions and thus improving the overall detection performance.
The added two-stack Hourglass-only setting in Table 1 is used to separate the effect of backbone capacity from the proposed FFA and HGDH modules. Compared with the baseline, the two-stack Hourglass-only setting brings a limited improvement in mAP@0.5, while the complete model achieves further performance gains after introducing FFA and HGDH. This indicates that the improvement of the complete model is not solely caused by increasing the backbone depth.
To further support the ablation analysis, qualitative visualization results are provided in Figure 7. The figure compares the ground-truth annotations, the baseline detection results, and the results of the complete proposed model. Since FFA and HGDH mainly operate on intermediate feature representations and heatmap-guided spatial responses, their individual effects are not always directly distinguishable from the final bounding-box visualization. Therefore, the module-level contributions are primarily analyzed through the quantitative ablation results in Table 1. As shown in Figure 7, compared with the baseline, the proposed model maintains similar localization results while producing stronger target responses and higher confidence scores in representative low-light and complex-background scenes.

4.3.2. HGDH Module

Under identical experimental conditions, we performed ablation studies to assess the impact of the HGDH (Heatmap-Guided Detection Head) module on model performance. The results show that, on the RH-25 dataset, introducing HGDH improved the mAP@0.5 of the model by 3.17% over the baseline, while the other evaluation metrics also maintained favorable performance. These results indicate that the HGDH module explicitly selects and enhances target-related features by generating spatial probability masks from the predicted heatmaps, thereby effectively suppressing interference from complex backgrounds. In particular, it improves target localization and recognition in occluded and complex scenes, which further enhances the overall model performance.
According to the ablation results, after embedding the Feature Fusion Attention (FFA) module and the Heatmap-Guided Detection Head (HGDH) into the feature fusion stage and the Joint module of the bimodal baseline model, respectively, the model exhibited gains in both cross-modal feature representation and target-region enhancement. Compared with the baseline model, the improved model achieved a 3.51% increase in mAP@0.5 on the RH-25 dataset, with the F1 score rising to 0.93, while maintaining comparable inference speed under the current experimental setting. These results suggest that the proposed modules contribute to improved cross-modal feature representation and target-region enhancement under low-light and complex-scene conditions.

4.4. Comparison Experiments

For the comparative study, we performed extensive evaluations on our custom RH-25 dataset, benchmarking a range of representative models: classical object detectors, state-of-the-art models with reported strong performance from recent years, and the latest bimodal detection architectures. To guarantee fair and comparable outcomes, we conducted all experiments under identical hardware conditions, training epochs, and parameter configurations.
We systematically compared our model against competing approaches on the RH-25 dataset, with detailed outcomes provided in Table 2. To thoroughly assess detection performance across models, we used mAP@0.5 as the primary metric for quantifying detection capability at a 0.5 IoU threshold. Meanwhile, Precision, Recall, and F1 score were also reported to reflect the overall detection performance of each model. In addition, We additionally recorded FPS as a measure of each model’s real-time detection performance. Regarding the selection of comparison models, the one-stage detectors YOLOv8n and YOLOv11n were first included, while Faster R-CNN was chosen as a widely used and stable two-stage detector. In addition, RT-DETR, which is based on a Transformer architecture [38], as well as recent representative bimodal detection models, including FreDFT and IC-Fusion [39], were introduced to improve the comprehensiveness of the comparison experiments.
Based on the comparison results in Table 2, the proposed model achieves the highest mAP@0.5 under the current fixed experimental setting. Compared with lightweight detectors such as YOLOv8n and YOLOv11n, the proposed method obtains higher mAP@0.5, while requiring a larger parameter count and higher computational cost. Compared with Faster R-CNN, the proposed method also achieves a higher mAP@0.5, indicating its effectiveness in low-light and complex-background scenarios. Overall, these results show that the proposed method achieves competitive detection performance on the RH-25 dataset, especially in terms of mAP@0.5. However, its computational efficiency still requires further optimization for practical deployment.
It is also worth noting that the baseline model shows a large gap between Precision and Recall. This indicates that the baseline tends to make conservative predictions: it produces few false positives and thus achieves high Precision, but it misses some weak-response or partially occluded targets under low-light and complex-background conditions, resulting in relatively low Recall. This can be attributed to the limited representation capability of the single-stack Hourglass backbone and the absence of the proposed FFA and HGDH modules. After introducing the proposed modules and the two-stack Hourglass design, Recall increases from 68.89% to 87.05%, while Precision remains high, indicating that the proposed method improves detection completeness without introducing excessive false positives. Furthermore, Figure 8 offers a visual comparison of detection results across models, illustrating their detection performance under poor illumination and complex environmental scenarios.
To further examine the effect of dual-modal input on model performance, we performed comparative experiments on the baseline model with fused images, infrared images, and joint inputs. The experimental results are shown in Table 3. It can be observed that, compared to single-modal input, the joint use of both modalities leads to improvements in several evaluation metrics. This indicates that the combination of infrared and fused images provides complementary information for detection, thereby improving detection performance under low-light and complex-background conditions. Additionally, the corresponding visual comparison results are presented in Figure 9.
In summary, the proposed method achieves competitive detection performance on the RH-25 dataset under the current fixed experimental setting. The results suggest that the fused-image and infrared-image inputs, together with the proposed feature fusion and target-region enhancement modules, contribute to improved detection performance compared with the baseline. However, the proposed model still has a relatively large computational cost, and its efficiency requires further optimization for practical deployment and real-time applications.

4.5. Generalization Experiments

To further assess the generalization capability of the proposed method, supplementary experiments were conducted on the MFAD dataset. Comprising 12,194 image pairs, this dataset spans six categories: Car, Bus, Truck, Pedestrian, EbikeRider, and Cyclist. The diversity of the MFAD dataset, including various application scenarios and target categories, makes it ideal for evaluating the model’s adaptability across different scenes and multi-class conditions.
The experiments were conducted with the same training strategy and parameter configurations as the main experiments. To guarantee a fair comparison, we performed all experiments under identical hardware and software conditions. In addition to the baseline, two representative comparison detectors, YOLOv11n and IC-Fusion, were further included to provide a more comprehensive evaluation of cross-dataset generalization. As reported in Table 4, the proposed model achieves an mAP@0.5 of 73.12% on the MFAD dataset under the current fixed experimental setting. This result is higher than those of the baseline, YOLOv11n, and IC-Fusion in terms of mAP@0.5, indicating that the proposed method maintains favorable detection performance on a different dataset. These results provide supplementary evidence for the cross-dataset adaptability of the proposed framework under varying data distributions and scenarios.
Further qualitative results are shown in Figure 10. The visualization results indicate that the proposed model can detect representative targets under different MFAD scenes, including nighttime and multi-class daytime conditions. These examples provide qualitative support for the cross-dataset evaluation, while the quantitative results in Table 4 remain the main basis for comparison.

5. Conclusions

This study proposes an improved CenterNet-based multimodal object detection method for low-light and complex-background scenes. The proposed method constructs a dual-source input using fused images and infrared images, introduces infrared Haar wavelet structural-detail priors through the FFA module, and employs the HGDH module to enhance target-related responses in the detection stage. In addition, a two-stack Hourglass backbone is adopted for multi-scale feature modeling. Experimental results on the RH-25 dataset show that the proposed method achieves competitive detection performance under the fixed experimental setting, while the supplementary MFAD experiments indicate its potential cross-dataset adaptability. Future work will focus on lightweight structural design, inference speed optimization, and deployment in practical scenarios.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/s26123735/s1, Supplementary File S1: Python script for RH-25 sample selection from the public LLVIP dataset and the corresponding original LLVIP image filename list.

Author Contributions

Conceptualization, Z.Y. and H.Z.; Methodology, Z.Y., H.X. and H.Z.; Software, Z.Y. and H.X.; Validation, Z.Y., X.T. and J.Y.; Formal Analysis, Z.Y. and H.X.; Investigation, Z.Y., H.X. and X.T.; Data Curation, Z.Y. and J.Y.; Writing—Original Draft Preparation, Z.Y.; Writing—Review and Editing, H.Z., H.X. and X.T.; Supervision, H.Z.; Correspondence, H.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (62406207); the Open Research Fund of the National Key Laboratory (KFJJ202403); and the Scientific Research Start-up Fund for High-Level Talents (XYKY2025055).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The list of original LLVIP image filenames corresponding to the selected RH-25 samples and the supplementary Python (v3.8) script for RH-25 subset construction are provided as Supplementary Material to support reproducibility.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CenterNetObjects-as-Points Detector
FFAFeature Fusion Attention
HGDHHeatmap-Guided Detection Head

References

  1. Samu, J.; Yang, C. Airport ground-based aerial object surveillance technologies for enhanced safety: A systematic review. Drones 2025, 10, 22. [Google Scholar] [CrossRef]
  2. Li, G.; Wang, Y.; He, B.; Pang, T.; Gao, M. Low-light multimodal object detection: A survey. Comput. Sci. Rev. 2025, 58, 100804. [Google Scholar] [CrossRef]
  3. Jia, X.; Zhu, C.; Li, M.; Tang, W.; Zhou, W. LLVIP: A visible-infrared paired dataset for low-light vision. In Proceedings of the 18th IEEE/CVF International Conference on Computer Vision (ICCV), Electr Network; IEEE: Piscataway, NJ, USA, 2021; pp. 3489–3497. [Google Scholar] [CrossRef]
  4. Liu, J.; Fan, X.; Huang, Z.; Wu, G.; Liu, R.; Zhong, W.; Luo, Z. Target-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: Piscataway, NJ, USA, 2022; pp. 5792–5801. [Google Scholar] [CrossRef]
  5. Hou, Z.; Yang, C.; Sun, Y.; Ma, S.; Yang, X.; Fan, J. An object detection algorithm based on infrared-visible dual modal feature fusion. Infrared Phys. Technol. 2024, 137, 105107. [Google Scholar] [CrossRef]
  6. Xiao, X.; Wang, B.; Miao, L.; Li, L.; Zhou, Z.; Ma, J.; Dong, D. Infrared and visible image object detection via focused feature enhancement and cascaded semantic extension. Remote Sens. 2021, 13, 2538. [Google Scholar] [CrossRef]
  7. Hu, Z.; Jing, Y.; Wu, G. Decision-level fusion detection method of visible and infrared images under low light conditions. EURASIP J. Adv. Signal Process. 2023, 2023, 38. [Google Scholar] [CrossRef]
  8. Cao, Y.; Luo, X.; Yang, J.; Cao, Y.; Yang, M.Y. Locality guided cross-modal feature aggregation and pixel-level fusion for multispectral pedestrian detection. Inf. Fusion 2022, 88, 1–11. [Google Scholar] [CrossRef]
  9. Liu, X.; Huo, H.; Li, J.; Pang, S.; Zheng, B. A semantic-driven coupled network for infrared and visible image fusion. Inf. Fusion 2024, 108, 102352. [Google Scholar] [CrossRef]
  10. Li, X.; Qian, Y.; Guo, R.; Ao, N. I-CenterNet: Road infrared target detection based on improved CenterNet. IET Image Process. 2023, 17, 57–66. [Google Scholar] [CrossRef]
  11. Tan, W.; Geng, B.; Bai, X. A study on infrared-visible fusion multimodal object detection algorithm based on cross-modal information bottleneck and minimum redundancy transformation. Sci. Rep. 2026, 16, 12991. [Google Scholar] [CrossRef]
  12. Shi, T.; Gong, J.; Hu, J.; Zhi, X.; Zhang, W.; Zhang, Y.; Zhang, P.; Bao, G. Feature-enhanced CenterNet for small object detection in remote sensing images. Remote Sens. 2022, 14, 5488. [Google Scholar] [CrossRef]
  13. Wang, R.; Zhou, Z.; Li, S.; Zhang, Z. Advances and challenges in infrared-visible image fusion: A comprehensive review of techniques and applications. Artif. Intell. Rev. 2026, 59, 18. [Google Scholar] [CrossRef]
  14. Liu, J.; Wu, G.; Liu, Z.; Wang, D.; Jiang, Z.; Ma, L.; Zhong, W.; Fan, X.; Liu, R. Infrared and visible image fusion: From data compatibility to task adaption. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 47, 2349–2369. [Google Scholar] [CrossRef]
  15. Zhou, X.; Wang, D.; Krähenbühl, P. Objects as points. arXiv 2019, arXiv:1904.07850. [Google Scholar]
  16. Yang, L.; Zhang, R.-Y.; Li, L.; Xie, X. Simam: A simple, parameter-free attention module for convolutional neural networks. In Proceedings of the International Conference on Machine Learning; PMLR 2021; Curran Associates, Inc.: Red Hook, NY, USA, 2021; pp. 11863–11874. [Google Scholar] [CrossRef]
  17. Newell, A.; Yang, K.; Deng, J. Stacked hourglass networks for human pose estimation. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2016; pp. 483–499. [Google Scholar] [CrossRef]
  18. Sun, C.; Chen, Y.; Qiu, X.; Li, R.; You, L. MRD-YOLO: A multispectral object detection algorithm for complex road scenes. Sensors 2024, 24, 3222. [Google Scholar] [CrossRef]
  19. Thaker, K.; Chennupati, S.; Rawashdeh, N.; Rawashdeh, S.A. Multispectral deep neural network fusion method for low-light object detection. J. Imaging 2023, 10, 12. [Google Scholar] [CrossRef]
  20. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. IEEE Trans. Pattern Anal. Mach. Intell. 2016, 39, 1137–1149. [Google Scholar] [CrossRef]
  21. Bochkovskiy, A.; Wang, C.-Y.; Liao, H.-Y.M. YOLOv4: Optimal speed and accuracy of object detection. arXiv 2020, arXiv:2004.10934. [Google Scholar] [CrossRef]
  22. Ren, W.; Luo, L.; Ren, J. A two-stage approach for infrared and visible image fusion and segmentation. Appl. Sci. 2025, 15, 10698. [Google Scholar] [CrossRef]
  23. Yu, H.; Gao, J.; Zhou, S.; Li, C.; Shi, J.; Guo, F. Cross-modality target detection using infrared and visible image fusion for robust objection recognition. Comput. Electr. Eng. 2025, 123, 110133. [Google Scholar] [CrossRef]
  24. An, R.; Guo, Y.; Wang, Z.; Zhao, Z.; Deng, C.; Li, J.M. RT-DETR: A robust visible-infrared object detector with adaptive cross-modal feature fusion. Infrared Phys. Technol. 2025, 153, 106346. [Google Scholar] [CrossRef]
  25. Li, N.; Huang, S.; Wei, D. Infrared small target detection algorithm based on ISTD-CenterNet. Comput. Mater. Contin. 2023, 77, 3. [Google Scholar] [CrossRef]
  26. Zhou, J.; Chen, Z.; Huang, X. Weakly perceived object detection based on an improved CenterNet. Math. Biosci. Eng. 2022, 19, 12833–12851. [Google Scholar] [CrossRef] [PubMed]
  27. Wu, D.; Wang, Y.; Wang, H.; Wang, F.; Gao, G. DCFNet: Infrared and visible image fusion network based on discrete wavelet transform and convolutional neural network. Sensors 2024, 24, 4065. [Google Scholar] [CrossRef]
  28. Sun, J.; Wei, M.; Wang, J.; Zhu, M.; Lin, H.; Nie, H.; Deng, X. CenterADNet: Infrared video target detection based on central point regression. Sensors 2024, 24, 1778. [Google Scholar] [CrossRef] [PubMed]
  29. Liu, R.; Liu, Y.; Wang, H.; Du, S. WaveFusionNet: Infrared and visible image fusion based on multi-scale feature encoder–decoder and discrete wavelet decomposition. Opt. Commun. 2024, 573, 131024. [Google Scholar] [CrossRef]
  30. Dong, A.; Wang, L.; Liu, J.; Lv, G.; Zhao, G.; Cheng, J. MFIFusion: An infrared and visible image enhanced fusion network based on multi-level feature injection. Pattern Recognit. 2024, 152, 110445. [Google Scholar] [CrossRef]
  31. Ju, L.; Kittler, J.; Rana, M.A.; Yang, W.; Feng, Z. Keep an eye on faces: Robust face detection with heatmap-assisted spatial attention and scale-aware layer attention. Pattern Recognit. 2023, 140, 109553. [Google Scholar] [CrossRef]
  32. Woo, S.; Park, J.; Lee, J.-Y.; Kweon, I.S. CBAM: Convolutional block attention module. In Proceedings of the European Conference on Computer Vision (ECCV); Springer: Cham, Switzerland, 2018; pp. 3–19. [Google Scholar] [CrossRef]
  33. Tang, L.; Yuan, J.; Ma, J. Image fusion in the loop of high-level vision tasks: A semantic-aware real-time infrared and visible image fusion network. Inf. Fusion 2022, 82, 28–42. [Google Scholar] [CrossRef]
  34. Guo, J.; Ma, J.; García-Fernández, Á.F.; Zhang, Y.; Liang, H. A survey on image enhancement for low-light images. Heliyon 2023, 9, e14558. [Google Scholar] [CrossRef]
  35. Guan, F.; Fang, Z.; Wang, L.; Zhang, X.; Zhong, H.; Huang, H. Modelling people’s perceived scene complexity of real-world environments using street-view panoramas and open geodata. ISPRS J. Photogramm. Remote Sens. 2022, 186, 315–331. [Google Scholar] [CrossRef]
  36. Everingham, M.; Van Gool, L.; Williams, C.K.; Winn, J.; Zisserman, A. The pascal visual object classes (voc) challenge. Int. J. Comput. Vis. 2010, 88, 303–338. [Google Scholar] [CrossRef]
  37. Sokolova, M.; Lapalme, G. A systematic analysis of performance measures for classification tasks. Inf. Process. Manag. 2009, 45, 427–437. [Google Scholar] [CrossRef]
  38. 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; IEEE: Piscataway, NJ, USA, 2024; pp. 16965–16974. [Google Scholar]
  39. Hwang, S.; Han, D.; Jeon, M. Multispectral detection transformer with infrared-centric feature fusion. arXiv 2025, arXiv:2505.15137. [Google Scholar] [CrossRef]
  40. Yaseen, M. What is YOLOv8: An in-depth exploration of the internal features of the next-generation object detector. arXiv 2024, arXiv:2408.15857. [Google Scholar]
  41. Khanam, R.; Hussain, M. YOLOv11: An overview of the key architectural enhancements. arXiv 2024, arXiv:2410.17725. [Google Scholar] [CrossRef]
  42. Wu, W.; Zhang, X.; Yin, H.; Dai, S.; Zhang, H.; Zhang, Y. FreDFT: Frequency Domain Fusion Transformer for Visible-Infrared Object Detection. arXiv 2025, arXiv:2511.10046. [Google Scholar]
Figure 1. Representative failure cases from existing methods on the RH-25 test set under low-light and complex environments. (a) Visible-light image with ground-truth annotations; (b) RT-DETR detection results; (c) FreDet detection results. Green boxes indicate ground truth, red boxes indicate detections, blue boxes indicate missed detections, and yellow boxes indicate false positives.
Figure 1. Representative failure cases from existing methods on the RH-25 test set under low-light and complex environments. (a) Visible-light image with ground-truth annotations; (b) RT-DETR detection results; (c) FreDet detection results. Green boxes indicate ground truth, red boxes indicate detections, blue boxes indicate missed detections, and yellow boxes indicate false positives.
Sensors 26 03735 g001
Figure 2. Overall architecture of the proposed multimodal object detection framework. The network takes the fused image and infrared image as dual-source inputs. The joint section indicates the feature aggregation process among the FFA-enhanced features, heatmap-guided responses, and CNN residual features, rather than an independent detection branch. The aggregated features are further processed by the Hourglass backbone and the CenterNet detection head for final prediction.
Figure 2. Overall architecture of the proposed multimodal object detection framework. The network takes the fused image and infrared image as dual-source inputs. The joint section indicates the feature aggregation process among the FFA-enhanced features, heatmap-guided responses, and CNN residual features, rather than an independent detection branch. The aggregated features are further processed by the Hourglass backbone and the CenterNet detection head for final prediction.
Sensors 26 03735 g002
Figure 3. Structure of the FFA module. The joint section denotes the fusion of infrared wavelet structural-detail features and fused-image semantic features. The concatenated features are refined through 1 × 1 convolution, SimAM-based attention, and residual injection, so that structural-detail cues can be introduced while preserving the original semantic representation.
Figure 3. Structure of the FFA module. The joint section denotes the fusion of infrared wavelet structural-detail features and fused-image semantic features. The concatenated features are refined through 1 × 1 convolution, SimAM-based attention, and residual injection, so that structural-detail cues can be introduced while preserving the original semantic representation.
Sensors 26 03735 g003
Figure 4. Structure of a conventional fusion strategy and its limitations. The wavelet feature and fused-image feature are directly concatenated and then processed by a CNN block. This direct fusion strategy may weaken boundary and contour cues or introduce background interference, and lacks adaptive feature reweighting.
Figure 4. Structure of a conventional fusion strategy and its limitations. The wavelet feature and fused-image feature are directly concatenated and then processed by a CNN block. This direct fusion strategy may weaken boundary and contour cues or introduce background interference, and lacks adaptive feature reweighting.
Sensors 26 03735 g004
Figure 5. Structure of the Heatmap-Guided Detection Head (HGDH) module, including spatial mask-guided branches, feature aggregation, and context-aware enhancement with pooling and convolutional operations.
Figure 5. Structure of the Heatmap-Guided Detection Head (HGDH) module, including spatial mask-guided branches, feature aggregation, and context-aware enhancement with pooling and convolutional operations.
Sensors 26 03735 g005
Figure 6. Visualization of RH-25 dataset samples. (a,b) Fused-image and infrared-image pairs captured under low-light conditions; (c,d) fused-image and infrared-image pairs with occlusion; (e,f) fused-image and infrared-image pairs in complex environments.
Figure 6. Visualization of RH-25 dataset samples. (a,b) Fused-image and infrared-image pairs captured under low-light conditions; (c,d) fused-image and infrared-image pairs with occlusion; (e,f) fused-image and infrared-image pairs in complex environments.
Sensors 26 03735 g006
Figure 7. Qualitative comparison of ablation-related detection results in representative low-light and complex-background scenes. (a) Ground-truth annotations. (b) Detection results of the baseline model. (c) Detection results of the proposed model. The highlighted regions show that the proposed model produces stronger target responses and higher confidence scores than the baseline. The individual contributions of FFA and HGDH are quantitatively analyzed in Table 1.
Figure 7. Qualitative comparison of ablation-related detection results in representative low-light and complex-background scenes. (a) Ground-truth annotations. (b) Detection results of the baseline model. (c) Detection results of the proposed model. The highlighted regions show that the proposed model produces stronger target responses and higher confidence scores than the baseline. The individual contributions of FFA and HGDH are quantitatively analyzed in Table 1.
Sensors 26 03735 g007
Figure 8. Visualization comparison of detection results from different models on the RH-25 dataset. (a) Faster R-CNN; (b) RT-DETR; (c) YOLOv8n; (d) YOLOv11n; (e) IC-Fusion; (f) FreDFT; (g) the proposed model; (h) the baseline model.
Figure 8. Visualization comparison of detection results from different models on the RH-25 dataset. (a) Faster R-CNN; (b) RT-DETR; (c) YOLOv8n; (d) YOLOv11n; (e) IC-Fusion; (f) FreDFT; (g) the proposed model; (h) the baseline model.
Sensors 26 03735 g008
Figure 9. Visualization comparison of detection results under different input modalities on the RH-25 dataset. (a) Fused-image input; (b) infrared-image input; (c) fused-image and infrared-image pair input.
Figure 9. Visualization comparison of detection results under different input modalities on the RH-25 dataset. (a) Fused-image input; (b) infrared-image input; (c) fused-image and infrared-image pair input.
Sensors 26 03735 g009
Figure 10. Visualization of the generalization results of the proposed model on the MFAD dataset. (a) Detection result under nighttime conditions; (b) detection result for multiple target categories under daytime conditions. Red boxes indicate Car, yellow boxes indicate Bus, and blue boxes indicate EbikeRider.
Figure 10. Visualization of the generalization results of the proposed model on the MFAD dataset. (a) Detection result under nighttime conditions; (b) detection result for multiple target categories under daytime conditions. Red boxes indicate Car, yellow boxes indicate Bus, and blue boxes indicate EbikeRider.
Sensors 26 03735 g010
Table 1. Ablation study results of each module on the RH-25 dataset.
Table 1. Ablation study results of each module on the RH-25 dataset.
BaselineHourglass
(Two-Stack)
FFAHGDHPrecision (%)Recall (%)mAP@0.5 (%)F1FPS
99.4468.8993.120.8112.11
99.2774.3493.890.8512.76
99.0776.8095.170.8713.31
99.8279.1296.290.8813.75
98.4287.0596.630.9315.24
Note: ✓ indicates that the corresponding module or design is used. Bold values indicate the best results in each metric.
Table 2. Quantitative comparison of different detection models on the RH-25 dataset.
Table 2. Quantitative comparison of different detection models on the RH-25 dataset.
ModelModalityPrecision (%)Recall (%)mAP@0.5 (%)F1Params (M)FLOPs (G)FPS
YOLOv8n [40]Fused + IR95.1989.2488.280.923.014.1025.20
YOLOv11n [41]Fused + IR95.4690.0889.020.932.593.2220.14
Faster R-CNN [20]Fused + IR68.3995.4294.640.8028.28257.7521.12
RT-DETR [24]Fused + IR88.1193.5291.380.9132.8154.0028.43
FreDFT [42]Fused + IR56.7891.6789.160.7023.5236.7222.47
IC-Fusion [39]Fused + IR55.3692.0389.930.6926.24113.6215.12
Baseline [15]Fused + IR99.4468.8993.120.8195.43251.4312.11
OursFused + IR98.4287.0596.630.93192.50528.2815.24
Note: Bold values indicate the best results in each metric.
Table 3. Ablation study results of different input modalities on the RH-25 dataset.
Table 3. Ablation study results of different input modalities on the RH-25 dataset.
ModalityPrecision (%)Recall (%)mAP@0.5 (%)F1FPS
Fused99.1769.3291.780.8212.03
IR99.0572.5591.650.8412.14
Fused + IR99.4468.8993.120.8112.11
Note: Bold values indicate the best results in each metric.
Table 4. Generalization performance comparison on the MFAD dataset.
Table 4. Generalization performance comparison on the MFAD dataset.
ModelModalityPrecision (%)Recall (%)mAP@0.5 (%)F1
YOLOv11n [41]Fused + IR90.3171.1471.690.80
IC-Fusion [39]Fused + IR77.5868.4370.740.73
Baseline [15]Fused + IR89.5956.6370.900.69
OursFused + IR90.1570.4673.120.79
Note: Bold values indicate the best results in each metric.
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

Yao, Z.; Xu, H.; Zhang, H.; Tu, X.; Yin, J. Improved CenterNet-Based Multimodal Object Detection for Low-Light and Complex Environments. Sensors 2026, 26, 3735. https://doi.org/10.3390/s26123735

AMA Style

Yao Z, Xu H, Zhang H, Tu X, Yin J. Improved CenterNet-Based Multimodal Object Detection for Low-Light and Complex Environments. Sensors. 2026; 26(12):3735. https://doi.org/10.3390/s26123735

Chicago/Turabian Style

Yao, Zhigang, Hengxin Xu, Huazhong Zhang, Xiaoguang Tu, and Juhang Yin. 2026. "Improved CenterNet-Based Multimodal Object Detection for Low-Light and Complex Environments" Sensors 26, no. 12: 3735. https://doi.org/10.3390/s26123735

APA Style

Yao, Z., Xu, H., Zhang, H., Tu, X., & Yin, J. (2026). Improved CenterNet-Based Multimodal Object Detection for Low-Light and Complex Environments. Sensors, 26(12), 3735. https://doi.org/10.3390/s26123735

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