Next Article in Journal
From Thermal Diagnosis to Spatial Allocation: A Remote-Sensing and Explainable Machine Learning Framework for Heat-Resilient Planning in Semi-Arid Grassland Towns
Previous Article in Journal
A Method for Segmentation and Identification of Urban Functional Areas with Generalization Ability Based on Scale-Aware Feature-Enhanced Attention Mask R-CNN
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

RFM-UNet: Hybrid Frequency–Mamba UNet for Remote-Sensing Road Extraction

1
Big Data Institution of Natural Hazards Monitoring for Digital Fujian, Xiamen University of Technology, Xiamen 361024, China
2
Key Laboratory of Southeast Coast Marine Information Intelligent Perception and Application, Ministry of Natural Resources, Zhangzhou 363005, China
3
Xiamen Key Laboratory of Green and Smart Coastal Engineering, College of Harbour and Coastal Engineering, Jimei University, Xiamen 361021, China
4
Shanghai Investigation, Design and Research Institute, Shanghai 200125, China
5
Key Laboratory of Spatial Data Mining and Information Sharing of Ministry of Education, The Academy of Digital China, Fuzhou University, Fuzhou 350108, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(15), 2546; https://doi.org/10.3390/rs18152546
Submission received: 4 June 2026 / Revised: 10 July 2026 / Accepted: 22 July 2026 / Published: 3 August 2026

Highlights

What are the main findings?
  • We propose RFM-UNet, a hybrid Frequency–Mamba network featuring an ADAMamba encoder that jointly captures local geometries and global dependencies at linear computational complexity.
  • By integrating a Multi-Scale Adaptive Fusion Module (MAFM) and a Dual-Spectrum Aggregation Module (DualSpec), the network effectively preserves narrow-road connectivity and mitigates shadow occlusions, achieving a superior performance–efficiency balance across three public datasets.
What are the implications of the main findings?
  • The success of the ADAMamba block demonstrates that rigorous topological continuity in remote-sensing imagery can be achieved efficiently without the quadratic computational bottleneck of traditional Vision Transformers.
  • The proposed spatial–frequency synergy offers a highly robust approach for extracting continuous structures under severe occlusions, significantly reducing the need for manual post-processing in applications like GIS updating and autonomous navigation.

Abstract

Road-network extraction from very high-resolution (VHR) remote-sensing imagery remains a challenging task owing to the structural sparsity, topological complexity, and severe occlusions of road networks. Conventional graph-based approaches preserve topological consistency yet incur considerable computational overhead, whereas prevailing convolutional neural network (CNN) and Transformer architectures struggle to reconcile long-range contextual modeling with computational efficiency. To address these limitations, this study proposes RFM-UNet, a hybrid frequency and state–space network designed for road-network segmentation. Specifically, the encoder integrates Mamba blocks with an Anisotropic Directional Attention (ADA) module to jointly capture local geometric cues and global dependencies at linear computational complexity. In addition, a Multi-Scale Adaptive Fusion Module (MAFM) is introduced to dynamically recalibrate multi-stage features, thereby suppressing cross-scale interference and preserving the connectivity of narrow roads. To enhance robustness against shadow-induced occlusions, a Dual-Spectrum Aggregation Module (DualSpec) decouples the phase and amplitude spectra in the frequency domain and fuses them with spatial features, effectively mitigating spurious responses and background noise characterized by similar textures. Quantitative and qualitative experiments on three public datasets demonstrate that RFM-UNet consistently outperforms current state-of-the-art methods.

1. Introduction

Very high-resolution (VHR) remote-sensing imagery serves as a foundational data source for geospatial extraction, particularly for mapping critical infrastructure such as road networks. Accurate road extraction is essential for urban planning, traffic management, and disaster emergency response [1]. Traditionally, map updating heavily relied on manual interpretation [2], a process that is inherently labor-intensive and lacks scalability. Although conventional computer vision methods have been introduced to automate this process, they frequently struggle to handle variations in road appearance across different scenes and scales. Consequently, automating road extraction from VHR imagery remains a complex and challenging research endeavor [3]. In recent years, the rapid development of deep-learning (DL) techniques has provided a promising avenue for addressing this issue. By learning hierarchical features and contextual information from imagery, DL models are better equipped to handle the diversity of road characteristics, thereby advancing automated road extraction significantly.
Within the deep-learning paradigm, Convolutional Neural Networks (CNNs) have become the predominant architecture for road extraction due to their robust hierarchical feature extraction capabilities [4,5]. However, the intrinsic locality of convolution operations restricts the receptive field, thereby constraining the modeling of long-range spatial dependencies. This locality limitation frequently yields fragmented topologies in complex scenes characterized by occlusions, shadows, and contextual interference [6,7]. To overcome these limitations, Vision Transformers (ViTs) [8] and hybrid architectures utilize self-attention mechanisms to capture long-range dependencies, outperforming conventional CNNs in global feature modeling [9,10,11]. Nevertheless, as illustrated in Figure 1a,b, the quadratic computational complexity of self-attention and its tendency to overlook fine-grained spatial details impede the precise delineation of narrow, continuous road networks. Therefore, reconciling global context modeling with precise local feature representation remains a primary bottleneck in VHR road extraction [12,13].
Recently, State–Space Models (SSMs), particularly the Mamba architecture [14], have garnered significant attention for modeling global dependencies with linear computational complexity. Their adaptations, such as Vision Mamba [15] and VMamba [16], have demonstrated substantial potential in computer vision tasks. Leveraging these attributes, Mamba-based architectures are highly suitable for VHR image analysis in remote sensing, as illustrated in Figure 1c. Several recent RS-specific variants, including RS-Mamba [17], RS3Mamba [18], and CM-UNet [19] have validated this potential. However, similar to ViTs, Mamba’s sequential processing nature introduces inherent limitations when applied to visual data [20]. Specifically, the unordered nature of spatial relationships among pixels and the prevalence of localized spatial patterns challenge this strictly sequential paradigm, thereby constraining effective spatial feature integration and parallel processing efficiency.
Beyond architectural advancements, the effective fusion of multi-level features remains a fundamental bottleneck in VHR road extraction [21,22]. Conventional strategies (e.g., simple concatenation, element-wise addition, or bilinear pooling) inadequately bridge the representational gap between deep semantic features and shallow, fine-grained details, thereby limiting their capacity to delineate narrow, elongated, and complex road structures. This necessitates dedicated bridging mechanisms to align high-level semantics with low-level spatial details prior to fusion. Recent efforts have sought to address this gap [23]; for instance, Xu et al. [24] introduced a coarse-to-fine interaction strategy, while flow-based alignment and deformable convolutions [25] have been employed for spatial pre-alignment. However, these intricate multi-scale interactions typically incur substantial computational overhead, thereby hindering practical efficiency.
Moreover, complex backgrounds and uneven illumination frequently induce feature blurring and spatial aliasing in the spatial domain [26], impeding precise road delineation [27]. The Fourier transform decomposes an image into phase and amplitude spectra; the former encapsulates structural semantics, whereas the latter encodes texture and background styles [28]. This distinction highlights their complementary roles in frequency-domain road modeling (Figure 2). Frequency-domain transformation techniques, such as the Discrete Wavelet Transform (DWT) [29] and the Fast Fourier Transform (FFT) [23], exploit this property to enhance structural details while suppressing background noise. Nevertheless, most existing approaches process spatial and frequency information in isolation, overlooking their potential synergy. This limitation significantly restricts their capability to resolve weak boundaries and suppress spurious responses in complex road scenes [30].
To address these limitations, this study proposes RFM-UNet, an efficient hybrid frequency–state–space network tailored for road extraction from VHR imagery. The framework synergistically couples global context modeling with local structural representation under linear computational complexity. The main contributions of this work are summarized as follows:
1.
We propose an ADAMamba encoder to reconcile local structural details with global context modeling without incurring quadratic computational complexity. By integrating an Anisotropic Directional Attention (ADA) module with 2D cross-directional scanning, it jointly captures local geometric anisotropy and global semantic dependencies.
2.
To mitigate semantic oversmoothing and cross-scale interference prevalent in hierarchical decoding, we design a Multi-Scale Adaptive Fusion Module (MAFM). This module dynamically recalibrates multi-stage features, thereby preserving edge connectivity and topological consistency of narrow roads during feature fusion.
3.
To enhance robustness against shadow-induced occlusions and background noise characterized by similar textures, we introduce a Dual-Spectrum Aggregation Module (DualSpec). Employing FFT-based spatial–frequency decoupling, it independently refines phase and amplitude spectra before adaptively fusing them with spatial features, thereby significantly enhancing structural integrity.

2. Related Work

2.1. CNN- and Transformer-Based Road Extraction Methods

Early CNN-based methods focused on enhancing boundary delineation and multi-scale feature representation [31,32]. UNet [4] employs an encoder–decoder structure with skip connections to fuse semantic and spatial features, but its limited depth restricts performance on fine-scale regions. Zhou et al. [33] proposed D-LinkNet by integrating skip connections with a multi-scale feature extraction mechanism. Li et al. [34] introduced BD-LinkNetPlus as an improvement upon D-LinkNet. Yi et al. [35] utilized multiple parallel branches with varying dilation rates and global average pooling (GAP) to capture global information. Wang et al. [36] introduced FRCFNet, which fuses multi-scale features for road extraction. Hua et al. [37] proposed MADSNet by integrating strip convolutions and attention mechanisms to improve topological continuity. Nevertheless, the inherent locality of convolutions restricts long-range dependency modeling, frequently causing topological fractures under occlusions or illumination variations. Although CNN-based methods have made significant progress, they still face challenges when dealing with complex remote-sensing scenes. Their limited receptive fields restrict the ability to capture global contextual information, making it difficult to mine crucial spatial dependencies between geo-objects and accurately segment remote-sensing imagery.
In recent years, ViTs, which treat 2D images as 1D sequences for modeling, have gradually become mainstream for computer vision tasks, especially semantic segmentation [6,38]. ViTs circumvent receptive field limitations by modeling global context through self-attention across image patches. Luo et al. [39] proposed BDTNet, incorporating pyramid or deformable attention mechanisms to capture multi-scale contextual information. Yang et al. [40] introduced OARENet, which adopts varying dilation rates to capture texture features in semantic feature maps. Furthermore, Yu et al. [41] proposed SegRoadv2, a hybrid network that strategically fuses convolutional branches with Transformers to preserve fine-grained spatial details and maintain road connectivity structures. Despite these advancements, ViT-based road extraction faces dual bottlenecks: (1) contextual information alone is insufficient for disambiguating roads in scenes characterized by low inter-class variance and high intra-class variability; (2) the quadratic computational complexity of self-attention severely restricts the scalability of these models for high-resolution remote-sensing imagery.

2.2. Application of Mamba Architectures in Deep Learning

Mamba, an SSM-based architecture, has recently garnered significant attention in vision tasks due to its ability to model long-range dependencies while maintaining linear computational complexity, offering a favorable alternative to Transformer-based models. VMamba [16] introduces an orthogonal SSM into a linear-complexity visual backbone, effectively bridging one-dimensional sequence modeling with two-dimensional spatial structures.
In the field of remote sensing, several Mamba-based semantic segmentation frameworks have been developed. RS-Mamba [17] pioneered the application of SSMs for remote-sensing semantic segmentation, while CM-UNet [19] synergizes CNN-based local feature extraction with Mamba-based global context modeling. Chen et al. [18] proposed RS3Mamba, which explores Mamba-Transformer hybrids for remote-sensing semantic segmentation. Building upon this, architectures such as TDFNet [42] further investigate Mamba-CNN hybrids to enhance spatial dependency modeling. Furthermore, Wang et al. [43] introduced PyramidMamba, which employs a dense spatial pyramid pooling (DSPP) module to encode multi-scale semantic features and a pyramid fusion Mamba (PFM) module to reduce semantic redundancy during feature fusion. However, akin to ViTs, pure Mamba architectures remain deficient in extracting fine-grained localized spatial details. Integrating Anisotropic Directional Attention into a Mamba-based backbone for localized feature refinement presents a promising paradigm to reconcile linear computational efficiency with robust topological preservation in complex scenes.

2.3. Application of Frequency-Domain Information in Deep Learning

The aforementioned methods predominantly extract road features within the spatial domain. However, due to variations in satellite viewing angles, VHR remote-sensing imagery frequently exhibits significant color and texture similarities between roads and surrounding buildings. Relying solely on spatial-domain features renders the extraction process susceptible to interference from spectrally similar backgrounds, thereby inducing errors in road topology. To address this, recent studies have explored frequency-domain representations. For instance, Zhou et al. [44] integrated spatial and frequency branches via modality-aware Fourier transforms to capture global context, while FDINet [45] and FIMP [29] employ frequency-decoupled interactions and adaptive filtering to isolate subtle, task-specific variations. Yu et al. [46] introduced FMISeg, demonstrating the efficacy of spectral–visual interactions in guided segmentation tasks. Furthermore, Song et al. [47] recently proposed a cross-domain Mamba network that jointly learns spatial and frequency representations for robust SAR oil spill detection, showcasing the potential of integrating Mamba with frequency-domain modeling for complex remote-sensing tasks. Concurrently, Xue et al. [48] introduced SDFFNet, which employs a dual-branch architecture to decouple spatial and frequency features, enhancing the model’s capacity to capture both local and global information.
Despite their proven success in medical imaging and change detection, the explicit integration of frequency-domain modeling in remote-sensing road extraction remains underexplored. Specifically, the synergistic fusion of spatial structural features and frequency-domain global context to resolve topological ambiguities caused by shadow occlusions and complex backgrounds remains a critical, unresolved gap.

3. Methodology

This section details the overall network architecture and the design principles of its key components. Mathematical formulations are provided to facilitate a clear understanding of the proposed method.

3.1. Overall Architecture

The overall architecture of CoastMamba is illustrated in Figure 3a. The model follows an encoder–decoder paradigm and comprises three components: an ADAMamba-based encoder, an MAFM, and a DualSpec decoder. The encoder leverages ADA to capture local connectivity and Mamba blocks to model long-range dependencies. MAFM adaptively fuses multi-scale features to preserve narrow-road details, while the DualSpec decoder employs FFT-based spatial–frequency decoupling to robustly reconstruct roads under shadowed and complex backgrounds.

3.2. ADAMamba Block

Large-scale road extraction from VHR imagery necessitates models that effectively integrate global semantic information with local structural features. While ViT-based architectures have demonstrated remarkable success in computer vision via self-attention mechanisms, their quadratic computational complexity with respect to input size limits scalability for high-resolution remote-sensing data. To address this limitation, we propose the ADAMamba block, as illustrated in Figure 3b. This architecture integrates ADA with Mamba to preserve the global modeling capability of ViTs while efficiently capturing local features. Unlike traditional isotropic convolutions, which introduce substantial background noise when expanding the receptive field, the ADA module decouples spatial encoding into four lightweight directional branches. This design facilitates the precise capture of long-range linear dependencies in road networks across multi-dimensional spatial orientations.
To capture anisotropic topological features, the input feature map X R C × H × W first undergoes channel compression via a 1 × 1 convolution to constrain the computational cost of the multi-branch parallel structure. This yields a reduced feature map:
X r e d = SiLU ( BN ( W r e d u c e X ) ) ,
where ⊗ denotes the matrix multiplication; BN ( · ) and SiLU ( · ) denote batch normalization and the SiLU activation function, respectively; W r e d u c e R d × C × 1 × 1 represents the convolution weights; and d = C / r signifies the reduced channel dimension. Subsequently, X r e d is processed by four parallel depthwise convolution ( D W C o n v ) branches to extract contextual information along the horizontal (H), vertical (V), main diagonal ( D 1 ), and anti-diagonal ( D 2 ) orientations.
For horizontal and vertical extraction, standard asymmetric convolutions are employed:
Y H = D W C o n v 1 × 3 ( X r e d ) , Y V = D W C o n v 3 × 1 ( X r e d ) .
For diagonal branches, 3 × 3 depthwise convolution kernels are masked to strictly constrain the receptive field. Let W 3 × 3 denote the convolution weights; non-diagonal elements are nullified via the Hadamard product with mask matrices M m a i n , M a n t i R 3 × 3 , which contain values of 1 on the main and anti-diagonals, respectively, and 0 elsewhere:
Y D 1 = ( W 3 × 3 M m a i n ) X r e d , Y D 2 = ( W 3 × 3 M a n t i ) X r e d .
where ⊙ denotes the Hadamard product. Each branch utilizes an asymmetric zero-padding strategy to maintain spatial alignment. The resulting directional features are concatenated along the channel dimension:
Y c o n c a t = [ Y H , Y V , Y D 1 , Y D 2 ] , Y c o n c a t R 4 d × H × W .
To mitigate feature isolation between orientations and align channel dimensions, a 1 × 1 fusion convolution is applied, followed by a sigmoid activation to generate the final anisotropic attention map:
A d i r = σ ( BN ( W f u s i o n Y c o n c a t ) ) ,
where σ ( · ) is the sigmoid function and W f u s i o n R C × 4 d × 1 × 1 represents the fusion weights. Notably, the batch normalization parameters in BN ( · ) are initialized to 0; this forces A d i r to approach 0.5 initially, thereby enhancing training stability.
Concurrently, the Mamba branch processes the input feature X to model long-range spatial dependencies via a lightweight 2D Selective Scan Module (2D-SSM). The 2D-SSM flattens image features into 1D sequences and scans them along four directions: top-left to bottom-right, bottom-right to top-left, top-right to bottom-left, and bottom-left to top-right. This multi-directional scanning captures long-range dependencies through a selective state–space model, after which the sequences are merged to reconstruct the 2D structure.
The Mamba block comprises a linear projection, depthwise convolution (DWConv), 2D-SSM, layer normalization (LN), and a final linear layer. The forward propagation is formulated as:
F 1 = LN 2 D - SSM SiLU DWConv Linear ( X ) ,
F o u t = Linear ( F 1 A d i r ) + X .
Here, the output of the Mamba branch, F 1 , is modulated by the attention map A d i r via element-wise multiplication (⊙). This mechanism adaptively highlights continuous tubular structures while suppressing background noise, ensuring stable gradient flow. Finally, a residual connection integrates the original input X to produce the block’s output, F o u t . This architecture effectively balances global context modeling with local structural preservation, proving particularly suitable for VHR road extraction. The pseudocode is provided in Algorithm 1.
Algorithm 1 ADAMamba Block
Require: 
Input feature X R B × C × H × W , Reduction ratio r
Ensure: 
Output feature F out R B × C × H × W
1:
1. Anisotropic Directional Attention (ADA) Extraction
2:
X red SiLU ( BN ( Conv 1 × 1 ( X ) ) ) {Channel compression to d = C / r }
3:
Y H DWConv 1 × 3 ( X red ) {Horizontal context}
4:
Y V DWConv 3 × 1 ( X red ) {Vertical context}
5:
Y D 1 ( W 3 × 3 M main ) X red {Main-diagonal context}
6:
Y D 2 ( W 3 × 3 M anti ) X red {Anti-diagonal context}
7:
Y concat Concat ( [ Y H , Y V , Y D 1 , Y D 2 ] , dim = 1 )   { Y concat R B × 4 d × H × W }
8:
A dir σ ( BN γ = 0 ( Conv 1 × 1 ( Y concat ) ) ) {BN initialized to 0 for stability}
9:
2. 2D Selective State–Space Modeling (Mamba Branch)
10:
X proj Linear ( X )
11:
X dw DWConv ( X proj )
12:
X ssm 2 D - SSM ( SiLU ( X dw ) ) {Multi-directional sequence scan}
13:
F 1 LN ( X ssm )
14:
3. Modulation and Residual Fusion
15:
F mod F 1 A dir {Adaptive structural modulation}
16:
F out Linear ( F mod ) + X {Residual connection}
17:
return  F out

3.3. Multi-Scale Adaptive Fusion Module (MAFM)

In encoder–decoder architectures, directly summing or concatenating features from shallow, high-resolution branches with those from deep, low-resolution branches often causes fine-grained geometric details to be dominated by high-level semantic features. This imbalance can result in inaccurate road boundaries or topological disconnections in narrow areas, as fine structural details are easily disrupted.
To address this limitation, we propose the MAFM as shown in Figure 4a. Unlike simple feature aggregation, MAFM introduces a cross-attention mechanism where shallow features actively guide and modulate deep representations before fusion. By strictly aligning tensor dimensions and adaptively weighting the features, MAFM effectively prevents deep semantics from overwhelming shallow geometric cues, thereby mitigating the “dominance” problem and preserving narrow-road connectivity.
Let F s R C s × H s × W s and F d R C d × H d × W d denote the input shallow and deep features, respectively. To generate the shallow guidance signal, we apply global max pooling and average pooling to F s in parallel. The pooled descriptors are processed by a shared channel squeeze-and-excitation (cSE) block to extract channel-wise statistics. We then apply a 1 × 1 convolution Conv s d to align the channel dimension from C s to C d , followed by a sigmoid activation to produce the shallow attention map A s R C d × 1 × 1 :
A s = σ Conv s d cSE shared ( MaxPool ( F s ) ) + cSE shared ( AvgPool ( F s ) ) .
Simultaneously, the deep features F d are refined through a spatial and channel squeeze-and-excitation (scSE) block to capture internal spatial–channel dependencies. A subsequent depthwise separable convolution (DSConv) and sigmoid activation yield the deep attention map A d R C d × H d × W d :
A d = σ DSConv ( scSE ( F d ) ) .
The core of MAFM lies in the dual-modulation of the deep features. We apply both the shallow geometric guidance A s (spatially broadcasted) and the deep semantic attention A d to modulate F d , obtaining the refined deep representation F d att :
F d att = F d A s A d ,
To perform the final fusion, F d att is spatially aligned with the shallow features via bilinear interpolation to match the resolution ( H s , W s ) , yielding F d up . The features are concatenated along the channel dimension and passed through a fusion block (comprising a 1 × 1 convolution, batch normalization, ReLU, and a 3 × 3 DSConv) to integrate the multi-scale representations. A residual connection from F d up , aligned to the output channel dimension C out via Conv res , is added to yield the final fused feature F f R C out × H s × W s :
F f = FusionConv Concat ( F s , F d up ) + Conv res ( F d up ) .
This explicitly aligned, cross-attention-driven fusion guarantees that critical spatial cues from the shallow branch are structurally preserved during semantic integration. The pseudocode for MAFM is provided in Algorithm 2.
Algorithm 2 Multi-Scale Adaptive Fusion Module (MAFM)
Require: 
Shallow features F s R B × C s × H s × W s , Deep features F d R B × C d × H d × W d
Ensure: 
Fused features F f R B × C out × H s × W s
1:
1. Shallow Feature Guidance Generation
2:
F s avg AdaptiveAvgPool 2 d ( F s )
3:
F s max AdaptiveMaxPool 2 d ( F s )
4:
A s raw cSE shared ( F s max ) + cSE shared ( F s avg )
5:
A s proj Conv s d ( A s raw ) {Align channels: C s C d }
6:
A s Sigmoid ( A s proj )
7:
2. Deep Feature Self-Refinement
8:
F d scse scSE _ block ( F d )
9:
F d dsconv DSConv ( F d scse )
10:
A d Sigmoid ( F d dsconv )
11:
3. Cross-Attention Modulation
12:
F d att F d ExpandAs ( A s , F d ) {Spatial broadcast of A s }
13:
F d att F d att A d {Element-wise modulation}
14:
4. Spatial Alignment
15:
F d up Interpolate ( F d att , size = ( H s , W s ) ) {Bilinear upsampling}
16:
5. Feature Fusion
17:
F concat Concat ( [ F s , F d up ] , dim = 1 )
18:
F refined FusionConv ( F concat )
19:
F f F refined + Conv res ( F d up )
20:
return  F f

3.4. Dual-Spectrum Aggregation Module (DualSpec)

In remote-sensing road extraction, complex backgrounds and uneven illumination often lead to blurred or aliased spatial-domain features under shadow occlusions, thereby reducing road identification accuracy. Frequency-domain transformations explicitly decompose spectral information, effectively separating global structural patterns captured by the phase spectrum from fine-grained details represented by the amplitude spectrum, such as road edges and intersections.
To fully exploit this property, we propose a novel DualSpec decoder as shown in Figure 4b. Unlike conventional feature aggregators, DualSpec explicitly decouples the complex frequency spectrum into independent real-valued amplitude and phase components. This allows standard convolutional layers to independently optimize high-frequency details and low-frequency structural shapes before recombining them with spatial-domain features.
Specifically, given the decoder feature F dec and the encoder fusion feature F enc , we first align their spatial resolutions via bilinear interpolation and concatenate them. A bottleneck layer (comprising a 1 × 1 convolution, batch normalization, and ReLU) reduces the channel dimension to generate the intermediate hybrid feature X R C × H × W :
X = ReLU BN Conv 1 × 1 ( Concat ( F dec , F enc ) ) .
The feature X is then processed by two parallel branches: the Frequency Branch and the Spatial Branch.
Frequency Branch: To enable cross-domain cooperative optimization, we map X to the frequency domain using the 2D Real FFT (RFFT2), yielding the complex spectrum X . Instead of applying operations directly to the complex tensor, we decouple X into its real-valued amplitude A and phase Φ :
X = RFFT 2 ( X ) ,
A = | X | , Φ = X .
To independently enhance these components, we apply channel-wise 1 × 1 grouped convolutions ( Conv group ), followed by batch normalization and Leaky ReLU activations. This creates two distinct optimization paths, yielding the refined amplitude A and phase Φ :
A = LReLU BN Conv group ( A ) ,
Φ = LReLU BN Conv group ( Φ ) .
The complex spectrum is then reconstructed using Euler’s formula and transformed back to the spatial domain via the 2D Inverse Real FFT (IRFFT2) to produce the frequency-enhanced feature F freq :
X = A cos ( Φ ) + j sin ( Φ ) ,
F freq = IRFFT 2 ( X ) .
Spatial Branch: Simultaneously, the spatial branch captures multi-scale contextual information using parallel DSConv with varying kernel sizes ( k { 3 , 5 , 7 } ). The multi-scale features are summed to form F s 1 :
F s 1 = k { 3 , 5 , 7 } DSConv k × k ( X ) .
To emphasize critical spatial regions, an attention mechanism is applied. Global spatial dependencies are captured via adaptive average pooling, compressed by a 1 × 1 convolution, and activated by a sigmoid function. The modulated features are further refined by a final 3 × 3 DSConv and batch normalization to yield F spatial :
F s 2 = F s 1 σ Conv 1 × 1 AvgPool ( F s 1 ) ,
F spatial = BN DSConv 3 × 3 ( F s 2 ) .
Hybrid Fusion: Finally, the outputs from both branches are aggregated to leverage the complementary strengths of the structural frequency cues and the multi-scale spatial details. The final fused representation F out is obtained by element-wise addition followed by batch normalization:
F out = BN ( F freq + F spatial ) .
This explicitly decoupled dual-spectrum mechanism significantly improves the model’s robustness and representational capacity, ensuring accurate road extraction even under severe shadow occlusions.

4. Experimental Settings and Results

4.1. Datasets

To comprehensively evaluate the effectiveness and generalization capability of the proposed RFM-UNet for remote-sensing road extraction, we conducted extensive experiments on three representative, publicly available datasets: Massachusetts Roads [49], DeepGlobe Road [50], and CHN6-CUG Roads [51]. Table 1 summarizes the statistics of the original images in the datasets, and Figure 5 illustrates their characteristics.
  • Massachusetts Roads: This dataset comprises 1171 high-resolution aerial images from the state of Massachusetts, each with a size of 1500 × 1500 pixels, covering approximately 2.25 km 2 per image and over 2600 km 2 in total. The road structures exhibit significant variations in width, shape, texture, and color, making the dataset highly challenging. Following the official data split, all images were padded to 1536 × 1536 pixels and cropped into 512 × 512 patches, resulting in 9972 training images, 126 validation images, and 441 test images.
  • DeepGlobe Road: Released for the CVPR 2018 DeepGlobe Road Extraction Challenge, this dataset contains 8570 high-resolution satellite images from regions such as India, Indonesia, and Thailand. Each image has a size of 1024 × 1024 pixels with a spatial resolution of 0.5 m , covering diverse landscapes from urban to rural areas. Since official test labels were not publicly available, we utilized 6226 labeled images and split them into 4696 training samples and 1530 testing samples for our experiments. All images were directly cropped into 512 × 512 patches for training and evaluation.
  • CHN6-CUG Roads: Developed by the URSmart team at the China University of Geosciences (Wuhan), this VHR imagery dataset contains pixel-level manual annotations. It covers six representative urban areas: Beijing, Shanghai, Wuhan, Shenzhen, Hong Kong, and Macau, capturing diverse urbanization levels and city characteristics. Road annotations include both covered and uncovered roads, categorized according to coverage extent, and encompass various types such as railways, highways, urban roads, and rural roads. The dataset consists of 4511 images of size 512 × 512 pixels, with 3608 used for training and 903 reserved for testing and evaluation.

4.2. Evaluation Metrics

Following standard practice in semantic segmentation evaluation, four pixel-level metrics are adopted, all derived from the confusion matrix: Precision (P), Recall (R), F1-score ( F 1 ), and Intersection over Union (IoU). These are formulated as:
P = T P T P + F P
R = T P T P + F N
F 1 = 2 × P × R P + R
IoU = T P T P + F P + F N
where T P , F P , and F N denote the numbers of true positives, false positives, and false negatives, respectively. Among these, F 1 and IoU serve as the primary composite indicators of overall segmentation performance.
Furthermore, to assess the model’s ability to preserve road topology, we employ road-specific topological indicators: Centerline Dice (cIDice) and Average Path Length Similarity (APLS). The cIDice metric evaluates the overlap between predicted and ground-truth road centerlines, while APLS measures the similarity of path lengths between the predicted and reference road networks, providing a comprehensive assessment of topological accuracy.
cIDice = 2 × | C p r e d C g t | | C p r e d | + | C g t |
APLS = 1 1 N i = 1 N min | L p r e d ( i ) L g t ( i ) | L g t ( i ) , 1
where C p r e d and C g t represent the predicted and ground-truth centerline sets, respectively, and L p r e d ( i ) and L g t ( i ) denote the lengths of the i-th path in the predicted and ground-truth road networks. APLS values closer to 1 indicate better topological similarity.

4.3. Experimental Setup

The experimental environment is detailed in Table 2. All models were implemented using the PyTorch framework and trained on a single NVIDIA RTX 4090 GPU with 24 GB of VRAM. The AdamW optimizer was employed with a cosine annealing learning rate schedule. Data augmentation included random horizontal and vertical flipping to enhance model generalization. For the Massachusetts Roads dataset, all models were trained from scratch for 105 epochs with an initial learning rate of 1 × 10 3 and a batch size of 12. For the DeepGlobe and CHN6-CUG datasets, all models were fine-tuned using weights pre-trained on the Massachusetts dataset, leveraging a unified transfer learning strategy, for 105 epochs with a learning rate of 5 × 10 4 and a batch size of 8. During inference, test-time augmentation (TTA), including horizontal and vertical flips, was applied to all models to improve prediction stability and robustness. All experiments were conducted under identical conditions to ensure fair comparisons.

4.4. Comparative Experiments with Different Image Sizes

To determine the optimal input scale, we evaluated RFM-UNet on the Massachusetts dataset (1 m GSD) using four patch sizes: 128 × 128 , 256 × 256 , 512 × 512 , and 1024 × 1024 pixels. Although larger inputs theoretically encapsulate broader spatial contexts, Table 3 demonstrates that the 512 × 512 configuration yields the optimal performance (IoU = 68.59%, cIDice = 89.13%, and APLS = 74.04%), notably outperforming the 1024 × 1024 configuration. This indicates that a moderate receptive field optimally balances fine-grained detail preservation with contextual aggregation for the proposed architecture. Consequently, a 512 × 512 input size was adopted for all subsequent experiments to maximize both accuracy and computational efficiency.

4.5. Experimental Results

To further validate the effectiveness of the proposed method, we conducted comparative experiments on three benchmark datasets: Massachusetts, DeepGlobe, and CHN6-CUG. We compared RFM-UNet with several representative methods, including UNet [4], LinkNet [52], D-LinkNet [33], DeepLabV3+ [53], TransUNet [54], SwinUNet [55], UNet* (based on ConvNeXt), RCFSNet [56], RoadExNet [57], OARENet [40], RS3Mamba [58], SegRoadv2 [41], and MADSNet [37]. All methods were trained and evaluated under identical experimental settings, including the same transfer learning strategy for the DeepGlobe and CHN6-CUG datasets.
While the full metrics are detailed in Table 4, we highlight the primary performance here. On the Massachusetts Roads dataset, RFM-UNet achieves an IoU score of 68.59%, outperforming the second-best method by 0.77%. On the DeepGlobe Road dataset, it obtains an IoU of 70.71%, surpassing the second-best method by 1.45%. Similarly, on the CHN6-CUG Roads dataset, RFM-UNet reaches an IoU of 64.52%, yielding an improvement of 0.19%. Compared with state-of-the-art methods, RFM-UNet consistently demonstrates significant improvements across all datasets, proving its superior overall performance. These results validate the strong representational capacity and excellent generalization ability of the proposed model in complex remote-sensing scenarios characterized by diverse road geometries and structural patterns across different regions.
Figure 6 presents a visual comparison of different methods on the Massachusetts Roads dataset. The first two columns display the input images and their corresponding ground-truth annotations, while the remaining six columns show the predictions from RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet. Overall, most models accurately detect prominent features such as intersections and straight road segments, demonstrating their ability to capture structural patterns. However, challenges remain in handling curved roads and shadowed areas caused by buildings or vegetation, which often lead to misclassification between road patterns and background textures. In contrast, RFM-UNet exhibits clear advantages in distinguishing road pixels from visually similar non-road categories (e.g., trees and buildings), thereby reducing false positives. It also maintains superior continuity in road structures and effectively mitigates the impact of shadows and occlusions. Furthermore, RFM-UNet accurately delineates road boundaries under varying illumination conditions, demonstrating robust performance across diverse imaging scenarios. These improvements are attributed to the proposed ADAMamba architecture, which efficiently integrates global contextual information with local spatial details to enhance structural consistency.
Figure 7 shows qualitative results on the DeepGlobe dataset. In complex rural and suburban environments, road extraction is challenged by dense vegetation, occlusions, and illumination variations. As observed in areas such as intersections, narrow roads, and farmland-adjacent regions, most models misclassify non-road elements as roads due to a reliance on local pixel information, which limits their ability to capture global semantic relationships between roads and their surroundings. In contrast, RFM-UNet maintains strong structural continuity and topological consistency even when roads are partially obscured or visually confounded with background textures. Moreover, the model effectively distinguishes non-road regions resembling dirt roads, demonstrating superior robustness and generalization in complex rural and suburban scenes.
Figure 8 presents qualitative results on the CHN6-CUG Roads dataset. We evaluated model performance under various shadow-interference scenarios, including continuous shadows and vegetation occlusions, as well as complex conditions such as intersections and curved roads. While most models perform adequately in non-shadowed regions, their performance degrades significantly in densely shaded areas due to a reliance on local pixel features. This limitation hinders the capture of structural relationships, particularly the connectivity required along curved roads. RFM-UNet, in contrast, demonstrates superior performance under these challenging conditions by effectively leveraging spatial–frequency features for robust and stable predictions. These results further confirm the advantage of the proposed model in jointly integrating spatial and frequency-domain representations to improve road extraction in complex remote-sensing scenarios.

4.6. Experimental Analysis of Road Topology Accuracy

To further assess the topological accuracy of the extracted road networks, we conducted a detailed analysis using the cIDice and APLS metrics. Unlike traditional pixel-level metrics, these topological metrics are crucial for evaluating whether the extracted roads form a continuous, graph-level structure, which is essential for practical routing applications. Table 5 presents the comparative topological results across the three datasets.
Overall, RFM-UNet consistently achieves the highest cIDice and APLS scores compared to other state-of-the-art methods. Specifically, on the Massachusetts Roads dataset, RFM-UNet obtains a cIDice of 89.13% and an APLS of 74.04%, outperforming the second-best method by 0.31% and 0.84%, respectively. On the DeepGlobe Road dataset, which features complex rural and suburban landscapes prone to vegetation occlusion, our model reaches a cIDice of 90.91% and an APLS of 69.39%, outperforming the second-best method by 1.02% and 0.34%, respectively, thereby demonstrating strong robustness against frequent road breaks. Furthermore, on the highly challenging CHN6-CUG Roads dataset—characterized by dense urban canopies, shadows, and complex intersections—RFM-UNet still secures the highest scores (cIDice: 78.26%, APLS: 72.17%), outperforming the second-best method by 0.15% and 0.14%, respectively, and maintaining a consistent lead over the competitive MADSNet.
These quantitative improvements indicate the model’s superior ability to preserve road connectivity and accurately represent road centerlines. As shown in Figure 9, this topological advantage can be primarily attributed to the ADAMamba encoder, which captures long-range topological dependencies to bridge spatial gaps caused by occlusions, and the MAFM module, which facilitates coherent multi-scale feature aggregation to maintain the continuity of roads with varying widths. Maintaining such topological integrity is particularly critical for downstream applications such as navigation and urban planning, where even minor discontinuities or topological errors can lead to routing failures.

4.7. Model Complexity and Computational Efficiency Analysis

To evaluate the computational efficiency of RFM-UNet, we compared its parameters, floating-point operations (FLOPs), memory footprint, and frames per second (FPS) with those of several popular models, as summarized in Table 6. The FLOPs and FPS were calculated based on an input image size of 3 × 512 × 512 with a batch size of 1 on an NVIDIA RTX 4090 GPU.
As shown in Table 6, RFM-UNet achieves a favorable balance between model complexity and computational cost. With 29.86 million parameters and 30.13 GFLOPs, it is significantly more efficient than many Transformer-based architectures. For instance, Transformer models like RoadExNet consume up to 1035.78 MB of memory and run at only 26.44 FPS, making them computationally prohibitive for processing large-scale remote-sensing imagery. In contrast, RFM-UNet requires only 428.69 MB of memory, which is notably lower than other state–space models (SSMs) such as RS-Mamba (644.54 MB) and RS3Mamba (472.62 MB), as well as the recent CNN-based MADSNet (449.42 MB). Although pure CNN architectures like D-LinkNet exhibit extremely high inference speeds (258.83 FPS) due to their lightweight structures, they often suffer from limitations in global context modeling. RFM-UNet reaches 60.70 FPS, which is significantly faster than heavier ViT-based models (e.g., RoadExNet and SegRoadv2) and surpasses other SSMs, thereby ensuring efficient inference for high-resolution data without compromising global perception capabilities. Figure 10 further illustrates the trade-off between accuracy and efficiency, highlighting RFM-UNet’s ability to achieve high segmentation performance with relatively low computational demands.

4.8. Ablation Study

In this section, we conducted a series of ablation experiments to validate the efficacy of the proposed RFM-UNet and to demonstrate the necessity of its various components. The ablation experiments for the overall framework were implemented on the CHN6-CUG Roads dataset, chosen for its complex road structures and diverse environmental conditions, which provide a rigorous testbed for evaluating the model’s performance. The baseline model utilizes a standard VMamba backbone without the ADAMamba, MAFM, and DualSpec modules. Each component was incrementally added to the baseline to assess its individual contribution to the overall performance.
As detailed in Table 7, the incremental integration of the ADAMamba, MAFM, and DualSpec modules is assessed. Furthermore, Grad-CAM [59] was employed to visualize activation distributions (Figure 11), elucidating the internal feature response mechanisms during inference.

4.8.1. Effectiveness of ADAMamba

We first investigated the impact of the ADAMamba block through an ablation study on the CHN6-CUG Roads dataset. Upgrading the baseline VMamba encoder with the ADAMamba module increases the IoU from 59.07% to 60.54%, cIDice from 73.65% to 74.49%, and APLS from 65.49% to 67.75%. This indicates that the anisotropic attention mechanism successfully captures localized directional features to enhance topological continuity. As shown in Figure 11, compared with the baseline, the ADAMamba encoder effectively focuses on complex road structures and intersections, thereby improving the model’s ability to maintain connectivity in challenging scenarios.

4.8.2. Effectiveness of MAFM

Subsequently, we evaluated the contribution of the MAFM. The baseline with MAFM increases the IoU from 59.07% to 61.34%, cIDice from 73.65% to 75.78%, and APLS from 65.49% to 69.72%. As visualized in Figure 11, the MAFM module enhances the model’s ability to capture multi-scale semantic information, particularly in regions with varying road widths and complex intersections. This results in improved delineation of road boundaries and better preservation of structural integrity.

4.8.3. Effectiveness of DualSpec

Finally, we evaluated the contribution of the DualSpec module. The baseline with DualSpec increases the IoU from 59.07% to 63.20%, cIDice from 73.65% to 76.43%, and APLS from 65.49% to 71.86%. As shown in Figure 11, the DualSpec module effectively enhances the model’s ability to recover spatial details and mitigate shadow-induced degradation, leading to more accurate road segmentation in occluded regions.
To further elucidate the contributions of the dual spatial–frequency representation, we conducted a comparative analysis, as shown in Table 8, among the Spatial-only variant, the Frequency-only variant, and the full DualSpec model. The Spatial-only variant achieves an IoU of 62.21%, cIDice of 75.92%, and APLS of 69.33%, while the Frequency-only variant achieves an IoU of 62.62%, cIDice of 76.31%, and APLS of 70.48%. In contrast, the full DualSpec model achieves an IoU of 63.20%, cIDice of 76.43%, and APLS of 71.86%. Furthermore, we visualize the mean activation maps for three different regions in Figure 12. These results demonstrate that the dual-branch design is not merely a redundant addition of parameters; rather, the integration of frequency-domain features in DualSpec provides complementary information that enhances the model’s ability to capture fine-grained structural details, particularly in shadow-occluded regions.

5. Conclusions

This paper proposed RFM-UNet, a novel deep-learning framework designed for high-precision road extraction in VHR remote-sensing imagery. Central to this framework is the ADAMamba encoder, developed to jointly model local geometric details and global topological dependencies. Building upon this encoder, the framework integrates specialized MAFM and DualSpec modules for adaptive multi-scale feature fusion and spatial–frequency decoupling. The ADAMamba encoder effectively addresses critical challenges in VHR imagery, including complex topological structures and narrow-road discontinuities, thereby enhancing the structural integrity of road networks. Furthermore, the MAFM and DualSpec modules mitigate semantic oversmoothing and refine shadow-occluded boundaries, fully exploiting hierarchical feature information.
Extensive experiments on the Massachusetts Roads, DeepGlobe Road, and CHN6-CUG Roads datasets demonstrated that RFM-UNet consistently outperforms current state-of-the-art methods. Ablation studies further validated the efficacy and individual contributions of the ADAMamba, MAFM, and DualSpec components. Given the robust performance of the spatial–frequency synergy paradigm, RFM-UNet holds significant potential for advancing intelligent transportation and environmental monitoring. However, our method also presents certain limitations, particularly in scenarios involving extreme shadow occlusions and highly complex urban environments. Future research will focus on enhancing the model’s robustness to these challenging conditions, potentially through the integration of additional contextual information and advanced attention mechanisms.

Author Contributions

Conceptualization, P.S. and P.Y.; Methodology, P.S. and P.Y.; Writing—original draft, P.S. and P.Y.; Writing—review and editing, P.S., P.Y., X.Z., S.W., J.T., Y.H., L.Z., G.L. and M.L.; Visualization, P.S. and P.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by Fujian Provincial Natural Science Foundation of China under Grant 2025J011279; the Natural Science Foundation of Xiamen, China under Grant 3502Z202573066; the Fujian Provincial Science and Technology Innovation Project of Natural Resources under Grants KY-080000-04-2025-014 and KY-100000-04-2025-023; and the National Natural Science Foundation of China under Grant 42471378.

Data Availability Statement

The datasets used and analyzed during the current study are available from the following sources: Massachusetts road dataset: https://www.kaggle.com/datasets/balraj98/massachusetts-roads-dataset (accessed on 10 July 2026); DeepGlobe road dataset: http://deepglobe.org/challenge.html (accessed on 10 July 2026); CHN6-CUG road dataset: https://grzy.cug.edu.cn/zhuqiqi/zh_CN/index.htm (accessed on 10 July 2026). The source code is publicly available at https://github.com/FF7CA/RFMUNet (accessed on 10 July 2026).

Conflicts of Interest

Author Lujun Zhang was employed by the company Shanghai Investigation, Design and Research Institute. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Barzohar, M.; Cooper, D.B. Automatic finding of main roads in aerial images by using geometric-stochastic models and estimation. IEEE Trans. Pattern Anal. Mach. Intell. 2002, 18, 707–721. [Google Scholar]
  2. Chai, D.; Forstner, W.; Lafarge, F. Recovering line-networks in images by junction-point processes. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Portland, OR, USA, 23–28 June 2013; IEEE: Piscataway, NJ, USA, 2013; pp. 1894–1901. [Google Scholar]
  3. Wang, D.; Li, J.; Zhu, S. Detecting urban hot regions by using massive geo-tagged image data. Neurocomputing 2021, 428, 325–331. [Google Scholar] [CrossRef] [Scilit]
  4. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. In Proceedings of the Medical Image Computing and Computer-Assisted Intervention—MICCAI 2015: 18th International Conference, Munich, Germany, 5–9 October 2015; Proceedings, Part III 18; Springer: Cham, Switzerland, 2015; pp. 234–241. [Google Scholar]
  5. Fan, Y.; Hong, C.; Zeng, G.; Liu, L. A deep convolutional encoder–decoder–restorer architecture for image deblurring. Neural Process. Lett. 2024, 56, 27. [Google Scholar] [CrossRef] [Scilit]
  6. Jiang, X.; Li, Y.; Jiang, T.; Xie, J.; Wu, Y.; Cai, Q.; Jiang, J.; Xu, J.; Zhang, H. RoadFormer: Pyramidal deformable vision transformers for road network extraction with remote sensing images. Int. J. Appl. Earth Obs. Geoinf. 2022, 113, 102987. [Google Scholar] [CrossRef] [Scilit]
  7. Chen, J.; Yin, H.; Zhang, D. A self-adaptive classification method for plant disease detection using GMDH-Logistic model. Sustain. Comput. Inform. Syst. 2020, 28, 100415. [Google Scholar] [CrossRef] [Scilit]
  8. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An Image Is Worth 16x16 Words: Transformers for Image Recognition at Scale. arXiv 2020, arXiv:2010.11929. [Google Scholar] [CrossRef] [Scilit]
  9. Weng, W.; Hou, F.; Gong, S.; Chen, F.; Lin, D. Attribute graph clustering via transformer and graph attention autoencoder. Intell. Data Anal. 2025, 29, 306–319. [Google Scholar] [CrossRef] [Scilit]
  10. Liu, Z.; Lin, Y.; Cao, Y.; Hu, H.; Wei, Y.; Zhang, Z.; Lin, S.; Guo, B. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Montreal, QC, Canada, 10–17 October 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 10012–10022. [Google Scholar]
  11. Liu, L.; Li, P.; Wang, D.; Zhu, S. A wind turbine damage detection algorithm designed based on YOLOv8. Appl. Soft Comput. 2024, 154, 111364. [Google Scholar] [CrossRef] [Scilit]
  12. Lin, R.; He, Y.; Xu, M. Method of sensitive data mining based on Pan-Bull algebra. Wirel. Netw. 2022, 28, 2733–2741. [Google Scholar]
  13. Xie, Y.; Hong, C.; Zhuang, W.; Liu, L.; Li, J. HOGFormer: High-order graph convolution transformer for 3D human pose estimation. Int. J. Mach. Learn. Cybern. 2025, 16, 599–610. [Google Scholar]
  14. Gu, A.; Dao, T. Mamba: Linear-time sequence modeling with selective state spaces. In Proceedings of the First Conference on Language Modeling, Philadelphia, PA, USA, 7–9 October 2024. [Google Scholar]
  15. Zhu, L.; Liao, B.; Zhang, Q.; Wang, X.; Liu, W.; Wang, X. Vision mamba: Efficient visual representation learning with bidirectional state space model. arXiv 2024, arXiv:2401.09417. [Google Scholar]
  16. Liu, Y.; Tian, Y.; Zhao, Y.; Yu, H.; Xie, L.; Wang, Y.; Ye, Q.; Jiao, J.; Liu, Y. Vmamba: Visual state space model. Adv. Neural Inf. Process. Syst. 2024, 37, 103031–103063. [Google Scholar] [CrossRef] [Scilit]
  17. Zhao, S.; Chen, H.; Zhang, X.; Xiao, P.; Bai, L.; Ouyang, W. Rs-mamba for large remote sensing image dense prediction. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5633314. [Google Scholar] [CrossRef] [Scilit]
  18. Chen, K.; Chen, B.; Liu, C.; Li, W.; Zou, Z.; Shi, Z. Rsmamba: Remote sensing image classification with state space model. IEEE Geosci. Remote Sens. Lett. 2024, 21, 8002605. [Google Scholar] [CrossRef] [Scilit]
  19. Liu, M.; Dan, J.; Lu, Z.; Yu, Y.; Li, Y.; Li, X. CM-UNet: Hybrid CNN-Mamba UNet for remote sensing image semantic segmentation. arXiv 2024, arXiv:2405.10530. [Google Scholar]
  20. Zheng, Y.; Zheng, W.; Du, X. Paddy-YOLO: An accurate method for rice pest detection. Comput. Electron. Agric. 2025, 238, 110777. [Google Scholar] [CrossRef] [Scilit]
  21. Yu, S.; Wu, Y.; Li, W.; Song, Z.; Zeng, W. A model for fine-grained vehicle classification based on deep learning. Neurocomputing 2017, 257, 97–103. [Google Scholar] [CrossRef] [Scilit]
  22. Shunzhi, Z.; Lizhao, L.; Si, C. Image feature detection algorithm based on the spread of hessian source. Multimed. Syst. 2017, 23, 105–117. [Google Scholar]
  23. Chen, Y.; Feng, S.; Zhao, C.; Su, N.; Li, W.; Tao, R.; Ren, J. High-resolution remote sensing image change detection based on Fourier feature interaction and multi-scale perception. IEEE Trans. Geosci. Remote Sens. 2024, 21, 8002605. [Google Scholar]
  24. Xu, C.; Ye, Z.; Mei, L.; Yu, H.; Liu, J.; Yalikun, Y.; Jin, S.; Liu, S.; Yang, W.; Lei, C. Hybrid attention-aware transformer network collaborative multiscale feature alignment for building change detection. IEEE Trans. Instrum. Meas. 2024, 73, 5012914. [Google Scholar] [CrossRef] [Scilit]
  25. Zhu, X.; Hu, H.; Lin, S.; Dai, J. Deformable convnets v2: More deformable, better results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 9308–9316. [Google Scholar]
  26. Lee, S.; Bae, J.; Kim, H.Y. Decompose, adjust, compose: Effective normalization by playing with frequency for domain generalization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; IEEE: Piscataway, NJ, USA, 2023; pp. 11776–11785. [Google Scholar]
  27. Cao, B.; Wang, Q.; Zhu, P.; Hu, Q.; Ren, D.; Zuo, W.; Gao, X. Multi-view knowledge ensemble with frequency consistency for cross-domain face translation. IEEE Trans. Neural Netw. Learn. Syst. 2023, 35, 9728–9742. [Google Scholar]
  28. Zhang, G.; Zhang, W.; Li, W.; Wang, L.; Cui, H. A dynamic attention mechanism for object detection in road or strip environments. Vis. Comput. 2025, 41, 4171–4181. [Google Scholar]
  29. Xiong, F.; Li, T.; Yang, Y.; Zhou, J.; Lu, J.; Qian, Y. Wavelet siamese network with semi-supervised domain adaptation for remote sensing image change detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5633613. [Google Scholar] [CrossRef] [Scilit]
  30. Yi, J.; Han, W.; Lai, F. YOLOv8n-DDSW: An efficient fish target detection network for dense underwater scenes. PeerJ Comput. Sci. 2025, 11, e2798. [Google Scholar] [CrossRef] [Scilit]
  31. Mnih, V.; Hinton, G.E. Learning to detect roads in high-resolution aerial images. In Proceedings of the Computer Vision—ECCV 2010: 11th European Conference on Computer Vision, Heraklion, Crete, Greece, 5–11 September 2010; Proceedings, Part VI 11; Springer: Cham, Switzerland, 2010; pp. 210–223. [Google Scholar]
  32. Long, J.; Shelhamer, E.; Darrell, T. Fully Convolutional Networks for Semantic Segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 3431–3440. [Google Scholar]
  33. Zhou, L.; Zhang, C.; Wu, M. D-LinkNet: LinkNet with pretrained encoder and dilated convolution for high resolution satellite imagery road extraction. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Salt Lake City, UT, USA, 18–22 June 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 182–186. [Google Scholar]
  34. Li, Y.; Peng, B.; He, L.; Fan, K.; Li, Z.; Tong, L. Road extraction from unmanned aerial vehicle remote sensing images based on improved neural networks. Sensors 2019, 19, 4115. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  35. Yi, J.; Shen, Z.; Chen, F.; Zhao, Y.; Xiao, S.; Zhou, W. A lightweight multiscale feature fusion network for remote sensing object counting. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5902113. [Google Scholar] [CrossRef] [Scilit]
  36. Wang, H.; Bai, L.; Xue, D.; Momi, M.C.; Ye, Z.; Quan, S. FRCFNet: Feature reassembly and context information fusion network for road extraction. IEEE Geosci. Remote Sens. Lett. 2024, 21, 2502805. [Google Scholar] [CrossRef] [Scilit]
  37. Hua, Z.T.; Chen, S.B.; Lu, W.; Tang, J.; Luo, B. Multi-Scale Adaptive Decoder and Diverse Selection for Road Extraction in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 62, 4411713. [Google Scholar]
  38. Li, R.; Zheng, S.; Zhang, C.; Duan, C.; Wang, L.; Atkinson, P.M. ABCNet: Attentive bilateral contextual network for efficient semantic segmentation of Fine-Resolution remotely sensed imagery. ISPRS J. Photogramm. Remote Sens. 2021, 181, 84–98. [Google Scholar] [CrossRef] [Scilit]
  39. Luo, L.; Wang, J.X.; Chen, S.B.; Tang, J.; Luo, B. BDTNet: Road extraction by bi-direction transformer from remote sensing images. IEEE Geosci. Remote Sens. Lett. 2022, 19, 2505605. [Google Scholar] [CrossRef] [Scilit]
  40. Yang, R.; Zhong, Y.; Liu, Y.; Lu, X.; Zhang, L. Occlusion-aware road extraction network for high-resolution remote sensing imagery. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5619316. [Google Scholar] [CrossRef] [Scilit]
  41. Yu, Z.; Chen, Z.; Xiao, K.; Lei, X.; Tang, R.; He, Q.; Sun, Z.; Guo, H. SegRoadv2: A hybrid deformable self-attention and convolutional network for road extraction with connectivity structure. Int. J. Digit. Earth 2025, 18, 2480267. [Google Scholar] [CrossRef] [Scilit]
  42. Wang, W.; Yu, P.; Li, M.; Zhong, X.; He, Y.; Su, H.; Zhou, Y. TDFNet: Twice decoding V-Mamba-CNN Fusion features for building extraction. Geo-Spat. Inf. Sci. 2026, 29, 19–38. [Google Scholar]
  43. Wang, L.; Li, D.; Dong, S.; Meng, X.; Zhang, X.; Hong, D. PyramidMamba: Rethinking pyramid feature fusion with selective space state model for semantic segmentation of remote sensing imagery. Int. J. Appl. Earth Obs. Geoinf. 2025, 144, 104884. [Google Scholar] [CrossRef] [Scilit]
  44. Zhou, M.; Huang, J.; Yan, K.; Hong, D.; Jia, X.; Chanussot, J.; Li, C. A general spatial-frequency learning framework for multimodal image fusion. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 47, 5281–5298. [Google Scholar] [CrossRef] [Scilit]
  45. Tang, Y.; Feng, S.; Zhao, C.; Fan, Y.; Shi, Q.; Li, W.; Tao, R. An object fine-grained change detection method based on frequency decoupling interaction for high-resolution remote sensing images. IEEE Trans. Geosci. Remote Sens. 2023, 62, 5600213. [Google Scholar]
  46. Yu, B.; Yang, J.; Du, Z.; Huang, Y.; Li, C.; Wang, L. Frequency-domain Multi-modal Fusion for Language-guided Medical Image Segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Daejeon, South Korea, 23–27 September 2025; Springer: Cham, Switzerland, 2025; pp. 278–288. [Google Scholar]
  47. Song, P.; Yu, P.; Zhong, X.; Wang, L.; He, Y.; Li, G.; Qi, Z.; Su, H. A Cross-Domain Mamba Network with joint spatial-frequency learning for robust SAR oil spill detection. Mar. Pollut. Bull. 2026, 229, 119729. [Google Scholar] [CrossRef] [Scilit]
  48. Xue, D.; Bai, L.; Zhou, W.; Zhang, Y.; Gozho, A.; Quan, S. SDFFNet: A Spatial-Frequency Domain Feature Fusion Network for Road Extraction From Very High-Resolution Satellite Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2026, 19, 18207–18223. [Google Scholar] [CrossRef] [Scilit]
  49. Mnih, V. Machine Learning for Aerial Image Labeling. Ph.D. Thesis, University of Toronto, Toronto, ON, Canada, 2013. [Google Scholar]
  50. Demir, I.; Koperski, K.; Lindenbaum, D.; Pang, G.; Huang, J.; Basu, S.; Hughes, F.; Tuia, D.; Raskar, R. Deepglobe 2018: A challenge to parse the earth through satellite images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Salt Lake City, UT, USA, 18–22 June 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 172–181. [Google Scholar]
  51. Zhu, Q.; Zhang, Y.; Wang, L.; Zhong, Y.; Guan, Q.; Lu, X.; Zhang, L.; Li, D. A global context-aware and batch-independent network for road extraction from VHR satellite imagery. ISPRS J. Photogramm. Remote Sens. 2021, 175, 353–365. [Google Scholar] [CrossRef] [Scilit]
  52. Chaurasia, A.; Culurciello, E. Linknet: Exploiting Encoder Representations for Efficient Semantic Segmentation. In Proceedings of the 2017 IEEE Visual Communications and Image Processing (VCIP), St. Petersburg, FL, USA, 10–13 December 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 1–4. [Google Scholar]
  53. Chen, L.C.; Zhu, Y.; Papandreou, G.; Schroff, F.; Adam, H. Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018; Springer: Cham, Switzerland, 2018; pp. 801–818. [Google Scholar]
  54. Chen, J.; Lu, Y.; Yu, Q.; Luo, X.; Adeli, E.; Wang, Y.; Lu, L.; Yuille, A.L.; Zhou, Y. Transunet: Transformers Make Strong Encoders for Medical Image Segmentation. arXiv 2021, arXiv:2102.04306. [Google Scholar] [CrossRef] [Scilit]
  55. Cao, H.; Wang, Y.; Chen, J.; Jiang, D.; Zhang, X.; Tian, Q.; Wang, M. Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation. In Proceedings of the European Conference on Computer Vision, Tel Aviv, Israel, 23–27 October 2022; Springer: Cham, Switzerland, 2022; pp. 205–218. [Google Scholar]
  56. Yang, Z.; Zhou, D.; Yang, Y.; Zhang, J.; Chen, Z. Road extraction from satellite imagery by road context and full-stage feature. IEEE Geosci. Remote Sens. Lett. 2022, 20, 8000405. [Google Scholar] [CrossRef] [Scilit]
  57. Chen, H.; Li, Z.; Wu, J.; Xiong, W.; Du, C. SemiRoadExNet: A Semi-Supervised Network for Road Extraction from Remote Sensing Imagery via Adversarial Learning. ISPRS J. Photogramm. Remote Sens. 2023, 198, 169–183. [Google Scholar] [CrossRef] [Scilit]
  58. Ma, X.; Zhang, X.; Pun, M.O. Rs 3 mamba: Visual state space model for remote sensing image semantic segmentation. IEEE Geosci. Remote Sens. Lett. 2024, 21, 6011405. [Google Scholar] [CrossRef] [Scilit]
  59. Selvaraju, R.R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; Batra, D. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 618–626. [Google Scholar]
Figure 1. Illustration of different architectures for VHR images.
Figure 1. Illustration of different architectures for VHR images.
Remotesensing 18 02546 g001
Figure 2. Illustration of the FFT applied to a road image. The phase spectrum retains essential semantic structures, including road shapes and boundaries, whereas the amplitude spectrum governs texture distribution and background appearance.
Figure 2. Illustration of the FFT applied to a road image. The phase spectrum retains essential semantic structures, including road shapes and boundaries, whereas the amplitude spectrum governs texture distribution and background appearance.
Remotesensing 18 02546 g002
Figure 3. Overview of the proposed RFM-UNet architecture. The framework consists of three main components: an ADAMamba-based encoder integrating Anisotropic Directional Attention with Mamba blocks, a MAFM for adaptive feature aggregation, and a DualSpec-based decoder utilizing FFT-based spatial–frequency decoupling.
Figure 3. Overview of the proposed RFM-UNet architecture. The framework consists of three main components: an ADAMamba-based encoder integrating Anisotropic Directional Attention with Mamba blocks, a MAFM for adaptive feature aggregation, and a DualSpec-based decoder utilizing FFT-based spatial–frequency decoupling.
Remotesensing 18 02546 g003
Figure 4. Detailed design of the MAFM and DualSpec. The MAFM adaptively fuses multi-scale features from the encoder and decoder branches, while the DualSpec decouples spatial features into frequency-domain representations and adaptively fuses them to enhance robustness under shadow occlusions.
Figure 4. Detailed design of the MAFM and DualSpec. The MAFM adaptively fuses multi-scale features from the encoder and decoder branches, while the DualSpec decouples spatial features into frequency-domain representations and adaptively fuses them to enhance robustness under shadow occlusions.
Remotesensing 18 02546 g004
Figure 5. Examples of images and masks from each dataset used in the experiments.
Figure 5. Examples of images and masks from each dataset used in the experiments.
Remotesensing 18 02546 g005
Figure 6. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the Massachusetts Roads dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Figure 6. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the Massachusetts Roads dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Remotesensing 18 02546 g006
Figure 7. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the DeepGlobe Road dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Figure 7. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the DeepGlobe Road dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Remotesensing 18 02546 g007
Figure 8. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the CHN6-CUG Roads dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Figure 8. Visual comparison of RFM-UNet, MADSNet, RS3Mamba, RS-Mamba, OARENet, and RoadExNet on the CHN6-CUG Roads dataset. True positives are marked in green, false positives in red, and false negatives in blue. The numbers in the corners of the predicted images represent the corresponding patch-level IoU scores.
Remotesensing 18 02546 g008
Figure 9. Topological analysis of road extraction methods on the Massachusetts, DeepGlobe, and CHN6-CUG datasets. RFM-UNet consistently achieves the highest cIDice and APLS scores, indicating superior preservation of road connectivity and accurate representation of road centerlines. The yellow regions show the local enlarged view of the road topology, highlighting the continuity and connectivity of the extracted road networks.
Figure 9. Topological analysis of road extraction methods on the Massachusetts, DeepGlobe, and CHN6-CUG datasets. RFM-UNet consistently achieves the highest cIDice and APLS scores, indicating superior preservation of road connectivity and accurate representation of road centerlines. The yellow regions show the local enlarged view of the road topology, highlighting the continuity and connectivity of the extracted road networks.
Remotesensing 18 02546 g009
Figure 10. Comparison of model efficiency on the CHN6-CUG Roads dataset. RFM-UNet achieves a superior balance between accuracy and computational efficiency compared to other popular methods.
Figure 10. Comparison of model efficiency on the CHN6-CUG Roads dataset. RFM-UNet achieves a superior balance between accuracy and computational efficiency compared to other popular methods.
Remotesensing 18 02546 g010
Figure 11. Grad-CAM visualization of the ablation study on the CHN6-CUG Roads dataset. The colors in the figure represent the intensity of activation, with warmer colors indicating higher activation levels.
Figure 11. Grad-CAM visualization of the ablation study on the CHN6-CUG Roads dataset. The colors in the figure represent the intensity of activation, with warmer colors indicating higher activation levels.
Remotesensing 18 02546 g011
Figure 12. Mean activation maps for three different regions comparing the Spatial-only variant and the full DualSpec model. The full DualSpec model demonstrates improved feature representation, particularly in shadow-occluded areas.
Figure 12. Mean activation maps for three different regions comparing the Spatial-only variant and the full DualSpec model. The full DualSpec model demonstrates improved feature representation, particularly in shadow-occluded areas.
Remotesensing 18 02546 g012
Table 1. Summary of three public road datasets used in the experiments.
Table 1. Summary of three public road datasets used in the experiments.
DatasetGSD (m)/BandsPatch SizeTrainVal/TestRegionRelease
Massachusetts1/RGB 1500 × 1500 110814/49Massachusetts2013
DeepGlobe0.5/RGB 1024 × 1024 4696-/1530South and Southeast Asia2018
CHN6-CUG0.5/RGB 512 × 512 3608-/903China2021
Table 2. Default configurations for the experiments.
Table 2. Default configurations for the experiments.
ParameterValueDescription
LanguagePython 3.12Programming language used
FrameworkPyTorch 2.4.0Deep-learning framework
GPUNVIDIA RTX 4090Graphics processing unit used for training
Random Seed42Seed for reproducibility
OptimizerAdamWOptimization algorithm
Learning Rate 1 × 10 3 Initial learning rate (Massachusetts)
Batch Size12Number of samples per batch (Massachusetts)
Epochs105Number of training epochs
Table 3. Performance comparison with different input image sizes on the Massachusetts dataset.
Table 3. Performance comparison with different input image sizes on the Massachusetts dataset.
Patch SizeP (%)R (%)F1 (%)IoU (%)cIDice (%)APLS (%)
128 × 128 79.2078.8279.0165.3086.9869.58
256 × 256 80.5678.7579.6566.1887.8472.62
512 × 512 81.5181.2481.3768.5989.1374.04
1024 × 1024 81.2081.1381.1568.2789.0973.71
Note: The best results are highlighted in bold.
Table 4. Quantitative comparison with popular methods on three public road datasets (%).
Table 4. Quantitative comparison with popular methods on three public road datasets (%).
MethodYearMassachusetts RoadsDeepGlobe RoadCHN6-CUG Roads
P R F1 IoU P R F1 IoU P R F1 IoU
UNet201577.2972.1374.6259.5178.2970.9274.4259.2670.6771.6671.1655.23
LinkNet201779.1873.7175.5261.7475.6273.7574.6759.8574.9271.4373.1357.64
D-LinkNet201877.8874.5276.1661.5077.0176.2776.6462.1276.2871.8974.0158.75
DeepLabV3+201875.4777.9776.7062.2578.2076.2477.2062.8775.2174.5974.9059.87
TransUNet202178.3777.2977.8263.7077.8077.0277.4163.1474.3277.0275.6460.83
SwinUNet202278.1277.0777.5963.5978.4477.3077.8763.7674.4376.4775.4460.56
UNet*202279.8178.0878.9365.1978.6377.8278.2264.2374.8176.7975.7861.01
RCFSNet202279.2377.6278.4364.4978.8579.3579.1065.4375.6577.2976.4661.89
RoadExNet202380.3875.9878.1864.1776.9479.4278.1664.1575.2377.3076.2561.61
OARENet202477.4879.9278.7064.8881.7281.9581.8469.2677.8372.4375.0360.04
RS-Mamba202486.2776.0380.8267.8283.1480.0081.5468.8474.6379.7777.1162.75
RS3Mamba202480.8777.6579.2665.6580.4579.3079.8766.4977.8272.8075.2360.29
SegRoadv2202579.8479.0279.4365.8781.0680.9881.0268.0972.1078.7675.2860.36
MADSNet202579.4081.3680.3867.1880.5880.7980.6967.6377.4979.1178.2964.33
RFM-UNet 81.5181.2481.3768.5981.7783.9582.8470.7180.0776.8778.4464.52
Note: The best results are highlighted in bold, and the second-best results are underlined.
Table 5. Topological analysis of road extraction methods on three datasets.
Table 5. Topological analysis of road extraction methods on three datasets.
MethodMassachusetts RoadsDeepGlobe RoadCHN6-CUG Roads
cIDice (%) APLS (%) cIDice (%) APLS (%) cIDice (%) APLS (%)
UNet83.9869.1284.6266.4571.6664.50
LinkNet84.6169.9884.9067.0573.9265.28
D-LinkNet84.4468.7985.3267.2074.5365.74
DeepLabV3+85.7569.1885.6067.4574.6166.50
TransUNet85.9569.3585.7467.7472.8466.88
SwinUNet85.9069.2686.1267.8275.0667.10
UNet*87.3372.5286.5568.2175.4767.29
RCFSNet86.8571.2786.8968.1776.6567.89
RoadExNet86.6471.0187.5868.0676.5267.97
OARENet87.0971.6989.8969.0575.5368.04
RS-Mamba88.8273.2089.1568.9277.6370.15
RS3Mamba87.7272.1288.1868.0375.8268.29
SegRoadv287.9772.3388.8068.6276.1068.36
MADSNet88.0272.8588.6268.2678.1172.03
RFM-UNet89.1374.0490.9169.3978.2672.17
Note: The best results are highlighted in bold, and the second-best results are underlined.
Table 6. Comparison of model efficiency on an NVIDIA RTX 4090.
Table 6. Comparison of model efficiency on an NVIDIA RTX 4090.
MethodBackboneYearParams (M)FLOPs (G)Memory (MB)FPS
LinkNetCNN201721.6423.26186.2897.19
D-LinkNetCNN201831.0926.71230.40258.83
MADSNetCNN202529.7332.58449.4292.20
RoadExNetViT202359.20277.401035.7826.44
OARENetViT202433.4836.27370.5185.35
SegRoadv2ViT202554.99109.42717.6144.90
RS-MambaSSM202450.3746.33644.5448.87
RS3MambaSSM202443.3239.56472.6251.99
RFM-UNetSSM 29.8630.13428.6960.70
Table 7. Ablation study of the RFM-UNet architecture on the CHN6-CUG Roads dataset (%).
Table 7. Ablation study of the RFM-UNet architecture on the CHN6-CUG Roads dataset (%).
BaselineADAMambaMAFMDualSpecParamsFLOPsPRF1IoUcIDiceAPLS
23.13 M24.09 G74.2174.3374.2759.0773.6565.49
25.55 M26.78 G75.4277.5376.4760.5474.4967.75
26.39 M26.92 G74.1478.0476.0461.3475.7869.72
24.20 M24.60 G76.4478.4977.4563.2076.4371.86
29.86 M30.13 G80.0776.8778.4464.5278.2672.17
Note: The best results are highlighted in bold.
Table 8. Comparison of Spatial-only, Frequency-only, and full DualSpec models on the CHN6-CUG Roads dataset (%).
Table 8. Comparison of Spatial-only, Frequency-only, and full DualSpec models on the CHN6-CUG Roads dataset (%).
ModelPRF1IoUcIDiceAPLS
Spatial-only74.8478.6776.7162.2175.9269.33
Frequency-only75.4378.6677.0162.6276.3170.48
DualSpec76.4478.4977.4563.2076.4371.86
Note: The best results are highlighted in bold.
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

Song, P.; Yu, P.; Zhong, X.; Wu, S.; Tong, J.; He, Y.; Zhang, L.; Li, G.; Li, M. RFM-UNet: Hybrid Frequency–Mamba UNet for Remote-Sensing Road Extraction. Remote Sens. 2026, 18, 2546. https://doi.org/10.3390/rs18152546

AMA Style

Song P, Yu P, Zhong X, Wu S, Tong J, He Y, Zhang L, Li G, Li M. RFM-UNet: Hybrid Frequency–Mamba UNet for Remote-Sensing Road Extraction. Remote Sensing. 2026; 18(15):2546. https://doi.org/10.3390/rs18152546

Chicago/Turabian Style

Song, Pu, Peng Yu, Xiaojing Zhong, Shuizhen Wu, Junbin Tong, Yuanrong He, Lujun Zhang, Guangchun Li, and Mengmeng Li. 2026. "RFM-UNet: Hybrid Frequency–Mamba UNet for Remote-Sensing Road Extraction" Remote Sensing 18, no. 15: 2546. https://doi.org/10.3390/rs18152546

APA Style

Song, P., Yu, P., Zhong, X., Wu, S., Tong, J., He, Y., Zhang, L., Li, G., & Li, M. (2026). RFM-UNet: Hybrid Frequency–Mamba UNet for Remote-Sensing Road Extraction. Remote Sensing, 18(15), 2546. https://doi.org/10.3390/rs18152546

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