1. Introduction
Wildfires are among the most severe and frequent natural disasters, posing significant threats to climate change, agricultural production, and human life and property safety [
1,
2,
3]. Therefore, proactive and accurate wildfire monitoring is of critical importance, as it can effectively reduce the losses caused by fire events.
Satellite remote sensing has attracted extensive attention due to its capability for long-term and large-scale observation, providing crucial information for wildfire monitoring, including fire detection, burn scar mapping, and fire impact assessment [
4,
5]. At present, remote sensing imagery acquired from satellites such as Landsat, Sentinel, Gaofen, and Himawari has been widely used for fire detection tasks [
6,
7,
8]. As a key component of satellite-based wildfire monitoring, fire point segmentation enables timely and accurate identification of active fire regions. However, fire segmentation in satellite imagery remains highly challenging, mainly due to the extremely small target scale, sparse spatial distribution, and complex and dynamically changing backgrounds.
Existing fire point segmentation methods can be broadly categorized into traditional methods and deep learning-based methods. Traditional fire detection approaches primarily rely on spectral, spatial, and temporal characteristics of remote sensing imagery, identifying anomalous fire signals through threshold-based decision rules [
9,
10]. Early studies focused on the distinctive radiative responses of fires in the mid- and far-infrared bands and developed fire detection algorithms based on fixed spectral thresholds [
11,
12], which were widely applied to sensors such as AVHRR and MODIS [
13,
14,
15,
16]. Subsequently, considering the spatial heterogeneity and temporal variability of fire backgrounds, researchers proposed multi-temporal thresholding and spatial context-based methods. The former detects fire anomalies by analyzing brightness temperature or radiance differences across time [
17,
18,
19,
20,
21], while the latter identifies fire pixels by comparing statistical differences in thermal properties, reflectance, and other features between candidate pixels and their surrounding background regions [
22,
23,
24,
25,
26,
27]. These methods typically rely on local statistical measures (e.g., mean, standard deviation, and variance) to determine adaptive thresholds and improve robustness under varying surface conditions [
28,
29,
30]. Nevertheless, traditional approaches remain sensitive to threshold selection and background interference, leading to limited generalization performance in complex scenes and weak fire scenarios [
31].
In recent years, the rapid advancement of deep learning has significantly promoted the application of artificial intelligence in remote sensing and has gradually become a dominant research direction for active fire detection [
32]. Compared with traditional methods, deep learning models can automatically learn hierarchical discriminative features through end-to-end training, alleviating the limitations of handcrafted feature design and fixed threshold strategies. For instance, Pereira et al. [
33] constructed a large-scale remote sensing dataset for active fire detection based on Landsat-8 imagery and validated the effectiveness of convolutional neural networks (CNNs) using the U-Net architecture [
34]. Teymoor et al. [
35] proposed the Fire-Net framework for automatic identification of active fire regions. Kang et al. [
31] combined random forests (RF) and CNNs for early-stage active fire detection. Fang et al. [
36] further proposed the FPS-U
2Net model, which enhances the original U
2Net [
37] by introducing multi-feature aggregation strategies, achieving improved performance in detecting single tiny fire targets. However, this approach mainly incorporates multi-layer aggregation modules in the encoding and decoding stages, resulting in limited global contextual modeling capability and a tendency to miss detections in complex scenes with multiple tiny fire targets.
To overcome the limitations of CNNs in modeling long-range dependencies, several studies have introduced Transformer architectures, which treat two-dimensional images as one-dimensional sequences to enhance global feature representation [
38,
39,
40]. For example, Zhang et al. [
41] proposed a hybrid CNN-Transformer framework for fire detection, significantly improving performance in complex scenarios. However, Transformers generally require substantial computational resources and incur high inference latency, making them less suitable for time-sensitive active fire monitoring applications. Recently, the Mamba state-space model has emerged as an efficient alternative, offering strong global modeling capability comparable to Transformers while significantly reducing computational overhead. Mamba-based models have demonstrated promising performance across various segmentation tasks [
42,
43,
44]. Motivated by these advantages, this paper integrates U
2Net with the Mamba architecture and proposes a multi-scale Mamba network for tiny fire segmentation, named FireMambaNet.
Within the FireMambaNet framework, the backbone RSU module of U2Net is redesigned to form a Cross-layer Gated Residual U-shaped module (CG-RSU), which enhances the discriminative feature extraction capability for tiny fire targets with weak responses. To further address the weak local responses and spatial sparsity of multiple tiny fire pixels, a Multi-scale Mamba Attention Module (M2AM) is embedded into both the encoding and decoding stages, strengthening the network’s ability to model global consistency across scales. Moreover, considering that wildfire propagation is influenced by factors such as wind direction and terrain, resulting in pronounced directional patterns in remote sensing imagery, a fire-oriented directional context modulation module is introduced to explicitly model multi-directional contextual information, thereby further improving fire pixel segmentation accuracy.
In summary, the main contributions of this paper are as follows:
- (1)
An active fire detection network, named FireMambaNet, is proposed for monitoring extremely small fire targets in satellite imagery under complex background conditions.
- (2)
To address the insufficient capability of existing networks in extracting features of tiny fire targets, a Cross-layer Gated Residual U-block (CG-RSU) is designed, which enhances the representation of fire target features through cross-layer feature fusion and adaptive gating mechanisms.
- (3)
To alleviate the issue of inconsistent local responses in scenarios where multiple tiny fire targets coexist, a Multi-scale Mamba Attention Module (M2AM) is introduced, enabling the network to establish global contextual consistency among multiple sparsely distributed fire targets while suppressing interference from background areas.
- (4)
A Fire-aware Directional Context Modulation (FDCM) is proposed to explicitly model multi-directional contextual information of fire targets, thereby further improving the recognition accuracy of fire targets exhibiting pronounced directional diffusion characteristics.
4. Discussion
As described in
Section 3.1.1 for the Oceania and Asia4 datasets, satellite fire point segmentation tasks generally face challenges such as extremely small target scales, imbalanced pixel distribution, and significant regional differences in practical applications. Under these challenging conditions, as shown in
Table 1 and
Table 2, the proposed method achieves stable and leading performance on both datasets, indicating that the proposed network demonstrates strong robustness and generalization ability in complex backgrounds and cross-regional scenarios. Compared to traditional CNN methods, the CG-RSU backbone introduced in this paper effectively alleviates the issue of detail information loss caused by multiple downsampling steps through multi-scale stable feature fusion, allowing tiny fire points and elongated structures to be more fully expressed in high-level semantic features. In contrast, Transformer-based methods, due to their reliance on global modeling mechanisms, tend to be dominated by large-scale background areas in pixel-level highly imbalanced scenes, limiting their ability to recognize local weak-response fire points. Mamba-based methods, on the other hand, demonstrate certain advantages in long-range dependency modeling but still face challenges in capturing fire point boundaries and fine-grained structures under complex background conditions. This paper introduces the M2AM and FDCM modules, achieving effective synergy between long-range dependency perception and directional context modeling, significantly improving the model’s stability and fine-grained expression ability in fire point segmentation tasks at different scales. Additionally, the band ablation experiment results shown in
Table 7 further validate the crucial role of near-infrared and shortwave infrared bands in enhancing the spectral separability between fire points and the background. A reasonable band combination (e.g 765 band) is more beneficial for improving the overall segmentation performance of the model compared to simply increasing the input dimensions.
Although the proposed method demonstrates good overall performance, it still has certain limitations. As shown in
Table 11, this paper presents the main limitations of the proposed method and corresponding improvement strategies.
5. Conclusions
This paper addresses key challenges, such as extremely small fire point target scales, sparse spatial distribution, and complex backgrounds in satellite remote sensing imagery, by proposing a multi-scale Mamba network, FireMambaNet, for tiny fire point segmentation. The method effectively enhances segmentation accuracy for tiny fire points in complex remote sensing scenarios through the collaborative design of multi-scale feature encoding, directional context modeling, and long-range dependency modeling.
In terms of network architecture design, this paper constructs a nested encoder-decoder backbone network composed of 6 Cross-layer Gated Residual U-blocks (CG-RSU). The encoder extracts multi-scale contextual features from local to global scales through progressive downsampling operations. Meanwhile, the cross-layer gating modulation mechanism designed in the CG-RSU adaptively suppresses redundant responses in complex backgrounds and significantly enhances the features of tiny and weakly responding fire points, providing a cleaner and more discriminative feature foundation for subsequent directional modeling and global dependency learning. Building on this, the paper designs the Fire-aware Directional Context Modulation (FDCM) module, which explicitly models the anisotropic spatial expansion features of fire points under wind direction and terrain constraints by aggregating structured features along the horizontal, vertical, and diagonal directions. This effectively enhances the network’s ability to perceive the directional propagation and continuity of fires. Furthermore, the proposed Multi-scale Mamba Attention Module (M2AM) leverages the advantages of state space models in long sequence modeling, achieving cross-scale long-range dependency modeling while maintaining computational efficiency. This significantly improves the global consistency representation ability in sparse fire point regions.
Extensive experimental results on the Oceania and Asia4 subsets of the Active Fire dataset show that the proposed FireMambaNet outperforms various mainstream CNN, Transformer, and Mamba-based methods in both IoU and F1 score evaluation metrics. The module ablation experiments further validate the effectiveness and complementarity of the CG-RSU, FDCM, and M2AM modules in enhancing tiny fire point features, directional context modeling, and global dependency learning. The position sensitivity analysis of FDCM shows that deploying it in the mid-to-high layers of the encoder (Stage 4) allows it to fully exert its role in modulating features between lower and higher layers, suppressing background interference while strengthening the response to directional expansion structures of fire points along wind direction, terrain orientation, and other factors.
Additionally, the spectral band ablation experiments further reveal the critical role of the near-infrared (NIR) and shortwave infrared (SWIR) bands in fire point discrimination. Specifically, the B7-B6-B5 (765) band combination achieved optimal and stable detection performance on both datasets. In terms of model complexity and inference efficiency, FireMambaNet, with only 1.56 M parameters and a computational complexity of 16.10 GFLOPs, still maintains stable inference speed, demonstrating a good balance between lightweight design and feature representation capability, with high potential for practical deployment.