Next Article in Journal
Assessing Conservation Effectiveness of the Hainan Tropical Rainforest National Park Using Multi-Temporal Remote Sensing and Landscape Metrics
Previous Article in Journal
Mitigating Class Imbalance and False-Negative Supervision in Remote Sensing Semantic Segmentation Using Object-Centric Patch Sampling
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dual-Level Spatial–Frequency Collaborative Detector for Oriented Object Detection in Remote Sensing Images

1
School of Computer Science, Nanjing University of Posts and Telecommunications, Nanjing 210023, China
2
School of Computer Science, Nanjing Audit University, Nanjing 211815, China
3
School of Computer Science and Engineering, Nanjing University of Science and Technology, Nanjing 210094, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(16), 2845; https://doi.org/10.3390/rs18162845
Submission received: 2 July 2026 / Revised: 13 August 2026 / Accepted: 20 August 2026 / Published: 21 August 2026
(This article belongs to the Section Remote Sensing Image Processing)

Highlights

What are the main findings?
  • A dual-level spatial–frequency collaborative detector (DSCDet) is proposed for oriented object detection in remote sensing images, which unifies image-level global and instance-level local spatial–frequency feature calibration to accurate detect objects with arbitrary rotations and small resolutions.
  • Three collaborative weight matrices, namely spatial self-correlation W s s , spatial–frequency cross-correlation W s f and frequency self-correlation W f f , are constructed to enable fine-grained dual-granularity feature fusion.
What are the implications of the main findings?
  • The hierarchical spatial–frequency decoupling fusion paradigm provides a pluggable optimization scheme for oriented object detection in remote sensing images. Without structural reconstruction of the backbone network, it effectively breaks the performance ceiling of pure spatial models through hierarchical spatial–frequency feature aggregation.
  • The frequency-domain modeling logic of combining image-level global scene priors and instance-level local geometric constraints has strong generalization potential. It can be extended to other remote sensing tasks such as scene classification and segmentation, which also serves as a generalizable feature enhancement for vision scenarios with rotation deformation and small objects.

Abstract

Oriented object detection (OOD) in remote sensing images (RSIs) suffers from insufficient feature representation caused by arbitrary rotation angles and small spatial resolutions. Existing spatial–frequency fusion paradigms merely implement single-granularity feature interaction, either global image-level frequency compensation or local instance-level feature refinement, and fail to simultaneously capture global scene semantic consistency and local object fine-grained discriminability. In this paper, we propose a unified dual-level spatial–frequency collaborative detector (DSCDet) for remote sensing OOD tasks. Different from previous decoupled designs, the proposed DSCDet constructs a complete spatial–frequency collaborative fusion paradigm that shares a generic wavelet-based frequency extraction mechanism and cross-feature fusion module, which is adaptively deployed at both image-level and instance-level granularities. Specifically, our method introduces Haar wavelet transform to extract multi-scale frequency mutation features. On this basis, a generic cross-domain attention fusion (GCDAF) is constructed with granularity-dependent positional encoding constraints. The core difference between dual granularity fusion lies in geometric positional encoding, where image-level fusion adopts global scene positional embedding to maintain overall semantic stability, and instance-level fusion leverages local pairwise instance positional embedding to optimize fine-grained target feature interaction. The unified dual-level fusion architecture comprehensively integrates global semantic integrity and local target specificity, forming a robust and universal spatial–frequency feature representation system. Extensive experiments on three public remote sensing datasets, including DOTA-v1.0, DOTA-v1.5 and DIOR-R, demonstrate that the proposed DSCDet achieves competitive and superior performance against state-of-the-art OOD detectors.

1. Introduction

Oriented object detection (OOD) in remote sensing images (RSIs) [1,2,3,4,5,6] is a fundamental task in intelligent remote sensing image interpretation, which has been widely applied in land surveying, marine monitoring, military reconnaissance, and urban planning. Different from generic object detection in natural images, remote sensing targets exhibit distinct characteristics, including arbitrary rotation angles and small spatial resolutions. Traditional horizontal bounding box (HBB)-based [7] detection methods cannot fit the contour of rotated targets accurately, leading to limited detection performance in practical remote sensing applications.
Convolutional neural networks (CNNs) have significantly promoted the development of OOD by virtue of powerful spatial feature extraction capabilities. Modern CNN-based detectors adopt stacked convolution layers, attention mechanisms, and feature pyramid networks to aggregate spatial texture and semantic information. Nevertheless, restricted by fixed horizontal convolution kernels, standard CNNs lack the ability to model rotational-invariant features. Frequency-domain analysis (FDA) [8,9] provides a feasible solution to compensate for the inherent limitations of CNN spatial features. FDA effectively characterizes edge mutation, angular deformation, and scale variation, which complements the deficiency of spatial representations. Therefore, spatial–frequency feature fusion has become a popular strategy to boost the performance of OOD.
As illustrated in Figure 1, existing spatial–frequency fusion methods can be divided into two categories according to feature fusion granularity. The first category is image-level spatial–frequency fusion [9,10,11], which performs global fusion on the entire image. Global frequency features are extracted and fused with holistic CNN features to supplement angular prior. However, such fusion ignores local feature differences among individual target instances, leading to poor adaptability for rotated and multi-scale targets. The second category is instance-level spatial–frequency fusion [12,13], which constructs feature interaction within local region of interests (RoIs). However, this mechanism is vulnerable to complex background noise and semantic offset, resulting in severe false detection. Therefore, current spatial–frequency fusion detectors suffer from isolated fusion levels, insufficient information complementarity, and decoupled global–local representation, which cannot simultaneously guarantee global scene stability and local target accuracy.
To address the aforementioned feature misalignment, this paper proposes a unified dual-level spatial–frequency collaborative detector termed DSCDet, which hierarchically integrates image-level global frequency prior injection and instance-level local geometric feature calibration into the detection pipeline. Specifically, the image-level branch exploits the directional selectivity of wavelet frequency sub-bands to compensate for the rotation-insensitive limitation of CNNs from a global perspective, while the instance-level branch constructs collaborative spatial–frequency weighting matrices on oriented RoIs to achieve fine-grained cross-domain feature alignment for small rotated targets. Moreover, a generic cross-domain attention fusion (GCDAF) module is constructed, which is customized to impose feature constraint rules for global scenes and local instances, respectively. This hierarchical collaborative fusion mechanism systematically alleviates the feature degradation of oriented targets at different granularities, which constitutes the core source of the consistent performance improvement.
From the perspective of feature representation, image-level and instance-level frequency modeling deliver complementary rather than redundant information. Image-level features correspond to 2D pyramid feature maps of size W × H × C , which preserve global scene context, surrounding ground/object relations, and holistic frequency priors over the entire image. By contrast, instance-level features are obtained via RoI pooling layer on oriented candidate bounding boxes, producing N × d feature vectors. Each vector encodes only the local content within a single target proposal and discards irrelevant background and inter-object context outside the bounding box. Consequently, joint dual-level frequency modeling aggregates two non-interchangeable sources of information instead of introducing redundant computations.
The main contributions of this paper are summarized as follows:
  • A dual-level spatial–frequency collaborative detector (DSCDet) is proposed, which hierarchically integrates spatial–frequency calibration at both image and instance levels.
  • A generic cross-domain attention fusion (GCDAF) module is developed. Global scene positional encoding and local instance pairwise positional encoding are designed for image-level and instance-level spatial–frequency feature fusion, respectively.
  • Extensive experiments on DOTA-v1.0, DOTA-v1.5 and DIOR-R datasets verify that the proposed DSCDet achieves competitive accuracy against state-of-the-art OOD detectors.

2. Related Work

2.1. Oriented Object Detection for Remote Sensing Images

Remote sensing oriented object detection (OOD) aims to accurately localize and classify arbitrarily rotated targets [9,14,15]. Existing OOD approaches generally fall into three categories, including regression optimization, attention enhancement, and feature fusion. Regression optimization methods mitigate angle discontinuity and periodic mutation issues by refining rotated bounding box regression strategies. Typical schemes, such as circular smooth label (CSL) [16] and dense coding label (DCL) [17], effectively stabilize angle prediction but introduce heavy computational overhead from additional angular parameter fitting. Attention enhancement methods [18,19,20] highlight target discriminative features and suppress background noise. However, they rely purely on spatial information and lack explicit modeling of rotational deformation, leading to limited performance gains. Feature fusion methods exploit the complementarity of multi-type [13,21] features to break the representation limitation of single spatial features, which have dominated recent OOD research. Among various fusion strategies, spatial–frequency fusion exhibits unique superiority due to the inherent complementarity between spatial semantic texture and frequency deformation information. Nevertheless, existing spatial–frequency fusion methods rely on single-level fusion schemes, resulting in inadequate feature interaction and poor generalization in complex remote sensing scenarios.

2.2. Frequency-Aware and Multi-Scale Feature Refinement

The essential motivation of spatial–frequency fusion is to combine the semantic representation advantage of multi-scale CNN spatial features and the deformation perception advantage of frequency-domain features. Wavelet tree head attention (WTHA) [8] integrates the wavelet frequency tree structure with multi-head attention in the Transformer encoder to realize cross-interaction between short/long-range dependencies and frequency components. FDOL [9] introduces frequency-domain orientation awareness into the detection pipeline to enhance global angular representation, which utilizes the inherent directional selectivity of high-frequency sub-bands to model rotation-invariant features. Xu et al. [13] propose a multi-scale spatial–frequency network (MSFN) for OOD, which introduces multi-level Haar wavelet transforms to extract frequency-domain features and designs a channel-aligned feature fusion module to merge CNNs’ high-level semantic features with wavelet low-level texture features across multiple scales. Fu et al. [21] propose a frequency-assisted dynamic learning network (FADL-Net) to alleviate the crucial challenges for small object detection. They introduce a spatial–frequency feature pyramid network to adaptively capture global long-range feature representations.
Instance-level fusion methods conduct feature interaction within RoI regions. SFFD [12] extracts multi-scale instance-level frequency features and realizes cross-feature optimization, achieving significant improvement for detecting small and oriented objects. Ma et al. [22] address the instability of query-based detection from the instance-level perspective, and enhances instance feature representation via frequency-aware spatial modeling and density-guided query construction. Wang et al. [23] strengthen instance-level feature representation from the perspective of loss function, which extracts both domain-invariant spectrum and domain-specific spectrum for each target instance, so as to achieve more effective disentanglement of spectral features. Nevertheless, instance-level fusion completely discards global scene constraints. The lack of global semantic prior makes the detector susceptible to background clutter and pseudo-target interference, causing global semantic offset and extensive false detection.

2.3. Attention-Based Feature Interaction

Effective feature interaction between spatial and frequency domains is critical to fully unlock the complementary value of multi-domain features for OOD, and attention-based adaptive modeling has been extensively explored as a mainstream solution for precise feature interaction.
Self-attention [18] is the most widely adopted attention paradigm, which serves as the core building block of all Transformer-based feature interaction approaches [8,19,24,25,26,27,28]. For example, Wave-ViT [24] unifies wavelet transform and self-attention learning into a single framework, which replaces the conventional downsampling with invertible wavelet decomposition to preserve high-frequency texture details during feature reduction, achieving a better efficiency–accuracy trade-off while retaining complete frequency information. Pyramid vision Transformer (PVT) [25] presents a convolution-free Transformer backbone designed for dense prediction tasks and adopts a progressive shrinking pyramid structure to gradually reduce feature resolution. SpectFormer [19] leverages Fourier-based spectral gating to capture frequency-domain features in shallow layers, and applies self-attention for global semantic modeling in deeper layers, demonstrating that the fusion of frequency-domain prior and attention mechanism yields stronger visual representations.
Moreover, attention mechanisms under a CNN architecture present more diverse forms. SFFD [12] designs an orientation enhancement self-attention to realize attention-based spatial–frequency feature interaction. It leverages the inherent directional selectivity of high-frequency sub-bands, and applies adaptive attention weighting to selectively enhance features of oriented targets. CFIL [29] introduces a cross frequency-domain interaction learning scheme based on attention-guided feature fusion, which performs adaptive attention weighting and efficient fusion of spatial–frequency features across channels. DFGFNet [30] adopts a spatial-gated frequency attention mechanism to realize spatial–frequency feature enhancement. The proposed spatial-gated frequency attention module (SFAM) first employs a spatial gate to highlight salient target regions, then conducts local frequency calibration under the guidance of spatial attention weights, which amplifies orientation-relevant high-frequency components while suppressing irrelevant background frequency signals.

3. The Proposed Method

The overall architecture of our DSCDet is illustrated in Figure 2. Although deep CNNs embed implicit frequency information, such frequency cues are mostly preserved in shallow layers and degrade significantly as network depth increases. Shallow convolutions capture localization-relevant edges, contours and textures, whereas deep layers prioritize high-level semantic representations at the expense of fine-grained high-frequency geometric details. Our explicit multi-level Haar wavelet decomposition introduces two categories of complementary information unavailable from native CNN features. First, it persistently delivers sharp, well-localized edge and texture representations at each pyramid scale, counteracting the inherent high-frequency attenuation caused by stacked convolutions and supplying stable position priors for rotated bounding box regression. Second, the orthogonal high-frequency sub-bands yielded by wavelet transform explicitly decouple horizontal, vertical, and diagonal directional cues. The energy distribution over these sub-bands encodes physically interpretable orientation priors for arbitrarily rotated targets, mitigating CNNs’ intrinsic weakness in modeling rotation-invariant representations.

3.1. Wavelet Transform for Frequency Feature Extraction

The two-dimensional Haar wavelet decomposition is implemented via four fixed 2 × 2 filters, which are formally defined as
f L L = 1 1 1 1 , f L H = 1 1 1 1 , f H L = 1 1 1 1 , f H H = 1 1 1 1 ,
where f L L is the low-pass kernel that preserves smooth background and global object outline information. f L H , f H L and f H H are directional high-pass kernels that encode horizontal, vertical and diagonal edge mutation features, respectively. These high-frequency detail components are inherently sensitive to target rotation and scale variation.
The four kernels defined in Equation (1) exactly form the filter bank of the Haar wavelet transform, and they are mathematically equivalent to the wavelet filters used in the following recursive decomposition process, satisfying W L L = f L L , W L H = f L H , W H L = f H L , and W H H = f H H . For an input image X R W × H × 3 , the hierarchical wavelet decomposition is performed level by level. At each decomposition stage, the low-frequency approximation component from the previous level is convolved with the above four filter kernels, followed by 2 × downsampling, to generate four sub-band features of the current level. The recursive formulation is written as
A s = 2 W L L A s 1 , H s = 2 W L H A s 1 , V s = 2 W H L A s 1 , D s = 2 W H H A s 1 ,
where A 0 = X denotes the initial input. The operator ∗ denotes the convolution operator, and 2 denotes the 2 × downsampling operation along both spatial dimensions. The variable s denotes the decomposition level index, corresponding to a downsampling factor of 2 s from the original input. A s 1 is the low-frequency approximation component inherited from the ( s 1 ) -th decomposition level. For decomposition level s, the spatial resolution of the low-frequency approximation component A s as well as the three high-frequency sub-bands H s , V s , D s is H 2 s × W 2 s . Each Haar wavelet decomposition level involves standard convolution and downsampling operations, yielding a computational complexity of O ( H W C ) per level, where H, W, and C denote the spatial and channel dimensions of the input.
As illustrated in Figure 3, since the LL sub-band serves as the low-resolution approximation of the original signal and inherently dominates the overall energy, we discard LL and only analyze the normalized energy distribution among three high-frequency sub-bands LH, HL and HH. Three typical object categories are presented in different rows, including plane (PL), large-vehicle (LV), and small-vehicle (SV). PL and SV contains arbitrary orientations, while LV mainly exhibits strictly horizontal–vertical layouts. At level 1 decomposition, LH and HL carry much higher energy than the diagonal HH component for all samples, even for arbitrarily rotated PL and SV targets. As the decomposition goes to deeper levels, the HH sub band delivers more discriminative detail information, with the energy proportion of HH increasing noticeably for rotated PL and SV. In contrast, LV with axis aligned orientations maintains consistently low HH response across all decomposition levels. These observations verify the efficacy of our frequency-enhanced paradigm. Multi-level wavelet decomposition can compensate edge and contour details for large-resolution shallow CNN features, and additionally provide discriminative directional cues for small-resolution deep CNN features, which mitigates the loss of rotation-related geometric information caused by repeated convolution operation.
At each scale s { 1 , 2 , 3 , 4 } , the four decomposed frequency sub-bands are concatenated along the channel dimension to form the integrated frequency feature F freq , s
F freq , s = Concat A s , H s , V s , D s ,
The obtained multi-scale frequency feature set { F freq , 1 , F freq , 2 , F freq , 3 , F freq , 4 } shares the same spatial resolution with the CNN pyramid feature set { F spa , 1 , F spa , 2 , F spa , 3 , F spa , 4 } = R e s ( X ) , laying the foundation for subsequent dual-granularity spatial–frequency fusion. Both F freq , s and F spa , s possess identical spatial dimension H 2 s × W 2 s . In terms of channel dimension, F freq , s R H 2 s × W 2 s × 12 , while the CNN pyramid features satisfy F spa , 1 R H 2 × W 2 × 256 , F spa , 2 R H 4 × W 4 × 512 , F spa , 3 R H 8 × W 8 × 1024 , and F spa , 4 R H 16 × W 16 × 2048 .

3.2. Generic Cross-Domain Attention Fusion (GCDAF)

We design a generic cross-domain attention fusion (GCDAF) scheme applicable to both image-level and instance-level, which constructs multi-type similarity weights combined with geometric positional prior F pos to realize adaptive feature recalibration. The difference between image-level and instance-level fusion operation lies in the construction rule of F pos , while the pipeline of attention calculation remains shared.

3.2.1. Feature Isomorphic Projection

Spatial feature F spa and frequency feature F freq first pass independent projection layers L to generate query, key, value matrices
Q s = F spa L q s , K s = F spa L k s , V s = F spa L v s , Q f = F freq L q f , K f = F freq L k f , V f = F freq L v f ,
where L q s , L k s , L v s , L q f , L k f , and L v f are trainable projection weight matrices, introduced in self-attention mechanism [18].

3.2.2. Tripartite Similarity Weight Calculation

As illustrated in Figure 4, three categories of scaled dot-product similarity matrices are computed to model intra-spatial, intra-frequency, cross spatial–frequency feature correlations
W s s = softmax Q s K s d k , s s , W f f = softmax Q f K f d k , f f , W s f = softmax Q s K f d k , s f ,
where d k denote the dimensions of key vectors in each corresponding attention branch, and the square-root scaling term is adopted to normalize the magnitude of dot-product values, preventing the softmax function from entering the saturation region and alleviating gradient vanishing. For the instance-level branch, let N be the number of RoI features and the three similarity matrices satisfy W s s , W f f , W s f R N × N . The pairwise dot-product computation for each matrix yields a complexity of O ( N 2 d k ) , where d k denotes the dimension of key vectors. For the image-level branch upon dense feature maps, let M = W × H be the total number of flattened spatial tokens of the feature map with spatial size W × H , then W s s , W f f , W s f satisfies R M × M . Correspondingly, the computational complexity for each similarity matrix under image-level is O ( M 2 d k ) .

3.2.3. Geometric Positional Weight Calibration

Followed by the standard self-attention algorithm [18], F pos is further embedded as
E pos ( i ) = sin F pos / 1000 2 i / d i / 2 = 0 , cos F pos / 1000 2 i / d i / 2 = 1 ,
where i denotes the channel dimension index of the position embedding, d represents the total dimension of the embedding vector, and F pos denotes the normalized spatial position coordinates of input features. This parameter-free encoding scheme constructs unique position representations for each spatial location via sine and cosine functions with progressively decreasing frequencies, which endows the model with inherent relative position perception capability without introducing additional trainable parameters.
The embedded positional tensor E pos is compressed through convolution C ( · ) and reshape R ( · ) operations to generate normalized geometric weight W g = C ( R ( E pos ) ) . Each similarity matrix is calibrated as
W ˜ s s = W s s exp ( W g ) k exp ( W g , k ) , W ˜ f f = W f f exp ( W g ) k exp ( W g , k ) , W ˜ s f = W s f exp ( W g ) k exp ( W g , k ) ,
where ⊙ denotes Hadamard element-wise product, and k performs summation along feature dimension for normalization.

3.2.4. Comprehensive Fusion Weight for Feature Refinement

The weighted summation of three calibrated correlation matrices (Equation (7)) yields the final attention-weight matrix W total as
W total = α 1 W ˜ s s + α 2 W ˜ f f + α 3 W ˜ s f ,
This formulation can be interpreted as the closed-form solution of a regularized least-squares feature-alignment optimization objective min W F s W F f F 2 + λ R ( W ) , where the regularization term R ( W ) encodes the prior that optimal W should be a composite of three correlation components W ˜ s s , W ˜ f f , and W ˜ s f . Rather than iteratively solving this objective, our network learns the coefficients α 1 , α 2 , and α 3 end-to-end via back-propagation to implicitly approximate its optimal solution. The enhanced spatial feature is calculated as
F enh = W total · V s ,
For the instance-level branch, we have V s R N × d . The fused weight matrix W total R N × N , and the enhanced output feature satisfies F enh R N × d . The matrix-multiplication operation W total · V s brings computational complexity O ( N 2 d ) . For the image-level branch, let M = W × H denote the number of flattened tokens from feature map and C denote the channel dimension. V s R M × C , W total R M × M , and the output enhanced feature is F enh R M × C , which is further reshaped as F enh R W × H × C . The corresponding matrix multiplication complexity is O ( M 2 C ) . The above pipeline forms a plug-and-play universal fusion core. We deploy it on image-level global feature maps and instance-level RoI feature vectors separately, and the only variable is the construction formula of F pos .

3.3. Dual-Level Spatial–Frequency Collaborative Detector

3.3.1. Image-Level Global Spatial–Frequency Fusion

Image-level fusion takes spatial and frequency feature maps F spa , s , F freq , s of the entire image as input, aiming to build global scene spatial–frequency constraints and suppress background noise.
(1)
Global Positional Feature Construction
Taking the center coordinate of the whole feature map ( x c , y c ) as reference, for any pixel coordinate ( x , y ) on the feature map with width W and height H, we construct the global positional feature to encode relative spatial geometric information. To avoid numerical undefinedness caused by log ( 0 ) when the pixel coincides exactly with the reference center, we introduce a tiny positive numerical stabilizer ϵ = 10 3 to clamp the coordinate offset before the logarithm operation. The formal definition is written as
F pos img = log max ( | x x c | , ϵ ) W , log max ( | y y c | , ϵ ) H , log W H ,
where the first two terms encode the normalized horizontal and vertical relative offsets of each pixel with respect to the feature map center. These spatially varying components provide position-aware geometric cues for attention calculation. The last term is a global constant independent of pixel positions, which preserves the overall aspect ratio information of the current feature scale and serves as a supplementary scale prior. Finally, we feed F pos img into the embedding function (Section 3.2.3) to obtain the global geometric weight W g img .
(2)
Global Fusion Execution
The paired multi-scale spatial feature F spa , s and frequency feature F freq , s , together with the global geometric weight W g img , are fed into the GCDAF module to produce globally enhanced feature maps F global . All multi-scale enhanced features { F global , s } are assembled into a feature pyramid and delivered to the region proposal network (RPN) for generating rotated candidate proposals P , which supply global angular priors to the subsequent instance-level processing stage.

3.3.2. Instance-Level Local Spatial–Frequency Fusion

(1)
RoI Feature Alignment
All multi-scale spatial pyramids { F global , s } and frequency pyramids { F freq , s } are sent into RoI pooling layer R P ( · ) [7] with identical proposal set P . A fully-connected layer F C ( · ) unifies channel dimensions of frequency RoI feature r f and spatial RoI feature r s
r s = R P { F global , s } , P , r f = F C R P { F freq , s } , P ,
Both r s , r f R N × d , where N denotes the number of RoI instances, and d denotes unified feature dimension.
(2)
Instance Pairwise Positional Feature Construction
For any two RoIs a and b with center coordinates ( x a , y a ) , ( x b , y b ) and bounding box sizes ( w a , h a ) , ( w b , h b ) , we construct the pairwise relative positional representation. Specifically, RoI a acts as the query, and all coordinate offsets and scale ratios are normalized by the size of the query RoI a. The numerical stabilizer ϵ = 10 3 is adopted to guarantee numerical stability. The aforementioned operation is defined as
F pos inst ( a , b ) = log max ( | x a x b | , ϵ ) w a , log max ( | y a y b | , ϵ ) h a , log w b w a , log h b h a ,
where F pos inst records the relative offset and scale ratio between arbitrary instance pairs.
Moreover, this pairwise positional encoding is asymmetric, i.e., F pos inst ( a , b ) F pos inst ( b , a ) . Equality holds only when the two RoIs have exactly identical center coordinates and exactly the same width and height. For diagonal self-pairs where an RoI is paired with itself, we follow the native self-attention paradigm [18] and do not apply additional masking. The diagonal elements naturally participate in feature recalibration and are automatically learned by the model under task supervision, and they remain numerically stable with the clamping stabilizer. It is worth noting that even when two RoIs share the same center, the scale ratio terms can still provide distinguishable features as long as their sizes differ, which effectively alleviates the feature indistinguishability caused by center coincidence. We also feed F pos inst into the embedding function, proposed in Section 3.2.3, to generate the instance geometric weight W g inst .
(3)
Instance Feature Refinement
Scalability of the instance-level GCDAF is bounded by the number of input RoIs N. Since pairwise correlation computation yields O ( N 2 ) computational and memory complexity, naive implementation would suffer quadratic growth for dense scenes with abundant small objects. In our pipeline, the proposal sampler fixes the maximum number of RoIs fed into GCDAF to 512 (the default setting in most OOD methods) by retaining only top-scoring candidates, which constrains the practical overhead and avoids complexity explosion. We further profile GPU memory and training latency under different RoI numbers N on a single GTX 1080ti GPU. While moderate overhead is observed for N 1536 , out-of-memory errors occur when N > 2000 , revealing the upper-bound limitation of the instance-level pairwise fusion for extremely heavy proposal counts.
Here, we feed r s , r f , W g inst into the GCDAF module to output refined instance feature r s enh . Finally, r s enh is delivered to final classification head and rotated bounding box regression head for oriented object detection
y ^ = FC cls ( r s enh ) , b ^ θ = FC reg ( r s enh ) .
where y ^ denotes the predicted category logits, and b ^ θ = [ x , y , w , h , θ ] represents the five-parameter rotated bounding box prediction, containing center coordinates, width, height and rotated angle.

4. Experiments

4.1. Datasets and Evaluation Metrics

Extensive experiments are conducted on three OOD datasets, including DOTA-v1.0, DOTA-v1.5 and DIOR-R, to evaluate the effectiveness and generalization of the proposed DSCDet.
(1) DOTA-v1.0: DOTA is a large-scale aerial OOD dataset, containing 2806 high-resolution images and 15 categories with arbitrary rotation and drastic scale variation. Following standard experimental protocols, the training and validation subsets are utilized for training, and the test subset for performance evaluation. Fifteen categories contain plane (PL), baseball diamond (BD), bridge (BR), ground track field (GTF), small-vehicle (SV), large-vehicle (LV), ship (SH), tennis court (TC), basketball court (BC), storage tank (ST), soccer-ball field (SBF), roundabout (RA), harbor (HA), swimming pool (SP), and helicopter (HC). Input images are cropped into 1024 × 1024 patches with a 200 pixels overlapping region. Our model is trained for 12 epochs with an SGD optimizer, a batch size of 1, an initial learning rate of 0.005, and a step learning rate decay at 8 and 11 epochs.
(2) DOTA-v1.5: Compared to DOTA-v1.0, DOTA-v1.5 contains a new category, named container crane (CC). Furthermore, a total of 402,089 instances are labeled in DOTA-v1.5, which is more difficult than DOTA-v1.0. Importantly, our method is also trained for 12 epochs with SGD optimizer, a batch size of 1, an initial learning rate of 0.005, and a step learning rate decay at 8 and 11 epochs.
(3) DIOR-R: DIOR-R is a challenging large-scale rotated remote sensing dataset covering 20 categories with complex background interference. The dataset contains 23,463 images with diverse spatial resolutions and rotation angles, which is adopted to verify the complex scene generalization capability of the proposed method. The training, validation, and test split follows official standard settings.
All experiments are implemented on the PyTorch 3.13.9 framework with one NVIDIA GTX 1080ti GPU. Mean Average Precision (mAP) under Pascal VOC 2007/2012 criteria [7] and COCO-style AP metrics [31] are adopted for comprehensive quantitative evaluation.

4.2. Performance Evaluation

4.2.1. DOTA-v1.0

As listed in Table 1, comprehensive quantitative comparisons on the DOTA-v1.0 benchmark validate the superiority of our proposed DSCDet over state-of-the-art oriented detectors. In terms of overall mAP metric, our method reaches 78.28%, which surpasses the ViT-based DynaPro (77.85%) by 0.43% and the LSKNet-S model (77.49%) by 0.79%, respectively. For fine-grained per-category performance, DSCDet achieves the best and second-best accuracy on five challenging classes. Among them, BR comprises long, strip-shaped objects with extreme aspect ratios that easily suffer feature blurring and angle aliasing. The consistent performance gain originates from the dual-level spatial–frequency collaborative fusion design, where the image-level wavelet frequency module extracts global directional edge priors to compensate CNN rotation-insensitive defects, and the instance-level cross-fusion module models pairwise geometric constraints to eliminate feature confusion of elongated targets. Moreover, different from existing single-granularity spatial–frequency collaborative method FDOL [9] that only exploit image-level feature relations, our dual-level unified framework simultaneously captures global scene angular context and local instance geometric correlation, which explains the consistent accuracy boost across most complex categories.
Figure 5 presents qualitative detection comparisons on the DOTA dataset. In this visualization diagram, odd rows illustrate prediction results generated by the baseline ARC detector, whereas even rows visualize the outputs produced by our DSCDet method. Intuitive visual contrast reveals the prominent advantages of the proposed dual-level spatial–frequency fusion framework. Benefiting from the collaborative modeling of global frequency priors and instance geometric constraints, our DSCDet successfully retrieves the rotated targets, and produces compact oriented bounding boxes that fit the actual contours of arbitrarily rotated objects more precisely.

4.2.2. DOTA-v1.5

Table 2 presents comprehensive quantitative comparisons of single-scale oriented detection methods on the DOTA-v1.5 dataset, which introduces an extra container crane (CC) category with scarce training samples. In terms of overall mAP, our proposed DSCDet reaches 70.95%, outperforming the second-best SOOD model (70.39%) by 0.56% and the LSKNet-S baseline (70.26%) by 0.69%. From the perspective of per-category detection accuracy, DSCDet achieves best and second-best performance on five target categories. Existing mainstream detectors only exploit spatial features or single-granularity spatial–frequency interaction. Our DSCDet simultaneously models global scene frequency constraints and local instance geometric correlations, which jointly enhance the discriminability of rotated targets with arbitrary scales, and yields the optimal overall detection accuracy on the DOTA-v1.5.

4.2.3. DIOR-R

Table 3 reports the quantitative comparisons of mainstream oriented detectors on the DIOR-R dataset, which contains 20 diverse categories. In terms of overall mAP metric, our proposed DSCDet reaches 68.13%, which outperforms the second-best RQFormer (67.31%) by a 0.82%, which fully demonstrates the superiority of our unified dual-level spatial–frequency fusion architecture. In terms of per-category detection accuracy, DSCDet achieves the best and second-best AP on eight representative difficult categories. For small targets such as SH and ESA, which are easily submerged in complex background, the instance-level pairwise geometric positional encoding module strengthens the frequency feature response of small objects, effectively alleviating small-object-feature attenuation.
Figure 6 presents qualitative detection comparisons on the DIOR-R dataset. It can be clearly seen that our DSCDet successfully detects more small targets, which better fits the actual contours of arbitrarily rotated objects.

4.3. Ablation Study

4.3.1. Image-Level Branch

(1)
Comparisons with Different Frequency-Analysis Tools
As listed in Table 4, all frequency-domain operators, including FFT, DCT and different wavelet families, are fixed mathematical transforms without trainable parameters, so all variants share nearly identical parameters, which sufficiently verifies that the performance gain of our method comes from genuine spatial–frequency feature complementarity rather than additional learnable parameters. In terms of computational cost, the FLOPs show minor differences, which is mainly determined by the inherent transform mechanisms. Wavelet-based methods with linear O ( H W ) complexity have lower overhead than global transforms with FFT O ( H W log H W ) complexity.
For detection accuracy, the Haar wavelet with the most compact support maintains the best spatial localization of edge, corner and fine texture details, providing the strongest complementary effect for CNN semantic features. In contrast, Daubechies and Symlets with better smoothness slightly blurs local details achieve sub-optimal performance, as the loss of fine-grained details outweighs the benefit of smoothness in remote sensing scenes dominated by small targets. DCT outperforms FFT thanks to its better energy compaction of real-valued transform, while global FFT with poor spatial localization brings limited complementary gain and even slight performance fluctuation on strong baselines. Overall, the Haar wavelet achieves the optimal balance of accuracy, efficiency and implementation simplicity, making it the most suitable frequency-domain operator for our dual-granularity spatial–frequency fusion framework.
(2)
Influence of LL, HL, LH, HH Bands
As shown in Table 5, the full combination of all four frequency sub-bands achieves the best detection performance, verifying the complementarity of frequency components with different directional characteristics. The removal-based strategy clearly quantifies the contribution of each sub-band. Specifically, removing the HH diagonal high-frequency sub-band leads to the most significant accuracy drop, indicating that diagonal edge and fine texture details are the most critical complementary information for oriented remote sensing targets. Dropping LH or HL high-frequency sub-band causes moderate performance degradation with comparable contribution, corresponding to horizontal and vertical structural features respectively. In contrast, the LL low-frequency approximation sub-band only results in a tiny accuracy decline, since the CNN backbone has already captured sufficient low-frequency contour and semantic information, and the gain of the frequency-domain branch mainly comes from high-frequency directional details.
(3)
Influence of W s s , W s f , and W f f
Table 6 illustrates the individual and combined contributions of three attention weights under two different baseline frameworks. Adding only W s s corresponds to pure spatial self-attention, which models long-range semantic dependencies within spatial features and brings limited accuracy improvement. Introducing the cross-domain weight W s f further exploits directional frequency priors to calibrate spatial feature distribution, which effectively compensates for the rotation-insensitive defect of CNNs and yields more noticeable performance gains.
Importantly, activating only the frequency self-correlation weight W f f delivers no obvious accuracy improvement and only presents minor performance fluctuations. The underlying mechanism is that W f f only models the internal structural correlation within frequency-domain features. Since it neither carries spatial semantic information nor builds cross-domain feature mapping relationships, it cannot provide effective semantic enhancement. When W s s , W s f and W f f are activated simultaneously, the model fully integrates spatial self-correlation, spatial–frequency cross correlation and frequency self-correlation for joint feature enhancement. Under both ReDet and ARC baselines, this complete combination achieves the highest mAP50 and strict mAP75, demonstrating that the three collaborative weight matrices jointly exploit complementary spatial and frequency domain information and deliver optimal detection performance.

4.3.2. Instance-Level Branch

(1)
Comparisons with Different Frequency-Analysis Tools
As listed in Table 7, consistent with the image-level results, the instance-level GCDAF also follows highly similar patterns in parameter complexity, computational cost and detection performance across different frequency tools, which further verifies the generality of our spatial–frequency complementary mechanism. In terms of detection accuracy, the Haar wavelet consistently achieves the best performance on both backbones, since instance-level detection relies more on precise edge and corner localization for oriented RoI feature enhancement, and the compact support of the Haar wavelet best preserves fine-grained directional details of each proposal. Daubechies and Symlets obtain slightly lower accuracy due to their longer filters that partially blur local details, while DCT and FFT with weaker spatial localization bring limited performance gain.
(2)
Influence of LL, HL, LH, and HH Bands
Consistent with the image-level ablation, the instance-level GCDAF follows the same sub-band contribution pattern, further verifying the universality of our spatial–frequency complementary mechanism across different feature granularities. As listed in Table 8, the full combination of all four sub-bands achieves the best detection performance, proving that multi-directional frequency components cooperatively enhance instance-level feature representation. Removing the HH diagonal high-frequency sub-band causes the largest accuracy drop, as instance-level oriented detection and pairwise relation modeling depend heavily on precise corner localization and oblique texture details for accurate bounding box regression and instance similarity measurement. All variants share nearly identical parameter counts and computational overhead with no extra complexity burden. These results consistently confirm that directional high-frequency components are the core source of performance gain for both the image-level and instance-level fusion modules.
(3)
Influence of W s s , W s f , and W f f
As listed in Table 9, three weight matrices play distinct roles on instance RoI features. Only adopting spatial self-weight W s s corresponds to standard SE attention with limited gains. Adding cross-domain weight W s f introduces local frequency cues between instances and brings larger accuracy improvement. When W s s , W s f and W f f work collaboratively, the model simultaneously models intra-spatial, spatial–frequency and intra-frequency correlations of object instances, yielding the highest mAP50 and strict mAP75 for both backbones.

4.3.3. Influence of Image and Instance-Level Branches

(1)
Gains of Image-Level and Instance-Level Branches
Table 10 compares the independent and combined contributions of the two proposed branches. The image-level module brings slight computation overhead and moderate performance improvement by extracting global directional frequency priors. In contrast, the instance-level branch introduces more parameters and FLOPs but achieves larger gains on strict mAP75 criterion, as it suppresses feature confusion among rotated objects via local pairwise geometric constraints. When both branches are integrated, the model combines global scene frequency context and local instance feature interaction simultaneously, reaching the optimal overall mAP50 and the highest mAP75 on the ARC backbone. This result demonstrates that the two branches are complementary and jointly promote detection accuracy for arbitrarily oriented targets in RSIs.
(2)
Influence of Different Fusion Coefficient Strategies for α 1 , α 2 and α 3
From the results in Table 11, the fixed equal weight and learnable fusion strategies achieve consistent and significant performance improvement over different backbone networks, while the normalized fusion strategy obtains limited accuracy gain and even causes slight performance degradation under the weaker ReR50 backbone. The underlying reason is that the normalized strategy generates adaptive fusion weights purely based on channel-wise feature energy via softmax, which inherently suppresses high-frequency sub-bands with lower energy amplitude. The best performances (78.15% and 78.28% mAP50), under different backbone networks, are achieved by the learnable fusion strategy, which fine-tunes the fusion weights to better fit the dataset distribution, achieving comparable overall performance with a marginal improvement in mAP50.
(3)
Comparison with Other Spatial–Frequency Fusion and Attention Interaction Methods
Table 12 summarizes the performance comparison with spatial–frequency fusion and attention interaction methods, covering both CNN and Transformer detection architectures. Most spatial–frequency fusion methods exploit multi-level frequency transformation to supplement texture details for spatially small targets, which is proven effective to alleviate feature degradation of small objects during downsampling. Transformer-based schemes such as WaveViT [24] and SpectFormer [19] integrate frequency priors into self-attention modeling to capture multi-scale long-range dependencies, achieving 76.40% and 76.03% mAP50, respectively. However, their heavy backbone architectures usually bring huge parameters and computational overheads, which raise high requirements for deployment hardware. The CNN-based counterpart FADL-Net [21] focuses on small target optimization with lighter frequency enhancement structures and yields 74.80% mAP50. However, the single-granularity global fusion always limits its final accuracy gain.
For attention-based feature interaction methods, various attention operators are adopted to realize adaptive spatial–frequency feature fusion. FDOL [9] injects orientation-aware frequency priors via spectral attention layers to enhance global angular representation, achieving 77.22% mAP50. DFGFNet [30] further introduces spatial-gated frequency attention to suppress background interference, reaching 77.75% mAP50 with relatively moderate model complexity. Nevertheless, most of schemes perform feature interaction only at the image-level feature pyramid, without establishing fine-grained frequency enhancement at the instance-level, which restricts accuracy improvement for rotated and small targets.
(4)
Accuracy–Complexity Trade-Off Among Different Methods
As presented in Table 13, we systematically compare the accuracy–complexity trade-off of different detection methods under strictly controlled variables. All methods are built on the ReDet baseline with ReR50 backbone, and the efficiency metrics are measured on a single NVIDIA GTX 1080ti GPU to ensure fair comparison. Our proposed DSCDet achieves the highest detection accuracy of 78.14% mAP50 among all compared schemes, verifying the effectiveness of our dual-granularity spatial–frequency collaborative enhancement framework. FDOL [9] and SFFD [12] also introduce frequency-domain orientation awareness to enhance angular representation, but they only exploit frequency features at single-feature granularity, resulting in limited feature discrimination. MAC [67] achieves competitive detection accuracy, but its complex module structures bring drastically increased FLOPs and training time (246.59 G and 46.2 h). Moreover, the mAP50 of our method is the average result over three independent training runs with different random seeds, and the standard deviation is provided to quantify performance stability. Since the frequency decomposition is a parameter-free and deterministic transformation, the extracted multi-band frequency features for the same input image remains completely consistent across different training runs, and introduce no additional randomness into the feature extraction pipeline. The minor performance fluctuation 0.07% mainly originates from the stochastic characteristics of the CNN detection pipeline, including random weight initialization of the backbone network and detection head, and random data augmentation during training.
It is important to note that our DSCDet introduces non-negligible complexity increment, bringing certain growth in parameters, FLOPs, training times and inference FPS, and there remains room for optimization to satisfy the requirements of resource-constrained edge deployment. In future work, we will further streamline the computation pipeline of wavelet feature fusion and explore more lightweight dual-granularity interaction patterns to further compress model overhead and improve inference efficiency while preserving the accuracy gain.

5. Discussion

5.1. Limitations

Although DSCDet achieves competitive detection performance on public optical remote sensing benchmarks, there still exist inherent limitations that deserve further discussion. First, from the perspective of computational efficiency, the introduction of wavelet-based frequency decomposition and instance-level cross-domain feature interaction inevitably increases the overall parameters and inference latency. The additional computational overhead restricts its direct deployment on resource-limited edge airborne platforms. Second, the wavelet frequency enhancement mechanism effectively compensates for the missing edge and texture details of small and arbitrarily oriented targets in CNNs. However, it simultaneously strengthens high-frequency background textures and noisy interference that are naturally suppressed by conventional CNNs. Future work will focus on designing adaptive frequency filtering and background suppression modules to retain target-sensitive geometric priors while inhibiting irrelevant high-frequency noise. Third, the current validation is mainly conducted on optical remote sensing datasets, and the general performance of the proposed spatial–frequency collaborative paradigm across different modalities such as SAR and hyperspectral imagery has yet to be fully verified. The universal applicability of frequency-domain prior knowledge under different imaging mechanisms remains to be further explored.

5.2. Implications of Dual-Level Spatial–Frequency Collaborative Modeling

The experimental results of DSCDet further verify that frequency-domain information serves as an effective complement to spatial features for OOD in RSIs, and the dual-level collaborative fusion paradigm can fully unleash the complementary value of multi-domain features. Different from single-level global frequency enhancement methods, the combination of image-level global frequency prior injection and instance-level local feature calibration naturally matches the two-stage detection pipeline, where the image-level branch compensates for the rotation-insensitive defect of convolutional downsampling, and the instance-level branch performs targeted frequency refinement on candidate regions to suppress missing detection caused by feature aliasing of small targets.

6. Conclusions

In this paper, we propose a dual-level spatial–frequency collaborative detector (DSCDet) for oriented object detection in remote sensing images. Different from existing methods that only perform feature learning on a single-granularity spatial or frequency domain, the proposed framework integrates image-level global frequency enhancement and instance-level local feature optimization to comprehensively tackle the detection challenges caused by arbitrary object orientations and small target resolutions. On the image-level branch, wavelet frequency analysis is leveraged to capture directional edge and contour priors, which effectively compensates for the rotation-insensitive limitation of standard CNNs. On the instance-level branch, collaborative spatial–frequency weighting matrices are constructed to model the spatial self-correlation, cross-domain interaction and frequency self-correlation of oriented RoIs, which alleviates feature confusion among rotated and small targets.
While the proposed framework yields favorable detection performance on public benchmarks, there remain multiple promising directions to further improve its practical applicability and generalizability for real-world remote sensing applications: (1) image quality enhancement modules, such as super-resolution networks can be introduced to pre-process degraded remote sensing imagery, and the inherent anti-interference property of frequency-domain features will be further exploited to mitigate performance degradation under complex meteorological conditions; (2) lightweight optimization of the spatial–frequency collaborative pipeline can be further explored, where more efficient cross-domain feature interaction operators and model compression strategies can be adopted to reduce parameter and computational complexity; and (3) multi-source remote sensing data, such as SAR and hyperspectral images, can be integrated into the framework to investigate the generalizable value of frequency-domain prior-knowledge across different sensing modalities.

Author Contributions

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

Funding

This work was supported in part by the National Natural Science Foundation of China, under Grant 62401277, Grant 62402231, Grant U23B2006, Grant 92370203, Grant 62071233, and Grant 61802202; in part by the Basic Research Program of Jiangsu, under Grant BK20240624; in part by the Jiangsu Province Youth Science and Technology Talent Support Project, under Grant JSTJ-2025-135; in part by the Jiangsu Provincial Innovation Support Program, under Grant BZ2023046; in part by the Jiangsu Provincial Key Research and Development Program, under Grant BE2022065-2; in part by the Jiangsu Provincial Natural Science Foundation of China, under Grant BK20211570; in part by the Natural Science Research Start-up Foundation of Recruiting Talents of Nanjing University of Posts and Telecommunications, under Grant NY224029; and in part by the Natural Science Foundation for Colleges and Universities in Jiangsu Province, under Grant 23KJB520026.

Institutional Review Board Statement

The study did not involve humans or animals.

Informed Consent Statement

The study did not involve humans.

Data Availability Statement

The datasets in this study are available online from https://captain-whu.github.io/DOTA/dataset.html (accessed on 19 August 2026) and https://aistudio.baidu.com/datasetdetail/123364 (accessed on 19 August 2026).

Acknowledgments

The authors would like to thank the NVIDIA Corporation (Santa Clara and United States) for their support in providing the GTX 1080ti GPU used in this research.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Yu, Y.; Da, F. Phase-shifting coder: Predicting accurate orientation in oriented object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2023; pp. 13354–13363. [Google Scholar]
  2. Yuan, H.; Zhang, B.; Wang, Y.; Qiang, Q. From Structural Degradation to Semantic Misalignment: A Unified Frequency-Aware Compensation Framework for Remote Sensing Object Detection. Remote Sens. 2026, 18, 777. [Google Scholar] [CrossRef] [Scilit]
  3. Khan, M.R.K.; Rishe, N. A unified framework for vehicle detection, tracking, and counting across ground and aerial views using knowledge distillation with YOLOv10-S. Remote Sens. 2026, 18, 842. [Google Scholar] [CrossRef] [Scilit]
  4. Wang, Q.; Sun, W. A Dual-Branch Perception Network for High-Precision Oriented Object Detection in Remote Sensing. Remote Sens. 2026, 18, 839. [Google Scholar] [CrossRef] [Scilit]
  5. Liu, D.; Ying, X.; Liu, Z.; Peng, Y.; Gao, S.; Guo, F. VODet: A Vertex Offset-Based Method for Oriented Object Detection in Remote Sensing Images. Remote Sens. 2026, 18, 2296. [Google Scholar] [CrossRef] [Scilit]
  6. Wang, G.; Lu, Z.; Chen, J. SFPNet: Self-Learning Small Object Detection for Large-Scale Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2026, 19, 3290–3301. [Google Scholar] [CrossRef] [Scilit]
  7. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1137–1149. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  8. Pan, J.; He, C.; Huang, W.; Cao, J.; Tong, M. Wavelet tree transformer: Multihead attention with frequency-selective representation and interaction for remote sensing object detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5637023. [Google Scholar] [CrossRef] [Scilit]
  9. Zheng, S.; Wu, Z.; Xu, Y.; Wei, Z.; Plaza, A. Learning Orientation Information From Frequency-Domain for Oriented Object Detection in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5628512. [Google Scholar] [CrossRef] [Scilit]
  10. Zhao, J.; Ding, Z.; Zhou, Y.; Zhu, H.; Du, W.L.; Yao, R.; El Saddik, A. RQFormer: Rotated Query Transformer for end-to-end oriented object detection. Expert Syst. Appl. 2025, 266, 126034. [Google Scholar] [CrossRef] [Scilit]
  11. Zhao, J.; Ding, Z.; Zhou, Y.; Zhu, H.; Du, W.L.; Yao, R.; El Saddik, A. OrientedFormer: An End-to-End Transformer-Based Oriented Object Detector in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5640816. [Google Scholar] [CrossRef] [Scilit]
  12. Zheng, S.; Wu, Z.; Xu, Y.; Wei, Z. Instance-Aware Spatial-Frequency Feature Fusion Detector for Oriented Object Detection in Remote-Sensing Images. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5606513. [Google Scholar] [CrossRef] [Scilit]
  13. Xu, Y.; Pan, Y.; Wu, Z.; Wei, Z.; Zhan, T. Channel Self-Attention Based Multiscale Spatial-Frequency Domain Network for Oriented Object Detection in Remote Sensing Imagery. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5650015. [Google Scholar] [CrossRef] [Scilit]
  14. Xu, C.; Ding, J.; Wang, J.; Yang, W.; Yu, H.; Yu, L.; Xia, G.S. Dynamic coarse-to-fine learning for oriented tiny object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2023; pp. 7318–7328. [Google Scholar]
  15. Ming, Q.; Miao, L.; Zhou, Z.; Song, J.; Pizurica, A. Gradient calibration loss for fast and accurate oriented bounding box regression. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5611015. [Google Scholar] [CrossRef] [Scilit]
  16. Yang, X.; Yan, J. Arbitrary-oriented object detection with circular smooth label. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2020; pp. 677–694. [Google Scholar]
  17. Yang, X.; Hou, L.; Zhou, Y.; Wang, W.; Yan, J. Dense label encoding for boundary discontinuity free rotation detection. In Proceedings of the 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: Piscataway, NJ, USA, 2021; pp. 15814–15824. [Google Scholar]
  18. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. Adv. Neural Inf. Process. Syst. 2017, 30, 5998–6008. [Google Scholar]
  19. Patro, B.N.; Namboodiri, V.P.; Agneeswaran, V.S. Spectformer: Frequency and attention is what you need in a vision transformer. In Proceedings of the 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV); IEEE: Piscataway, NJ, USA, 2025; pp. 9543–9554. [Google Scholar]
  20. Li, K.; Zhong, Z.; Luo, Z.; Tian, H.; Wang, K.; Jiang, H.; Xiang, D.; Tang, W. FCAT: Frequency-Domain Cross-Attention for All-Weather Multispectral Object Detection in Low-Altitude UAV Security Inspection of Urban and Industrial Areas. Remote Sens. 2026, 18, 826. [Google Scholar] [CrossRef] [Scilit]
  21. Fu, R.; Chen, C.; Yan, S.; Zhang, R.; Wang, X.; Chen, H. FADL-Net: Frequency-Assisted Dynamic Learning Network for Oriented Object Detection in Remote Sensing Images. IEEE Trans. Ind. Inform. 2024, 20, 9939–9951. [Google Scholar] [CrossRef] [Scilit]
  22. Ma, Z.; Hu, H. FDQ-Det: Frequency-Aware Spatial Modeling and Density-Guided Query for Tiny Object Detection. ACM Trans. Multimed. Comput. Commun. Appl. 2026. [Google Scholar] [CrossRef] [Scilit]
  23. Wang, K.; Fu, X.; Huang, Y.; Cao, C.; Shi, G.; Zha, Z.J. Generalized uav object detection via frequency domain disentanglement. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: Piscataway, NJ, USA, 2023; pp. 1064–1073. [Google Scholar]
  24. Yao, T.; Pan, Y.; Li, Y.; Ngo, C.W.; Mei, T. Wave-vit: Unifying wavelet and transformers for visual representation learning. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2022; pp. 328–345. [Google Scholar]
  25. Wang, W.; Xie, E.; Li, X.; Fan, D.P.; Song, K.; Liang, D.; Lu, T.; Luo, P.; Shao, L. Pyramid vision transformer: A versatile backbone for dense prediction without convolutions. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2021; pp. 568–578. [Google Scholar]
  26. Li, K.; Wang, Y.; Zhang, J.; Gao, P.; Song, G.; Liu, Y.; Li, H.; Qiao, Y. Uniformer: Unifying convolution and self-attention for visual recognition. IEEE Trans. Pattern Anal. Mach. Intell. 2023, 45, 12581–12600. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  27. 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; IEEE: Piscataway, NJ, USA, 2021; pp. 10012–10022. [Google Scholar]
  28. Chu, X.; Tian, Z.; Wang, Y.; Zhang, B.; Ren, H.; Wei, X.; Xia, H.; Shen, C. Twins: Revisiting the design of spatial attention in vision transformers. Adv. Neural Inf. Process. Syst. 2021, 34, 9355–9366. [Google Scholar]
  29. Weng, W.; Lin, W.; Lin, F.; Ren, J.; Shen, F. A novel cross frequency-domain interaction learning for aerial oriented object detection. In Proceedings of the Chinese Conference on Pattern Recognition and Computer Vision (PRCV); Springer: Singapore, 2023; pp. 292–305. [Google Scholar]
  30. Tian, B.; Chen, H.; Zhang, H. Dynamic multi-scale feature fusion with spatial-gated frequency attention for oriented object detection in remote sensing images. Eng. Appl. Artif. Intell. 2026, 167, 113932. [Google Scholar] [CrossRef] [Scilit]
  31. Lin, T.Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft coco: Common objects in context. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2014; pp. 740–755. [Google Scholar]
  32. Pan, X.; Ren, Y.; Sheng, K.; Dong, W.; Yuan, H.; Guo, X.; Ma, C.; Xu, C. Dynamic refinement network for oriented and densely packed object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2020; pp. 11207–11216. [Google Scholar]
  33. Qian, W.; Yang, X.; Peng, S.; Yan, J.; Guo, Y. Learning modulated loss for rotated object detection. Proc. AAAI Conf. Artif. Intell. 2021, 35, 2458–2466. [Google Scholar] [CrossRef] [Scilit]
  34. Yang, X.; Yang, J.; Yan, J.; Zhang, Y.; Zhang, T.; Guo, Z.; Sun, X.; Fu, K. SCRDet: Towards More Robust Detection for Small, Cluttered and Rotated Objects. In Proceedings of the 2019 IEEE/CVF International Conference on Computer Vision (ICCV); IEEE: Piscataway, NJ, USA, 2019; pp. 8231–8240. [Google Scholar] [CrossRef] [Scilit]
  35. Yang, X.; Yan, J.; Feng, Z.; He, T. R3det: Refined single-stage detector with feature refinement for rotating object. Proc. AAAI Conf. Artif. Intell. 2021, 35, 3163–3171. [Google Scholar] [CrossRef] [Scilit]
  36. Zeng, Y.; Chen, Y.; Yang, X.; Li, Q.; Yan, J. ARS-DETR: Aspect Ratio-Sensitive Detection Transformer for Aerial Oriented Object Detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5610315. [Google Scholar] [CrossRef] [Scilit]
  37. Han, J.; Ding, J.; Li, J.; Xia, G.S. Align deep features for oriented object detection. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5602511. [Google Scholar] [CrossRef] [Scilit]
  38. Hou, L.; Lu, K.; Xue, J.; Li, Y. Shape-adaptive selection and measurement for oriented object detection. Proc. AAAI Conf. Artif. Intell. 2022, 36, 923–932. [Google Scholar] [CrossRef] [Scilit]
  39. Cheng, G.; Wang, J.; Li, K.; Xie, X.; Lang, C.; Yao, Y.; Han, J. Anchor-free oriented proposal generator for object detection. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5625411. [Google Scholar] [CrossRef] [Scilit]
  40. Lee, C.; Son, J.; Shon, H.; Jeon, Y.; Kim, J. FRED: Towards a full rotation-equivariance in aerial image object detection. Proc. AAAI Conf. Artif. Intell. 2024, 38, 2883–2891. [Google Scholar] [CrossRef] [Scilit]
  41. Lee, G.; Kim, J.; Kim, T.; Woo, S. Rotated-DETR: An end-to-end transformer-based oriented object detector for aerial images. In Proceedings of the 38th ACM/SIGAPP Symposium on Applied Computing; Association for Computing Machinery: New York, NY, USA, 2023; pp. 1248–1255. [Google Scholar]
  42. Xie, X.; Cheng, G.; Wang, J.; Yao, X.; Han, J. Oriented R-CNN for object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2021; pp. 3520–3529. [Google Scholar]
  43. Hu, Z.; Gao, K.; Zhang, X.; Wang, J.; Wang, H.; Yang, Z.; Li, C.; Li, W. EMO2-DETR: Efficient-matching oriented object detection with transformers. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5616814. [Google Scholar] [CrossRef] [Scilit]
  44. Han, J.; Ding, J.; Xue, N.; Xia, G.S. Redet: A rotation-equivariant detector for aerial object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2021; pp. 2786–2795. [Google Scholar]
  45. Yang, X.; Yan, J.; Ming, Q.; Wang, W.; Zhang, X.; Tian, Q. Rethinking rotated object detection with gaussian wasserstein distance loss. In Proceedings of the International Conference on Machine Learning; PMLR: Cambridge, MA, USA, 2021; pp. 11830–11841. [Google Scholar]
  46. Zhang, X.; Zhao, C.; Hu, B.; Wang, C.; Luo, H.; Zhong, S.; Peng, J.; Fan, J. Efficient Object Detection in Large-Scale Remote Sensing Images via Situation-Aware Model. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 22486–22498. [Google Scholar] [CrossRef] [Scilit]
  47. Sun, P.; Zheng, Y.; Xu, W.; Yang, J. Dual-Stream Global Relationship Learning for Oriented Object Detection in Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 13652–13665. [Google Scholar] [CrossRef] [Scilit]
  48. Jian, Q.; Qian, X.; Luo, L.; Li, Y. An Improved Oriented Object Detection Method for Remote Sensing Images Based on Oriented R-CNN. In Proceedings of the 2025 5th International Conference on Artificial Intelligence and Industrial Technology Applications (AIITA); IEEE: Piscataway, NJ, USA, 2025; pp. 1044–1047. [Google Scholar]
  49. Ming, Q.; Zhou, Z.; Miao, L.; Zhang, H.; Li, L. Dynamic anchor learning for arbitrary-oriented object detection. Proc. AAAI Conf. Artif. Intell. 2021, 35, 2355–2363. [Google Scholar] [CrossRef] [Scilit]
  50. Pu, Y.; Wang, Y.; Xia, Z.; Han, Y.; Wang, Y.; Gan, W.; Wang, Z.; Song, S.; Huang, G. Adaptive rotated convolution for rotated object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2023; pp. 6589–6600. [Google Scholar]
  51. Li, Y.; Li, X.; Dai, Y.; Hou, Q.; Liu, L.; Liu, Y.; Cheng, M.M.; Yang, J. Lsknet: A foundation lightweight backbone for remote sensing. Int. J. Comput. Vis. 2025, 133, 1410–1431. [Google Scholar] [CrossRef] [Scilit]
  52. Hu, Y.; Hou, B.; Yang, C.; Ren, B.; Jiao, L. FCG-DETR: Foreground Confidence-Guided Detection Transformer for Remote Sensing Oriented Object Detection. IEEE Trans. Geosci. Remote Sens. 2026, 64, 5619517. [Google Scholar] [CrossRef] [Scilit]
  53. Dai, L.; Liu, H.; Tang, H.; Wu, Z.; Song, P. AO2-DETR: Arbitrary-oriented object detection transformer. IEEE Trans. Circuits Syst. Video Technol. 2022, 33, 2342–2356. [Google Scholar] [CrossRef] [Scilit]
  54. Zhang, H.; Ai, H.; Liu, D.; Mei, C.; Wang, H.; Zhang, W. Dynamic Progressive Activation With Adaptive Constraints for Rotated Object Detection in Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 19, 223–234. [Google Scholar] [CrossRef] [Scilit]
  55. Lin, T.Y.; Goyal, P.; Girshick, R.; He, K.; Dollár, P. Focal loss for dense object detection. In Proceedings of the IEEE International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2017; pp. 2980–2988. [Google Scholar]
  56. Xia, G.S.; Bai, X.; Ding, J.; Zhu, Z.; Belongie, S.; Luo, J.; Datcu, M.; Pelillo, M.; Zhang, L. DOTA: A large-scale dataset for object detection in aerial images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2018; pp. 3974–3983. [Google Scholar]
  57. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask r-cnn. In Proceedings of the IEEE International Conference on Computer Vision; IEEE: Piscataway, NJ, USA, 2017; pp. 2961–2969. [Google Scholar]
  58. Chen, K.; Pang, J.; Wang, J.; Xiong, Y.; Li, X.; Sun, S.; Feng, W.; Liu, Z.; Shi, J.; Ouyang, W.; et al. Hybrid task cascade for instance segmentation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2019; pp. 4974–4983. [Google Scholar]
  59. Ding, J.; Xue, N.; Long, Y.; Xia, G.S.; Lu, Q. Learning RoI transformer for oriented object detection in aerial images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2019; pp. 2849–2858. [Google Scholar]
  60. Li, W.; Chen, Y.; Hu, K.; Zhu, J. Oriented reppoints for aerial object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2022; pp. 1829–1838. [Google Scholar]
  61. Zheng, S.; Xu, Y.; Zheng, P.; Wei, Z.; Wu, Z. See Hidden Insight From Transposition: Multiaxis Feature Aggregation for Aerial Object Detection. IEEE Trans. Geosci. Remote Sens. 2026, 64, 5610913. [Google Scholar] [CrossRef] [Scilit]
  62. Xi, Y.; Lu, T.; Kang, X.; Li, S. Structure-Adaptive Oriented Object Detection Network for Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5634013. [Google Scholar] [CrossRef] [Scilit]
  63. Xu, Y.; Fu, M.; Wang, Q.; Wang, Y.; Chen, K.; Xia, G.S.; Bai, X. Gliding vertex on the horizontal bounding box for multi-oriented object detection. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 43, 1452–1459. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  64. Yao, Y.; Cheng, G.; Wang, G.; Li, S.; Zhou, P.; Xie, X.; Han, J. On improving bounding box representations for oriented object detection. IEEE Trans. Geosci. Remote Sens. 2022, 61, 5600111. [Google Scholar] [CrossRef] [Scilit]
  65. Cheng, G.; Yao, Y.; Li, S.; Li, K.; Xie, X.; Wang, J.; Yao, X.; Han, J. Dual-Aligned Oriented Detector. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5618111. [Google Scholar] [CrossRef] [Scilit]
  66. Zhang, S.; Wang, X.; Wang, J.; Pang, J.; Lyu, C.; Zhang, W.; Luo, P.; Chen, K. Dense distinct query for end-to-end object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2023; pp. 7329–7338. [Google Scholar]
  67. Zheng, S.; Wu, Z.; Xu, Y.; Liu, Q.; Wei, Z. More accurate constraints for self-supervised learning in remote sensing images-based object detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 12303–12314. [Google Scholar] [CrossRef] [Scilit]
  68. Zheng, S.; Wu, Z.; Du, Q.; Xu, Y.; Wei, Z. Oriented object detection for remote sensing images via object-wise rotation-invariant semantic representation. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5625515. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Visualization of image-level and instance-level features. SF and FF denote the spatial feature and frequency feature, respectively. RPN denotes the region proposal network.
Figure 1. Visualization of image-level and instance-level features. SF and FF denote the spatial feature and frequency feature, respectively. RPN denotes the region proposal network.
Remotesensing 18 02845 g001
Figure 2. The overall structure of our dual-level spatial–frequency collaborative detector (DSCDet). The DSCDet contains backbone, neck (FPN), head1 (RPN), RoI Pooling layer and head2 (detector) stages. The proposed generic cross-domain attention fusion (GCDAF) module is integrated into the backbone and detector stages. Cls. and Reg. represent the classification and regression branches, respectively.
Figure 2. The overall structure of our dual-level spatial–frequency collaborative detector (DSCDet). The DSCDet contains backbone, neck (FPN), head1 (RPN), RoI Pooling layer and head2 (detector) stages. The proposed generic cross-domain attention fusion (GCDAF) module is integrated into the backbone and detector stages. Cls. and Reg. represent the classification and regression branches, respectively.
Remotesensing 18 02845 g002
Figure 3. Visualization of different wavelet sub-bands and corresponding normalized energy distribution for three typical categories, including PL, LV, and SV.
Figure 3. Visualization of different wavelet sub-bands and corresponding normalized energy distribution for three typical categories, including PL, LV, and SV.
Remotesensing 18 02845 g003
Figure 4. Visualizations of our proposed generic cross-domain attention fusion (GCDAF) module. Given the input spatial F spa and frequency features F freq , the final enhanced feature F enh is obtained by sequentially performing operations (ad). The linear function is employed for instance-level GCDAF, while the image-level GCDAF is modified and implemented via convolutional layer.
Figure 4. Visualizations of our proposed generic cross-domain attention fusion (GCDAF) module. Given the input spatial F spa and frequency features F freq , the final enhanced feature F enh is obtained by sequentially performing operations (ad). The linear function is employed for instance-level GCDAF, while the image-level GCDAF is modified and implemented via convolutional layer.
Remotesensing 18 02845 g004
Figure 5. Visualizations of different methods on the DOTA dataset. Odd rows display detection outputs from the baseline model, while even rows correspond to the predictions yielded by our proposed DSCDet.
Figure 5. Visualizations of different methods on the DOTA dataset. Odd rows display detection outputs from the baseline model, while even rows correspond to the predictions yielded by our proposed DSCDet.
Remotesensing 18 02845 g005
Figure 6. Visualizations of different methods on the DIOR-R dataset. The first and second rows show the detection results of baseline method and our proposed DSCDet. The third row shows the visualizations of the ground truth.
Figure 6. Visualizations of different methods on the DIOR-R dataset. The first and second rows show the detection results of baseline method and our proposed DSCDet. The third row shows the visualizations of the ground truth.
Remotesensing 18 02845 g006
Table 1. Quantitative comparisons of various detection algorithms on the DOTA-v1.0 benchmark. Here, BB stands for the adopted backbone architecture. * denotes the multi-scale training and testing strategy. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
Table 1. Quantitative comparisons of various detection algorithms on the DOTA-v1.0 benchmark. Here, BB stands for the adopted backbone architecture. * denotes the multi-scale training and testing strategy. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
MethodBBPLBDBRGTFSVLVSHTCBCSTSBFRAHASPHCmAP
DRN [32]H10488.9180.2243.5263.3573.4870.6984.9490.1483.8584.1150.1258.4167.6268.6052.5070.70
RSDet [33]R10189.8082.9048.6065.2069.5070.1070.2090.5085.6083.4062.5063.9065.6067.2068.0072.20
SCRDet [34]R10189.9880.6552.0968.3668.3660.3272.4190.8587.9486.8665.0266.6866.2568.2465.2172.61
R 3 Det [35]R10188.7683.0950.9167.2776.2380.3986.7290.7884.6883.2461.9861.3566.9170.6353.9473.79
ARS-DETR [36]R5086.6177.2648.8466.7678.3878.9687.4090.6182.7682.1954.0262.6172.6472.8064.9673.79
S 2 ANet [37]R5089.3080.1150.9773.9178.5977.3486.3890.9185.1484.8460.4566.9466.7868.5551.6574.13
SASM [38]R5086.4278.9752.4769.8477.3075.9986.7290.8982.6385.6660.1368.2573.9872.2262.3774.92
AOPG [39]R10189.1482.7451.8769.2877.6582.4288.0890.8986.2685.1360.6066.3074.0567.7658.7775.39
ARS-DETR [36]Swin-T87.6576.5450.6469.8579.7683.9187.9290.2686.2485.0954.5867.0175.6273.6663.3975.47
FRED [40]ReR5089.3782.1250.8473.8977.5877.3887.5190.8286.3084.2562.5465.1072.6569.5563.4175.56
Rotated-DETR [41]Swin-T89.6984.4752.0372.2578.6382.5187.8990.8885.3884.3361.8666.9272.2570.5156.1475.72
O-RCNN [42]R5089.4682.1254.7870.8678.9383.0088.2090.9087.5084.6863.9767.6974.9468.8452.2875.87
EMO2-DETR * [43]R5088.2576.8850.8073.3377.6681.2187.2690.4878.6285.0059.8866.0276.8481.1170.1176.23
ReDet [44]ReR5088.7982.6453.9774.0078.1384.0688.0490.8987.7885.7561.7660.3975.9668.0763.5976.25
O-RCNN [42]R10188.8683.4855.2776.9274.2782.1087.5290.9085.5685.3365.5166.8274.3670.1557.2876.28
GWD [45]R5088.8282.9455.6372.7578.5283.1087.4690.2186.3685.4464.7061.4173.4676.9457.3876.34
SANet [46]R5089.0484.6654.9178.1073.5877.2987.6090.8886.1884.3868.4563.2876.4571.4059.8476.40
DGRL [47]R10189.3584.9052.5872.3278.1081.9088.1590.9088.4884.5263.7866.1776.4468.5860.9576.48
TSA [48]R5089.4482.9553.7573.3179.2983.4987.6190.9086.7984.6057.4867.7173.0570.6567.6076.56
DAL [49]R10189.6983.1155.0371.0078.3081.9088.4690.8984.9787.4664.4165.6576.8672.0964.3576.95
FDOL [9]ReR5088.8284.1556.2575.0474.8983.8888.1490.9187.9785.4259.4466.3677.0574.1165.8977.22
ARC (Baseline) [50]ARC5089.4082.4855.3373.8879.3784.0588.0690.9086.4484.8363.6370.3274.2971.9165.4377.35
LSKNet-S [51]LSK5089.6685.5257.7275.7074.9578.6988.2490.8886.7986.3866.9263.7777.7774.4764.8277.49
FCG-DETR [52]R10188.3582.9254.8371.9780.7582.2688.8190.3587.0586.0964.9369.9878.0775.0466.8277.51
ARC [50]ARC10189.3983.5857.5175.9478.7583.5888.0890.9085.9385.3864.0368.6575.5972.0365.6877.70
AO2-DETR [53]R5089.2784.9756.6774.8978.8782.7387.3590.5084.6885.4161.9769.9674.6872.3971.6277.73
DynaPro [54]ViT89.8280.7756.9073.7180.1485.7488.4490.8586.6385.6062.8970.8276.3867.8071.1777.85
DSCDet (Ours)ARC5089.6183.2858.6474.5480.5385.5788.4890.9087.9484.5264.7968.4476.3673.3367.2778.28
Table 2. Quantitative comparisons of various detection algorithms on the DOTA-v1.5 benchmark. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
Table 2. Quantitative comparisons of various detection algorithms on the DOTA-v1.5 benchmark. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
MethodPLBDBRGTFSVLVSHTCBCSTSBFRAHASPHCCCmAP
RTN-O [55]71.4377.6442.1264.6544.5356.7973.3190.8476.0259.9646.9569.2459.6564.5248.060.8359.16
EMO2-DETR [43]71.8175.3645.0958.7048.1973.2680.2890.7073.0576.5339.3665.3156.9669.2947.1115.6461.67
FR-O [56]71.8974.4744.4559.8751.2868.9879.3790.7877.3867.5047.7569.7261.2265.2860.471.5462.00
Mask R-CNN [57]76.8473.5149.9057.8051.3171.3479.7590.4674.2166.0746.2170.6163.0764.4657.819.4262.67
HTC [58]77.8073.6751.4063.9951.5473.3180.3190.4875.1267.3448.5170.6364.8464.4855.875.1563.40
Rotated-DETR [41]64.71
RoI-T [59]71.7082.7053.0071.5051.3074.6080.6090.4078.0068.3053.1073.4073.9065.6056.903.0065.50
AO2-DETR [53]79.5578.1442.4161.2355.3474.5079.5790.6474.7677.5853.5666.9158.5673.1169.6424.7166.26
ReDet [44]79.2082.8151.9271.4152.3875.7380.9290.8375.8168.6449.2972.0373.3670.5563.3311.5366.86
O-Reps [60]75.5282.6051.2470.2157.8173.8286.2590.8678.3076.4753.6172.7866.6869.4853.6611.0966.90
SANet [46]72.2976.8753.2577.5852.1976.3481.0090.8579.3669.3768.0174.0774.3266.7156.4413.0867.61
FDOL [9]79.9583.1053.1366.7354.7476.7588.3690.8082.3172.8150.7471.2474.7271.1560.540.9167.88
FCG-DETR [52]67.89
ARC (Baseline) [50]79.8679.9355.4772.6152.3576.2087.9590.8482.9368.8956.9073.7572.6971.7663.962.668.04
SHIFT [61]79.0882.5356.2871.2851.9675.9081.0590.8176.7770.3950.2672.2575.0671.8370.3314.2368.19
FRED [40]79.6081.4452.6072.5758.0774.8286.1290.8182.1374.8453.3772.9369.5169.9154.8219.2768.30
LSKNet-S [51]72.0584.9455.4174.9352.4277.4581.1790.8579.4469.0062.1073.7277.4975.2955.8142.1970.26
SOOD [62]80.3284.4152.5974.7758.4876.9086.9790.8778.6276.5662.9371.1674.6476.0455.9725.0970.39
DSCDet (Ours)79.0584.4259.3874.2658.0377.7087.4490.8283.2574.4561.8570.2075.0175.0367.1717.1370.95
Table 3. Quantitative comparison of various detection algorithms on the DIOR-R benchmark. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
Table 3. Quantitative comparison of various detection algorithms on the DIOR-R benchmark. All comparative experimental data are reproduced using the publicly released source codes of corresponding approaches. The optimal and suboptimal mAP values for each target category are marked in bold with colored background and underlined format, respectively.
MethodAPLAPOBFBCBRCHDAMETSESAGFGTFHAOPSHSTASTOTCTSVEWMmAP
RTN-O [55]61.4928.5273.5781.1723.9872.5419.9472.3958.2069.2579.5432.1444.8777.7167.5761.0981.4647.3338.0160.2457.55
FR-O [56]62.7926.8071.2280.9134.2072.5718.9566.4565.7566.6379.2434.9548.7981.1464.3471.2181.4447.3150.4665.2159.54
GV [63]65.3528.8774.9681.3333.8874.3119.5870.7264.7072.3078.6837.2249.6480.2269.2661.1381.4944.7647.7165.0460.06
RoI-T [59]63.3437.8871.7887.5340.6872.6026.8678.7168.0968.9682.7447.7155.6181.2178.2370.2681.6154.8643.2765.5263.87
IBBR [64]63.2241.3971.9788.5541.2372.6328.8278.9069.0070.0783.0147.8355.5481.2372.1562.6689.0558.0943.3865.3664.20
AOPG [39]62.3937.7971.6287.6340.9072.4731.0865.4277.9973.2081.9442.3254.4581.1772.6971.3181.4960.0452.3869.9964.41
DODet [65]63.4043.3572.1181.3243.1272.5933.3278.7770.8474.1575.4748.0059.3185.4174.0471.5681.5255.4751.8666.4065.10
GCL [15]63.0848.8772.0381.3345.3880.0134.1670.3880.4278.4183.1247.1359.4281.2373.4062.4781.4556.7743.8566.1665.45
DGRL [47]69.3740.9977.6589.4243.9772.6530.2579.2567.2876.5383.1345.1258.0181.2979.5562.5689.8055.7147.1364.9665.73
ARC (Baseline) [50]70.1251.0571.2687.3445.4277.6834.2570.3176.8970.1281.4751.8356.7979.8667.6468.5287.7657.3846.8565.0665.88
ARS-DETR [36]68.0054.1774.4381.6541.1375.6634.8973.0781.9276.1078.6236.3355.4184.5570.0972.2381.1461.5250.5770.2866.12
ReDet [44]71.0351.8871.8187.9246.0778.3934.9070.9877.4070.8881.9952.5457.3480.3268.2869.0988.2457.9047.2165.1966.47
DDQ-O [66]66.7154.1473.1181.8045.2577.6033.3770.0979.1872.2475.4247.1858.2789.5070.9874.6282.8355.0356.2366.6166.51
DCFL [14]68.6053.1076.7087.1042.1078.6034.5071.5080.8079.7079.5047.3057.4085.2064.6066.4081.5058.9050.9070.9066.80
OrientedFormer [11]65.6548.6978.7987.1741.9076.3434.3772.1481.4075.3779.8345.1556.1288.6667.5972.6887.3260.3156.5469.5667.28
RQFormer [10]67.3155.2374.1982.7444.4978.5639.8570.2779.8475.1080.3845.6458.5188.9168.1075.7385.5257.1753.5465.0567.31
FCG-DETR [52]68.1753.3173.0086.9145.2575.0234.9674.2481.9277.1078.3248.0054.8685.5073.3269.6986.2060.0456.2368.4767.85
DSCDet (Ours)68.6756.3971.5888.7940.8978.2938.7870.6181.9276.1882.9746.0758.3189.4767.9974.7389.3755.1956.0670.3468.13
Table 4. Quantitative results of our image-level GCDAF with different frequency tools on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
Table 4. Quantitative results of our image-level GCDAF with different frequency tools on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
MethodFrequency ToolsParameters (M)FLOPs (G)mAP75mAP50
ReDet31.65134.0850.8476.25
+SE31.81135.0151.2076.90
+GCDAF (Ours)FFT≈32.16139.3551.2776.68
DCT139.1051.4576.85
Daubechies138.9251.7177.12
Symlets138.9551.6877.08
Haar WT138.7051.8377.22
ARC74.83180.3851.9477.35
+SE74.99181.3152.0177.48
+GCDAF (Ours)FFT≈75.34185.6451.8377.38
DCT185.3951.9777.52
Daubechies185.2152.1577.75
Symlets185.2452.1277.71
Haar WT184.9952.2477.86
Table 5. Ablation study on frequency sub-bands of the image-level GCDAF on the DOTA-v1.0 benchmark. We adopt the removal-based strategy to quantify the contribution of each sub-band.
Table 5. Ablation study on frequency sub-bands of the image-level GCDAF on the DOTA-v1.0 benchmark. We adopt the removal-based strategy to quantify the contribution of each sub-band.
MethodSub-Bands UsedParameters (M)FLOPs (G)mAP75mAP50
ARC74.83180.3851.9477.35
+GCDAF (Ours)LL + LH + HL + HH≈75.34≈184.9952.2477.86
w/o LL52.1777.79
w/o LH52.0677.67
w/o HL52.0377.64
w/o HH51.9777.52
Table 6. Influence of W s s , W s f , and W f f in our proposed image-level GCDAF with different baseline methods on the DOTA-v1.0 benchmark. mAP75 and mAP50 are used for evaluation.
Table 6. Influence of W s s , W s f , and W f f in our proposed image-level GCDAF with different baseline methods on the DOTA-v1.0 benchmark. mAP75 and mAP50 are used for evaluation.
MethodBackboneArrangement W ss W sf W ff mAP75mAP50
ReDetReR5050.8476.25
Single 51.2076.90
51.4977.04
50.8376.31
Multiple 51.6777.12
51.1776.92
51.5277.03
51.8377.22
ARCARC5051.9477.35
Single 52.0177.48
52.1477.65
52.0677.39
Multiple 52.2177.73
52.1277.50
52.1977.70
52.2477.86
Table 7. Quantitative results of our instance-level GCDAF with different frequency tools on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
Table 7. Quantitative results of our instance-level GCDAF with different frequency tools on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
MethodFrequency ToolsParameters (M)FLOPs (G)mAP75mAP50
ReDet31.65134.0850.8476.25
+SE61.64185.3651.3577.24
+GCDAF (Ours)FFT≈67.95194.7051.8277.45
DCT194.4551.9677.62
Daubechies194.2752.2177.88
Symlets194.3052.1877.85
Haar WT194.0552.3878.01
ARC74.83180.3851.9477.35
+SE104.82231.6652.3077.82
+GCDAF (Ours)FFT≈111.13241.3051.9077.50
DCT241.0552.0577.68
Daubechies240.8752.2677.92
Symlets240.9052.2377.89
Haar WT240.3552.3378.09
Table 8. Ablation study on frequency sub-bands of the instance-level GCDAF on the DOTA-v1.0 benchmark. We adopt the removal-based strategy to quantify the contribution of each sub-band.
Table 8. Ablation study on frequency sub-bands of the instance-level GCDAF on the DOTA-v1.0 benchmark. We adopt the removal-based strategy to quantify the contribution of each sub-band.
MethodSub-Bands UsedParameters (M)FLOPs (G)mAP75mAP50
ARC74.83180.3851.9477.35
+GCDAF (Ours)LL + LH + HL + HH≈111.13≈240.3552.3378.09
w/o LL52.2778.02
w/o LH52.1877.91
w/o HL52.1577.88
w/o HH52.0777.75
Table 9. Influence of W s s , W s f , and W f f in our proposed instance-level GCDAF with different baseline methods on the DOTA-v1.0 benchmark. mAP75 and mAP50 are used for evaluation.
Table 9. Influence of W s s , W s f , and W f f in our proposed instance-level GCDAF with different baseline methods on the DOTA-v1.0 benchmark. mAP75 and mAP50 are used for evaluation.
MethodBackboneArrangement W ss W sf W ff mAP75mAP50
ReDetReR5050.8476.25
Single 51.3577.24
52.0977.65
50.9776.41
Multiple 52.1377.96
51.3777.24
51.9677.83
52.3878.01
ARCARC5051.9477.35
Single 52.3077.82
52.1377.93
52.0677.52
Multiple 52.1877.80
52.0977.49
51.3577.96
52.3378.09
Table 10. Gains of image-level and instance-level GCDAF in our method on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
Table 10. Gains of image-level and instance-level GCDAF in our method on the DOTA-v1.0 benchmark. Parameters (M), FLOPs (G), mAP75 and mAP50 are used for evaluation.
MethodBackboneImage-LevelInstance-LevelParameters (M)FLOPs (G)mAP75mAP50
ReDetReR50 31.65134.0850.8476.25
32.16138.7051.8377.22
67.95194.0552.3878.01
68.46198.6752.3778.12
ARCARC50 74.83180.3851.9477.35
75.34184.9952.2477.86
111.13240.3552.3378.09
111.64244.9652.5178.28
Table 11. Influence of different fusion coefficient strategies for α 1 , α 2 , and α 3 in our DSCDet. ReR50 and ARC50 backbones are adopted, and mAP75 & mAP50 are used for evaluation.
Table 11. Influence of different fusion coefficient strategies for α 1 , α 2 , and α 3 in our DSCDet. ReR50 and ARC50 backbones are adopted, and mAP75 & mAP50 are used for evaluation.
BackboneStrategymAP75mAP50
ReR5050.8476.25
Fixed52.3778.12
Normalized50.4677.32
Learnable52.3378.15
ARC5051.9477.35
Fixed52.4778.22
Normalized52.2977.94
Learnable52.5178.28
Table 12. Comparisons between other spatial–frequency feature fusion and attention-based feature interaction methods. CNN- and Transformer-based [27] approaches are involved for comparison.
Table 12. Comparisons between other spatial–frequency feature fusion and attention-based feature interaction methods. CNN- and Transformer-based [27] approaches are involved for comparison.
MethodParameters (M)FLOPs (G)mAP50
Frequency-Aware, Multi-Scale Feature Refinement
FADL [21]34.3274.80
Twins-SVT-L [28]108.56443.3275.78
SpectFormer-L [19]98.88390.5076.03
Swin-L [27]206.70879.4677.41
WaveViT-L [24]62.33417.1676.40
PVTv2-b5 [25]90.34323.7077.11
CFBA-FPN [2]78.03
Attention-Based Feature Interaction
MSFN [13]76.20
FDOL [9]32.16138.6977.22
SE [18]61.64185.3677.24
UniFormer-L [26]108.23535.3777.54
WTHA-ViT-M [8]53.69286.1277.60
DFGFNet [30]35.59194.9677.75
SFFD [12]67.95194.0578.01
DSCDet (Ours)111.64244.9678.28
Table 13. Accuracy–complexity trade-off comparisons of different methods on the DOTA-v1.0 benchmark. All methods are built on the ReDet baseline with ReR50 backbone, and the resolution of input sample is fixed as 1024 × 1024. All efficiency metrics are measured on a single NVIDIA GTX 1080ti GPU. Our method is trained three times with different random seeds, and we report the mean and standard deviation of mAP.
Table 13. Accuracy–complexity trade-off comparisons of different methods on the DOTA-v1.0 benchmark. All methods are built on the ReDet baseline with ReR50 backbone, and the resolution of input sample is fixed as 1024 × 1024. All efficiency metrics are measured on a single NVIDIA GTX 1080ti GPU. Our method is trained three times with different random seeds, and we report the mean and standard deviation of mAP.
MethodmAP50Parameters (M)FLOPs (G)Train TimeTest FPSGPU Memory
ReDet [44]76.2531.65134.0823.5 h7.84.3
FDOL [9]77.2232.16138.6939.2 h4.45.6
SHIFT [61]77.9534.83197.1828.7 h4.36.0
MAC [67]77.9547.81246.5946.2 h1.77.9
SFFD [12]78.0167.95194.0538.6 h4.96.2
ORSR [68]78.0331.68206.5941.7 h5.58.1
DSCDet (Ours) 78 . 14 ± 0 . 07 68.46198.6739.0 h3.97.7
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

Shi, X.; Sun, J.; Yu, K.; Wei, Z.; Zheng, S. Dual-Level Spatial–Frequency Collaborative Detector for Oriented Object Detection in Remote Sensing Images. Remote Sens. 2026, 18, 2845. https://doi.org/10.3390/rs18162845

AMA Style

Shi X, Sun J, Yu K, Wei Z, Zheng S. Dual-Level Spatial–Frequency Collaborative Detector for Oriented Object Detection in Remote Sensing Images. Remote Sensing. 2026; 18(16):2845. https://doi.org/10.3390/rs18162845

Chicago/Turabian Style

Shi, Xuehuai, Jingru Sun, Kun Yu, Zhihui Wei, and Shangdong Zheng. 2026. "Dual-Level Spatial–Frequency Collaborative Detector for Oriented Object Detection in Remote Sensing Images" Remote Sensing 18, no. 16: 2845. https://doi.org/10.3390/rs18162845

APA Style

Shi, X., Sun, J., Yu, K., Wei, Z., & Zheng, S. (2026). Dual-Level Spatial–Frequency Collaborative Detector for Oriented Object Detection in Remote Sensing Images. Remote Sensing, 18(16), 2845. https://doi.org/10.3390/rs18162845

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