Next Article in Journal
A Head-to-Head Comparison of Three Literature Algorithms for Physical Activity Endpoints from a Wrist Accelerometer in Free-Living Conditions
Next Article in Special Issue
BDC-YOLO: A Novel Architecture Coupling Dynamic Serpentine Convolutions with Bi-Level Routing Attention for Road Defect Detection
Previous Article in Journal
Accuracy of Photoplethysmography-Derived Pulse Rate Variability Compared with Electrocardiography-Derived Heart Rate Variability: A Systematic Review and Meta-Analysis
Previous Article in Special Issue
YOLO-CPCL: Compact Multi-Class Oriented Ship Detection with Adaptive Feature Fusion and Aspect-Ratio-Coupled Angle Supervision
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

BGD-Net: An Object–Background Decoupling Network for Oriented Object Detection in Complex Remote Sensing Scenes

College of Information Engineering and Artificial Intelligence, Henan University of Science and Technology, Luoyang 471000, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(16), 5193; https://doi.org/10.3390/s26165193
Submission received: 7 July 2026 / Revised: 10 August 2026 / Accepted: 12 August 2026 / Published: 17 August 2026

Abstract

Oriented object detection in high-resolution remote sensing images remains vulnerable to object–background confusion in complex scenes, where visually similar background structures can produce high-confidence false positives. To address this problem, we propose BGD-Net, an object–background decoupling framework that suppresses confusing background responses from the feature, sample, and optimization levels. First, a Background-Decoupled Feature Module (BDFM) separately models object responses and background activations and performs residual feature purification before proposal generation. Second, Hard Background Mining (HBM) identifies high-confidence, low-overlap background RoIs that are most likely to cause false-positive detections and assigns them greater training emphasis. Third, an Object–Background Contrastive Suppression Loss (OBCS Loss) uses the mined hard backgrounds as targeted negative samples to enlarge the representation gap between true objects and confusing backgrounds in the RoI embedding space. Experiments on DOTA-v1.0 show that BGD-Net achieves 82.94% mAP@0.5, improving the Oriented R-CNN baseline by 2.07 percentage points while reducing Hard-FP by 38.48%. The method also achieves 98.47% mAP@0.5 on HRSC2016 and 68.35% mAP@0.5 on DIOR-R, demonstrating effective performance across different remote sensing scenes. Ablation, multi-seed, and threshold-sensitivity experiments further verify the complementary contributions and reproducibility of the proposed components. BGD-Net introduces only a modest increase in model complexity, indicating a favorable balance between detection accuracy and practical efficiency.

1. Introduction

In recent years, oriented object detection has made significant progress in high-resolution remote sensing image interpretation. Two-stage detectors usually achieve high localization accuracy by generating rotated proposals and aligning regional features. For example, RoI Transformer [1] learns a spatial transformation to convert horizontal RoIs into rotated RoIs, thereby improving feature alignment for arbitrarily oriented objects. Oriented R-CNN [2] designs a lightweight oriented RPN and combines it with Rotated RoIAlign to achieve efficient oriented object detection. In contrast, one-stage detectors pay more attention to detection efficiency. R3Det [3] alleviates the mismatch between rotated bounding boxes and features through a feature refinement mechanism, while S2A-Net [4] improves oriented object representation by using feature alignment and orientation-aware detection modules. In addition, to address angle periodicity, boundary discontinuity, and parameter coupling in rotated box regression, CSL [5], DCL [6], GWD [7], and KLD [8] improve regression stability from the perspectives of angle encoding, label smoothing, and Gaussian geometric measurement. Multi-scale feature fusion structures, such as FPN [9], PANet [10], NAS-FPN [11], BiFPN [12], and ASFF [13], have also been widely used to improve the detection of small and multi-scale objects in remote sensing images.
Although existing methods have achieved promising performance in orientation modeling, feature alignment, multi-scale fusion, and rotated box regression, the object–background confusion problem in complex scenes remains insufficiently addressed [14,15]. High-resolution remote sensing images often contain background structures whose visual patterns resemble those of real objects [16,17]. For example, dock edges and shorelines may be confused with ships, runway markings may interfere with aircraft detection, and road or industrial structures may trigger false-positive responses. Such object-like background patterns can lead to high-confidence false positives in complex scenes [18,19].
To address the above issues, this paper proposes BGD-Net, an object–background decoupled learning network for oriented object detection in complex remote sensing scenes. Different from existing methods that mainly improve detection performance through orientation modeling, multi-scale feature enhancement, or rotated box regression optimization, this work focuses on decoupling object features from background interference under complex background conditions. Specifically, we first construct a Background-Decoupled Feature Module (BDFM) on the multi-scale features output by FPN. BDFM separately models object-related regions and background interference regions through an object-response branch and a background-suppression branch, and enhances object responses while weakening background activations through a residual background purification mechanism. Second, considering that ordinary negative samples cannot sufficiently represent complex background interference, we design a Hard Background Mining (HBM) strategy to automatically select high-confidence and low-overlap confusing background samples according to foreground confidence and rotated IoU. Finally, we propose an Object–Background Contrastive Suppression Loss (OBCS Loss), which pulls same-class object features closer and pushes hard background features away in the feature space, thereby improving the discriminative ability of the model against complex background interference.
The main contributions of this paper are summarized as follows:
  • We propose BGD-Net, an object–background decoupled learning framework for oriented object detection in complex remote sensing scenes. It starts from the object–background coupling problem and reduces high-confidence false positives caused by complex background regions.
  • We design a Background-Decoupled Feature Module (BDFM), which separately models object regions and background interference regions through an object-response branch and a background-suppression branch, achieving object enhancement and background purification at the feature level.
  • We propose a Hard Background Mining (HBM) strategy, which automatically selects high-confidence and low-overlap confusing background samples according to foreground confidence and rotated IoU, enabling the model to focus more on hard backgrounds that are likely to cause false positives.
  • We introduce an Object–Background Contrastive Suppression Loss (OBCS Loss), which pulls same-class object features closer and pushes hard background features away in the feature space, improving the discriminative ability of the model from the optimization perspective.

2. Related Work

2.1. Oriented Object Detection in Remote Sensing Images

Oriented object detection introduces angle information to provide a tighter geometric description for arbitrarily oriented objects. It can reduce redundant background regions caused by horizontal bounding boxes and alleviate overlap among densely distributed objects. Therefore, it has been widely applied to high-resolution remote sensing image interpretation [20,21,22]. Existing methods mainly focus on three aspects: rotated bounding box representation, regional feature alignment, and angle regression optimization. Representative techniques include rotated proposal generation [23], rotated RoI feature extraction [1], feature refinement [3], rotation-equivariant modeling [24], angle encoding [5,6], and Gaussian distribution-based measurement [7,8]. These methods effectively improve localization accuracy and regression stability for arbitrarily oriented objects.
Recent oriented object detectors further improve feature representation, proposal generation, and localization. Gliding Vertex [25] represents oriented objects by regressing vertex offsets from horizontal boxes, while ReDet [24] introduces rotation-equivariant representations. DODet [26] and AOPG [27] improve feature alignment and oriented proposal generation, respectively. KFIoU [28] optimizes rotated-box regression through Gaussian-based overlap modeling, whereas LSKNet [29] enhances remote-sensing feature representation using large selective kernels. More recent methods, including Oriented RepPoints [30], DCFL [31], and RQFormer [32], explore point-based representation, dynamic sample learning, and end-to-end query modeling.
However, most existing studies mainly focus on the geometric modeling of oriented objects, including representation, feature alignment, and rotated-box regression [33,34,35]. Comparatively less attention has been paid to explicitly separating object responses from confusing background responses in complex scenes. Therefore, this work shifts the focus from rotated-object geometry alone to object–background decoupling, aiming to improve the discriminative capability of oriented detectors under complex backgrounds.

2.2. Feature Purification and Object–Background Disentanglement

Wenti1 Attention mechanisms improve feature representation by adaptively reweighting channels, spatial locations, or contextual responses. Representative methods such as SE-Net [36] and CBAM [37] enhance discriminative features through channel and spatial attention, while non-local and global-context modules capture long-range dependencies [38]. In remote sensing detection, such mechanisms have also been used to suppress irrelevant responses and strengthen object-related features [18,19,39].
More directly related to the object–background confusion considered in this work, feature purification and denoising have been investigated for cluttered aerial scenes. SCRDet jointly employs a supervised pixel attention network and a channel attention network to suppress noise and highlight object-related features, thereby improving the detection of small and cluttered rotated objects [40]. SCRDet++ further introduces instance-level feature denoising to reduce feature contamination caused by surrounding backgrounds and neighboring objects [41]. These studies demonstrate that explicitly reducing background contamination is important for robust oriented object detection in cluttered remote sensing scenes.
BGD-Net differs from these methods in the way background interference is modeled and exploited during optimization. BDFM explicitly maintains an object-response branch and a background-suppression branch, and the background branch is supervised by hard-background regions mined according to foreground confidence and rotated IoU. Moreover, these hard backgrounds are reused by OBCS Loss as targeted negatives in the RoI embedding space. Thus, the proposed framework links feature purification, proposal-level hard-background mining, and contrastive suppression in a unified training pipeline.

2.3. Hard Example Mining and Adaptive Sample Selection

In object detection, foreground and background samples are usually highly imbalanced. A large number of easy background samples can dominate the training process, while the samples that truly affect detection performance are often a small number of hard background samples. OHEM [42] selects high-loss samples online for training, enabling the model to focus more on hard-to-classify regions. Focal Loss [43] reduces the weights of easy samples and increases the contribution of hard samples, thus alleviating sample imbalance in dense detection. These methods improve the utilization of hard samples, but they usually select samples mainly according to classification loss or prediction confidence. They lack targeted modeling for high-confidence and low-overlap false-positive regions in complex remote sensing backgrounds.
In complex remote sensing scenes, some background regions are negative samples, but they are highly similar to real objects in texture, edge, or geometric structure. As a result, they can obtain high foreground confidence in the classification branch. Traditional detection losses mainly distinguish foreground and background at the classification-probability level, and cannot explicitly constrain the distance between object features and hard background features in the embedding space. Contrastive learning improves the discriminability of the feature space by pulling similar samples closer and pushing dissimilar samples apart. Representative methods, such as SimCLR, MoCo, and supervised contrastive learning, improve visual representation from the perspectives of data augmentation, dynamic negative-sample dictionaries, and category supervision, respectively [44,45,46]. Recently, contrastive learning has also been introduced into object detection to enhance instance-level feature representation and improve inter-class separability [47,48,49].
Based on the above analysis, this paper combines hard background mining with contrastive learning. First, high-confidence and low-overlap hard background samples are selected according to the foreground confidence and rotated IoU of candidate regions. Then, these samples are introduced into the Object–Background Contrastive Suppression Loss as key negative samples. Compared with randomly selected background negatives, hard background samples are closer to real false-positive sources. They encourage the model to learn fine-grained differences between real objects and confusing backgrounds, thereby improving object–background discriminability in complex remote sensing scenes.

2.4. Detector-Specific Contrastive Learning

Contrastive learning learns discriminative representations by encouraging semantically related samples to remain close while separating dissimilar samples in the embedding space. Representative image-level approaches include SimCLR, MoCo, and supervised contrastive learning [44,45,46]. However, directly applying image-level contrastive objectives to object detection does not fully account for detector-specific representations such as proposals and RoI features.
Recent studies have therefore incorporated contrastive learning into object detection. DetCo introduces hierarchical global-to-local contrastive objectives during self-supervised pre-training to improve representations for downstream detection tasks [48]. FSCE further applies contrastive proposal encoding to RoI features and encourages intra-class compactness and inter-class separability for few-shot object detection [47]. These methods demonstrate the importance of constructing contrastive objectives according to detector-specific representation levels.
The proposed OBCS Loss differs from existing detector-specific contrastive approaches in both sample construction and optimization objective. Rather than performing contrastive pre-training as in DetCo [48], OBCS is jointly optimized with the oriented detector under fully supervised training. Moreover, unlike FSCE, which focuses primarily on proposal-level category discrimination in few-shot detection [47], OBCS specifically uses high-confidence and low-overlap background RoIs mined by HBM as targeted negative samples. By directly enlarging the feature-space margin between real object RoIs and background regions most likely to produce high-confidence false positives, OBCS provides a task-specific contrastive suppression mechanism for object–background confusion in complex remote sensing scenes.

3. Method

3.1. Overall Framework

To alleviate the strong coupling between object responses and background interference in complex remote sensing scenes, this paper proposes a background-decoupled oriented object detection network, namely BGD-Net. Different from existing methods that mainly focus on rotated box representation, orientation modeling, or feature alignment, the core objective of BGD-Net is to reduce high-confidence false positives caused by complex backgrounds from the feature, sample, and optimization levels. Overall, the proposed method consists of three key components: the Background-Decoupled Feature Module (BDFM), the Hard Background Mining (HBM) strategy, and the Object–Background Contrastive Suppression Loss (OBCS Loss).
As shown in Figure 1, BGD-Net adopts a two-stage oriented object detection framework. Given an input image I R 3 × H × W , the backbone network first extracts multi-level features { C 2 , C 3 , C 4 , C 5 } . Then, the Feature Pyramid Network (FPN) fuses features from different levels and produces multi-scale feature representations { P 2 , P 3 , P 4 , P 5 } . A conventional FPN mainly performs cross-scale semantic fusion, but does not explicitly distinguish object responses from background interference. Therefore, BDFM is introduced after FPN to enhance object-related features and purify background interference. The purified features { P ^ 2 , P ^ 3 , P ^ 4 , P ^ 5 } are fed into the oriented Region Proposal Network (oriented RPN) to generate rotated candidate regions R . Rotated Region of Interest Align (Rotated RoIAlign) is then used to extract RoI features F r o i , and the RoI Head performs classification and rotated box regression.
During training, HBM is further designed to select hard background samples with high foreground confidence and low rotated IoU from candidate regions. These samples are used as key negative samples in OBCS Loss. Therefore, BGD-Net not only suppresses background responses during forward propagation, but also explicitly enlarges the feature distance between real objects and hard backgrounds during optimization.

3.2. Background-Decoupled Feature Module

Conventional FPN features jointly encode object responses and background activations, leaving the subsequent RPN and RoI Head to distinguish them mainly through classification supervision. To reduce this feature-level coupling before proposal generation, BDFM is inserted between the FPN and the oriented RPN to purify the multi-scale feature representations, as illustrated in Figure 2.
Unlike conventional attention mechanisms that generate a single weight map, BDFM constructs an object-response branch and a background-suppression branch simultaneously. These two branches learn object-related regions and background-interference regions separately, thereby achieving explicit object–background decoupling.
For the l-th FPN feature P l R C × H l × W l , BDFM contains two parallel branches: the object-response branch and the background-suppression branch. The object-response branch estimates the response intensity of each spatial location belonging to an object region:
M o b j l = σ ( f o b j l ( P l ) ) , M o b j l R 1 × H l × W l .
where M o b j l denotes the object-response map, σ ( · ) denotes the Sigmoid function, and f o b j l ( · ) is a lightweight convolutional mapping function.
The background-suppression branch estimates the response intensity of each spatial location belonging to a confusing background region:
M b g l = σ ( f b g l ( P l ) ) , M b g l R 1 × H l × W l .
where M b g l denotes the background-suppression map, which is used to characterize the confounding background response that needs to be suppressed. f b g l ( · ) is the convolutional mapping function of the background branch. Both branches adopt a lightweight structure:
3 × 3 Conv BN ReLU 1 × 1 Conv Sigmoid , 3 × 3 Conv Dilated Conv BN ReLU 1 × 1 Conv Sigmoid .
This design obtains the spatial distributions of object responses and background responses with only a small number of additional parameters.

3.2.1. Background-Decoupled Feature Generation

According to the object-response map and the background-suppression map, the object-enhanced feature and background-interference feature are obtained as follows:
F o b j l = P l M o b j l , F b g l = P l M b g l .
where ⊙ denotes element-wise multiplication, and the response maps are broadcast along the channel dimension. Then, the background-decoupled feature is generated through differential modeling:
F b d l = F o b j l λ b g F b g l .
where λ b g denotes the background suppression coefficient that controls the contribution of the background-response feature F b g l during feature purification.
Considering that remote sensing images contain many small objects, directly suppressing background regions may accidentally weaken some weak object features. Therefore, a residual background purification mechanism is adopted:
P ^ l = P l + γ F b d l .
where γ is a learnable residual coefficient initialized to 0 and jointly optimized with the network parameters during training. It adaptively controls the contribution of the background-decoupled feature F b d l to the original feature P l .
Finally, BDFM outputs the background-purified multi-scale features { P ^ 2 , P ^ 3 , P ^ 4 , P ^ 5 } . These features are then fed into Oriented RPN for proposal generation. Since background interference is weakened before candidate region generation, the false-positive pressure faced by the subsequent RoI Head is also reduced.

3.2.2. Auxiliary Supervision

To make the learning of the object-response map and background-suppression map more stable, background-decoupled auxiliary supervision is introduced. First, an object-region mask Y o b j l is generated according to the ground-truth rotated boxes, where pixels inside rotated boxes are set to 1 and other locations are set to 0. The ordinary background mask can be written as
Y b g l = 1 Y o b j l .
The object-response branch is supervised by the binary cross-entropy loss:
L o b j l = BCE ( M o b j l , Y o b j l ) .
It should be noted that the ordinary background mask Y b g l is not directly used to supervise the background-suppression branch. The reason is that ordinary background regions contain many easy background samples. If all background regions are supervised equally, the model may overemphasize ineffective background responses and fail to highlight the truly confusing backgrounds that cause false positives. During training, HBM selects hard background samples from the candidate regions in the current batch and projects their rotated boxes onto the corresponding FPN feature maps to generate the hard-background mask Y hardbg l . Specifically, for an FPN level with stride s l , the center coordinates and side lengths of each rotated box are scaled by 1 / s l , while its orientation angle is preserved. The projected rotated box is then converted into its four corner points and rasterized as a binary polygon mask. Pixels covered by hard-background regions are assigned 1 and the remaining pixels are assigned 0; overlapping regions are merged by a logical OR operation. Based on this mask, the background supervision loss is defined as
L b g l = BCE ( M b g l , Y h a r d b g l ) .
The auxiliary supervision loss of BDFM is finally defined as
L b d = l = 2 5 ( L o b j l + L b g l ) ,
Through this differentiated supervision, the object-response branch is guided to focus on real object regions, while the background-suppression branch is guided to focus on hard background regions that are likely to cause false positives. This prevents the two branches from learning similar or redundant response maps.

3.3. Hard Background Mining Strategy

In object detection training, most background RoIs are easily classified and provide limited discriminative information. HBM therefore focuses on a small subset of high-risk background regions that receive high foreground confidence while maintaining low rotated overlap with ground-truth objects. These regions are subsequently used for classification reweighting and contrastive optimization, as illustrated in Figure 3. Different from random negative sampling, HBM focuses on regions that “look like objects but are not objects”.
Let R = { r i } i = 1 N R denote the set of sampled rotated RoIs obtained after proposal generation and RoI sampling. For each r i , the RoI classification branch predicts the class probabilities p i = ( p i , 0 , p i , 1 , , p i , C ) , where p i , 0 denotes the background probability. Its foreground confidence is defined as p i f g = max c = 1 , , C p i , C , where C denotes the number of foreground categories.
The maximum rotated IoU between this candidate region and all ground-truth boxes is defined as
I o U i = max j I o U r o t ( r i , g j ) ,
where g j denotes the j-th ground-truth rotated box, and I o U r o t ( · ) denotes rotated IoU. The hard background score is defined as
H i = p i f g ( 1 I o U i ) .
When a candidate region has high foreground confidence but low overlap with real objects, H i becomes large, indicating that this region is more likely to be a hard background sample. This definition matches the typical characteristics of false positives in complex remote sensing scenes: they are easily regarded as objects by the model, but do not match any real object.
According to the rotated IoU threshold, background candidates are first selected as
B = { r i I o U i < δ b g } .
where δ b g is the background threshold and is usually set to 0.3. Then, the background candidates are sorted according to the hard background score H i , and the top-K samples are selected as the hard background set:
B h a r d = TopK ( B , H i ) .
These hard background samples have two roles. First, they are used to reweight the classification loss, enabling the model to focus more on confusing backgrounds. Second, they are used as key negative samples in OBCS Loss for object–background contrastive learning. To enhance the learning of hard backgrounds, the classification loss is reweighted as
L c l s h b m = i ( 1 + α H i ) L c l s i .
where L c l s i denotes the classification loss of the i-th RoI, and α is the hard-background weighting coefficient. For samples selected in B h a r d , the classification weight is ( 1 + α H i ) , whereas H i is set to 0 for the remaining RoIs so that their classification weights remain unchanged. Therefore, hard-background samples with larger H i receive greater emphasis during training.

3.4. Object–Background Contrastive Suppression Loss

The classification loss distinguishes foreground and background at the label level, but it does not directly constrain their separation in the RoI embedding space. Consequently, hard background RoIs may remain close to object representations even after classification training, resulting in high-confidence false positives during inference. To address this issue, we propose the Object–Background Contrastive Suppression Loss (OBCS Loss), which uses the hard background samples mined by HBM as targeted negative samples. OBCS pulls same-class object features closer while pushing object features away from hard background features, thereby improving object–background discriminability in the embedding space.
For the i-th candidate region feature F r o i i output by the RoI Head, a lightweight projection head is first used to map it into a low-dimensional embedding space:
z ˜ i = Proj F r o i i , Proj ( · ) : F C R e L U F C .
where z ˜ i denotes the projected RoI embedding feature. Then, L 2 normalization is applied to reduce the influence of feature magnitude on similarity calculation:
z i = z ˜ i z ˜ i 2 .
After normalization, the similarity between any two samples z i and z j is computed by cosine similarity:
sim ( z i , z j ) = z i T z j .
For an object anchor z i , its positive sample set consists of object RoIs that belong to the same class and have high overlap with the corresponding ground-truth boxes:
P ( i ) = z p p i , y p = y i , I o U p > δ p o s .
where y i and y p denote the category labels of the anchor and the candidate positive sample, respectively. I o U p denotes the rotated IoU between the candidate RoI and its matched ground-truth box, and δ p o s is the positive overlap threshold.
The negative sample set is composed of hard background samples selected by HBM:
N h a r d ( i ) = z n r n B h a r d .
Compared with randomly selected background samples, hard background samples usually have higher foreground confidence but lower overlap with real objects, making them closer to actual false-positive sources. Therefore, using them as negative samples in contrastive learning helps the model learn a more fine-grained decision boundary between real objects and confusing backgrounds.
Based on the above positive and negative sample sets, the OBCS Loss for the object anchor z i is defined as
L o b c s i = log z p P ( i ) exp ( sim ( z i , z p ) / τ ) z p P ( i ) exp ( sim ( z i , z p ) / τ ) + z n N h a r d ( i ) exp ( sim ( z i , z n ) / τ ) .
where τ is the temperature coefficient used to adjust the smoothness of the similarity distribution. Minimizing this loss increases the similarity between the anchor and same-class object samples, while decreasing the similarity between the anchor and hard background samples. The final OBCS Loss is averaged over all valid object anchors:
L o b c s = 1 N p o s i = 1 N p o s L o b c s i .
where N p o s denotes the number of valid object anchors participating in contrastive optimization. If the positive sample set of an anchor is empty, this anchor is excluded from the OBCS Loss calculation in the current batch. If no valid object anchor exists in a mini-batch, i.e., N p o s = 0 , the OBCS Loss is set to zero for that mini-batch. The network is then optimized using the detection loss and the BDFM auxiliary loss only.
By combining the basic detection loss, the background-decoupled auxiliary loss, and the object–background contrastive suppression loss, the overall training objective of BGD-Net is formulated as
L t o t a l = L d e t + λ b d L b d + λ o b c s L o b c s .
where L b d is the background-decoupled auxiliary loss of BDFM, and λ b d and λ o b c s denote the weights of L b d and OBCS Loss, respectively. L d e t is the basic oriented detection loss, which consists of the RPN loss and the RoI Head loss:
L d e t = L r p n + L r o i , L r p n = L r p n c l s + L r p n r e g , L r o i = L r o i c l s + L r o i r e g .
After introducing HBM, the RoI classification branch adopts the hard-background reweighted classification loss, namely L r o i c l s = L c l s h b m . Therefore, the basic oriented detection loss can be further written as
L d e t = L r p n c l s + L r p n r e g + L c l s h b m + L r o i r e g .
Through joint optimization, BDFM weakens background responses at the feature level, HBM mines high-risk background samples at the sample level, and OBCS Loss enlarges the feature distance between real objects and hard backgrounds in the embedding space. These components collaboratively improve the discriminative ability and detection robustness of the model in complex remote sensing scenes. The projection head and OBCS Loss are used only during training and are removed during inference; therefore, they do not introduce additional computational overhead during testing.

4. Experiments and Analysis

4.1. Experimental Settings

4.1.1. Datasets

To comprehensively evaluate the effectiveness of the proposed BGD-Net for oriented object detection in complex remote sensing scenes, experiments are conducted on three public datasets: DOTA-v1.0, HRSC2016, and DIOR-R. These datasets are used to evaluate the model from the perspectives of multi-class aerial object detection, harbor ship detection, and cross-dataset generalization under complex backgrounds, respectively.
DOTA-v1.0 is a large-scale aerial remote sensing dataset for oriented object detection. It contains 2806 high-resolution remote sensing images and 15 object categories, including 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). Objects in this dataset show arbitrary orientations, large-scale variations, dense distributions, and complex backgrounds, making it suitable for evaluating the comprehensive detection ability of the model in complex remote sensing scenes. Following the official data split, the original images are cropped into 1024 × 1024 patches with an overlap of 200 pixels to reduce boundary truncation. DOTA-v1.0 is used as the main benchmark for quantitative comparison and ablation studies.
HRSC2016 is a high-resolution remote sensing dataset for ship detection. It mainly contains arbitrarily oriented ships in harbors, offshore areas, and nearshore regions. Although HRSC2016 is a single-class ship detection dataset, ships usually present elongated shapes, large aspect ratios, and diverse orientations. Meanwhile, dock edges, shorelines, ship shadows, and harbor facilities are easily confused with real ships. Therefore, this dataset is suitable for verifying the ability of the proposed method to suppress high-confidence false positives in harbor scenes. The original aspect ratio is preserved during resizing, where the short side is set to 800 pixels and the long side is no larger than 1333 pixels, without extra cropping, to preserve the geometric integrity of ship targets as much as possible.
DIOR-R is the rotated bounding box extension of the DIOR dataset. It contains 20 remote sensing object categories and covers various complex scenes, such as airports, harbors, urban roads, industrial areas, playgrounds, and dense building areas. Compared with DOTA-v1.0, DIOR-R has greater diversity in imaging conditions, spatial resolutions, scene types, and object appearances. It is used to further evaluate the adaptability and generalization ability of the model under different data distributions and complex backgrounds. In this dataset, the network architecture is kept unchanged, and the model is retrained using the same training strategy to verify whether BDFM, HBM, and OBCS Loss can still improve complex background discrimination under different data distributions.

4.1.2. Evaluation Metrics

The mean Average Precision (mAP), which is widely used in oriented object detection, is adopted as the main evaluation metric. For each category, a detection is considered correct according to the rotated IoU between the predicted rotated box and the ground-truth rotated box, and the AP of this category is computed from the precision–recall curve. The mAP over all categories is defined as
m A P = 1 C c = 1 C A P c ,
where C denotes the number of categories. Different datasets adopt different evaluation protocols. DOTA-v1.0 follows the official evaluation protocol and reports mAP at an IoU threshold of 0.5, denoted as mAP@0.5. For HRSC2016, the VOC2007 11-point interpolation protocol is adopted to compute AP at an IoU threshold of 0.5. Since HRSC2016 contains only one object category, AP@0.5 is numerically equivalent to mAP@0.5; therefore, we report it as mAP@0.5 for consistency throughout the paper. DIOR-R is evaluated using mAP@0.5 under its standard evaluation protocol.
To further analyze the ability of the model to suppress false positives in complex backgrounds, the number of high-confidence hard false positives is counted and denoted as Hard-FP. Specifically, a prediction is counted as a Hard-FP if its confidence score is higher than 0.5 and its maximum rotated IoU with any ground-truth box is below a specified evaluation IoU threshold. Unless otherwise stated, an IoU threshold of 0.30 is used for the main Hard-FP results. To examine whether the evaluation is sensitive to this threshold, additional Hard-FP results under multiple evaluation IoU thresholds are reported in the Section 4.8. In addition, Params and FLOPs are reported in the DOTA-v1.0 comparison to analyze model complexity.

4.1.3. Implementation Details

The proposed method adopts an Oriented R-CNN-style two-stage oriented object detection framework as the baseline detector, with ResNet-50-FPN as the backbone. The main implementation details are shown in Table 1. The input image is first processed by the backbone and FPN to extract multi-scale features. Then, BDFM is inserted between FPN and oriented RPN to enhance object responses and suppress background interference on { P 2 , P 3 , P 4 , P 5 } . After oriented RPN generates rotated proposals, Rotated RoIAlign is used to extract instance-level RoI features, and the RoI Head performs classification and rotated box regression.
During training, HBM calculates the hard background score H i = p i f g ( 1 I o U i ) according to the foreground confidence p i f g and the maximum rotated IoU of each candidate region, and selects the Top-K high-risk background candidates as the hard background set B h a r d . OBCS Loss constructs the positive object set P ( i ) and the hard background negative set N h a r d ( i ) using the embedding features from the RoI Head, and pulls same-class object features closer while pushing hard background features away.
For the reproduced Oriented R-CNN, ablation experiments, and BGD-Net, the same training and testing settings are adopted. Results of public methods are mainly cited from their original papers. SGD is used as the optimizer, with a momentum of 0.9 and a weight decay of 0.0001. DOTA-v1.0 and DIOR-R are trained for 12 epochs with an initial learning rate of 0.01, which is decayed at the 8th and 11th epochs. HRSC2016 is trained for 36 epochs with an initial learning rate of 0.005.
In BDFM, the background suppression coefficient λ b g is set to 0.5, and the learnable residual coefficient γ is initialized to 0 and jointly optimized with the network parameters. On DOTA-v1.0, γ reaches 0.249, 0.364, and 0.386 at epochs 4, 8, and 12, respectively, with progressively smaller changes in the later training stage, indicating a stable convergence tendency.
In HBM, δ b g = 0.3 and δ p o s = 0.5 . Top-K is set to 128 on DOTA-v1.0 and DIOR-R, and 64 on HRSC2016. For OBCS Loss, the temperature coefficient is set to τ = 0.07 , the loss weight λ o b c s is set to 0.1, and the background-decoupled auxiliary loss weight λ b d is set to 0.5. During inference, HBM and OBCS Loss are not used, and only BDFM is retained; therefore, the additional inference overhead is limited.

4.2. Comparison on DOTA-v1.0

To evaluate the detection performance and model complexity of BGD-Net on the DOTA-v1.0 test set, several representative oriented object detection methods are selected for comparison. To improve table readability, the 15 category-wise AP values are not listed in the main table. Instead, detector type, backbone/configuration, multi-scale setting, parameters, FLOPs, and mAP@0.5 are reported. The table mainly adopts multi-scale training/testing results reported in public papers. The results of BGD-Net are obtained under the same multi-scale setting. Since some methods do not report parameters or computational cost in their original papers, “–” is used for unavailable values.
As shown in Table 2, BGD-Net achieves 82.94% mAP@0.5 with the R-50-FPN backbone, obtaining the best performance among the listed methods. Compared with the baseline detector Oriented R-CNN, BGD-Net improves mAP@0.5 from 80.87% to 82.94%, with a gain of 2.07 percentage points. Since both methods use the same backbone, pre-training strategy, and multi-scale testing setting, this improvement directly demonstrates the effectiveness of the proposed background-decoupled learning mechanism.
In terms of model complexity, BGD-Net has 42.1M parameters and 204G FLOPs. Compared with Oriented R-CNN, it only introduces 1.0M additional parameters and 5G additional FLOPs. In other words, BGD-Net brings only about 2.43% parameter increase and 2.51% computational increase, while achieving a 2.07 percentage-point accuracy improvement. This result indicates that the proposed method can effectively improve oriented object detection performance in complex remote sensing scenes with limited additional computational cost.
Moreover, BGD-Net outperforms KFIoU, AOPG, RTMDet-R, and LSKNet-S by 2.01, 2.28, 2.40, and 1.30 percentage points, respectively, showing strong competitiveness in complex background scenes. Considering both accuracy and complexity, BGD-Net does not rely on a stronger backbone or a larger model scale. Instead, it alleviates object–background confusion through BDFM, HBM, and OBCS Loss from the feature, sample, and optimization levels, thereby achieving more robust detection performance.
To further evaluate practical inference efficiency, we measure the inference speed of Oriented R-CNN and BGD-Net under the same hardware and software environment. All experiments are conducted on a single NVIDIA Tesla T4 GPU with a batch size of 1 and an input size of 1024 × 1024 . After 100 warm-up iterations, 500 inference runs are performed with CUDA synchronization, and the average inference speed is reported in frames per second (FPS).
As shown in Table 3, BGD-Net achieves an inference speed of 19.65 FPS, compared with 20.58 FPS for Oriented R-CNN. Together with the small increases in parameters and FLOPs, this result indicates that BGD-Net maintains comparable practical inference efficiency while improving detection accuracy.

4.3. Comparison on HRSC2016

To verify the robustness of the proposed method under harbor complex backgrounds, experiments are further conducted on the HRSC2016 ship detection dataset. Table 4 reports the ship detection results of different oriented object detection methods on HRSC2016. BGD-Net achieves 91.42% mAP@0.5 on HRSC2016, outperforming the Oriented R-CNN baseline of 90.50% by 0.92 percentage points. This result demonstrates that the proposed method remains effective for oriented ship detection under complex harbor backgrounds. Since HRSC2016 is close to performance saturation and the accuracy gaps among advanced methods are relatively small, this improvement indicates that the proposed method still provides stable gains under harbor complex backgrounds.
Ships in HRSC2016 usually have elongated shapes, diverse orientations, dense berthing patterns, and strong background interference. Dock edges, shipyard structures, shorelines, and shadow regions can be easily confused with real ships. BGD-Net suppresses complex background responses through BDFM, focuses on high-confidence hard background samples through HBM, and enlarges the feature distance between objects and hard backgrounds using OBCS Loss. Therefore, it further improves ship detection performance.

4.4. Generalization on DIOR-R

To evaluate the cross-dataset generalization ability of BGD-Net under complex background scenes, experiments are conducted on DIOR-R. DIOR-R contains various complex remote sensing scenes, including airports, harbors, urban roads, industrial areas, and dense buildings. The object appearances and background structures are more diverse, making it suitable for evaluating model generalization. Table 5 shows the comparison results of different oriented object detection methods on DIOR-R. Since the original Oriented R-CNN paper does not report results on DIOR-R, Oriented R-CNN is reproduced under the same experimental setting and used as the baseline detector.
As shown in Table 5, BGD-Net achieves 68.35% mAP@0.5, outperforming all compared methods. Compared with the reproduced Oriented R-CNN, BGD-Net improves mAP@0.5 from 64.36% to 68.35%, with a gain of 3.99 percentage points. In addition, BGD-Net also outperforms Oriented RepPoints, DCFL, and RQFormer, indicating that the proposed method has good generalization ability under different data distributions.
This result shows that BGD-Net is not only effective on DOTA-v1.0. Through the collaborative effect of BDFM, HBM, and OBCS Loss, the model can better distinguish real objects from complex backgrounds, thereby improving cross-dataset-oriented object detection performance in remote sensing images.

4.5. Ablation Study

To verify the effectiveness of BDFM, HBM, and OBCS Loss, ablation experiments are conducted on DOTA-v1.0 using Oriented R-CNN as the baseline detector. The results are shown in Table 6. In addition to mAP@0.5, Hard-FP is further counted to measure the number of high-confidence false positives in complex background regions. A lower Hard-FP indicates stronger suppression ability against false positives caused by complex backgrounds.
As shown in Table 6, all three modules bring stable improvements. When BDFM is added alone, mAP@0.5 increases from 80.87% to 81.68%, and Hard-FP decreases from 1128 to 926, indicating that BDFM can enhance object responses and weaken complex background interference. When HBM is added alone, mAP@0.5 increases to 81.32%, and Hard-FP decreases to 884, demonstrating that hard background mining can effectively reduce high-confidence background false positives. When OBCS Loss is added alone, mAP@0.5 reaches 81.41%, showing that object–background contrastive constraints can enhance the discriminability of RoI features.
When the three modules are jointly used, BGD-Net obtains the best result, achieving 82.94% mAP@0.5, which is 2.07 percentage points higher than Oriented R-CNN. Meanwhile, Hard-FP decreases to 694, corresponding to a reduction of about 38.48%. This demonstrates that BDFM, HBM, and OBCS Loss collaboratively alleviate object–background confusion from the feature, sample, and optimization levels.
Table 7 further verifies the advantage of BGD-Net on complex-background categories. Compared with Oriented R-CNN, the average AP of complex-background categories increases from 78.03% to 80.40%, with a gain of 2.37 percentage points. In particular, BGD-Net achieves clear improvements on categories that are easily affected by background structures, such as bridge, small vehicle, ship, soccer-ball field, roundabout, and harbor. This result indicates that the proposed method can effectively reduce false positives caused by complex backgrounds, such as dock edges, road textures, building structures, and circular facilities.
Overall, the ablation study demonstrates the effectiveness of BDFM, HBM, and OBCS Loss. The best performance is achieved when all three components are combined, verifying the rationality of the object–background decoupled learning mechanism in BGD-Net.

4.6. Counterfactual Substitution Experiments

To further verify whether the specific designs of BDFM, HBM, and OBCS Loss are more effective than conventional alternatives, we conduct counterfactual substitution experiments on DOTA-v1.0. In each experiment, only one proposed component is replaced while the remaining network architecture, training strategy, data augmentation, and testing settings are kept unchanged. Specifically, BDFM is replaced with CBAM [37], HBM is replaced with OHEM [42], and OBCS Loss is replaced with standard supervised contrastive loss (SupCon) [46].
As shown in Table 8, all three standard substitution variants improve over the Oriented R-CNN baseline, but remain inferior to the complete BGD-Net. Replacing BDFM with CBAM decreases mAP@0.5 from 82.94% to 82.28%, indicating that generic attention-based feature enhancement cannot fully replace the explicit object–background modeling of BDFM. Similarly, replacing HBM with OHEM results in 82.16% mAP@0.5, suggesting that selecting hard samples solely according to classification loss is less effective than jointly considering foreground confidence and rotated IoU.
When OBCS Loss is replaced with standard supervised contrastive learning, the model achieves 82.33% mAP@0.5, which is lower than the 82.94% achieved by the complete BGD-Net. These results indicate that the performance improvement is not merely caused by introducing attention, hard-example mining, or contrastive learning in a generic form. Instead, the specific formulations of BDFM, HBM, and OBCS are better suited to suppressing object–background confusion in complex remote sensing scenes.

4.7. Statistical Robustness Analysis

To evaluate the robustness of the reported improvements against random initialization, we repeated the baseline and the main BGD-Net variants using three independent random seeds under identical training and evaluation settings. For each method, we report the mean and standard deviation of mAP@0.5 and Hard-FP. The same set of random seeds was used for all compared methods to reduce the influence of seed-dependent variation.
As shown in Table 9, BGD-Net achieves an average mAP@0.5 of 82.93 ± 0.07% across three independent runs, compared with 80.87 ± 0.08% for the Oriented R-CNN baseline. Meanwhile, the average Hard-FP is reduced from 1126.7 ± 14.6 to 695.0 ± 9.5. The relatively small standard deviations across the three runs indicate that the performance improvements are reproducible under different random initializations.

4.8. Hyperparameter Analysis

To analyze the influence of key hyperparameters on BGD-Net, parameter sensitivity experiments are conducted on DOTA-v1.0. A controlled-variable strategy is adopted, where only the corresponding parameters in each experiment are changed, while the network architecture, training strategy, and post-processing settings remain unchanged. The analyzed parameters include the background-decoupled auxiliary loss weight λ b d , the object–background contrastive suppression loss weight λ o b c s , the temperature coefficient τ , the hard background sampling number Top-K, and the background threshold δ b g . The results are shown in Figure 4.
Figure 4a,b show the joint influence of λ b d and λ o b c s on mAP@0.5 and Hard-FP reduction, respectively. Hard-FP reduction denotes the reduction ratio of hard false positives compared with the Oriented R-CNN baseline. When λ b d = 0.5 and λ o b c s = 0.10 , the model achieves the highest mAP@0.5 of 82.94%, while Hard-FP decreases from 1128 to 694, corresponding to a reduction of 38.48%. When the loss weights are too small, the auxiliary supervision and contrastive constraints are insufficient. When the weights are too large, they may interfere with the optimization of the basic classification and regression tasks.
Figure 4c analyzes the influence of the internal OBCS Loss parameters τ and λ o b c s . The model achieves the best performance when τ = 0.07 and λ o b c s = 0.10 . A smaller τ makes the similarity distribution too sharp, causing gradients to concentrate on only a few hard samples. In contrast, a larger τ over-smooths the similarity distribution and weakens the feature discrimination between real objects and hard backgrounds.
Figure 4d shows the influence of Top-K and δ b g on HBM. The best result is obtained when Top-K = 128 and δ b g = 0.30 . A too-small Top-K provides insufficient hard-background samples, whereas a too-large Top-K may introduce redundant or noisy samples. Similarly, a smaller δ b g may exclude informative hard-background candidates, while a larger threshold may incorrectly include ambiguous or inaccurately localized object proposals in the background set.
Overall, the response surfaces generally increase toward the optimal region and then decrease or become saturated. This indicates that excessively small parameter values provide insufficient constraints, whereas overly large values may introduce excessive suppression or noise interference. Meanwhile, the relatively smooth variations around the optimum indicate that the selected parameters provide a reasonable operating region. Based on these experiments, the final settings are λ b d = 0.5 , λ o b c s = 0.10 , τ = 0.07 , Top-K = 128, and δ b g = 0.30 .
It should be noted that δ b g = 0.30 is used for background candidate selection during HBM training. To further examine whether the observed Hard-FP reduction is specific to the IoU threshold of 0.30, we keep the trained models fixed and recalculate Hard-FP using different evaluation IoU thresholds of 0.10, 0.20, 0.30, 0.40, and 0.50. No model retraining or parameter tuning is performed during this evaluation. The corresponding results are reported in Table 10.
As shown in Table 10, BGD-Net consistently produces fewer Hard-FPs than the Oriented R-CNN baseline across all tested evaluation IoU thresholds. The Hard-FP reduction remains approximately 37–38% when the evaluation IoU threshold varies from 0.10 to 0.50. Importantly, the improvement is not restricted to the threshold of 0.30 used during HBM training. These results demonstrate that the reduction in high-confidence background false positives is maintained under different evaluation criteria.

4.9. Visualization Analysis

To intuitively verify the detection performance of BGD-Net in complex background scenes, harbor, airport, urban road, and industrial area scenes are selected for visualization comparison, as shown in Figure 5. The first row shows the ground-truth annotations, and the second and third rows show the detection results of the Oriented R-CNN baseline and BGD-Net, respectively. Red circles indicate missed detections or false positives.
In the harbor scene, ships are densely berthed and close to dock edges. The baseline method is easily affected by pier edges and neighboring ships, resulting in missed detections or incomplete localization near image boundaries and dense regions. BGD-Net can more completely detect ships with different orientations and scales, and reduce false predictions caused by complex dock backgrounds. In the airport scene, the baseline method misclassifies some “H”-shaped ground markings as aircraft, while BGD-Net effectively suppresses such regular geometric background interference and retains real aircraft targets.
In the urban road scene, small vehicles are densely distributed along curved roads and intersections. The baseline method is affected by road markings, vehicle shadows, and building edges, producing some missed detections and false positives. BGD-Net detects vehicles along roadsides more continuously and stably. In the industrial area, storage tanks, building roofs, and other circular industrial structures have similar geometric appearances. The baseline method has more missed detections for small-scale and low-contrast objects. BGD-Net can more accurately localize storage tanks of different scales and reduce false positives caused by complex industrial backgrounds, although a few errors still exist in extremely dense or boundary-ambiguous regions.
Overall, BGD-Net shows better detection stability in different complex scenes. It especially alleviates object–background confusion caused by dock structures, airport markings, road textures, and industrial facilities. The visualization results are consistent with the quantitative and ablation results, indicating that the proposed background-decoupled learning strategy can effectively reduce missed detections and high-confidence false positives caused by complex backgrounds, and improve the adaptability of the model to dense objects, small-scale objects, and regular geometric background interference.

5. Discussion

The experimental results demonstrate that BGD-Net effectively alleviates object–background confusion in complex remote sensing scenes through coordinated optimization at the feature, sample, and embedding levels. Compared with the baseline, the proposed method consistently reduces high-confidence false positives while improving oriented object detection performance across multiple datasets. These results suggest that explicitly modeling background interference is beneficial for complex-scene oriented object detection.
The ablation results further show that BDFM, HBM, and OBCS Loss provide complementary contributions. BDFM reduces background interference before proposal generation, HBM emphasizes high-risk background regions during training, and OBCS Loss improves the separation between object and hard-background representations in the embedding space. Their combined use therefore improves object–background discrimination without relying solely on increased model capacity.
Nevertheless, the proposed method still has some limitations. First, the background threshold and Top-K value in HBM, as well as the temperature coefficient and loss weights in OBCS Loss, still need to be set according to different datasets. Second, OBCS Loss depends on candidate regions generated by the preceding stage. When very small objects, heavily occluded objects, or low-contrast objects are not effectively recalled, the subsequent contrastive constraint cannot fully compensate for the insufficient proposals. In addition, the current experiments are mainly conducted on optical remote sensing images and a two-stage detection framework. Its applicability to SAR images, multispectral data, and other detection frameworks still requires further verification.
HBM and OBCS Loss are used only during training, while BDFM is mainly retained during inference. Therefore, the additional inference overhead is limited. Future work will explore adaptive hard background selection, enhanced recall for very small objects, and cross-domain generalization. More fine-grained false-positive analysis will also be considered to further improve the adaptability of the model under different imaging conditions and complex scenes.

Author Contributions

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

Funding

This work is supported by the National Natural Science Foundation of China under Grant No. 61672210, the Major Science and Technology Program of Henan Province under Grant No. 221100210500, the Central Government Guiding Local Science and Technology Development Fund Program of Henan Province under Grant No. Z20221343032, and the Provincial Science and Technology Research and Development Plan Joint Fund Program of Henan Province under Grant No. 245200810016.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

We clarify that our research findings are based on the analysis of publicly available datasets: DOTA-v1.0: https://captain-whu.github.io/DOTA/dataset.html (accessed on 19 December 2025). HRSC2016: https://ieee-dataport.org/documents/hrsc2016-0 (accessed on 20 December 2025). DIOR-R: https://gcheng-nwpu.github.io/ (accessed on 29 January 2026). The source code of OPT-Net is publicly available at https://github.com/jj0523/BGD-Net-MMRotate (accessed on 9 August 2026).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. 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: New York, NY, USA, 2019; pp. 2849–2858. [Google Scholar]
  2. 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: New York, NY, USA, 2021; pp. 3520–3529. [Google Scholar]
  3. Yang, X.; Yan, J.; Feng, Z.; He, T. R3det: Refined single-stage detector with feature refinement for rotating object. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual, 2–9 February 2021; Volume 35, pp. 3163–3171. [Google Scholar] [CrossRef] [Scilit]
  4. 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]
  5. Yang, X.; Yan, J. Arbitrary-oriented object detection with circular smooth label. In Proceedings of the European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2020; pp. 677–694. [Google Scholar]
  6. Yang, X.; Hou, L.; Zhou, Y.; Wang, W.; Yan, J. Dense label encoding for boundary discontinuity free rotation detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2021; pp. 15819–15829. [Google Scholar]
  7. 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, Virtual, 18–24 July 2021; pp. 11830–11841. [Google Scholar]
  8. Yang, X.; Yang, X.; Yang, J.; Ming, Q.; Wang, W.; Tian, Q.; Yan, J. Learning high-precision bounding box for rotated object detection via kullback-leibler divergence. Adv. Neural Inf. Process. Syst. 2021, 34, 18381–18394. [Google Scholar]
  9. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2017; pp. 2117–2125. [Google Scholar]
  10. Liu, S.; Qi, L.; Qin, H.; Shi, J.; Jia, J. Path aggregation network for instance segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2018; pp. 8759–8768. [Google Scholar]
  11. Ghiasi, G.; Lin, T.Y.; Le, Q.V. Nas-fpn: Learning scalable feature pyramid architecture for object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2019; pp. 7036–7045. [Google Scholar]
  12. Tan, M.; Pang, R.; Le, Q.V. Efficientdet: Scalable and efficient object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2020; pp. 10781–10790. [Google Scholar]
  13. Liu, S.; Huang, D.; Wang, Y. Learning spatial fusion for single-shot object detection. arXiv 2019, arXiv:1911.09516. [Google Scholar]
  14. Zhang, G.; Lu, S.; Zhang, W. CAD-Net: A context-aware detection network for objects in remote sensing imagery. IEEE Trans. Geosci. Remote Sens. 2019, 57, 10015–10024. [Google Scholar] [CrossRef] [Scilit]
  15. Li, K.; Wan, G.; Cheng, G.; Meng, L.; Han, J. Object detection in optical remote sensing images: A survey and a new benchmark. ISPRS J. Photogramm. Remote Sens. 2020, 159, 296–307. [Google Scholar] [CrossRef] [Scilit]
  16. Xiao, J.; Guo, H.; Yao, Y.; Zhang, S.; Zhou, J.; Jiang, Z. Multi-scale object detection with the pixel attention mechanism in a complex background. Remote Sens. 2022, 14, 3969. [Google Scholar] [CrossRef] [Scilit]
  17. Yuan, Y.; Wei, Y.; Zhou, X.; Guo, Y.; Chen, J.; Jiang, T. YOLO-SBA: A multi-scale and complex background aware framework for remote sensing target detection. Remote Sens. 2025, 17, 1989. [Google Scholar] [CrossRef] [Scilit]
  18. Guo, H.; Zhou, X.; Yang, P. Feature enhancement based oriented object detection in remote sensing images. Neural Process. Lett. 2024, 56, 244. [Google Scholar] [CrossRef] [Scilit]
  19. Wang, X.; Han, C.; Huang, L.; Nie, T.; Liu, X.; Liu, H.; Li, M. AG-YOLO: Attention-guided YOLO for efficient remote sensing oriented object detection. Remote Sens. 2025, 17, 1027. [Google Scholar] [CrossRef] [Scilit]
  20. 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: New York, NY, USA, 2018; pp. 3974–3983. [Google Scholar]
  21. Liu, Z.; Yuan, L.; Weng, L.; Yang, Y. A high resolution optical satellite image dataset for ship recognition and some new baselines. In Proceedings of the International Conference on Pattern Recognition Applications and Methods; SciTePress: Setúbal, Portugal, 2017; Volume 2, pp. 324–331. [Google Scholar]
  22. Wang, K.; Wang, Z.; Li, Z.; Su, A.; Teng, X.; Pan, E.; Liu, M.; Yu, Q. Oriented object detection in optical remote sensing images using deep learning: A survey. Artif. Intell. Rev. 2025, 58, 350. [Google Scholar] [CrossRef] [Scilit]
  23. Ma, J.; Shao, W.; Ye, H.; Wang, L.; Wang, H.; Zheng, Y.; Xue, X. Arbitrary-oriented scene text detection via rotation proposals. IEEE Trans. Multimed. 2018, 20, 3111–3122. [Google Scholar] [CrossRef] [Scilit]
  24. 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: New York, NY, USA, 2021; pp. 2786–2795. [Google Scholar]
  25. 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. 2021, 43, 1452–1459. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  26. 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]
  27. 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]
  28. Yang, X.; Zhou, Y.; Zhang, G.; Yang, J.; Wang, W.; Yan, J.; Zhang, X.; Tian, Q. The KFIoU Loss for Rotated Object Detection. In Proceedings of the Eleventh International Conference on Learning Representations (ICLR 2023), Kigali, Rwanda, 1–5 May 2023. [Google Scholar]
  29. Li, Y.; Hou, Q.; Zheng, Z.; Cheng, M.M.; Yang, J.; Li, X. Large selective kernel network for remote sensing object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: New York, NY, USA, 2023; pp. 16794–16805. [Google Scholar]
  30. 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: New York, NY, USA, 2022; pp. 1829–1838. [Google Scholar]
  31. 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: New York, NY, USA, 2023; pp. 7318–7328. [Google Scholar]
  32. 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]
  33. 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]
  34. Zhang, S.; Long, J.; Xu, Y.; Mei, S. Pmho: Point-supervised oriented object detection based on segmentation-driven proposal generation. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5638118. [Google Scholar] [CrossRef] [Scilit]
  35. Xiao, Z.; Li, Z.; Cao, J.; Liu, X.; Kong, Y.; Du, Z. OriMamba: Remote sensing oriented object detection with state space models. Int. J. Appl. Earth Obs. Geoinf. 2025, 143, 104731. [Google Scholar] [CrossRef] [Scilit]
  36. Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2018; pp. 7132–7141. [Google Scholar]
  37. Woo, S.; Park, J.; Lee, J.Y.; Kweon, I.S. Cbam: Convolutional block attention module. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018; pp. 3–19. [Google Scholar]
  38. Wang, X.; Girshick, R.; Gupta, A.; He, K. Non-local neural networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2018; pp. 7794–7803. [Google Scholar]
  39. Chen, L.; Shi, W.; Deng, D. Improved YOLOv3 based on attention mechanism for fast and accurate ship detection in optical remote sensing images. Remote Sens. 2021, 13, 660. [Google Scholar] [CrossRef] [Scilit]
  40. 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: New York, NY, USA, 2019; pp. 8231–8240. [Google Scholar]
  41. Yang, X.; Yan, J.; Liao, W.; Yang, X.; Tang, J.; He, T. Scrdet++: Detecting small, cluttered and rotated objects via instance-level feature denoising and rotation loss smoothing. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 45, 2384–2399. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  42. Shrivastava, A.; Gupta, A.; Girshick, R. Training region-based object detectors with online hard example mining. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2016; pp. 761–769. [Google Scholar]
  43. 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: New York, NY, USA, 2017; pp. 2980–2988. [Google Scholar]
  44. Chen, T.; Kornblith, S.; Norouzi, M.; Hinton, G. A simple framework for contrastive learning of visual representations. In Proceedings of the International Conference on Machine Learning, PmLR, Virtual, 13–18 July 2020; pp. 1597–1607. [Google Scholar]
  45. He, K.; Fan, H.; Wu, Y.; Xie, S.; Girshick, R. Momentum contrast for unsupervised visual representation learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2020; pp. 9729–9738. [Google Scholar]
  46. Khosla, P.; Teterwak, P.; Wang, C.; Sarna, A.; Tian, Y.; Isola, P.; Maschinot, A.; Liu, C.; Krishnan, D. Supervised contrastive learning. Adv. Neural Inf. Process. Syst. 2020, 33, 18661–18673. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  47. Sun, B.; Li, B.; Cai, S.; Yuan, Y.; Zhang, C. Fsce: Few-shot object detection via contrastive proposal encoding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2021; pp. 7352–7362. [Google Scholar]
  48. Xie, E.; Ding, J.; Wang, W.; Zhan, X.; Xu, H.; Sun, P.; Li, Z.; Luo, P. Detco: Unsupervised contrastive learning for object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision; IEEE: New York, NY, USA, 2021; pp. 8392–8401. [Google Scholar]
  49. Li, Z.; Hu, X.; Qian, J.; Zhao, T.; Xu, D.; Wang, Y. Self-supervised feature contrastive learning for small weak object detection in remote sensing. Remote Sens. 2025, 17, 1438. [Google Scholar] [CrossRef] [Scilit]
  50. Guo, Z.; Liu, C.; Zhang, X.; Jiao, J.; Ji, X.; Ye, Q. Beyond Bounding-Box: Convex-Hull Feature Adaptation for Oriented and Densely Packed Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2021; pp. 8792–8801. [Google Scholar]
  51. Lyu, C.; Zhang, W.; Huang, H.; Zhou, Y.; Wang, Y.; Liu, Y.; Zhang, S.; Chen, K. RTMDet: An Empirical Study of Designing Real-Time Object Detectors. arXiv 2022, arXiv:2212.07784. [Google Scholar] [CrossRef] [Scilit]
  52. Jiang, Y.; Zhu, X.; Wang, X.; Yang, S.; Li, W.; Wang, H.; Fu, P.; Luo, Z. R 2 CNN: Rotational region CNN for arbitrarily-oriented scene text detection. In Proceedings of the 2018 24th International Conference on Pattern Recognition (ICPR); IEEE: New York, NY, USA, 2018; pp. 3610–3615. [Google Scholar]
  53. 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]
Figure 1. Overall framework of BGD-Net.
Figure 1. Overall framework of BGD-Net.
Sensors 26 05193 g001
Figure 2. Structure of the Background-Decoupled Feature Module (BDFM).
Figure 2. Structure of the Background-Decoupled Feature Module (BDFM).
Sensors 26 05193 g002
Figure 3. Hard background mining process of HBM. For each candidate region, HBM calculates the hard background score according to its foreground confidence and rotated IoU with the ground-truth boxes, and selects candidate regions with high confidence and low overlap as hard background samples.
Figure 3. Hard background mining process of HBM. For each candidate region, HBM calculates the hard background score according to its foreground confidence and rotated IoU with the ground-truth boxes, and selects candidate regions with high confidence and low overlap as hard background samples.
Sensors 26 05193 g003
Figure 4. Parameter sensitivity analysis of BGD-Net on DOTA-v1.0.
Figure 4. Parameter sensitivity analysis of BGD-Net on DOTA-v1.0.
Sensors 26 05193 g004
Figure 5. Detection result comparison between Oriented R-CNN and BGD-Net under complex background scenes. From left to right: harbor, airport, urban road, and industrial area scenes. From top to bottom: ground truth, Oriented R-CNN baseline results, and BGD-Net detection results. Red circles indicate missed detections or false positives.
Figure 5. Detection result comparison between Oriented R-CNN and BGD-Net under complex background scenes. From left to right: harbor, airport, urban road, and industrial area scenes. From top to bottom: ground truth, Oriented R-CNN baseline results, and BGD-Net detection results. Red circles indicate missed detections or false positives.
Sensors 26 05193 g005
Table 1. Main implementation details.
Table 1. Main implementation details.
SettingDOTA-v1.0HRSC2016DIOR-R
DetectorOriented R-CNNOriented R-CNNOriented R-CNN
BackboneResNet-50-FPNResNet-50-FPNResNet-50-FPN
Input size 1024 × 1024 short side 800, max long side 1333 800 × 800
OptimizerSGDSGDSGD
Initial learning rate0.010.0050.01
Epochs123612
Momentum0.90.90.9
Weight decay0.00010.00010.0001
δ b g / δ p o s 0.3/0.50.3/0.50.3/0.5
Top-K in HBM12864128
τ in OBCS0.070.070.07
λ b d / λ o b c s 0.5/0.10.5/0.10.5/0.1
λ b g 0.50.50.5
α in HBM1.01.01.0
γ initialization000
Projection embedding dim.128128128
Batch size per GPU222
Table 2. Comparison of detection performance and model complexity on the DOTA-v1.0 test set.
Table 2. Comparison of detection performance and model complexity on the DOTA-v1.0 test set.
MethodTypeBackbone/ConfigPretrainMSParams (M)FLOPs (G)mAP@0.5 (%)
R3Det [3]One-stageR-50-FPNINYes41.933676.47
CFA [50]One-stageR-50-FPNINYes76.67
S2A-Net [4]One-stageR-50-FPNINYes38.619879.42
R3Det-GWD [3,7]One-stageR-50-FPNINYes41.933680.23
RTMDet-R [51]One-stageRTMDet-RINYes52.320580.54
R3Det-KLD [3,8]One-stageR-50-FPNINYes41.933680.63
RTMDet-R [51]One-stageRTMDet-RCOYes52.320581.33
RoI Transformer [1]Two-stageR-50-FPNINYes55.120074.61
Gliding Vertex [25]Two-stageR-50-FPNINYes41.119875.02
CSL [5]One-stageR-50-FPNINYes37.423676.17
ReDet [24]Two-stageReR50INYes31.680.10
DODet [26]Two-stageR-50-FPNINYes80.62
AOPG [27]Two-stageR-50-FPNINYes80.66
Oriented R-CNN [2]Two-stageR-50-FPNINYes41.119980.87
KFIoU [28]Two-stageR-50-FPNINYes58.820680.93
LSKNet-S [29]Two-stageLSKNet-SINYes31.016181.85
BGD-Net (Ours)Two-stageR-50-FPNINYes42.120482.94
Note: Type denotes the detector type. Pretrain denotes the pre-training dataset, where IN and CO indicate ImageNet and COCO pre-training, respectively. MS denotes multi-scale training/testing. Params and FLOPs represent the number of parameters and computational cost, respectively. FLOPs are calculated with an input size of 1024 × 1024 . mAP@0.5 denotes the mean average precision at an IoU threshold of 0.5. “–” indicates that the result is not reported in the original paper.
Table 3. Empirical inference efficiency of Oriented R-CNN and BGD-Net on DOTA-v1.0.
Table 3. Empirical inference efficiency of Oriented R-CNN and BGD-Net on DOTA-v1.0.
MethodInputParams (M)FLOPs (G)FPS
Oriented R-CNN 1024 × 1024 41.119920.58
BGD-Net (Ours) 1024 × 1024 42.120419.65
Table 4. Ship detection results on the HRSC2016 dataset.
Table 4. Ship detection results on the HRSC2016 dataset.
MethodBackbonemAP@0.5 (%)
R2CNN [52]ResNet-5073.07
RRPN [23]ResNet-10179.08
RoI Transformer [1]ResNet-10186.20
Gliding Vertex [25]ResNet-10188.20
S2A-Net [4]ResNet-5090.17
R3Det [3]ResNet-5089.26
ReDet [24]ReR5090.46
Oriented R-CNN [2]ResNet-50-FPN90.50
KFIoU [28]ResNet-5090.65
LSKNet-S [29]LSKNet-S90.71
BGD-Net (Ours)ResNet-50-FPN91.42
Note: All results are evaluated at an IoU threshold of 0.5. For HRSC2016, AP is calculated using the VOC2007 11-point evaluation protocol.
Table 5. Generalization results on the DIOR-R dataset.
Table 5. Generalization results on the DIOR-R dataset.
MethodTypeBackbonemAP@0.5 (%)
RetinaNet-O [43]One-stageR-50-FPN57.55
Faster R-CNN-O [53]Two-stageR-50-FPN59.54
Gliding Vertex [25]Two-stageR-50-FPN60.06
RoI Transformer [1]Two-stageR-50-FPN63.87
AOPG [27]Two-stageR-50-FPN64.41
Oriented R-CNN (reproduced) [2]Two-stageR-50-FPN64.36
Oriented RepPoints [30]One-stageR-50-FPN66.71
DCFL [31]One-stageR-5066.80
RQFormer [32]End-to-endR-5067.31
BGD-Net (Ours)Two-stageR-50-FPN68.35
Note: “reproduced” denotes results reproduced by us under the same training and evaluation protocol. mAP@0.5 denotes the mean average precision at an IoU threshold of 0.5.
Table 6. Ablation study of BDFM, HBM, and OBCS Loss. ↓ indicate that lower values are better.
Table 6. Ablation study of BDFM, HBM, and OBCS Loss. ↓ indicate that lower values are better.
MethodBDFMHBMOBCSmAP@0.5 (%)Hard-FP ↓
Baseline 80.871128
Baseline + BDFM 81.68926
Baseline + HBM 81.32884
Baseline + OBCS 81.41941
Baseline + BDFM + HBM 82.21782
Baseline + BDFM + OBCS 82.34805
Baseline + HBM + OBCS 82.06816
BGD-Net (Full)82.94694
Table 7. Ablation results on complex-background categories. Unit: AP (%).
Table 7. Ablation results on complex-background categories. Unit: AP (%).
MethodBRSVLVSHSTSBFRAHAHCMean
Oriented R-CNN61.0979.7185.3588.8287.7372.2170.8082.4274.1178.03
+BDFM62.4681.0586.2289.3688.2673.8272.1183.5875.6279.16
+HBM62.0380.7385.9689.1888.0573.4571.7883.2175.3178.86
+OBCS Loss62.2080.8686.0889.2788.1273.6672.0483.3475.4879.01
BGD-Net64.1082.7587.1090.0288.8675.3473.5284.7577.1880.40
Table 8. Counterfactual substitution experiments on DOTA-v1.0.
Table 8. Counterfactual substitution experiments on DOTA-v1.0.
MethodFeature ModuleSample SelectionContrastive LossmAP@0.5 (%)
BaselineStandard80.87
BGD-Net w/CBAMCBAMHBMOBCS82.28
BGD-Net w/OHEMBDFMOHEMOBCS82.16
BGD-Net w/SupConBDFMHBMSupCon82.33
BGD-Net (Full)BDFMHBMOBCS82.94
Table 9. Statistical robustness over three independent runs on DOTA-v1.0. ↑ and ↓ indicate that higher and lower values are better, respectively.
Table 9. Statistical robustness over three independent runs on DOTA-v1.0. ↑ and ↓ indicate that higher and lower values are better, respectively.
MethodRunsmAP@0.5 (%) ↑ Hard-FP ↓
Oriented R-CNN3 80.87 ± 0.08 1126.7 ± 14.6
+BDFM3 81.67 ± 0.10 928.0 ± 10.4
+HBM3 81.31 ± 0.07 886.3 ± 15.0
+OBCS3 81.40 ± 0.09 939.7 ± 11.2
BGD-Net (Full)3 82.93 ± 0.07 695.0 ± 9.5
Table 10. Hard-FP results under different evaluation IoU thresholds on DOTA-v1.0.
Table 10. Hard-FP results under different evaluation IoU thresholds on DOTA-v1.0.
Evaluation IoU ThresholdOriented R-CNNBGD-NetReduction (%)
0.10 725.3 ± 11.2 455.0 ± 8.0 37.27
0.20 924.7 ± 12.8 576.3 ± 8.7 37.68
0.30 1126.7 ± 14.6 695.0 ± 9.5 38.32
0.40 1368.0 ± 16.2 842.7 ± 11.0 38.40
0.50 1652.3 ± 18.0 1029.0 ± 13.2 37.72
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

Xu, J.; Huo, H.; Mei, A.; Zhang, C. BGD-Net: An Object–Background Decoupling Network for Oriented Object Detection in Complex Remote Sensing Scenes. Sensors 2026, 26, 5193. https://doi.org/10.3390/s26165193

AMA Style

Xu J, Huo H, Mei A, Zhang C. BGD-Net: An Object–Background Decoupling Network for Oriented Object Detection in Complex Remote Sensing Scenes. Sensors. 2026; 26(16):5193. https://doi.org/10.3390/s26165193

Chicago/Turabian Style

Xu, Jiaxin, Hua Huo, Aokun Mei, and Chen Zhang. 2026. "BGD-Net: An Object–Background Decoupling Network for Oriented Object Detection in Complex Remote Sensing Scenes" Sensors 26, no. 16: 5193. https://doi.org/10.3390/s26165193

APA Style

Xu, J., Huo, H., Mei, A., & Zhang, C. (2026). BGD-Net: An Object–Background Decoupling Network for Oriented Object Detection in Complex Remote Sensing Scenes. Sensors, 26(16), 5193. https://doi.org/10.3390/s26165193

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