1. Introduction
Special-purpose buildings such as cold storages, indoor ski resorts, and large cinemas have multiplied rapidly across the globe in recent years, driven by advances in modern construction technology. These facilities impose strict indoor temperature control and demand high energy efficiency from their envelopes, which has led to the widespread adoption of organic polymer insulation materials—chiefly expanded polystyrene (EPS) and polyurethane (PU) foam. Although such materials offer excellent thermal insulation, most are combustible or flammable. Once ignited, they release dense toxic smoke, significantly hindering firefighting and occupant evacuation. From a regulatory standpoint, many countries and regions have issued explicit requirements that the combustion performance of insulation in these occupancies must meet specified flame-retardant grades, as set out in ISO 11014:2021 [
1] and equivalent national standards, such as China’s GB/T 28009-2025 [
2]. Nevertheless, data from real fire incidents show that even insulation materials that comply with flame-retardant standards remain vulnerable to ignition when high-temperature heat sources arise from internal electrical circuit faults. In practice, such fires are typically preceded by a prolonged stage of concealed abnormal heat accumulation beneath the insulation layer, during which no visible flame or smoke is produced. Detecting these early abnormal heat sources—so that intervention can occur before ignition—has become a critical pain point in global building fire safety.
In building sites with internal insulation structures, when electrical faults occur in the wiring within the insulation layer, the generated heat first accumulates locally and then gradually migrates to the outer surface through conduction and structural heat-transfer pathways. Because the heat source is enclosed, it produces neither open flame nor visible smoke in the early stage, while surface reactions are usually weak before visible fire phenomena appear. Moreover, strong environmental thermal noise is often present, making early identification particularly challenging. Traditional point-type heat and smoke detectors cannot penetrate the protective layers or function effectively before smoke is produced, and therefore are largely ineffective for detecting the early abnormal heating stage of fires beneath or inside insulation layers. In recent years, researchers have explored several sensing approaches for such concealed heat sources. Embedded thermocouples or temperature-sensing cables [
3,
4] can measure internal temperatures directly, but they must be installed within the insulation layer, which compromises the integrity of the insulation and brings significant installation, maintenance, and future operation difficulties. Distributed fiber-optic temperature measurement [
5] enables temperature monitoring along a path, yet its spatial resolution is limited, and the fiber must be closely attached to the structure being monitored, which makes it difficult to cover large-area insulation walls in existing buildings. Integrating conductive networks and flame-retardant components into insulation materials has produced smart flame-retardant materials [
6] that can self-alarm at an early stage of a fire while preserving the material’s flame-retardant properties. Yet both of these methods come with practical limitations. For smart materials, self-alarming requires the existing insulation layer to be removed and replaced, pushing retrofitting costs to prohibitive levels and limiting the approach mainly to new construction. Gas-odor recognition, on the other hand, is easily disrupted by ambient air currents and other volatile substances, and its accuracy drops off markedly in large or well-ventilated spaces.
Compared with the above techniques, infrared thermography holds greater potential because it is non-contact, is suitable for large-area monitoring, requires no structural modifications, and is less affected by air movement than gas sensing. Infrared detection identifies thermal anomalies by capturing changes in the thermal radiation energy emitted from the target surface, but its accuracy is substantially affected by atmospheric attenuation and variations in surface emissivity. Most existing infrared methods rely on a single LWIR band and make alarm decisions based on temperature thresholds or abnormal temperature-rise rates. However, weak subsurface thermal anomalies at the pre-ignition stage can easily be masked by background and surface-temperature fluctuations. The signal-to-noise ratio of single-band radiation signals is therefore limited, making it difficult to distinguish early abnormal heat sources beneath the insulation layer from normal environmental variations.
More importantly, existing thermal-imaging fire detection algorithms are generally built on fire characteristics observed in open flames or extremely high-temperature scenarios. Electrical short-circuit fires within insulation, however, are low-temperature, slow heat-conduction processes without open flames and often without obvious smoke. The intensity and spectral morphology of their radiation signals differ markedly from those of conventional open-flame fires. Multispectral technology can acquire thermal radiation characteristics in different spectral bands, but current multispectral fusion algorithms are mainly oriented toward recognizing high-temperature fire sources and do not adequately consider how insulation-layer structures attenuate different wavebands during the early abnormal-heating stage. In these special settings, the infrared extinction coefficients and spectral transmittances of insulation materials fluctuate noticeably with changes in ambient temperature. When processing such attenuated multispectral data, existing algorithms fail to accurately extract the weak thermal-anomaly signals that precede visible combustion, leading to severely insufficient detection accuracy. This limitation creates a clear research need for multispectral collaborative detection.
Multispectral detection works by measuring radiation in different bands, which can generate richer information than using a single infrared band. As stated in Planck’s law and Wien’s displacement law, the dominant wavelength of thermal radiation varies with the target temperature. In the case of early concealed heating within the insulation layer, long-wave infrared (LWIR, 7.5–14.0 μm) is highly suitable for capturing low-temperature surface radiation and drawing an overall temperature distribution map. As the thermal radiation intensity of the heat source beneath the insulation material increases, mid-wave infrared (MWIR, 3.7–4.8 μm) becomes increasingly useful, adding details of local heating and spatial thermal gradients. Although short-wave infrared (SWIR, 0.9–2.0 μm) has a slower response to low-temperature thermal emission, it can still provide supplementary information related to surface reflectivity and local radiation changes. Therefore, the fusion of SWIR, MWIR, and LWIR images provides a feasible method for detecting abnormal heat sources hidden beneath the surface of insulation materials before visible combustion occurs.
Some studies have already applied multispectral or dual-band infrared to fire-related problems. For indoor fire rescue where smoke occlusion hampers personnel detection, fusing near-infrared (NIR) and thermal infrared (TIR) images, combined with global–local feature alignment and frequency-domain attention, has been shown to achieve high-precision person localization in smoky environments [
7]. In forest fire monitoring, synthesizing night-vision and pseudo-thermal infrared representations from RGB images has allowed for the construction of a hardware-free multimodal classification framework that performs well on the FLAME and FireStage datasets [
8]. For special spaces such as large aircraft hangars, lightweight models based on single thermal infrared images have been designed to detect open flames efficiently while meeting the real-time requirements of edge deployment [
9]. Most existing work, however, targets open flames or high-temperature thermal anomalies—cases where radiation contrast is strong and target shapes are distinct. The algorithms developed for those scenarios are ill-suited to the weak, low-temperature abnormal heating that occurs inside insulation layers at the pre-ignition stage. In terms of multimodal fusion, the common practice is to combine thermal infrared with visible or near-infrared images; however, the joint use of SWIR, MWIR, and LWIR for early warning of subsurface thermal hazards remains largely unexamined.
Deep learning has demonstrated powerful feature extraction and cross-modal association capabilities, and a large body of representative work has emerged in recent years in fields such as remote sensing and object detection. Multispectral fusion strategies can be grouped by where the combination occurs in the processing pipeline: data-level, feature-level, and decision-level fusion. Wavelet decomposition combined with deep learning has also been applied to fuse noisy images [
10]. Data-level fusion, however, demands strict pixel-level alignment and incurs substantial computational cost, making it difficult to implement on resource-constrained embedded detection terminals. Decision-level fusion processes each band independently to obtain preliminary results before combining them at the decision stage. The UAV-based multispectral landmine detection method proposed in [
11] adopts a detection-driven joint fusion architecture that improves fusion quality and detection performance, but this approach cannot fully exploit the complementarity of intermediate-layer features and has limited ability to capture weak signals. Current mainstream research therefore concentrates on feature-level fusion, which uses separate branches to extract per-band features and then fuses them interactively, striking a balance among computational efficiency, fusion accuracy, and the retention of key information.
For backbone networks, residual architectures—exemplified by ResNet [
12]—remain the dominant choice in multispectral fusion tasks. Skip connections effectively alleviate gradient degradation in deep networks, thereby offering a stable foundation for multi-band feature extraction. Other classic convolutional networks, including VGGNet [
13], EfficientNet [
14], and ConvNeXt [
15], are also widely adopted across multispectral detection tasks of varying complexity. The lightweight MobileNet series [
16] is particularly suited for resource-constrained edge deployment. The Vision Transformer [
17], by contrast, has shown considerable promise for target recognition in complex backgrounds, owing to its global modeling capability.
Improvements to fusion units have largely centered on attention mechanisms and multi-scale structures. Channel attention modules—such as Squeeze-and-Excitation (SE) [
18] and Efficient Channel Attention (ECA) [
19]—recalibrate channel-wise feature responses to emphasize informative channels while suppressing irrelevant ones. ECA delivers performance comparable to SE at a significantly lower computational cost, a feature that makes it especially attractive for edge deployment. The Convolutional Block Attention Module (CBAM) [
20] extends this idea by integrating both channel and spatial attention branches, adaptively weighting features along both dimensions to reduce redundancy. Transformer-based self-attention [
21] and cross-attention mechanisms have further demonstrated strong capabilities in capturing long-range spatial dependencies and cross-modal feature interactions, thus providing a robust tool for global modeling of multispectral data. Multi-scale feature extraction can simultaneously capture the local texture of small hotspots and the global distribution of large-area heat conduction.
Despite the impressive results these algorithms have achieved in their respective domains, their original designs are not tailored to the characteristics of concealed abnormal heat sources within insulation layers at the pre-ignition stage. When applied directly to this scenario, several shortcomings become apparent. In particular, the receptive field of shallow features may be ill-suited to capturing small and weak abnormal-heating regions, and general fusion strategies often fail to distinguish true subsurface heat accumulation from environmental thermal disturbances. These limitations mean that existing multispectral fusion algorithms cannot readily meet the early-warning requirements for concealed insulation-layer fires. A dedicated network architecture that combines multi-scale feature extraction, cross-modal attention fusion, and temporal verification is therefore needed.
To address the above bottlenecks, this work investigates an early detection method for abnormal heat sources beneath insulation layers, aimed at providing a pre-ignition warning for concealed insulation-layer fires, which relies on multispectral imaging and deep learning. Rather than depending on a single infrared temperature threshold, we formulate early warning as a multispectral feature-pattern recognition problem linked to abnormal heat accumulation prior to visible combustion. We constructed a standardized subsurface thermal-fault simulation device to replicate the heat-transfer process caused by internal electrical faults inside insulation. Multispectral image data covering the SWIR, MWIR, and LWIR bands were collected under different materials, interface temperatures, and interference conditions. A multi-scale cross-modal fusion network was then designed to integrate complementary information from the three bands through hierarchical feature extraction and cross-attention fusion. The proposed method is intended to detect weak early thermal-anomaly cues under strong background interference and to provide timely warning before visible combustion occurs.
4. Discussion
4.1. Comprehensive Performance Discussion
Comparative experiments have revealed significant limitations of traditional LWIR thermal imaging. Due to its alarm decision being solely dependent on the temperature of the insulation material surface, it faces a trade-off between sensitivity and reliability. A low threshold can shorten response time, but it is easily triggered by non-alarm heat accumulation or environmental thermal interference. This is evident at 80 °C, where a threshold of 40 °C produces false positives in both interference-free and interference scenarios. A high threshold can reduce false alarms, but may not detect hidden internal heating as the insulation layer strongly attenuates the temperature transmitted to the surface.
Our method does not rely on a single band surface temperature threshold, but instead uses multispectral feature recognition as a decision basis. In comparative experiments, our method can avoid false alarms of 80% and achieve rapid responses to fire risks at 100 °C and 120 °C. This indicates that the model is more effective than traditional LWIR thermal imaging in distinguishing non-alarm thermal accumulation from generally high-risk internal thermal states.
The main difference between these two methods lies in the criteria for judgment. For the LWIR threshold method, an alarm will be triggered as long as the outer surface reaches the preset temperature. In contrast, our designed method combines spectral information from multiple bands with time validation. This enables it to suppress alarms at 80 °C while still responding quickly at 100 °C and 120 °C. In the interference environment, there is only a slight change in response, indicating that this method is less affected by external heat sources.
Overall, results in
Section 3 indicate that our strategy of combining multispectral fusion with time validation has more significant advantages than the simple LWIR temperature threshold method. Our method reduces false alarms caused by ordinary heat sources and responds faster to internal high-risk thermal conditions.
4.2. Validation of Research Hypotheses
Our study was based on three core research hypotheses: (1) multispectral imaging can capture complementary information about concealed heat accumulation that single-band LWIR cannot detect; (2) band-specific feature extraction and hierarchical cross-modal fusion can effectively identify weak abnormal heat source signals that precede concealed fires under strong background noise; and (3) temporal verification can significantly reduce false alarms caused by transient environmental disturbances. All three hypotheses have been validated by our experimental results.
The subsurface fire simulation device we developed provides a reliable experimental foundation for testing these hypotheses. By achieving uniform heating and accurate interface temperature measurement, we were able to generate consistent and reproducible concealed fire scenarios. The MSCMFNet algorithm, with its customized feature extraction branches and two-stage cross-attention fusion strategy, successfully integrates the complementary strengths of the SWIR, MWIR, and LWIR bands. The multi-frame temporal verification mechanism further enhances the system’s robustness by filtering out non-fire disturbances.
The ablation study confirms that each component of our method contributes independently to the overall performance. Simple three-band concatenation only provides limited performance improvement, while band-specific feature extraction and cross-attention fusion lead to significant gains. The temporal verification module, despite adding negligible computational cost, achieves the largest reduction in false positive rate.
4.3. Implications of the Findings
The results indicate that the combination of multispectral imaging, cross modal feature fusion, and time validation proposed by us can improve the sensitivity and reliability of abnormal heat source detection beneath thermal insulation materials for subsurface concealed-fire early warning. This indicates that the system may be deployed in buildings that widely use insulation materials, and hidden heat accumulation may occur before visible flames or smoke appear. In particular, the results of edge inference indicate that the model can run in real time on resource-constrained devices, supporting the possibility of large-scale monitoring applications for concealed insulation-layer fire pre-warning.
The proposed method achieves a low false positive rate while maintaining a fast response under positive abnormal heat source conditions that indicate fire risks. This suggests that the system has potential for practical deployment in buildings where insulation materials are widely used and where hidden thermal accumulation may occur before a visible flame or smoke appears. In particular, the edge-side inference results show that the model can run in real time on resource-constrained devices, supporting the possibility of large-scale monitoring applications.
In addition, the comparison with LWIR thermography shows that our proposed method changes the alarm logic from a surface-temperature-threshold decision to a multispectral pattern-recognition decision. This shift is important because hidden fires under insulation layers often produce weak and delayed surface temperature responses. By using SWIR, MWIR, and LWIR information together, our MSCMFNet can identify internal heat-accumulation patterns earlier and more robustly than single-band thermal imaging.
4.4. Limitations
Despite these contributions, several limitations remain and call for further investigation. The dataset, while relatively comprehensive, is mainly derived from laboratory experiments and thus does not fully capture the complexity of real-world building structures. For instance, factors such as multilayer insulation, embedded components (e.g., pipelines or metal frames), and variations in protective materials can all influence heat transfer and radiative characteristics, yet these factors were not fully accounted for in the current experimental setup.
In addition, the present algorithm focuses solely on providing fire-hazard probabilities and risk levels for individual image frames, without supporting fire-source localization or temperature estimation. Both capabilities are essential for practical firefighting and emergency response, and therefore represent meaningful directions for future research.
Furthermore, the performance of our algorithm in different humidity levels, dust concentrations, and other scenarios needs further validation to ensure its universality in different scenarios.
4.5. Future Work
To further enhance the applicability of the proposed method in practical scenarios, future work will consider the impact of environmental interference factors such as water vapor and dust in actual scenarios. To accommodate the differences in the thermal conductivity of different thermal insulation materials and complex working conditions in practical engineering, we will sequentially conduct experimental tests on insulation layers with varying thicknesses, multi-layer composite insulation structures, and insulation structures embedded with metal pipes and keels, collect corresponding multispectral datasets, and further validate and optimize the generalization performance of the algorithm. Meanwhile, we plan to conduct deployment tests in actual cold storage and other building scenarios with internal thermal insulation structures, collect on-site operation data, and evaluate the practical performance of the algorithm in real engineering environments.
For all the aforementioned complex working conditions, corresponding multispectral data should be collected and incorporated into the training and testing process to improve the robustness and generalization ability of the model in non-ideal environments.
In addition, hyperparameters in the current model are still set empirically. Although this strategy works well in the present experiments, it may not always be optimal for different scenarios. Future research will therefore explore more systematic ways to tune these parameters, including reinforcement learning-based optimization, with the aim of finding more stable and suitable parameter settings.
Future work may also extend the current framework from abnormal heat source risk classification to fire-source localization, temperature estimation, and fire-development trend prediction. These extensions would further improve the practical value of the system for emergency response and building fire-safety management.
5. Conclusions
Our study proposes a multi-scale cross modal fusion network MSCMFNet for detecting early abnormal heat sources beneath insulation layers to realize pre-warning of concealed insulation-layer fires. This method integrates band-specific feature extraction, two-stage multispectral fusion, cross-attention weighting, fire risk quantification, and multi-frame time validation to identify weak hidden thermal signals under complex background conditions.
Systematic ablation experiments in
Section 3.1 demonstrate that each module contributes positively to the overall performance. Compared with the single-band LWIR baseline, the complete MSCMFNet achieves 98.2% detection accuracy, a 1.2% false positive rate, and a 0.9% false negative rate. The results confirm that simple multi-band concatenation is not sufficient to fully utilize multispectral information, while band-specific feature extraction and layered cross-modal fusion can more effectively capture complementary features from SWIR, MWIR, and LWIR images. The cross-attention mechanism further enhances fire-related identification features, while the temporal verification module improves alarm stability by suppressing transient environmental interference.
Comparative experiments expose an inherent limitation of traditional single-LWIR-threshold thermal imaging: sensitivity and reliability prove mutually conflicting. A low-temperature threshold readily generates false alarms under non-fire heat accumulation or environmental disturbances. Conversely, a high threshold can overlook concealed fire risks, as the insulation layer both delays and dampens the surface temperature rise. By contrast, MSCMFNet recasts the alarm decision from a surface-temperature threshold to a multispectral feature pattern, thereby delivering faster and more dependable detection under a range of interfering conditions.
Overall, our method offers an effective technical route for early warning of hidden fires within insulation materials. It demonstrates clear advantages in detection accuracy, false-alarm suppression, response speed, and edge-deployment feasibility. Future work will include field validation in real-world environments and extension of the framework to support fire-source localization and temperature estimation.