Next Article in Journal
Dam Deformation Monitoring at Jatiluhur Dam, Indonesia, Using Multi-Temporal Synthetic Aperture Radar Interferometry and Integrated Field Observations
Previous Article in Journal
Spectral Response of Remote Sensing Reflectance to Variation in CDOM, Phytoplankton, and Mineral Particles in Baltic Waters
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

HALD-FSOD: Hierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting for Few-Shot Object Detection in Remote Sensing Imagery

1
Aerospace Information Research Institute, Chinese Academy of Sciences, Beijing 100190, China
2
Key Laboratory of Network Information System Technology (NIST), Institute of Electronics, Chinese Academy of Sciences, Beijing 100190, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(13), 2093; https://doi.org/10.3390/rs18132093
Submission received: 16 May 2026 / Revised: 18 June 2026 / Accepted: 25 June 2026 / Published: 27 June 2026

Highlights

What are the main findings?
  • A hierarchical adaptive learning framework with asymmetric margin and loss-aware dynamic weighting is proposed for generalized few-shot object detection in remote sensing imagery (HALD-FSOD). It achieves state-of-the-art performance on both DIOR and NWPU VHR 10.v2 datasets without introducing any additional learnable parameters, improving novel-class mAP while maintaining or even enhancing base-class performance, effectively alleviating the catastrophic forgetting problem.
  • The three core modules of HALD-FSOD work synergistically: the hierarchical adaptive learning framework balances base knowledge preservation and novel feature adaptation, the asymmetric margin-enhanced cosine classifier reduces inter-category false detections, and the loss-aware dynamic weighting mechanism mitigates the learning imbalance between base and novel classes.
What are the implications of the main findings?
  • The results demonstrate that optimizing training strategies and loss functions without introducing additional learnable parameters is a practical and efficient approach for generalized few-shot object detection, avoiding the computational complexity and instability of meta-learning-based methods.
  • The hierarchical adaptive learning paradigm and the proposed improved classification and weighting strategies provide generalizable solutions that can be extended to other remote sensing tasks with scarce annotations and imbalanced data, such as oriented object detection and instance segmentation.

Abstract

Recently, few-shot object detection (FSOD) in remote sensing images (RSIs) has been attracting increasing research attention. However, mainstream FSOD methods for RSIs suffer from severe base-class performance degradation when adapting to novel classes. Meanwhile, most existing methods introduce additional learnable parameters, which limit their practical deployment in remote sensing applications. In this paper, we focus on lightweight high-performance FSOD in RSIs and propose HALD-FSOD, an enhanced two-stage fine-tuning approach (TFA) based detector that achieves remarkable novel-class performance improvement without forgetting pre-trained base-class knowledge. Through a comprehensive analysis of the TFA framework’s limitations in remote sensing scenarios, a hierarchical adaptive learning framework is proposed, which achieves an optimal balance between base-class knowledge preservation and novel-class feature adaptation. Considering the low inter-class separability of geospatial objects, we design an asymmetric margin-enhanced cosine classifier to learn a more discriminative decision boundary for novel classes. Furthermore, a loss-aware dynamic class weighting mechanism is developed to alleviate the learning imbalance between base and novel classes. Extensive experiments on DIOR and NWPU VHR 10.v2 datasets demonstrate that our proposed HALD-FSOD achieves competitive overall performance, with remarkable improvement in novel-class detection and negligible base-class degradation, without introducing any additional learnable parameters.

1. Introduction

Remote sensing provides massive high-resolution earth observation data, which has been widely applied in urban planning, environmental monitoring, geographic surveying, and intelligent reconnaissance [1,2]. As a fundamental task of remote sensing image interpretation, object detection aims to accurately locate and classify ground targets of interest from complex scenes [3,4]. Benefiting from the rapid development of deep convolutional neural networks and vision transformers, fully supervised object detection methods have achieved remarkable performance breakthroughs in recent years [5,6,7,8]. However, these methods heavily rely on large-scale, high-quality annotated datasets, whose construction is extremely labor-intensive, time-consuming, and even infeasible for rare or emerging geospatial targets. In practical remote sensing applications, many rare and specific targets only have extremely limited annotated samples, making fully supervised models unable to learn robust feature representations and leading to significant performance degradation. To address this challenge, FSOD, which learns to detect novel categories with only a handful of annotated training samples, has attracted considerable research attention and has become a research hotspot in the remote sensing community [9,10,11].
Although existing FSOD methods have achieved promising results on natural image datasets, they face severe performance bottlenecks and practical limitations when migrating to remote sensing imagery [12,13]. On one hand, remote sensing images are captured from a bird’s-eye view, with inherent characteristics including complex background interference, drastic scale variations in geospatial targets, and high visual similarity between different land cover categories. These unique properties make it difficult for conventional FSOD frameworks to learn discriminative feature representations for novel targets, especially for small, sparse, or visually similar objects in complex scenes [14]. On the other hand, the extreme scarcity of annotated novel samples leads to serious feature dispersion and overfitting problems in the few-shot learning paradigm [15]. Existing mainstream FSOD methods generally struggle to balance the detection performance between base and novel categories. Most methods prioritize the performance improvement of novel classes at the cost of sacrificing base-class detection accuracy, resulting in catastrophic forgetting of pre-trained knowledge and unbalanced detection performance [10,16,17,18]. Even the widely adopted transfer learning-based fine-tuning paradigms, which are renowned for their stable base-class performance, still fail to achieve sufficient feature adaptation for novel remote sensing targets while preserving pre-trained knowledge [13,14].
To boost the generalization of novel categories, a recent line of research attempts to introduce textual semantic priors and language-guided knowledge into few-shot detection frameworks [19,20,21,22,23]. These methods leverage semantic descriptions of categories to complement visual features and enhance the recognition of scarce samples. Despite the performance gain on novel classes, such text-augmented paradigms bring non-negligible limitations in real-world remote sensing deployment. First, they heavily depend on high-quality textual prompts for each category, which is infeasible for unknown or unnamed targets in open remote sensing scenarios. Second, the cross-modal alignment between visual and linguistic features introduces redundant computation and complex model structures, which are incompatible with resource-limited edge platforms such as airborne and satellite-borne systems.
To address the above limitations, this paper proposes HALD-FSOD, a lightweight pure-vision FSOD framework dedicated to high-resolution remote sensing imagery. Our method follows a TFA paradigm [13] and achieves significant performance improvements purely through training strategy optimization and loss function enhancement, without introducing any additional learnable parameters. Specifically, we design a hierarchical adaptive learning framework, which achieves an optimal balance between pre-trained base knowledge preservation and novel-class feature adaptation through differentiated learning rate configuration for different network components. Second, considering the low inter-class separability of geospatial objects in remote sensing imagery, we develop an asymmetric margin-enhanced cosine classifier, which enforces explicit inter-class decision boundary constraints exclusively for novel classes to alleviate inter-category false detections. Third, we propose a loss-aware dynamic class weighting mechanism, which dynamically adjusts the loss weights of each category based on real-time learning difficulty, effectively mitigating the learning imbalance between easy-to-learn base classes and hard-to-learn novel classes.
The main contributions of this paper are summarized as follows:
(1)
We propose a lightweight pure-vision FSOD framework for remote sensing imagery, which achieves remarkable novel-class performance improvement while maintaining a nearly lossless base-class detection performance (as shown in Figure 1), without introducing any additional learnable parameters.
(2)
A hierarchical adaptive learning framework is proposed, which breaks through the feature adaptation bottleneck of conventional fine-tuning paradigms through differentiated learning rate configuration, and achieves an optimal trade-off between pre-trained knowledge stability and novel-class feature plasticity.
(3)
An asymmetric margin-enhanced cosine classifier is designed, which enforces explicit decision boundary constraints for novel classes, effectively alleviating the false detection problem caused by high visual similarity between geospatial objects.
(4)
A loss-aware dynamic class weighting mechanism is developed, which automatically prioritizes hard-to-learn novel classes through real-time loss statistics tracking, effectively balancing the learning progress between base and novel classes without triggering catastrophic forgetting.
Figure 1. Performance comparison of our HALD-FSOD with previous FSOD methods on the DIOR test set in the first novel/base split under the 10-shot settings: (a) base and novel-class performance comparison. The gray dashed line indicates the base mAP (69.05) of pre-trained Faster-RCNN. (b) All-class performance comparison.
Figure 1. Performance comparison of our HALD-FSOD with previous FSOD methods on the DIOR test set in the first novel/base split under the 10-shot settings: (a) base and novel-class performance comparison. The gray dashed line indicates the base mAP (69.05) of pre-trained Faster-RCNN. (b) All-class performance comparison.
Remotesensing 18 02093 g001

2. Related Work

2.1. Object Detection

Deep learning has driven remarkable advances in generic object detection over the past decade. Existing detectors are broadly divided into two-stage and single-stage architectures [24]. Two-stage methods, typified by Faster R-CNN [6], first generate category-agnostic region proposals and then perform accurate classification and bounding box regression, delivering high detection precision. To handle multi-scale objects, Feature Pyramid Network (FPN) [25] is introduced to build hierarchical feature representations, which becomes a standard component in modern detectors. In contrast, single-stage detectors such as YOLO [26] and RetinaNet [27] directly predict object locations and categories in a one-pass manner, prioritizing real-time inference efficiency. Recently, transformer-based detectors have emerged, which model global context dependencies via self-attention mechanisms and achieve competitive performance on natural image benchmarks [28,29].
Despite their success in natural scenes, these generic detectors perform poorly when directly applied to RSIs. Unlike natural objects, aerial targets exhibit arbitrary orientations, extreme scale variations, dense arrangements, and complex background clutter. To mitigate these issues, numerous RSI-oriented detection methods have been proposed, including rotated bounding box detectors, multi-scale feature enhancement modules, dense object localization strategies, and cross-domain learning [30,31,32,33,34,35]. RPUN [36] and SCENet [37] introduce a resolution-preserving, utilization network and a similar category angle, respectively, for tiny object detection. These works effectively adapt detection models to remote sensing scenarios, but all rely on large-scale, high-quality annotated datasets. The high cost of annotating RSIs, especially for rare and fine-grained targets, severely limits the scalability of fully supervised detection methods in practical applications.

2.2. Few-Shot Object Detection

To alleviate the heavy reliance on massive annotations, few-shot object detection (FSOD) is proposed, which aims to adapt pre-trained detectors to novel classes with only a few labeled samples. Existing FSOD methods are mainly categorized into meta-learning-based [38,39,40,41,42] and fine-tuning-based paradigms [43,44,45].
Meta-learning-based methods adopt an episodic training strategy that constructs support-query task pairs to learn transferable prototype representations. These methods focus on cross-task generalization and enable fast adaptation to unseen classes. However, they prioritize episode-level transferability over discriminative object feature learning and often suffer from feature ambiguity when handling objects with large intra-class variations.
Fine-tuning-based methods have become the dominant paradigm due to their simplicity and strong performance. The representative method TFA [13] adopts a two-stage training pipeline: pre-training the detector on data-rich base classes, and then only fine-tuning the final prediction heads on few-shot novel classes. To further improve feature discriminability, FSCE [46] introduces contrastive proposal encoding to enhance the distinction between different categories. Although these methods achieve promising results on natural images, they ignore the unique characteristics of remote sensing targets and cannot be directly generalized to RSIs.
Beyond proposal-level and classification-level optimization, another line of research focuses on data augmentation and feature regularization to mitigate overfitting under low-data regimes [47]. Various geometric and semantic augmentation strategies are designed to enrich the diversity of few-shot samples, while weight regularization and feature normalization are adopted to stabilize the fine-tuning process and prevent the model from overfitting to limited novel instances. These strategies effectively improve the generalization of FSOD models, yet they are still designed for general object distributions and fail to tackle the domain-specific challenges in specialized imaging scenarios.
In addition, some recent works attempt to refine the feature alignment between base and novel classes to reduce knowledge transfer bias [48,49,50,51]. They introduce feature reweighting, channel attention, and relation modeling modules to calibrate the semantic distribution discrepancy between seen and unseen categories. While these methods narrow the domain gap between base and novel classes, they mostly focus on global feature alignment and neglect the fine-grained feature discrimination required for visually similar categories, which remains a core bottleneck for FSOD in complex visual scenarios.

2.3. Few-Shot Object Detection for Remote Sensing Imagery

In recent years, FSOD for RSIs has attracted increasing research attention, with most works focusing on addressing the domain-specific challenges of aerial images, including multi-scale variation, arbitrary orientation, and severe inter-class similarity [9,52,53].
A series of RSI-specific FSOD methods is developed based on the fine-tuning pipeline, which has become the mainstream technical route due to its simplicity and stability [14]. To handle the drastic scale variations in remote sensing targets (ranging from tiny vehicles to large buildings), many studies have dedicated efforts to multi-scale feature enhancement [54]. They introduce hierarchical feature aggregation modules, path aggregation structures, adaptive scale fusion mechanisms, and receptive field expansion modules to capture discriminative features of tiny, medium, and large aerial objects simultaneously [55]. These designs alleviate the scale mismatch problem in few-shot adaptation, but they rarely consider the semantic complementarity between different feature layers, leading to redundant feature fusion and weak semantic representation for novel classes. More importantly, almost all multi-scale enhancement methods introduce a large number of additional learnable parameters, which increase computational complexity and are not conducive to deployment on resource-constrained remote sensing platforms.
For oriented and dense aerial targets such as ships in ports and vehicles in parking lots, researchers integrate rotation-aware feature learning and shape prior modeling into the FSOD framework, improving the localization accuracy of novel aerial classes [56,57]. However, these methods usually require additional rotation annotation information or complex geometric transformation operations, which increases the difficulty of data preparation and model training.
To address the severe inter-class similarity problem in remote sensing imagery, prototype-based methods are widely adopted [19,50,58]. These methods generate class-aware visual prototypes from support samples, which are injected into the region proposal network or classification head to guide accurate proposal generation and classification. Although prototype-based methods effectively utilize the limited information of few-shot samples, they struggle to distinguish visually similar sub-categories, such as different types of aircraft, vehicles, and sports fields. Most works rely on global feature matching and prototype alignment, which cannot capture fine-grained structural and texture differences between highly similar targets, resulting in persistent classification confusion.
Despite these advances, existing remote sensing FSOD methods still have critical limitations. Most methods simply migrate natural-scene FSOD pipelines to RSIs without thoroughly optimizing the training process itself, leading to insufficient semantic modeling of novel classes. Moreover, almost all existing methods achieve performance improvements by adding complex network modules, which compromises the lightweight nature and deployability of the model. Most importantly, few works have effectively solved the fundamental challenge of balancing base-class and novel-class performance. Many methods achieve remarkable novel-class improvements at the cost of severe base-class performance degradation, leading to catastrophic forgetting [17,18].
Different from existing works that rely on adding complex network modules or cross-modal supervision, this paper proposes a lightweight pure-vision FSOD framework dedicated to remote sensing imagery. Built upon the classic fine-tuning paradigm, we optimize the training strategy and loss function from three core aspects without introducing any additional learnable parameters. Specifically, we design a hierarchical adaptive learning framework to balance base-class knowledge preservation and novel-class feature adaptation, develop an asymmetric margin-enhanced cosine classifier to alleviate inter-class confusion between similar geospatial objects, and propose a loss-aware dynamic class weighting mechanism to mitigate the learning imbalance between base and novel classes. Our method effectively addresses the core limitations of existing remote sensing FSOD methods and achieves superior overall performance while maintaining strong engineering practicability and deployment convenience.

3. Methodology

3.1. Problem Statement

Following the standard problem setup for FSOD as established in prior works [10,13,40], we adopt the same experimental configuration. Concretely, the collection of all classes is denoted as C . The classes with a lot of labeled samples are referred to as base classes, denoted as C b a s e , while the classes with a limited number of labeled samples are called novel classes, denoted as C n o v e l . C b a s e and C n o v e l , and satisfy C b a s e C n o v e l = C and C b a s e C n o v e l = . The image spaces for base classes and novel classes are defined as X b a s e and X n o v e l , respectively. In the process of few-shot learning, it is common to divide it into two stages: pretraining and fine-tuning.
During the pretraining stage, the model trains on the base dataset D b a s e = x , c | x X b a s e , c C b a s e to obtain a robust and universal representation. In the fine-tuning stage, a balanced few-shot dataset D f e w = x , c | x X b a s e X n o v e l , c C containing K -shot annotated instances (e.g., K = 3 ,   5 ,   10 ,   20 ) of each base and novel class is constructed for few-shot transfer.
For the inference phase in FSOD, the test set contains all classes C , and the model is required to detect all classes of objects. The goal is to obtain a model that achieves high detection performance on C n o v e l while minimizing catastrophic forgetting on C b a s e .

3.2. Overview

The proposed HALD FSOD follows a classic two-stage fine-tuning (TFA) paradigm [13], and critically, no additional learnable parameters are introduced throughout the framework, which ensures the lightweight property and avoids overfitting risks in data-scarce few-shot scenarios. Specifically, the Faster R-CNN [6] with Feature Pyramid Network [25] is first trained on the abundant base dataset and then fine-tuned on the balanced few-shot dataset with the hierarchical adaptive learning framework (HALF). Moreover, in the fine-tuning stage, the asymmetric margin-enhanced cosine classifier (AMECC) and loss-aware dynamic class weighting mechanism (LADCW) are introduced to facilitate learning novel knowledge and preserving base knowledge. Specifically, in each training iteration, AMECC replaces the simple cosine classifier in TFA to classify bounding boxes and produce margin-adjusted classification scores, based on which the cross-entropy loss is computed. Meanwhile, LADCW accumulates the per-category losses across training iterations and re-weights each category accordingly, balancing the training weights between base and novel classes. No data augmentation strategies are utilized in either the training or inference phase. The overall structure of our proposed HALD-FSOD is illustrated in Figure 2.

3.3. Hierarchical Adaptive Learning Framework

The original TFA framework [13] adopts an extremely conservative fine-tuning strategy: it freezes the feature extractor (FE), region proposal network (RPN), and RoI Feature Extractor (RoI-FE) during fine-tuning and only updates the final classification and regression heads. While this strategy maximally preserves pre-trained base-class knowledge, it fails to adapt to novel classes.
To achieve an optimal balance between stability (base-class knowledge preservation) and plasticity (novel-class feature adaptation), we propose a hierarchical adaptive learning framework with differentiated learning rate multipliers (LRM) for different network modules, as shown in the fine-tuning stage of the overview figure. The detailed configuration is designed as follows:
  • Full Freezing (LRM = 0.0): The FE is completely frozen during the entire fine-tuning stage. The low-level and mid-level visual features learned from massive base-class data have strong generalizability for remote sensing land cover objects, and full freezing fundamentally avoids catastrophic forgetting of base-class knowledge.
  • Full Learning Rate Update (LRM = 1.0): The RPN, final classification head, and regression head are updated with the full base learning rate. Unfreezing the RPN enables the model to adjust the proposal generation strategy to novel remote sensing objects, significantly improving the recall of high-quality proposals for novel classes. The full learning rate update of the prediction heads allows the model to quickly learn the decision boundaries for novel classes with limited samples.
  • Reduced Learning Rate Update (LRM = 0.1): The RoI-FE is updated with a reduced learning rate. The small learning rate enables the model to gently adjust the high-level feature space to better fit the characteristics of novel classes, without destroying the pre-trained feature distribution of base classes.

3.4. Asymmetric Margin-Enhanced Cosine Classifier

The original TFA [13] adopts a vanilla cosine similarity classifier for final classification. It performs L2 normalization on both the RoI features and classification weights, and calculates the cosine similarity as the classification score, which effectively alleviates the feature scale sensitivity problem in few-shot scenarios. However, in remote sensing imagery, novel classes often share highly similar visual features, spatial layouts, and contextual environments with base classes. With only a few annotated samples, the model cannot learn clear inter-class decision boundaries, leading to severe false detections between similar land cover objects.
To address this inter-class confusion problem, we propose an asymmetric margin-enhanced cosine classifier, which introduces an exclusive margin penalty only for novel classes to enforce more compact intra-class feature clustering and clearer inter-class decision boundaries. The full pipeline of this module is shown in the top-right of the overview figure, and the core calculation process is as follows:
First, given the high-level feature X output by the RoI FE, we perform L2 normalization on the feature and the classification weight matrix W to eliminate scale interference:
X n o r m = X X 2 + ϵ
W n o r m = W W 2 + ϵ
where ϵ = 10 5 is a small constant to avoid division by zero.
The raw classification score is then calculated via linear mapping of the normalized features and weights, with a fixed scaling factor s c a l e to amplify the difference between similarity scores:
s i , c = L i n e a r X n o r m , W n o r m · s c a l e
where s i , c denotes the raw classification score of the i -th sample for category c .
Subsequently, we apply an asymmetric margin penalty to the classification scores of novel classes before the cross-entropy loss calculation. The margin-adjusted score s ~ i , c is formulated as:
s ~ i , c = s i , c τ · s c a l e ,     i f   c C n o v e l s i , c ,                               o t h e r w i s e
where τ is the margin hyperparameter.
In the normalized hyperspherical feature space, subtracting the margin penalty narrows the classification decision boundary for novel classes. This forces the model to output a significantly higher cosine similarity to correctly classify novel samples, thus driving the model to learn more compact intra-class feature clustering and a larger inter-class feature distance between novel and base classes. Critically, this module only modifies the classification scores before loss calculation, without introducing any additional learnable parameters. The pseudocode of the margin-adjusted classification scores calculation is shown in Algorithm 1.
Algorithm 1. Magin-adjusted classification scores calculation
Inputs: RoI feature batch X R N × D , classification weight matrix W R C × D , novel class index set C n o v e l , margin hyperparameter τ , scaling factor s c a l e , numerical stability constant ϵ = 10 5 .
Outputs: Margin-adjusted classification scores S ~ R N × C .
1:/* Step 1: L2 normalization to eliminate feature scale interference */
2: X n o r m = X X 2 + ϵ
3: W n o r m = W W 2 + ϵ
4:/* Step 2: Calculate raw cosine similarity classification scores */
5: S = X n o r m · W n o r m T × s c a l e
6:/* s i , c : raw classification score of the i -th RoI sample for category c */
7:/* Step 3: Inject asymmetric margin penalty (only for novel classes) */
8:for each sample i 1 , 2 , , N  do:
9:       for each category c 1 , 2 , , C  do:
10:              if  c C n o v e l  then:
11:                         s ~ i , c = s i , c τ · s c a l e
12:              else:
13:                         s ~ i , c = s i , c
14:              end if
15:       end for
16:end for
17:return  S ~  // Scores fed into cross-entropy loss for training

3.5. Loss-Aware Dynamic Class Weighting Mechanism

In remote sensing FSOD tasks, there is a significant gap in learning difficulty across different categories: base classes have massive annotated samples and clear feature patterns, making them easy to learn, while novel classes have only a few annotated samples and are often confused with similar base classes or occluded by complex backgrounds, making them extremely hard to learn. The original TFA adopts a fixed uniform loss weight, which causes the gradient update to be dominated by easy-to-learn base classes. Hard novel classes cannot receive sufficient gradient optimization, leading to a severe performance bottleneck.
To alleviate this learning imbalance problem, we propose a loss-aware dynamic class weighting mechanism. It uses an exponential moving average (EMA) to track the historical loss of each category in real time and dynamically adjusts the loss weight to automatically assign higher weights to hard-to-learn novel classes. The full pipeline of this module is shown in the bottom-right of the overview figure, and the core process is as follows:
Step 1: Real-Time Loss Statistics Update.
For each training iteration, we maintain two EMA buffers for each category c : the cumulative loss c u m _ l o s s c and the cumulative sample count c u m _ c o u n t c . The buffers are updated with a momentum coefficient β :
c u m _ l o s s c = β · c u m _ l o s s c + 1 β · i , y i = c l i
c u m _ c o u n t c = β · c u m _ c o u n t c + 1 β · N c
where l i is the per-sample cross-entropy and y i is the ground truth label of the i -th sample, respectively. N c is the number of samples in category c in the current batch.
Step 2: Dynamic Weight Calculation and Loss Fusion.
The average loss for each category is calculated to measure its learning difficulty:
a v g _ l o s s c = c u m _ l o s s c c u m _ c o u n t c + ϵ
The raw weight for each category is generated based on the ratio of the category average loss to the global mean loss, which reflects the relative learning difficulty of the category:
w c r a w = a v g _ l o s s c 1 C c a v g _ l o s s c + ϵ
To avoid training instability caused by excessively large weights, we clamp the raw weight within a predefined range 1.0 , w m a x . The lower bound of 1.0 ensures that simple base classes will not be neglected during fine-tuning:
w c = c l a m p w c r a w , 1.0 ,   w m a x
To further stabilize the training process, EMA smoothing is applied to the final class weights:
l o s s _ w e i g h t c = β · l o s s _ w e i g h t c + 1 β · w c
Finally, the per-sample classification loss is multiplied by the corresponding class weight, and the final weighted classification loss is obtained by averaging the weighted per-sample losses:
L L A D C W M _ c l s = 1 N i = 1 N l i · l o s s _ w e i g h t y i
where N is the total number of samples in the batch.
This mechanism automatically identifies and prioritizes hard-to-learn novel classes without any additional learnable parameters, effectively alleviating the learning imbalance problem in remote sensing FSOD, while ensuring training stability and no degradation in base-class performance. The pseudocode of the weighted classification loss calculation is shown in Algorithm 2.
Algorithm 2. Weighted classification loss calculation
Inputs: Per-sample CE loss l R N , ground truth labels y 1 , 2 , , C N , EMA momentum β , max weight w m a x , numerical stability constant ϵ = 10 5 .
Persistent States: EMA buffers c u m _ l o s s R C ,   c u m _ c o u n t R C ,   l o s s _ w e i g h t R C
Outputs: Weighted classification loss L L A D C W M _ c l s .
1:/* Step 1: Aggregate per-class loss & sample count of current batch */
2: b a t c h _ l o s s c = i , y i = c l i ,   b a t c h _ c o u n t c = i , y i = c 1 ,   c 1 , 2 , , C
3:/* Step 2: Update EMA statistics & compute per-class average loss */
4:for each category c  do
5:           c u m _ l o s s c = β · c u m _ l o s s c + 1 β · b a t c h _ l o s s c
6:           c u m _ c o u n t c = β · c u m _ c o u n t c + 1 β · b a t c h _ c o u n t c
7:           a v g _ l o s s c = c u m _ l o s s c / c u m _ c o u n t c + ϵ
8:end for
9:/* Step 3: Calculate & smooth dynamic class weights */
10: g l o b a l _ a v g = 1 C c = 1 C a v g _ l o s s c
11:for each category c do
12:           w c r a w = a v g _ l o s s c / g l o b a l _ a b g + ϵ
13:           w c = c l a m p w c r a w , 1.0 ,   w m a x
14:           l o s s _ w e i g h t c = β · l o s s _ w e i g h t c + 1 β · w c
15:end for
16:/* Step 4: Compute final weighted loss */
17:           L L A D C W M _ c l s = 1 N i = 1 N l i · l o s s _ w e i g h t y i
18:return  L L A D C W M _ c l s

4. Experiments

4.1. Datasets

DIOR [3]: The DIOR dataset is a publicly accessible, large-scale benchmark dataset designed for object detection in optical remote sensing imagery. It contains 23,463 images sourced from Google Earth, covering 190,288 object instances across 20 categories such as airplanes, airports, baseball fields, and basketball courts, providing a rich variety of training samples and practical scenarios. Each image in the dataset has a fixed size of 800 × 800 pixels, with spatial resolutions ranging from 0.5 m to 30 m. In line with the FSOD protocol established in [10,14], the dataset is divided into four different novel/base-class splits, where each split consists of 15 base classes and five novel classes. The specific novel classes for each split are listed in Table 1, with the remaining classes treated as base classes.
NWPU VHR 10.v2 [59]: This dataset consists of 1172 images across 10 geospatial object categories, with each image resized to 400 × 400 pixels. The object classes include airplane, baseball diamond, basketball, bridge, ground track field, harbor, ship, storage tank, tennis court, and vehicle. Following a setup analogous to DIOR, two novel/base-class splits are adopted, where each split contains seven base classes and three novel classes. The corresponding novel classes for each partition are presented in Table 1.
The few-shot instances in DIOR and NWPU VHR 10.v2 datasets are taken from prior work [14], ensuring a fair comparison with existing methods.

4.2. Evaluation Metrics

To validate the effectiveness of the method, mean average precision (mAP) with an IoU threshold of 0.5 is adopted as the evaluation metric. The mAP is a commonly used metric for evaluating the performance of object detection models, which denotes the mean of average precision (AP) in all categories. Higher mAP values indicate better detection performance. For a single category, AP is computed as the mean of precision (P) over the recall (R) range from 0 to 1 under a specified IoU threshold, which can be expressed as follows:
A P = R 0 , 0.1 , , 1 1 11 P R
To evaluate the performance of base classes and the few-shot novel classes, we choose the mAP of the base classes, the novel classes, and all classes as evaluation metrics to evaluate the performance of different methods.

4.3. Implementation Details

Our proposed HALD-FSOD framework is built upon the classic Faster R-CNN [6] two-stage detection architecture and employs a ResNet101 [5] network integrated with an FPN [25] as the backbone feature extractor, which is initialized with publicly available pre-trained weights to guarantee the stability of model convergence. For the base pre-training stage on abundant base-class samples, the model is trained for a total of 36 k iterations, where the learning rate starts from 0.01 and decreases to 0.001 and 0.0001 at the 24 k iterations and 32 k iterations, following prior work [14]. In the subsequent fine-tuning stage, the weights of the bounding box regression head and classification head corresponding to novel classes are randomly initialized, while other network components inherit the pre-trained weights from the base pre-training stage. The entire fine-tuning process runs for 10 k iterations, where the learning rate starts from 0.001 and decreases to 0.0001 and 0.00001 at the 4 k iterations and 8 k iterations. All images are preprocessed by resizing, normalization, and padding before training and inference. Images are resized to 800 × 800 for the DIOR dataset and up to 400 × 400 for NWPU VHR 10.v2 dataset, and the size divisor parameter for padding is set to 32 for all images.
Key hyperparameters involved in our framework are set consistently across all experiments: the scaling factor for cosine similarity calculation is fixed at 20, following prior work [14]. The margin hyperparameter τ for the asymmetric boundary constraint is set to 0.2, and the momentum coefficient β for the dynamic loss weighting module is 0.9. These two hyperparameters are selected by grid search. Throughout both the base pre-training and fine-tuning stages, all model parameters are optimized using the Stochastic Gradient Descent (SGD) algorithm, with a weight decay of 0.0001 and a momentum coefficient of 0.9. All experiments are conducted on a single NVIDIA GeForce RTX 4070Ti Super GPU, with a global batch size set to four for all training processes.
During the inference phase, the confidence threshold for preliminary detection candidates is set to 0.05, and the IoU threshold for non-maximum suppression (NMS) is fixed at 0.5 to filter redundant detection boxes. In addition, the data augmentation strategies are not utilized in either the training or inference phases. To eliminate the randomness of model training and ensure the reliability of experimental results, each experimental configuration of our proposed HALD-FSOD is independently executed for five repeated runs, and we report the average performance metrics calculated across all five repeated experiments in the subsequent sections.

4.4. Comparisons with State-of-the-Art Methods

To comprehensively validate the effectiveness and superiority of our proposed HALD-FSOD framework, we conduct extensive comparative experiments with mainstream state-of-the-art (SOTA) FSOD methods on two widely used remote sensing benchmark datasets: DIOR and NWPU VHR 10.v2. FRW [9] and Meta-RCNN [42] are classic meta-learning-based methods built on episodic training paradigms. FSDetView [41] is an advanced meta-learning method that proposes a multi-form feature aggregation scheme. TFA [13] is the fundamental baseline of transfer learning-based FSOD, and HALD-FSOD is built on TFA. P-CNN [10] and G-FSDet [14] are representative improved transfer learning methods with refined fine-tuning strategies and classification head designs, which are selected to demonstrate the performance advantages of our method over other transfer learning peers. TPG-FSOD [18] is included as a representative VLM-based remote sensing FSOD method leveraging CLIP semantic prototypes, which is selected to verify our method and can achieve competitive performance even when compared with the VLM-enhanced FSOD method. All comparative experiments are implemented under 3-shot, 5-shot, 10-shot, and 20-shot settings across all dataset splits, to verify the generalization performance of our method under different few-shot scenarios.

4.4.1. Comparisons on the DIOR Dataset

Table 2 presents the performance comparison of our HALD-FSOD with SOTA methods across four splits under 3/5/10/20-shot settings. Among all compared methods, TFA achieves the highest base-class performance except in split 4, but suffers from severe novel-class degradation. This is because TFA only updates the box predictor during the fine-tuning stage, which preserves base knowledge well but severely restricts novel feature adaptation. Our hierarchical adaptive learning framework configures differentiated learning rates for different network components, achieving 9.7% average novel mAP improvement in the 3-shot setting and 15.44% in the 20-shot setting, with less than 0.12% average base performance loss in the 3-shot setting and 0.57% in the 20-shot setting, effectively mitigating catastrophic forgetting.
Compared with meta-learning-based methods (FRW, Meta-RCNN, FSDetView), our method shows overwhelming superiority in both novel and overall performance. Meta-learning methods rely on computationally expensive episodic training and tend to overfit to training tasks, while our HALD-FSOD is simpler, more efficient, and better at generalizing complex remote sensing targets.
Against P-CNN, G-FSDet, and TPG-FSOD, HALD-FSOD achieves competitive overall performance without introducing any additional learnable parameters. Notably, our method maintains superior base-class mAP, benefiting from the asymmetric margin-enhanced cosine classifier and loss-aware dynamic weighting mechanism, which alleviate inter-class false detections and learning imbalance, respectively.
Apart from the above qualitative analysis, we also visualize the detection results under the 10-shot setting in the first novel/base split in Figure 3. Our proposed HALD-FSOD is capable of generalized few-shot object detection, which can simultaneously detect both novel and base objects.

4.4.2. Comparisons on the NWPU VHR 10.v2 Dataset

Table 3 presents the performance comparison of our HALD-FSOD with SOTA methods across two splits under 3/5/10/20-shot settings. TFA still achieves the highest base-class performance among existing methods but suffers from the most severe novel-class degradation. Compared with TFA, our HALD-FSOD achieves consistent improvements across all three metrics in all settings. Specifically, in the 3-shot, 5-shot, 10-shot, and 20-shot settings, our method improves the average base-class mAP by 1.56%, 0.45%, 1.28%, and 1.31%, the average novel-class mAP by 45.08%, 51.33%, 58.20%, and 61.21%, and the average all-class mAP by 14.63%, 16.19%, 18.34% and 19.27%, respectively.
Compared with the competitive SOTA method G-FSDet, our method achieves higher all-class mAP in most settings, with improvements of 2.93%, 2.48%, 2.16% and 0.66% in the 3-shot, 5-shot, 10-shot, and 20-shot settings, respectively. It can be seen that our method has more significant advantages in low-shot scenarios, which is crucial for practical remote sensing applications where labeled samples are extremely scarce. Our method also outperforms other SOTA methods, verifying the effectiveness of our proposed three modules. Figure 4 visualizes representative 10-shot detection results on NWPU VHR 10.v2 Split 1, where the first row shows base-class predictions and the second row shows novel-class predictions.

4.4.3. Comparisons on the Model Complexity

In addition to detection performance, we analyze model complexity across the compared FSOD methods. As shown in Table 4, HALD-FSOD matches the baseline TFA in complexity while achieving superior few-shot detection performance. Furthermore, compared with other few-shot detectors (P-CNN and G-FSDet), HALD-FSOD achieves the best performance without introducing additional learnable parameters. The complexity of TPG-FSOD is not reported in Table 4, as it employs CLIP, a large-scale vision-language model, whose specific version is unspecified. Regardless of the CLIP version, TPG-FSOD involves significantly more parameters than the methods listed in Table 4.

4.5. Ablation Study

We also perform an extensive ablation analysis to better understand the effectiveness of each proposed module in our HALD-FSOD. All experiments are conducted on the DIOR and NWPU VHR 10.v2 test sets in the first novel/base split under 5-shot and 10-shot settings.

4.5.1. Ablation Study on HALD-FSOD

To quantitatively verify the effectiveness of each core module in our proposed HALD-FSOD, we conduct comprehensive ablation experiments and show the performance in Table 5. We take TFA [13] as the baseline and incrementally add the HALF, AMECC, and LADCWM to analyze their individual contributions. The baseline TFA achieves high base-class performance but suffers from extremely poor novel-class detection ability. After introducing the HALF, the novel-class mAP increases by 15.43% and 13.13% on the DIOR dataset under 5-shot and 10-shot settings, respectively, and by 46.71% and 55.74% on the NWPU VHR 10.v2 dataset. This significant improvement demonstrates that configuring differentiated learning rates for different network components effectively balances base knowledge preservation and novel feature adaptation, solving the fundamental limitation of TFA’s rigid fine-tuning strategy.
On this basis, adding the AMECC further improves the novel-class mAP by 0.80% and 6.30% on the DIOR, and by 4.30% and 3.50% on the NWPU VHR 10.v2. This verifies that enforcing explicit inter-class decision boundary constraints exclusively for novel classes effectively alleviates the inter-category false detection problem caused by the high visual similarity between remote sensing targets.
Finally, incorporating the LADCWM brings additional novel-class mAP improvements of 1.90% and 0.60% to the DIOR, and 1.70% and 2.70% to the NWPU VHR 10.v2. This shows that dynamically adjusting loss weights based on real-time learning difficulty effectively mitigates the learning imbalance between easy-to-learn base classes and hard-to-learn novel classes.
In general, throughout the incremental module addition process, the base-class performance remains stable with fluctuations within 1% and even shows slight improvements in some settings. This confirms that our method effectively avoids catastrophic forgetting while significantly enhancing novel-class detection ability. The combined effect of the three modules enables HALD-FSOD to achieve competitive performance without introducing any additional learnable parameters.

4.5.2. Ablation Study on HALF

To further investigate the optimal learning rate configuration of our proposed HALF in HALD-FSOD, we conduct detailed ablation experiments on both DIOR and NWPU VHR 10.v2 datasets under 5-shot and 10-shot settings. We fix the AMECC and LADCWM and only adjust the learning rates of three core network components: FE, RPN, and RoI-FE. The baseline is TFA [13], which only fine-tunes the box predictor with all other components frozen (LRM = 0.0). The detailed results are shown in Table 6.
Even when FE, RPN, and RoI-FE are completely frozen, HALD-FSOD achieves significant performance improvements over TFA. Specifically, our proposed method improves novel-class mAP by 8.73% and 6.93% on the DIOR dataset under 5-shot and 10-shot settings, respectively, and by 20.31% and 23.84% on the NWPU VHR 10.v2 dataset. When we fully fine-tune the RPN (LRM = 1.0) while keeping FE and RoI-FE frozen, the novel-class mAP increases by another 8.30% and 12.90% on the DIOR dataset under 5-shot and 10-shot settings, respectively, and by another 24.80% and 27.70% on the NWPU VHR 10.v2 dataset. This indicates that updating the RPN is crucial for generating high-quality proposals for novel classes, as the RPN is designed to identify foreground regions from a vast pool of anchors. However, during the pretraining stage, novel-class objects are excluded, so the RPN learns to treat only base-class objects as foreground. This introduces a bias toward base classes and limits its ability to generalize to unseen categories. For this reason, unfreezing the RPN proves effective in enabling it to detect novel-class objects.
On this basis, introducing a small learning rate (LRM = 0.1) for RoI-FE further achieves the best overall performance. Specifically, in the 5-shot setting, this optimal configuration improves novel-class mAP by 1.10% and 7.60% on the DIOR and the NWPU VHR 10.v2 dataset, respectively, with base-class performance remaining stable. In the 10-shot setting, the novel-class mAP improves by 0.20% and 10.40%, respectively.
However, when the RoI-FE LRM increases beyond 0.1 (to 0.2 or 0.3), the base-class performance starts to degrade significantly, while the novel-class performance shows only marginal improvements or even declines. This confirms that excessive fine-tuning of the RoI-FE will lead to catastrophic forgetting of base-class knowledge. It can be observed that using a small learning rate for RoI-FE yields limited performance gains on the large-scale DIOR dataset. In contrast, on the relatively small NWPU VHR 10.v2 dataset, a small learning rate for RoI-FE can further improve the novel-class mAP, since even a small amount of sample learning can have a significant impact when data is scarce.
In conclusion, the optimal LRM configuration for HALF is 0.0 for FE, 1.0 for RPN, and 0.1 for RoI-FE. This hierarchical strategy effectively balances base knowledge preservation and novel feature adaptation, which is the core reason for the superior performance of HALD-FSOD.

4.5.3. Hyper-Parameter Analysis on AMECC

To determine the optimal value of the asymmetric margin parameter in our proposed asymmetric margin-enhanced cosine classifier (AMECC), we conduct comprehensive hyper-parameter experiments on both the DIOR and the NWPU VHR 10.v2 datasets under 5-shot and 10-shot settings. We fix all other modules and parameters of HALD-FSOD and only adjust the margin value from 0.0 to 1.0 with a step size of 0.2. The detailed results are shown in Figure 5.
The experimental results show that the asymmetric margin parameter has a significant impact on the performance balance between base and novel classes. When the margin value increases from 0.0 to 0.2, the novel-class mAP achieves consistent improvements across all settings. Specifically, on the DIOR dataset, the novel-class mAP increases by 0.20% and 1.00% under 5-shot and 10-shot settings, respectively. On the NWPU VHR 10.v2 dataset, the improvements are more substantial, reaching 4.20% and 1.30%, respectively. Meanwhile, the base-class performance remains stable.
When the margin value exceeds 0.2, the performance starts to degrade gradually. As the margin increases from 0.2 to 1.0, the base-class mAP shows a continuous downward trend in most settings, with a maximum decrease of 1.90% on the DIOR dataset. More importantly, the novel-class mAP also begins to decline after reaching the peak at a margin = 0.2. Particularly on the NWPU VHR 10.v2 dataset, when the margin increases to 1.0, the novel-class mAP drops sharply by 4.60% in the 5-shot setting and 8.00% in the 10-shot setting.
This phenomenon can be explained as follows: base classes have well-clustered feature distributions because of training with abundant samples in the pretraining stage, while novel classes, with only a few samples, suffer from loose and scattered feature distributions. This imbalance causes the native symmetric decision boundary to be biased toward the novel-class side, leading to frequent misclassification of novel-class features into base classes. The introduced margin τ explicitly shifts the decision boundary toward the base-class side. For a sample to be classified into a novel class, its cosine similarity to the novel-class weight must exceed the similarity to base-class weights by a certain value. Geometrically, this widens the decision region of novel classes and adds a hard constraint on inter-class separability, which directly alleviates the false detection problem caused by insufficient discriminability of novel-class features. An appropriate asymmetric margin effectively enforces explicit inter-class decision boundary constraints exclusively for novel classes, which alleviates the inter-category false detection problem caused by high visual similarity between remote sensing targets. However, an excessively large margin will lead to over-constraint of novel-class features, compressing the feature space of novel classes and reducing their generalization ability. At the same time, it will also cause the model to forget the learned base-class knowledge, resulting in significant performance degradation of base classes.
In conclusion, the optimal value of the asymmetric margin parameter is 0.2. This setting achieves the best balance between base-class knowledge preservation and novel-class discrimination, which is consistent across both datasets and different few-shot settings.

4.5.4. Hyper-Parameter Analysis on LADCWM

To investigate the impact of the moment parameter β in our proposed LADCWM, we conduct comprehensive hyper-parameter experiments on both the DIOR and the NWPU VHR 10.v2 datasets under 5-shot and 10-shot settings. We fix all other modules and parameters of HALD-FSOD and only adjust the β value from 1.0 to 0.0 with a step size of 0.1. The β parameter controls the weight ratio between base classes and novel classes in the total loss function, where β = 1.0 represents equal weighting for all classes (equivalent to disabling the LADCWM). The detailed results are shown in Figure 6.
The experimental results show that introducing the LADCWM consistently improves the novel-class detection performance across all settings. When β decreases from 1.0 to 0.9, the novel-class mAP achieves the most significant single-step improvement. Specifically, on the DIOR dataset, the novel-class mAP increases by 1.90% and 0.60% under 5-shot and 10-shot settings, respectively. On the NWPU VHR 10.v2 dataset, the improvements are even more substantial, reaching 1.70% and 2.70%, respectively. This demonstrates that appropriately increasing the loss weight of novel classes can effectively alleviate the learning imbalance problem caused by the extreme sample scarcity of novel classes.
As β continues to decrease from 0.9 to 0.0, the novel-class performance remains at a high level with small fluctuations, while the base-class performance stays remarkably stable with variations within 0.5% across all settings. The optimal β value varies slightly across different experimental settings: on the DIOR dataset, the highest novel-class mAP is achieved at β = 0.7 in the 5-shot setting and at β = 0.3 in the 10-shot setting; on the NWPU VHR 10.v2 dataset, the highest novel-class mAP is achieved at β = 0.4 in the 5-shot setting and at β = 0.0 and β = 0.3 in the 10-shot setting.
Notably, the performance differences between β values in the range of 0.0–0.9 are minimal. This indicates that our LADCWM module is highly robust to the choice of the β parameter within a wide range. Considering the comprehensive performance across all datasets and settings, we recommend β = 0.9 as the default value. Although it is not the absolute best in every individual setting, it achieves the most balanced performance: it brings the most significant initial performance improvement while maintaining almost identical base-class performance compared to the baseline without LADCWM. Moreover, this value ensures excellent generalization ability across different datasets and few-shot scenarios, making it the most practical choice for real-world applications.

5. Discussion

5.1. Comparison with Previous Studies and Interpretation of Results

This section interprets our experimental results in the context of existing FSOD methods, explaining the underlying reasons for the performance differences and validating our working hypotheses.
Compared with the baseline TFA [13], HALD-FSOD achieves significant improvement in novel-class mAP while maintaining or even enhancing base-class performance across all settings. This significant improvement directly addresses the fundamental limitation of TFA’s rigid fine-tuning strategy, which only updates the box predictor while freezing all other network components. As demonstrated in our ablation study, TFA’s approach fails to generate high-quality proposals for novel classes and cannot adapt feature representations to remote sensing-specific target characteristics. Our HALF solves this problem by fully fine-tuning the RPN and applying a small learning rate to the RoI-FE, enabling the model to learn novel-class features without catastrophic forgetting of base knowledge.
In contrast to meta-learning-based methods such as FRW [9], Meta-RCNN [42], and FSDetView [41], our transfer learning-based pipeline achieves superior performance with substantially lower computational cost. Meta-learning methods rely on computationally expensive episodic training regimes that require thousands of training episodes, making them impractical for large-scale remote sensing datasets. Moreover, these methods often suffer from unstable training and poor generalization to complex remote sensing targets with high intra-class variance and arbitrary orientations. Our results demonstrate that optimizing the training strategy and loss function of pre-trained models is a more practical and effective approach for remote sensing FSOD, aligning with recent findings in the computer vision community that transfer learning outperforms meta-learning in most real-world scenarios.
Compared with other state-of-the-art transfer learning-based methods, including P-CNN [10], G-FSDet [14], and TPG-FSOD [18], HALD-FSOD shows particularly significant advantages in low-shot scenarios. This superiority can be attributed to two key innovations: the AMECC and the LADCWM. The AMECC explicitly enforces inter-class decision boundaries exclusively for novel classes, effectively reducing false detections between visually similar remote sensing targets. The LADCWM further ensures that the model focuses more on learning novel classes with limited samples, dynamically adjusting loss weights based on real-time learning difficulty. These two modules work synergistically to address the unique challenges of remote sensing imagery, where target classes often exhibit high visual similarity and extreme sample imbalance.

5.2. Broader Implications of the Research

The findings of this study have several important implications for the broader field of remote sensing image analysis and few-shot learning.
Firstly, our results challenge the common belief that introducing additional learnable parameters is necessary to improve FSOD performance. We demonstrate that careful design of training strategies and loss functions can achieve competitive performance without increasing model complexity. This parameter efficiency is particularly valuable for remote sensing applications, where computational resources are often limited, and models need to be deployed on edge devices with constrained processing capabilities. Our approach provides a blueprint for developing lightweight yet effective FSOD methods that can be easily integrated into existing remote sensing processing pipelines.
Secondly, we empirically validate that the hierarchical fine-tuning paradigm with differentiated learning rates provides a highly effective general framework for transferring pre-trained models to specialized remote sensing tasks under scarce annotations. Through comprehensive ablation experiments, we show that freezing the FE (LRM = 0.0), fully fine-tuning the RPN (LRM = 1.0), and applying a small learning rate (LRM = 0.1) to the RoI-FE achieve the optimal balance between base knowledge preservation and novel feature adaptation. This configuration can be readily extended to various remote sensing tasks beyond object detection, including semantic segmentation, change detection, and object tracking, where labeled data is often difficult and expensive to obtain. Our results suggest that this hierarchical fine-tuning strategy offers a promising alternative to computationally expensive meta-learning approaches for a wide range of remote sensing applications with limited annotations.
Finally, our work highlights the critical importance of addressing the unique characteristics of remote sensing data when developing few-shot learning methods. Remote sensing imagery presents several distinct challenges compared to natural images, including high visual similarity between classes, extreme class imbalance, arbitrary target orientations, and large variations in scale and resolution. In this study, we specifically address two of the most pressing challenges: high inter-class visual similarity and severe class imbalance. The proposed AMECC explicitly enforces wider decision boundaries for novel classes, effectively reducing false detections between visually similar remote sensing targets. The LADCWM dynamically adjusts the contribution of each class to the total loss based on its learning difficulty, mitigating the problem where abundant base classes dominate the training process at the expense of scarce novel classes. The effectiveness of these two domain-specific designs demonstrates that incorporating targeted solutions for remote sensing data characteristics is crucial for achieving optimal performance in few-shot detection tasks. This insight can guide the development of future few-shot learning methods for other remote sensing tasks with similar data challenges, such as small target detection, multi-temporal image analysis, and cross-domain transfer learning.

5.3. Limitations

Despite the promising results, our study has several limitations that need to be acknowledged and addressed in future research.
Firstly, the current method was only evaluated on horizontal object detection tasks. However, most remote sensing targets have arbitrary orientations, and oriented object detection is more suitable for practical applications such as ship detection, vehicle detection, and infrastructure monitoring. Extending HALD-FSOD to support oriented object detection remains an important future work. This will involve modifying the RPN and box predictor to handle oriented bounding boxes and adapting the asymmetric margin classifier to account for orientation variations between targets.
Secondly, the current method was tested on two widely used public datasets. While these datasets are standard benchmarks for remote sensing object detection, they do not fully represent the diversity of real-world remote sensing data. Further validation on more diverse and challenging datasets with different resolutions, sensors, geographical regions, and target types is needed to fully demonstrate the generalization ability of HALD-FSOD. In particular, testing on datasets with complex backgrounds, occlusions, and atmospheric interference would provide a more comprehensive evaluation of the method’s robustness.
Finally, our current implementation does not explicitly address the problem of domain shift between base and novel classes. In real-world applications, novel classes may come from different geographical regions or be captured by different sensors than the base classes, leading to significant domain differences. Developing domain adaptation techniques that can be integrated into our HALD-FSOD framework to handle cross-domain few-shot detection is another important area for future investigation.

6. Conclusions

In this paper, we propose HALD-FSOD, a hierarchical adaptive learning framework with asymmetric margin and loss-aware dynamic weighting for few-shot object detection in remote sensing imagery. Our method addresses three critical limitations of existing transfer learning-based few-shot detectors: rigid fine-tuning strategies that fail to balance base knowledge preservation and novel feature adaptation, insufficient inter-class discrimination for visually similar remote sensing targets, and severe learning imbalance between abundant base classes and scarce novel classes. Extensive experiments on two widely used remote sensing datasets (DIOR and NWPU VHR 10.v2) demonstrate that HALD-FSOD achieves competitive performance across all few-shot settings.
For future work, we will focus on several promising directions based on the limitations identified in this study. First and foremost, we will extend HALD-FSOD to support oriented object detection by modifying the RPN and box predictor to handle oriented bounding boxes and adapting the asymmetric margin classifier to account for orientation variations. Secondly, we will develop domain adaptation techniques that can be integrated into our framework to handle cross-domain few-shot detection scenarios where novel classes come from different geographical regions or are captured by different sensors. Finally, we will validate our method on more diverse and challenging remote sensing datasets and apply it to real-world applications such as disaster response and environmental monitoring.

Author Contributions

Funding acquisition, Y.Z.; investigation, B.L. and Y.G.; methodology, B.L. and Y.G.; supervision, J.L.; visualization, B.L.; writing—original draft, B.L.; writing—review and editing, B.L. and Y.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the Strategic Priority Research Program of the Chinese Academy of Sciences, Grant No. XDA 0360102.

Data Availability Statement

The original datasets generated and/or analyzed during the current study are publicly available at the following link: https://pan.baidu.com/s/16idGIXzlVPaBSQI5a998Ng?pwd=thuu (accessed on 16 May 2026).

Acknowledgments

We would like to express our sincere gratitude to the editors and the anonymous reviewers for their valuable time, careful evaluation, and constructive comments, which have greatly improved the quality of this manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
HALDHierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting
FSODFew-Shot Object Detection
RSIsRemote Sensing Images
TFATwo-stage Fine-tuning Approach
FPNFeature Pyramid Network
HALFHierarchical Adaptive Learning Framework
AMECCAsymmetric Margin-Enhanced Cosine Classifier
LADCWMLoss-Aware Dynamic Class Weighting Mechanism
mAPMean Average Precision
IoUIntersection Over Union
FEFeature Extractor
RPNRegion Proposal Network
RoI FERoI Feature Extractor
LRMLearning Rate
EMAExponential Moving Average
SGDStochastic Gradient Descent
NMSNon-Maximum Suppression
SOTAState-of-the-Art

References

  1. Cheng, G.; Han, J.W.; Lu, X.Q. Remote Sensing Image Scene Classification: Benchmark and State of the Art. Proc. IEEE 2017, 105, 1865–1883. [Google Scholar] [CrossRef]
  2. Ma, L.; Liu, Y.; Zhang, X.; Ye, Y.; Yin, G.; Johnson, B.A. Deep Learning in Remote Sensing Applications: A Meta-Analysis and Review. ISPRS J. Photogramm. Remote Sens. 2019, 152, 166–177. [Google Scholar] [CrossRef]
  3. Li, K.; Wan, G.; Cheng, G.; Meng, L.Q.; Han, J.W. 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]
  4. Sharifuzzaman, S.A.S.M.; Tanveer, J.; Chen, Y.; Chan, J.H.; Kim, H.S.; Kallu, K.D.; Ahmed, S. Bayes R-CNN: An Uncertainty- Aware Bayesian Approach to Object Detection in Remote Sensing Imagery for Enhanced Scene Interpretation. Remote Sens. 2024, 16, 2405. [Google Scholar] [CrossRef]
  5. He, K.M.; Zhang, X.Y.; Ren, S.Q.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar] [CrossRef]
  6. Ren, S.Q.; He, K.M.; 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] [PubMed]
  7. Song, H.; Xie, J.; Wang, Y.; Fu, L.; Zhou, Y.; Zhou, X. Optimized Data Distribution Learning for Enhancing Vision Transformer-Based Object Detection in Remote Sensing Images. Photogramm. Rec. 2025, 40, e70004. [Google Scholar] [CrossRef]
  8. Li, J.; Tian, P.; Song, R.; Xu, H.; Li, Y.; Du, Q. PCViT: A Pyramid Convolutional Vision Transformer Detector for Object Detection in Remote Sensing Imagery. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5608115. [Google Scholar] [CrossRef]
  9. Li, X.; Deng, J.Y.; Fang, Y. Few-Shot Object Detection on Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5601614. [Google Scholar] [CrossRef]
  10. Cheng, G.; Yan, B.; Shi, P.; Li, K.; Yao, X.; Guo, L.; Han, J. Prototype-CNN for Few-Shot Object Detection in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5604610. [Google Scholar] [CrossRef]
  11. Li, J.; Tian, Y.; Xu, Y.; Hu, X.; Zhang, Z.; Wang, H.; Xiao, Y. MM-RCNN: Toward Few-Shot Object Detection in Remote Sensing Images with Meta Memory. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5635114. [Google Scholar] [CrossRef]
  12. Snell, J.; Swersky, K.; Zemel, R. Prototypical Networks for Few-Shot Learning. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 4080–4090. [Google Scholar]
  13. Wang, X.; Huang, T.E.; Gonzalez, J.E.; Darrell, T.; Yu, F. Frustratingly Simple Few-Shot Object Detection. In Proceedings of the International Conference on Machine Learning (ICML), Virtual, 12–18 July 2020; pp. 9919–9928. [Google Scholar] [CrossRef]
  14. Zhang, T.Y.; Zhang, X.R.; Zhu, P.; Jia, X.P.; Tang, X.; Jiao, L.C. Generalized Few-Shot Object Detection in Remote Sensing Images. ISPRS J. Photogramm. Remote Sens. 2023, 195, 353–364. [Google Scholar] [CrossRef]
  15. Li, W.Z.; Zhou, J.W.; Li, X.; Cao, Y.; Jin, G. Few-Shot Object Detection on Aerial Imagery via Deep Metric Learning and Knowledge Inheritance. Int. J. Appl. Earth Obs. Geoinf. 2023, 122, 103397. [Google Scholar] [CrossRef]
  16. Li, K.; Zhang, Y.L.; Li, K.P.; Fu, Y. Adversarial Feature Hallucination Networks for Few-Shot Learning. In Proceedings of the 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 13–19 June 2020; pp. 13467–13476. [Google Scholar] [CrossRef]
  17. Chen, J.; Guo, Y.; Qin, D.D.; Zhu, J.R.; Gou, Z.B.; Sun, G. Multiscale Feature Knowledge Distillation and Implicit Object Discovery for Few-Shot Object Detection in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2024, 63, 5603215. [Google Scholar] [CrossRef]
  18. Liu, T.Y.; Zhou, S.G.; Li, W.G.; Zhang, Y.C.; Guan, J.H. Semantic Prototyping with CLIP for Few-Shot Object Detection in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5615314. [Google Scholar] [CrossRef]
  19. Liu, Y.; Pan, Z.; Yang, J.; Zhou, P.; Zhang, B. Multi-Modal Prototypes for Few-Shot Object Detection in Remote Sensing Images. Remote Sens. 2024, 16, 4693. [Google Scholar] [CrossRef]
  20. Hu, H.C.; Li, A.B.; Wu, J.J.; Feng, J.; Jia, Y.Q. SCG-FSOD: Semantic Correlation-Guided Few-Shot Object Detection in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 64, 5600715. [Google Scholar] [CrossRef]
  21. Xu, Y.; Qin, J.; Zhan, T.; Wu, H.; Wei, Z.; Wu, Z. Few-Shot Object Detection in Remote Sensing Images via Dynamic Adversarial Contrastive-Driven Semantic-Visual Fusion. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5639516. [Google Scholar] [CrossRef]
  22. Shang, X.P.; Zhao, W.; Chen, H.X.; Fan, X.D.; Li, N.N.; Li, D.J.; Lv, J.W.; Zhang, R.F. Unconstrained Feature Enhancement Text-Guided Few-Shot Remote Sensing Image Object Detector. IEEE Trans. Geosci. Remote Sens. 2026, 64, 5600416. [Google Scholar] [CrossRef]
  23. Shi, Y.Q.; Yang, R.P.; Yin, C.S.; Lu, Y.W.; Huang, B.; Tao, Y.; Zhong, Y.H. Two-Stage Fine-Tuning of Large Vision-Language Models with Hierarchical Prompting for Few-Shot Object Detection in Remote Sensing Images. Remote Sens. 2026, 18, 266. [Google Scholar] [CrossRef]
  24. Trigka, M.; Dritsas, E. A Comprehensive Survey of Machine Learning Techniques and Models for Object Detection. Sensors 2025, 25, 214. [Google Scholar] [CrossRef] [PubMed]
  25. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.M.; Hariharan, B.; Belongie, S. Feature Pyramid Networks for Object Detection. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 936–944. [Google Scholar] [CrossRef]
  26. Hua, Z.M.; Aranganadin, K.; Yeh, C.C.; Hai, X.H.; Huang, C.Y.; Leung, T.C. A Benchmark Review of YOLO Algorithm Developments for Object Detection. IEEE Access 2025, 13, 123515–123545. [Google Scholar] [CrossRef]
  27. Lin, T.Y.; Goyal, P.; Girshick, R.; He, K.M.; Dollár, P. Focal Loss for Dense Object Detection. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 42, 318–327. [Google Scholar] [CrossRef] [PubMed]
  28. Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; Zagoruyko, S. End-to-End Object Detection with Transformers. In Proceedings of the 2020 European Conference on Computer Vision (ECCV), Glasgow, UK, 23–28 August 2020; pp. 213–229. [Google Scholar] [CrossRef]
  29. Wang, Z.; Chen, Y.; Gu, Y.H.; Liu, J.; Zhu, X.D.; He, M.W. The Evolution of Object Detection from CNNs to Transformers and Multi-Modal Fusion. Sci. Rep. 2026, 16, 7517. [Google Scholar] [CrossRef] [PubMed]
  30. Deng, Z.P.; Sun, H.; Zhou, S.L.; Zhao, J.P.; Lei, L.; Zou, H.X. Multi-Scale Object Detection in Remote Sensing Imagery with Convolutional Neural Networks. ISPRS J. Photogramm. Remote Sens. 2018, 145, 3–22. [Google Scholar] [CrossRef]
  31. Li, Q.P.; Mou, L.C.; Liu, Q.J.; Wang, Y.H.; Zhu, X.X. HSF-Net: Multiscale Deep Feature Embedding for Ship Detection in Optical Remote Sensing Imagery. IEEE Trans. Geosci. Remote Sens. 2018, 56, 7147–7161. [Google Scholar] [CrossRef]
  32. Zhang, T.W.; Zhang, X.L.; Shi, J.; Wei, S.J. HyperLi-Net: A Hyper-Light Deep Learning Network for High-Accurate and High-Speed Ship Detection from Synthetic Aperture Radar Imager. ISPRS J. Photogramm. Remote Sens. 2018, 167, 123–153. [Google Scholar] [CrossRef]
  33. Zhang, X.R.; Wang, G.C.; Zhu, P.; Zhang, T.W.; Li, C.; Jiao, L.C. GRS-Det: An Anchor-Free Rotation Ship Detector Based on Gaussian-Mask in Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2021, 59, 3518–3531. [Google Scholar] [CrossRef]
  34. Zheng, Z.; Zhong, Y.F.; Ma, A.L.; Han, X.B.; Zhao, J.; Liu, Y.F.; Zhang, L.P. HyNet: Hyper-Scale Object Detection Network Framework for Multiple Spatial Resolution Remote Sensing Imagery. ISPRS J. Photogramm. Remote Sens. 2022, 166, 1–14. [Google Scholar] [CrossRef]
  35. Zhang, H.Q.; Sun, H.; Gao, H.M.; Gao, L.R.; Zhang, B. Hyperspectral Remote Sensing Object Detection via Cross-Domain Learning from Visible Images. IEEE Trans. Geosci. Remote Sens. 2026, 64, 5510518. [Google Scholar] [CrossRef]
  36. Zhang, T.W.; Ren, L.F.; Sun, X.; Gao, L.R.; Zhang, B. Resolution Preserving and Utilization Network for Tiny Object Detection in Large-Size Remote Sensing Imagery. IEEE Trans. Image Process. 2026, 35, 4208–4222. [Google Scholar] [CrossRef] [PubMed]
  37. Wei, Z.J.; Zhang, T.W.; Sun, X.; Zhang, L.N.; Wang, D.G.; Marinoni, A.; Gao, L.R. Similar Category Enhancement Network for Discrimination on Small Object Detection. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5651718. [Google Scholar] [CrossRef]
  38. Karlinsky, L.; Shtok, J.; Harary, S.; Schwartz, E.; Aides, A.; Feris, R. RepMet: Representative-Based Metric Learning for Classification and Few-Shot Object Detection. In Proceedings of the 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 15–20 June 2019; pp. 5192–5201. [Google Scholar] [CrossRef]
  39. Fan, Q.; Zhuo, W.; Tang, C.K.; Tai, Y.W. Few-Shot Object Detection with Attention-RPN and Multi-Relation Detector. In Proceedings of the 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 13–19 June 2020; pp. 4012–4021. [Google Scholar] [CrossRef]
  40. Kang, B.Y.; Liu, Z.; Wang, X.; Yu, F.; Feng, J.S.; Darrell, T. Few-Shot Object Detection via Feature Reweighting. In Proceedings of the 2019 IEEE/CVF International Conference on Computer Vision (ICCV), Seoul, Republic of Korea, 27 October–2 November 2019; pp. 8419–8428. [Google Scholar] [CrossRef]
  41. Xiao, Y.; Marlet, R. Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild. In Proceedings of the 2020 European Conference on Computer Vision (ECCV), Glasgow, UK, 23–28 August 2020; pp. 192–210. [Google Scholar] [CrossRef]
  42. Yan, X.P.; Chen, Z.L.; Xu, A.N.; Wang, X.X.; Liang, X.D.; Lin, L. Meta R-CNN: Towards General Solver for Instance-Level Low-Shot Learning. In Proceedings of the 2019 IEEE/CVF International Conference on Computer Vision (ICCV), Seoul, Republic of Korea, 27 October–2 November 2019; pp. 9576–9585. [Google Scholar] [CrossRef]
  43. Yang, Z.; Zhang, C.; Li, R.B.; Xu, Y.; Lin, G.S. Efficient Few-Shot Object Detection via Knowledge Inheritance. IEEE Trans. Image Process. 2022, 32, 321–334. [Google Scholar] [CrossRef] [PubMed]
  44. Qiao, L.M.; Zhao, Y.X.; Li, Z.Y.; Qiu, X.; Wu, J.N.; Zhang, C. DeFRCN: Decoupled Faster R-CNN for Few-Shot Object Detection. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 8661–8670. [Google Scholar] [CrossRef]
  45. Chen, Y.B.; Liu, Z.; Xu, H.J.; Darrell, T.; Wang, X.L. Meta-Baseline: Exploring Simple Meta-Learning for Few-Shot Learning. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 9042–9051. [Google Scholar] [CrossRef]
  46. Sun, B.; Li, B.H.; Cai, S.C.; Yuan, Y.; Zhang, C. FSCE: Few-Shot Object Detection via Contrastive Proposal Encoding. In Proceedings of the 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 20–25 June 2021; pp. 7348–7358. [Google Scholar] [CrossRef]
  47. Weng, Z.H.; He, W.J.; Lv, J.F.; Zhou, D.; Yu, Z.L. SFBDA: A Semantic-Decoupled Data Augmentation Framework for Infrared Few-Shot Object Detection on UAVs. IEEE Geosci. Remote Sens. Lett. 2025, 22, 7002205. [Google Scholar] [CrossRef]
  48. Wang, L.F.; Mei, S.H.; Wang, Y.; Lian, J.W.; Han, Z.H.; Feng, Y. CAMFormer: Cross-Attention and Multicorrelation Aided Transformer for Few-Shot Object Detection in Optical Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5613316. [Google Scholar] [CrossRef]
  49. Yang, B.B.; Han, J.H.; Hou, X.H.; Zhou, D.H.; Liu, W.K.; Bi, F.K. FSDA-DETR: Few-Shot Domain-Adaptive Object Detection Transformer in Remote Sensing Imagery. IEEE Trans. Geosci. Remote Sens. 2025, 63, 4412016. [Google Scholar] [CrossRef]
  50. Azeem, A.; Li, Z.Z.; Siddique, A.; Zhang, Y.T.; Li, Y.S. Prototype-Guided Multilayer Alignment Network for Few-Shot Object Detection in Remote Sensing. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5632323. [Google Scholar] [CrossRef]
  51. Han, G.X.; Huang, S.Y.; Ma, J.W.; He, Y.C.; Chang, S.F. Meta Faster R-CNN: Towards Accurate Few-Shot Object Detection with Attentive Feature Alignment. In Proceedings of the 2022 AAAI Conference on Artificial Intelligence, Virtual, 22 February–1 March 2022; pp. 780–789. [Google Scholar] [CrossRef]
  52. Chen, J.; Qin, D.; Hou, D.; Zhang, J.; Deng, M.; Sun, G. Multiscale Object Contrastive Learning-Derived Few-Shot Object Detectionin VHR Imagery. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5635615. [Google Scholar] [CrossRef]
  53. Guo, M.; You, Y.; Liu, F. Discriminative Prototype Learning for Few-Shot Object Detection in Remote-Sensing Images. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5624313. [Google Scholar] [CrossRef]
  54. Yang, Z.Y.; Zhang, Y.X.; Zheng, J.; Yu, Z.B.; Zheng, B. Scale Information Enhancement for Few-Shot Object Detection on Remote Sensing Images. Remote Sens. 2023, 15, 5372. [Google Scholar] [CrossRef]
  55. Feng, T.Y.; Li, W.P.; Tan, Z.J.; Zhang, L.W.; Yuan, X.; Chu, X. Few-Shot Object Detection in Satellite Imagery with Feature Fusion Pyramid and Adaptive Region Proposal Networks. In Proceedings of the 2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Hyderabad, India, 6–11 April 2025; pp. 1–5. [Google Scholar] [CrossRef]
  56. Wu, W.; Jiang, C.G.; Yang, L.; Wang, W.S.; Chen, Q.J.; Zhang, J.J. Arbitrary Oriented Few-Shot Object Detection in Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 17930–17944. [Google Scholar] [CrossRef]
  57. Zhou, J.W.; Li, W.Z.; Cao, Y.; Cai, H.T.; Huang, T.J.; Xia, G.S. Few-Shot Oriented Object Detection in Remote Sensing Images via Memorable Contrastive Learning. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5630814. [Google Scholar] [CrossRef]
  58. Wang, H.B.; Tao, Y.; Zhou, Z.; Wang, Y.; Fan, X.; Wang, X.J. Importance-Weighted Locally Adaptive Prototype Extraction Network for Few-Shot Detection. Sensors 2025, 25, 5945. [Google Scholar] [CrossRef] [PubMed]
  59. Cheng, G.; Han, J.W.; Zhou, P.C.; Guo, L. Multi-Class Geospatial Object Detection and Geographic Image Classification Based on Collection of Part Detectors. ISPRS J. Photogramm. Remote Sens. 2014, 98, 119–132. [Google Scholar] [CrossRef]
Figure 2. Overview of the proposed HALD-FSOD.
Figure 2. Overview of the proposed HALD-FSOD.
Remotesensing 18 02093 g002
Figure 3. Visualization of detection results in the 10-shot experiments on the DIOR dataset under the first base/novel split. The first row presents examples from the base classes, while the second row presents examples from the novel classes.
Figure 3. Visualization of detection results in the 10-shot experiments on the DIOR dataset under the first base/novel split. The first row presents examples from the base classes, while the second row presents examples from the novel classes.
Remotesensing 18 02093 g003
Figure 4. Visualization of detection results in the 10-shot experiments on the NWPU VHR 10.v2 dataset under the first base/novel split. The first row presents examples from the base classes, while the second row presents examples from the novel classes.
Figure 4. Visualization of detection results in the 10-shot experiments on the NWPU VHR 10.v2 dataset under the first base/novel split. The first row presents examples from the base classes, while the second row presents examples from the novel classes.
Remotesensing 18 02093 g004
Figure 5. Sensitivity analysis of margin parameter τ on different experimental settings: (a) results on the DIOR test set under 5-shot setting; (b) results on the DIOR test set under 10-shot setting; (c) results on the NWPU VHR 10.v2 test set under 5-shot setting; (d) results on the NWPU VHR 10.v2 test set under 10-shot setting.
Figure 5. Sensitivity analysis of margin parameter τ on different experimental settings: (a) results on the DIOR test set under 5-shot setting; (b) results on the DIOR test set under 10-shot setting; (c) results on the NWPU VHR 10.v2 test set under 5-shot setting; (d) results on the NWPU VHR 10.v2 test set under 10-shot setting.
Remotesensing 18 02093 g005
Figure 6. Sensitivity analysis of moment parameter β on different experimental settings: (a) results on the DIOR test set under 5-shot setting; (b) results on the DIOR test set under 10-shot setting; (c) results on the NWPU VHR 10.v2 test set under 5-shot setting; (d) results on the NWPU VHR 10.v2 test set under 10-shot setting.
Figure 6. Sensitivity analysis of moment parameter β on different experimental settings: (a) results on the DIOR test set under 5-shot setting; (b) results on the DIOR test set under 10-shot setting; (c) results on the NWPU VHR 10.v2 test set under 5-shot setting; (d) results on the NWPU VHR 10.v2 test set under 10-shot setting.
Remotesensing 18 02093 g006
Table 1. Different novel/base split settings on the DIOR dataset and NWPU VHR 10.v2 dataset.
Table 1. Different novel/base split settings on the DIOR dataset and NWPU VHR 10.v2 dataset.
DatasetSplitNovelBase
DIOR1Baseball fieldBasketball courtBridgeChimneyShipRest
2AirplaneAirportExpressway tool stationHarborGround track fieldRest
3DamGolf courseStorage tankTennis courtVehicleRest
4Expressway service areaOverpassStadiumTrain stationWindmillRest
NWPU VHR 10.v21AirplaneBaseball diamondTennis court Rest
2BasketballGround track fieldVehicle Rest
Table 2. Few-shot object detection performance on the DIOR test set under 3, 5, 10, and 20-shot settings. The red number denotes the best results, and the blue number represents the second-best results.
Table 2. Few-shot object detection performance on the DIOR test set under 3, 5, 10, and 20-shot settings. The red number denotes the best results, and the blue number represents the second-best results.
SplitMethod3-Shot5-Shot10-Shot20-Shot
BaseNovelAllBaseNovelAllBaseNovelAllBaseNovelAll
1FRW [9]49.407.5038.9049.7012.1040.3049.5018.1041.7050.0022.0043.00
Meta-RCNN [42]60.6212.0248.4762.0113.0949.7865.3017.2853.3065.7718.2053.88
FSDetView [41]59.5413.1947.9558.5814.2947.5159.6418.0249.2462.6918.0151.52
P-CNN [10]47.0018.0039.8048.4022.8042.0050.9027.6045.1052.2029.6046.80
TFA w/cos [13]70.3211.3555.5870.5111.5755.7870.5215.3756.7371.0717.9657.79
G-FSDet [14]68.9427.5758.6169.5230.5259.7269.0337.4661.1669.8039.8362.31
TPG-FSOD [18]62.7034.2055.6062.7035.6055.9064.4040.2058.4065.5043.0059.90
Ours70.2026.7059.3570.4029.7060.2170.3035.4061.5669.9039.6062.30
2FRW [9]48.504.8037.6046.807.0036.9046.409.0037.1043.5014.1036.20
Meta-RCNN [42]62.558.8449.1263.1410.8850.0763.2814.9051.1863.8616.7152.07
FSDetView [41]58.8810.8346.8760.319.6347.6461.1613.5749.2661.1614.7649.56
P-CNN [10]48.9014.5040.3049.1014.9040.6052.5018.9044.1051.6022.8044.40
TFA w/cos [13]70.755.7754.5170.798.1955.1469.938.7154.6370.0212.1855.56
G-FSDet [14]69.2014.1355.4369.2515.8455.8768.7120.7056.7068.1822.6956.86
TPG-FSOD [18]61.3014.3049.6061.8019.0051.1063.0024.8053.5063.3025.6053.90
Ours69.5014.0055.6369.3019.4056.9869.3021.9057.4269.9023.9058.39
3FRW [9]45.507.8036.1047.9013.7039.3044.5013.8036.8043.5018.5037.30
Meta-RCNN [42]61.939.1048.7263.4412.2950.6662.5711.9649.9265.5316.1453.10
FSDetView [41]61.007.4947.6361.3312.6149.1561.9411.4949.3265.1717.0253.14
P-CNN [10]49.5016.5041.3049.9018.8042.1052.1023.3044.9053.1028.8047.00
TFA w/cos [13]71.958.3656.0571.6410.1356.2672.5610.7557.1173.1317.9959.30
G-FSDet [14]71.1016.0357.3470.1823.2558.4371.0826.2459.8771.2632.0561.46
TPG-FSOD [18]65.6020.1054.2065.1023.1054.6066.4028.9057.0065.9032.6057.60
Ours71.8019.3058.6871.6022.7059.3471.6026.0060.1972.1031.1061.84
4FRW [9]48.203.7037.1048.506.8038.1045.707.2036.1044.4012.2036.40
Meta-RCNN [42]61.7313.9449.7862.6015.8450.9162.2315.0750.4463.2418.1751.98
FSDetView [41]58.9014.2847.7558.9715.9548.2260.3715.3749.1260.8916.9649.91
P-CNN [10]49.8015.2041.2049.9017.5041.8051.7018.9043.5052.3025.7045.70
TFA w/cos [13]68.5710.4254.0368.8514.2955.2168.5814.3555.0368.8612.0154.65
G-FSDet [14]69.0116.7455.9567.9621.0356.3068.5525.8457.8767.7331.7858.75
TPG-FSOD [18]60.1013.1050.9062.3022.0052.2060.7026.9052.3060.6031.0053.20
Ours69.6014.7055.9069.3018.5056.5969.1021.9057.2868.9027.3058.47
Table 3. Few-shot object detection performance on the NWPU VHR 10.v2 test set under 3-, 5-, 10-, and 20-shot settings. The red number denotes the best results, and the blue number represents the second-best results.
Table 3. Few-shot object detection performance on the NWPU VHR 10.v2 test set under 3-, 5-, 10-, and 20-shot settings. The red number denotes the best results, and the blue number represents the second-best results.
SplitMethod3-Shot5-Shot10-Shot20-Shot
BaseNovelAllBaseNovelAllBaseNovelAllBaseNovelAll
1FRW [9]83.1315.3562.8082.7816.2462.8283.8924.0065.9282.8027.1666.11
Meta-RCNN [42]87.0020.5167.0585.7421.7766.5587.0126.9869.0087.2928.2469.57
FSDetView [41]87.6824.5668.7587.7729.5570.3187.7531.7770.9687.8332.7371.30
P-CNN [10]82.8441.8070.5382.8949.1772.7983.0563.2978.1183.5966.8378.55
TFA w/cos [13]89.358.8065.1989.609.4964.6589.959.2665.7489.6210.8365.98
G-FSDet [14]89.1149.0577.0188.3756.1078.6487.8969.9482.5188.3573.1883.80
TPG-FSOD [18]89.456.1079.4189.8064.7082.3089.2075.6085.1088.9075.9085.00
Ours91.1058.2081.2390.0062.2081.6691.5071.2085.4190.8073.1085.48
2FRW [9]85.3428.6168.3285.7531.4569.4585.4932.5369.6086.5833.9070.79
Meta-RCNN [42]86.8621.4167.2387.3835.3471.7787.5637.1472.4387.2639.4772.92
FSDetView [41]88.1139.0173.3889.3440.3174.6389.3445.0976.0789.3146.2876.40
P-CNN [10]81.0339.3268.5281.1846.1070.7080.9355.9073.4181.2158.3775.50
TFA w/cos [13]90.1411.1466.4491.1912.4667.5790.7911.3566.9690.3711.5666.73
G-FSDet [14]89.9950.0978.0290.5258.7580.9989.2367.0082.5690.6175.8686.13
TPG-FSOD [18]90.1048.0077.7089.8063.5081.9089.3069.4083.3090.2075.9085.90
Ours91.5051.9079.6591.7062.4082.9391.8065.8083.9791.8071.7085.76
Table 4. Model complexity comparison between HALD-FSOD and other FSOD approaches.
Table 4. Model complexity comparison between HALD-FSOD and other FSOD approaches.
ModelFRWMeta-RCNNFSDetViewP-CNNTFA w/cosG-FSDetHALD-FSOD
#Params66.39 M74.95 M79.36 M56.53 M60.19 M74.08 M60.19 M
Table 5. Ablation study of each proposed component in our HALD-FSOD on DIOR and NWPU VHR 10.v2 test sets in the first novel/base split under 5-shot and 10-shot settings. The bold number denotes the best results.
Table 5. Ablation study of each proposed component in our HALD-FSOD on DIOR and NWPU VHR 10.v2 test sets in the first novel/base split under 5-shot and 10-shot settings. The bold number denotes the best results.
DatasetMethodHALFAMECCLADCWM5-Shot10-Shot
BaseNovelAllBaseNovelAll
DIORTFA w/cos 70.5111.5755.7870.5215.3756.73
HALD-FSOD 70.9027.0059.8871.2028.5060.52
71.0027.8060.1770.1034.8061.28
70.4029.7060.2170.3035.4061.56
NWPU VHR 10.v2TFA w/cos 89.609.4964.6589.959.2665.74
HALD-FSOD 89.8056.2079.7191.0065.0083.21
89.960.5081.0890.0068.5083.55
90.0062.2081.6691.5071.2085.41
Table 6. Ablation study of proposed HALF on DIOR and NWPU VHR 10.v2 test sets in the first novel/base split under 5-shot and 10-shot settings. The bold number denotes the best results.
Table 6. Ablation study of proposed HALF on DIOR and NWPU VHR 10.v2 test sets in the first novel/base split under 5-shot and 10-shot settings. The bold number denotes the best results.
DatasetMethodFine-Tuned LRM5-Shot10-Shot
FERPNRoI-FEBaseNovelAllBaseNovelAll
DIORTFA w/cos0.00.00.070.5111.5755.7870.5215.3756.73
HALD-FSOD0.00.00.071.1020.3058.3871.1022.3058.90
0.01.00.070.7028.6060.1970.3035.2061.55
0.01.00.170.4029.7060.2170.3035.4061.56
0.01.00.270.0030.1060.0669.9036.1061.47
0.01.00.369.7030.1059.8069.6035.8061.19
NWPU VHR 10.v2TFA w/cos0.00.00.089.609.4964.6589.959.2665.74
HALD-FSOD0.00.00.091.7029.8073.1291.5033.1073.99
0.01.00.089.6054.6079.0791.4060.8082.22
0.01.00.190.0062.2081.6691.5071.2085.41
0.01.00.291.1060.9082.0590.9072.0085.20
0.01.00.389.9061.6081.3890.9072.2085.31
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

Liu, B.; Zhang, Y.; Guo, Y.; Liu, J. HALD-FSOD: Hierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting for Few-Shot Object Detection in Remote Sensing Imagery. Remote Sens. 2026, 18, 2093. https://doi.org/10.3390/rs18132093

AMA Style

Liu B, Zhang Y, Guo Y, Liu J. HALD-FSOD: Hierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting for Few-Shot Object Detection in Remote Sensing Imagery. Remote Sensing. 2026; 18(13):2093. https://doi.org/10.3390/rs18132093

Chicago/Turabian Style

Liu, Bo, Yuanben Zhang, Yan Guo, and Junyi Liu. 2026. "HALD-FSOD: Hierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting for Few-Shot Object Detection in Remote Sensing Imagery" Remote Sensing 18, no. 13: 2093. https://doi.org/10.3390/rs18132093

APA Style

Liu, B., Zhang, Y., Guo, Y., & Liu, J. (2026). HALD-FSOD: Hierarchical Adaptive Learning with Asymmetric Margin and Loss-Aware Dynamic Weighting for Few-Shot Object Detection in Remote Sensing Imagery. Remote Sensing, 18(13), 2093. https://doi.org/10.3390/rs18132093

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