Next Article in Journal
Water Spectra Reconstruction for Sentinel-2 MSI: From Multispectral to Hyperspectral
Previous Article in Journal
Multi-Scale Effects of 2D/3D Urban Morphology Factors on Land Surface Temperature Using LightGBM-SHAP: A Case Study in Beijing
Previous Article in Special Issue
A Memory-Efficient Class-Incremental Learning Framework for Remote Sensing Scene Classification via Feature Replay
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Systematic Review

Object Detection in Optical Remote Sensing Images: A Systematic Review of Methods, Benchmarks, and Operational Applications

by
Neus Fontanet Garcia
and
Piero Boccardo
*
Interuniversity Department of Regional and Urban Studies and Planning, Politecnico di Torino, 10125 Turin, Italy
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(9), 1289; https://doi.org/10.3390/rs18091289
Submission received: 2 March 2026 / Revised: 17 April 2026 / Accepted: 21 April 2026 / Published: 23 April 2026

Highlights

What are the main findings?
  • Deep learning methods achieve the highest detection accuracy (65–80% mAP) on standard remote sensing benchmarks, yet no single approach dominates across all performance dimensions—classical methods retain significant value for limited-data, interpretability, and resource-constrained scenarios.
  • The three most critical operational bottlenecks identified are annotation cost (labour-intensive dense labelling), extreme scale variation spanning 2–3 orders of magnitude within single scenes, and domain adaptation failures causing 15–40% performance degradation across geographic regions.
What are the implications of the main findings?
  • Foundation models enabling zero-shot detection and weakly-supervised learning represent the highest-priority research directions, with the potential to reduce annotation requirements by up to 90% for time-critical applications such as disaster response.
  • Hybrid architectures integrating deep learning with Object-Based Image Analysis and knowledge-based reasoning achieve 5–12% accuracy improvements over pure pixel-based CNNs, suggesting the future lies in complementary integration rather than single-methodology dominance.

Abstract

Object detection in optical remote sensing imagery has emerged as a crucial task in computer vision, with applications ranging between environmental monitoring to disaster management, precision agriculture, and urban planning. This review systematically examines current methodologies, categorising them into four principal approaches: (1) template matching-based methods, which leverage predefined patterns for object identification; (2) knowledge-based methods, which incorporate geometric and contextual information to enhance detection accuracy; (3) object-based image analysis (OBIA), which segments images into meaningful objects using spectral and spatial properties; (4) machine learning-based methods, particularly deep convolutional neural networks (CNNs), which have revolutionised the field through automatic feature learning. Each methodology’s performance characteristics, computational requirements, and suitability for different remote sensing applications are analysed. Our systematic review, following PRISMA guidelines, analysed 189 studies published from 2010 to 2025, of which 73 provided quantitative results on standard benchmarks. The three most critical challenges identified are as follows: (1) annotation bottleneck, as dense bounding box labelling of remote sensing imagery remains highly labour-intensive for deep learning approaches, (2) extreme scale variation spanning 2–3 orders of magnitude within single scenes, and (3) domain adaptation failures when models encounter new geographic regions or sensor characteristics. This review identifies critical research gaps and proposes prioritised future directions, emphasising foundation models for zero-shot detection, efficient architectures for resource-constrained deployment, and standardised benchmarks with size-specific metrics. The analysis provides practitioners with evidence-based decision frameworks for method selection and researchers with a roadmap for advancing object detection in remote sensing applications.

1. Introduction

Object detection is a fundamental task in computer vision that aims to identify and localise objects of interest within images using bounding boxes or segmentation masks [1,2]. Unlike image classification, which assigns a single label to an entire image, object detection must simultaneously classify multiple objects and determine their spatial locations [3,4]. This capability has proven essential across diverse domains, including autonomous driving [5], surveillance [6], medical imaging [7], and increasingly, remote sensing applications [8,9].
In optical remote sensing, object detection has gained prominence owing to the rapidly growing availability of satellite and aerial imagery [10,11]. High-resolution satellite missions, such as WorldView-3 (0.31 m resolution) and Pleiades (0.5 m), as well as commercial drone platforms, now provide unprecedented detail for Earth observation [12,13]. This imagery delivers critical information for environmental monitoring [14], disaster response [15], precision agriculture [16], urban planning [17], infrastructure monitoring [18], and defence applications [19].
However, remote sensing imagery presents unique challenges compared to natural images. Objects appear at widely varying scales owing to differences in altitude and sensor resolution [20,21]. Viewing angles introduce geometric distortions and appearance variations [22]. Atmospheric conditions affect image quality through haze, clouds, and illumination changes [23,24]. Dense object arrangements in urban environments create occlusion problems [25], while the scarcity of annotated training data limits the application of data-hungry deep learning methods [26,27].

1.1. Evolution of Object Detection in Remote Sensing

The evolution of object detection in remote sensing can be characterised by several paradigm shifts (Figure 1):
First Generation (1987–2006): Hand-crafted methods relied on template matching [28] and knowledge-based approaches [29] that explicitly encoded object properties. While computationally efficient, these methods struggled with appearance variations and required extensive domain expertise to design effective rules.
Second Generation (2006–2012): Classical machine learning introduced data-driven approaches using hand-crafted features (SIFT [30], HOG [31], SURF [32]) combined with classifiers like Support Vector Machines [33] and AdaBoost [34]. Object-based image analysis (OBIA) emerged as a powerful paradigm for high-resolution imagery [35,36], exploiting both spectral and spatial information.
Third Generation (2012–2020): Deep learning revolution was initiated by AlexNet’s success in ImageNet [37], followed by region-based methods (R-CNN [38], Fast R-CNN [39], Faster R-CNN [40]) and single-stage detectors (YOLO [41], SSD [42]).
Fourth Generation (2020–present): Transformer-based and foundation models introduced attention mechanisms [43] and vision transformers [44,45] that capture long-range dependencies. Recent foundation models such as the segment anything model (SAM) [46] and YOLO-World [47] demonstrate zero-shot and few-shot capabilities.

1.2. Scope and Contributions

This review makes the following contributions:
1.
Comprehensive taxonomy of object detection methods for optical remote sensing;
2.
A comparative analysis, including performance metrics and computational requirements;
3.
Critical assessment of the current challenges;
4.
A future research roadmap with prioritised directions;
5.
Practical guidelines for method selection.

2. Methodology

This systematic literature review follows PRISMA guidelines [48], adapted for computer science and remote sensing research (Figure 2). The completed PRISMA 2020 checklist is provided in Table S1.

2.1. Search Strategy

Systematic searches were conducted across Scopus, Web of Science, IEEE Xplore, and Google Scholar, covering publications from 2010 to 2025. Search queries combined detection terminology, remote sensing contexts, and methodological terms using Boolean operators.

2.2. Selection Process

From 3847 initial records, 1334 duplicates were removed, 2513 unique records were screened, 637 full-text articles were assessed, and 189 studies were included in the qualitative synthesis, of which 73 provided quantitative benchmark results.

2.3. Data Extraction and Analysis

Methodological information, experimental setup, performance results, and application context were systematically extracted. Qualitative content analysis identified recurring themes and research gaps. A quantitative meta-analysis compared deep learning methods on the DOTA [20] and DIOR [9] benchmarks, which yielded the most widely reported results across the reviewed methods. NWPU VHR-10 [50] was used during the screening phase to identify relevant studies, but is not included in the final comparison table, as fewer methods report results on this smaller dataset, limiting direct comparability.

3. Object Detection Methods

Object detection methods are categorised into four approaches, each representing a distinct computational paradigm (Figure 3).

3.1. Template Matching-Based Methods

Template-matching searches for image regions similar to a predefined template [51,52]. Given template T of size ( w × h ) and scene image S, the method computes similarity at each location using measures like normalised cross-correlation (NCC):
NCC ( x , y ) = i , j T ( i , j ) · S ( x + i , y + j ) i , j T ( i , j ) 2 · i , j S ( x + i , y + j ) 2 .
Advantages: Simple implementation, low computational cost, and no training data are required.
Limitations: Sensitivity to geometric variations, poor occlusion handling, and is a computationally expensive multi-scale search.

3.2. Knowledge-Based Methods

Knowledge-based methods incorporate explicit domain knowledge, including geometric properties, spatial relationships, and contextual information [53,54].
Contemporary Applications: While predating deep learning, these methods remain relevant for limited-data scenarios, interpretability requirements, and hybrid architectures. Recent studies demonstrate that geometric constraints achieve 70–85% of deep learning’s performance using only 10–20% of the training data [55].

3.3. Object-Based Image Analysis (OBIA)

OBIA segments images into homogeneous regions representing meaningful real-world entities [35,56] through four core stages: segmentation, feature extraction, classification, and accuracy assessment.
Operational Deployment: Large-scale systems, including the European Copernicus Land Monitoring Service, employ OBIA for continental-scale land cover classification [57].
Hybrid OBIA–Deep Learning: Modern systems combine OBIA segmentation with CNN classification, achieving 3–8% higher accuracy than pixel-based CNNs [11].

3.4. Machine Learning and Deep Learning Methods

Deep learning architectures for object detection can be organised along four key design axes.
CNN-based detectors divide into two-stage methods, which first generate region proposals and then classify them (R-CNN [38], Faster R-CNN [40], Mask R-CNN [58]), and one-stage methods, which predict bounding boxes directly in a single pass (YOLO [41], SSD [42], RetinaNet [59], EfficientDet [60]). Orthogonally, anchor-based detectors (Faster R-CNN, RetinaNet) rely on predefined reference boxes. In contrast, anchor-free detectors such as FCOS [61] predict objects as centre-distance pairs, avoiding anchor hyperparameter tuning and improving detection of objects with unusual aspect ratios common in aerial imagery.
Transformer-based detectors replace or augment convolutions with self-attention. DETR [62] reformulates detection as a set prediction problem, eliminating non-maximum suppression, while Deformable DETR [63] reduces its memory cost through sparse attention. Hierarchical variants such as the Swin Transformer [45] capture long-range spatial dependencies, which is particularly valuable in remote sensing, where contextual relationships between distant objects provide important detection cues.
Foundation models differ from task-specific networks in scale and generalisation. SAM [46] demonstrates zero-shot segmentation, and YOLO-World [47] enables open-vocabulary detection via vision-language pretraining (see Section 6.1).
Remote sensing adaptations include oriented detectors (R2CNN [64], RoI Transformer [22], Oriented R-CNN [65]) for arbitrarily rotated objects, and multi-scale architectures based on FPN [66] for handling extreme scale variation.

4. Comparative Analysis

4.1. Performance on Standard Benchmarks

Table 1 summarises the performance of representative deep learning methods on major remote sensing benchmarks. Template matching, knowledge-based, and OBIA methods are not included in this table because they are rarely evaluated on large-scale benchmarks such as DOTA and DIOR, which were designed primarily for deep learning evaluation. A cross-category qualitative comparison encompassing all four method families is provided in Section 4.4.
Key findings: Two-stage detectors achieve the highest accuracy (70–76% mAP) but exhibit slower inference (7–10 FPS). One-stage detectors balance performance (60–74% mAP) with speed (15–32 FPS). Oriented detectors (RoI Transformer, Gliding Vertex, Oriented R-CNN) improve 10–15 mAP points over the axis-aligned (horizontal) bounding box detectors listed in Table 1 (two-stage, one-stage, and transformer-based methods), all of which predict horizontal bounding boxes.
The performance comparison reveals several important trends across different detector architectures. Two-stage detectors consistently achieve higher accuracy than one-stage methods, demonstrating the benefit of refined region-based processing despite the computational overhead. Oriented detectors show substantial improvements on the DOTA benchmark, typically achieving 10–15 mAP points of gain over their horizontal bounding box counterparts, highlighting the importance of rotation-aware representations for remote sensing applications. Transformer-based architectures achieve competitive accuracy with CNNs but generally run slower in inference. One-stage detectors offer the most favourable speed-accuracy trade-off, making them particularly suitable for applications requiring real-time or near-real-time processing.
As this work is a systematic review synthesising results from published literature rather than an experimental study, no new detection outputs are presented. Representative visual results for each method category can be found in the cited original studies: template-matching results in [28], knowledge-based detection in [53], OBIA-based detection in [11,35], and deep learning detection results across the DOTA benchmark in [20,22,65]. Readers are encouraged to consult these sources for qualitative visual comparisons.

4.2. Method Selection Framework

Appropriate method selection depends on application-specific requirements across several key dimensions. Data availability represents the primary consideration, with different methods suited to varying dataset scales. When no training data are available, template matching is a viable solution, provided suitable templates are available. Limited datasets containing fewer than 500 images benefit from knowledge-based approaches combined with OBIA, or from transfer learning strategies that leverage pre-trained models. Abundant datasets with more than 5000 images enable full deep learning approaches that achieve state-of-the-art performance.
Real-time requirements impose strict constraints on method selection. Applications demanding inference times below 50 ms require highly efficient architectures such as YOLOv8 or EfficientDet. When real-time processing is not required, more computationally intensive methods like Cascade R-CNN or Oriented R-CNN can be employed to maximise detection accuracy.
Object characteristics further refine method selection. Objects exhibiting arbitrary orientations require specialised oriented detectors that can predict rotated bounding boxes. Very small objects measuring less than 32 pixels require specialised approaches that incorporate feature pyramid networks or attention mechanisms to enhance small-scale feature representations. Large-scale variation across objects benefits from multi-scale detection methods that process features at multiple resolutions. Dense object distributions, where standard non-maximum suppression may struggle, favour NMS-free approaches such as CenterNet or DETR, which directly predict object centres, or set-based detection paradigms.

4.3. Computational Requirements

Table 2 compares the computational characteristics.
Computational requirements vary considerably across method categories, with important implications for practical deployment. Template matching requires no training phase and operates efficiently on modest hardware, consuming less than 1 GB of memory and achieving fast inference speeds of 1–5 ms per image using only CPU resources such as an Intel i7-9700K with 8 GB RAM. Knowledge-based methods require low to medium training times of 2–8 h on hardware such as Intel Xeon E5-2680 processors with 16 GB RAM and optional GPU acceleration with an RTX 2080 Ti. These methods consume 1–2 GB of memory and achieve medium inference speeds of 10–100 ms per image.
OBIA approaches require similar training commitments of 4–12 h but are CPU-intensive, operating on systems such as Xeon Gold 6248 processors with 32 GB RAM. Memory consumption ranges from 2–4 GB, with inference times of 50–500 ms per image using specialised software such as eCognition or GRASS. Classical machine learning methods occupy a middle ground, requiring medium training times of 8–24 h on Xeon E5-2690 CPUs with GTX 1080 Ti GPUs, consuming 2–3 GB memory, and achieving fast inference speeds of 10–50 ms per image.
Deep learning approaches impose substantially higher computational demands. Two-stage detectors require 48–120 h of training on NVIDIA V100 or A100 GPUs with 64 GB system memory and 1 TB NVMe SSD storage, consuming 8–16 GB of GPU memory during training and achieving inference speeds of 100–200 ms per image. One-stage detectors reduce training time somewhat to 36–96 h on RTX 3090 or V100 GPUs with 32–64 GB RAM and 500 GB SSD storage, consuming 4–12 GB memory and achieving faster inference of 20–50 ms per image. Transformer-based methods represent the most computationally intensive category, requiring 72–200 h of training on high-end A100 GPUs with 40 GB+ memory, 128 GB system RAM, and 2 TB SSD storage, consuming 12–24 GB GPU memory and achieving medium inference speeds of 50–100 ms per image.
Transfer learning can substantially reduce deep learning training times, as indicated by the “High” and “Very High” benefit ratings for deep learning categories in Table 2, while batch processing can improve inference throughput by 2–4× compared to single-image processing. Annotation effort scales with method sophistication, ranging from no effort for template matching to substantial manual annotation campaigns for deep learning approaches, where dense oriented bounding boxes in complex urban scenes require considerable expert effort [20].
The “Transfer Learning” column in Table 2 indicates the degree to which each method category benefits from pre-trained models or prior knowledge. Deep learning methods benefit most substantially because their large parameter spaces can effectively absorb knowledge from ImageNet or other large-scale pretraining. In contrast, template matching and classical ML methods have limited capacity to exploit such transfer learning.
Beyond empirical execution times, the theoretical computational complexity of each method category provides a hardware-independent basis for comparison. Template matching using Normalised Cross-Correlation operates in O ( W · H · w · h ) for an image of size W × H and a template of size w × h ; multi-scale search multiplies this cost by the number of scales S, yielding O ( S · W · H · w · h ) . Knowledge-based methods typically exhibit linear complexity O ( N · R ) , where N denotes the number of candidate regions and R the number of rules evaluated per region. OBIA segmentation complexity varies by algorithm: mean-shift segmentation scales as O ( N · k ) per iteration for N pixels and k neighbouring pixels, while region-growing approaches operate in O ( N log N ) to O ( N 2 ) depending on the merging criterion [35].
Classical machine learning detectors using sliding windows with hand-crafted features (e.g., HOG + SVM) scale as O ( W · H · S · d ) , where S is the number of scales and d the feature dimensionality. Deep convolutional networks incur O ( W · H · C in · C out · K 2 ) per layer, where W × H is the feature map size, C in and C out are input and output channels, and K is the kernel size [70]. Two-stage detectors add a per-proposal cost of O ( N p · d p ) , where N p is the number of region proposals and d p the proposal feature dimensionality [40]. One-stage detectors eliminate the proposal stage, reducing the overall constant factor while retaining the same convolutional complexity. Transformer-based detectors introduce self-attention with quadratic complexity O ( N t 2 · d ) , where N t is the number of tokens (typically N t = W · H for flattened feature maps) and d is the embedding dimension [62]. Deformable attention variants reduce this to O ( N t · K s · d ) by attending to only K s sampling points per token [63]. These theoretical complexities explain the empirical speed differences observed in Table 1: the linear scaling of one-stage detectors supports real-time inference. At the same time, the quadratic attention cost of vanilla transformers limits their throughput.

4.4. Qualitative Comparison

Table 3 provides a qualitative assessment across methods.
The qualitative comparison across detection methods reveals fundamental trade-offs between accuracy, data requirements, and operational characteristics. Detection accuracy shows a clear progression across methods, with template matching achieving low to medium performance (30–40% mAP on DOTA), knowledge-based and OBIA methods reaching medium to medium-high accuracy (45–62% mAP), classical machine learning attaining medium-high performance (55–65% mAP), and deep learning achieving very high accuracy (65–80% mAP). This accuracy gradient directly correlates with training data requirements, which range from zero samples for template matching, through 200–500 samples for knowledge-based methods, 300–1K for OBIA, 3K–8K for classical machine learning, to 10K–50K samples for deep learning approaches.
Generalisation capability across domains follows a similar pattern. Template matching exhibits poor domain transfer with performance drops exceeding 35%, while knowledge-based, OBIA, and classical machine learning methods demonstrate medium generalisation with drops ranging from 10–25%. Deep learning methods show good to excellent generalisation, typically experiencing only 5–15% performance degradation when applied to new domains. Robustness to noise and blur degradations follows this trend, with template matching retaining less than 50% of performance under perturbations, while deep learning methods maintain over 92% of their accuracy.
Occlusion-handling capabilities exhibit substantial variation across methods. Template matching fails with even minimal occlusion (less than 10%); knowledge-based and OBIA approaches handle 25–40% occlusion; classical machine learning tolerates 45–55% occlusion; and deep learning methods perform well even with 55–70% occlusion. Scale invariance similarly varies: template matching is limited to approximately ±30% scale variation, while deep learning methods effectively handle objects ranging from 8 to 800 pixels.
The interpretability dimension presents an inverse relationship with accuracy. Template matching, knowledge-based methods, and OBIA offer high interpretability through explicit matching criteria, rule-based decisions, and transparent processing pipelines. Classical machine learning provides partial interpretability through feature importance analysis, while deep learning methods operate as black boxes with minimal interpretability despite their superior accuracy.
Computational efficiency and real-time capability favour simpler methods. Template matching achieves excellent efficiency operating on CPU-only systems at 50–200 FPS, knowledge-based and classical machine learning methods maintain good efficiency at 15–40 FPS with optional GPU acceleration, OBIA shows medium efficiency at 2–10 FPS with CPU-intensive processing, and deep learning methods exhibit poor to medium efficiency at 5–32 FPS requiring essential GPU acceleration. These performance characteristics must be carefully weighed against accuracy requirements when selecting methods for specific applications.

5. Current Challenges and Solutions

This section examines seven challenges affecting object detection in remote sensing. The three primary challenges identified through the systematic analysis—extreme scale variation (Section 5.2), domain adaptation (Section 5.5), and annotation cost (discussed as a future research priority in Section 6.1 and Section 6.3)—represent the most critical bottlenecks for operational deployment. Four additional challenges—occlusion, class imbalance, small object detection, and real-time processing—frequently interact with these primary bottlenecks and are therefore examined alongside them.

5.1. Occlusion and Clutter

Objects in optical remote sensing imagery frequently suffer from partial occlusion due to overlapping structures, vegetation, shadows, or clouds [71,72], presenting significant challenges for accurate detection. Several solution strategies have emerged to address this problem. Part-based detection approaches, exemplified by PBNet [73], decompose objects into constituent parts that can be detected independently and then assembled, allowing recognition even when portions of the object are obscured. Contextual reasoning methods leverage information from surrounding regions [74] to infer the presence and characteristics of partially occluded objects based on their typical spatial relationships and environmental context. Attention mechanisms [75] enable networks to dynamically focus computational resources on visible regions while suppressing attention to occluded or cluttered areas, improving discrimination of relevant features.

5.2. Scale Variation

Remote sensing imagery presents enormous scale variation challenges, with objects ranging from sub-meter vehicles to kilometre-scale airports within the same scene [20]. This extreme diversity in object scales complicates feature extraction and detection across all relevant size ranges. Multi-scale architectures address this challenge through hierarchical feature representations, with feature pyramid networks [66], path aggregation networks [76], and bidirectional feature pyramid networks [60] constructing rich multi-scale feature hierarchies that capture objects at various sizes. Multi-scale training strategies employ random-scale jittering [77] during training to expose models to objects at diverse scales, thereby improving scale robustness. Attention-based selection mechanisms implement dynamic feature fusion [78], adaptively combining features across different scales based on the specific characteristics of each object instance.

5.3. Class Imbalance

Severe class imbalance is a persistent problem in remote sensing object detection, where common objects, such as small vehicles, vastly outnumber rare classes, such as helipads or specialised infrastructure [79]. This imbalance causes networks to become biased towards frequent classes while performing poorly on under-represented categories. Focal loss [59] addresses this by down-weighting the contribution of easy, well-classified examples while focusing learning on difficult cases, effectively reducing the dominance of abundant classes. Class-balanced loss functions re-weight training examples based on the effective number of samples per class [80], providing more balanced gradient contributions across categories. Resampling strategies over-sample rare classes during training [81], ensuring the model encounters sufficient examples of under-represented objects. Few-shot learning approaches employ meta-learning techniques [82] to enable effective detection of rare categories from limited examples by learning transferable recognition strategies.

5.4. Small Object Detection

Small objects measuring less than 32 × 32 pixels present particular difficulties for remote sensing object detection due to the limited discriminative features available at such resolutions [83].
Feature pyramid improvements beyond the standard FPN [66] address information loss during top-down propagation. Path aggregation networks [76] add bottom-up pathways that strengthen low-level features with high-level semantics. At the same time, more recent designs incorporate recursive feedback connections or balanced feature integration across all pyramid levels to better preserve small-object detail.
High-resolution feature preservation methods such as HRNet [84] process multiple resolution streams in parallel rather than progressively downsampling, maintaining fine-grained spatial representations throughout the network.
Super-resolution techniques enhance image resolution before detection [85], with recent approaches integrating resolution enhancement and detection in an end-to-end framework rather than treating them as independent stages.
Dynamic label assignment addresses the problem that fixed IoU-based assignment produces few positive samples for small objects. Adaptive methods select positive training samples based on prediction quality rather than geometric thresholds, substantially improving small-object recall.
Context aggregation approaches utilise spatial context networks [86] to incorporate surrounding information when objects themselves provide insufficient features, while copy-paste augmentation [87] synthetically increases the representation of small objects in the training data.

5.5. Domain Adaptation

Domain shift poses a fundamental challenge when detection models encounter data whose distribution differs from the training distribution due to variations in geographic regions, sensor characteristics, or seasonal conditions [88]. In remote sensing, these shifts are particularly severe, often causing substantial performance degradation when models trained on one region are deployed in another.
Domain adversarial training learns domain-invariant features [89] through an adversarial objective that encourages representations to be indistinguishable across source and target domains. For object detection, alignment can be applied at image-level, instance-level, or category-level, with multi-level alignment generally outperforming single-level approaches [88].
Self-training methods generate pseudo-labels on unlabelled target domain data using the source-trained model, then iteratively retrain on high-confidence predictions [90]. These methods are particularly practical for remote sensing, where unlabelled imagery is abundant but labelled data for new regions is scarce.
Style transfer approaches use generative models to transform source images to resemble the visual appearance of the target domain while preserving object content, thereby bridging sensor differences and seasonal variations.
Multi-source adaptation draws on multiple source domains [91] to learn more generalisable representations, while few-shot adaptation allows rapid deployment with minimal labelled target samples [92]. Test-time adaptation represents an emerging direction in which models update using only the incoming test stream, without access to the original training data—an appealing property for operational systems processing imagery from continuously changing regions.

5.6. Real-Time Processing

The combination of extremely large image sizes often exceeding 10,000 × 10,000 pixels and computationally complex network architectures severely limits real-time deployment capabilities in operational remote sensing systems [93]. Efficient architecture design employs lightweight networks such as MobileNet [94], ShuffleNet [95], and EfficientNet [96], which carefully balance accuracy and computational efficiency through depthwise separable convolutions, channel shuffling, and compound scaling strategies. Network pruning systematically removes redundant parameters [97] that contribute minimally to detection performance, reducing model size and inference time while preserving accuracy. Quantisation techniques reduce numerical precision from 32-bit floating-point to 8-bit integer representations [98], substantially accelerating inference through more efficient integer arithmetic. Knowledge distillation transfers knowledge from large, accurate teacher models to compact student models [99], allowing deployment of efficient networks that retain much of the performance of their larger counterparts.

5.7. Integrating Symbolic Reasoning with Deep Learning

While deep learning has achieved remarkable success, purely data-driven approaches struggle with limited training data, domain shift, and interpretability requirements. Conversely, traditional knowledge-based and OBIA methods offer transparency and data efficiency but lack the representational power of learned features. Bridging this gap through hybrid architectures is an active research direction [55].
Neuro-Symbolic Integration: Emerging neuro-symbolic approaches combine neural perception modules with symbolic reasoning engines [100]. For remote sensing, this allows systems to learn to detect visual patterns while enforcing geometric constraints, spatial relationships, and physical laws. For example, building detection can combine CNN-based corner detection with geometric reasoning to enforce rectangularity and size constraints [101], achieving higher precision than either approach alone.
Physics-Informed Neural Networks: Incorporating domain knowledge directly into neural network architectures through specialised loss functions, network structures, or training procedures improves generalisation with limited data [102]. For vehicle detection, physics-informed losses can encode size constraints, ensuring predictions respect minimum and maximum vehicle dimensions regardless of training data biases. For change detection, physical consistency constraints ensure that implausible transitions (water to building without intermediate states) are penalised during learning [103].
OBIA-CNN Hybrid Pipelines: Practical deployments increasingly adopt multistage pipelines combining OBIA segmentation with deep learning classification [11,104]. OBIA provides spatially coherent object proposals while CNNs compute rich semantic features, capitalising on the strengths of both paradigms. This architecture reduces computational costs through segment-level processing while improving boundary quality and supporting object-level interpretability [105]. Recent work demonstrates 5–12% accuracy improvements over pure pixel-based CNNs on very high-resolution imagery [106].
Knowledge Distillation from Rules to Networks: Rule-based systems developed by domain experts can serve as teachers for neural networks through knowledge distillation [99]. Expert-crafted detection rules generate pseudo-labels for unlabelled imagery, facilitating semi-supervised learning that combines limited human annotations with extensive expert knowledge [55]. This approach proves particularly valuable for rare object categories where exhaustive annotation is infeasible, but detection rules are well established.
These hybrid approaches suggest that the future of remote sensing object detection lies not in the dominance of any single paradigm but in thoughtful integration that harnesses complementary strengths: deep learning’s pattern recognition capabilities, knowledge-based reasoning’s transferability and interpretability, and OBIA’s spatial coherence and data efficiency.

6. Future Research Directions

The future directions outlined in this section vary in urgency and operational impact (Table 4). They are categorised into three priority tiers based on their criticality for operational remote sensing systems, including the Copernicus Emergency Management Service (CEMS), Copernicus Land Monitoring Service (CLMS), and other large-scale Earth observation programs.

6.1. Foundation Models for Remote Sensing

Large-scale pre-trained foundation models have demonstrated remarkable generalisation capabilities across diverse tasks and domains [107,108], presenting significant opportunities for advancing remote sensing object detection. Critical research directions include compiling massive repositories of unlabelled remote sensing imagery to enable self-supervised pretraining at scales comparable to those of natural image datasets, thereby providing robust feature representations applicable across diverse remote sensing tasks. Adapting vision-language models such as CLIP [109] to the remote sensing domain offers the potential to bridge visual and textual modalities, facilitating more intuitive human-machine interaction through natural language queries. Fine-tuning the segment anything model (SAM) [46] on remote sensing segmentation tasks could leverage its powerful generalisation capabilities for improved object delineation in satellite and aerial imagery. Perhaps most ambitiously, these foundation models could enable zero-shot detection, allowing objects to be detected from natural language descriptions without task-specific training examples, dramatically reducing the annotation burden for new object categories.
Recent work has begun adapting foundation models specifically for remote sensing. Vision-language models pre-trained on remote sensing image–text pairs show improved zero-shot classification compared to general-purpose models such as CLIP [109], confirming that domain-specific pretraining is essential. Prompt-based learning has been applied to SAM [46] for remote sensing instance segmentation with minimal task-specific training, and open-vocabulary detectors based on YOLO-World [47] show promising results for detecting novel object categories in aerial scenes without retraining. A key open challenge remains the resolution gap: most foundation models were pre-trained on natural images at resolutions far below typical satellite imagery (0.3–5 m GSD), requiring strategies such as multi-scale tiling or resolution-aware fine-tuning to handle large inputs effectively [107].
Operational Priority: Critical (Tier 1). Foundation models effectively tackle the annotation bottleneck that hampers operational scalability. The ability to perform zero-shot detection would allow the Crisis and Emergency Management System (CEMS) to quickly identify and map new types of disasters without the delays caused by manual annotation. Additionally, few-shot adaptation could reduce the training data requirements by up to 90% for new geographic regions or emerging infrastructure types. This represents the highest-impact research direction for operational remote sensing.

6.2. Efficient and Green AI

The environmental impact of training large deep learning models has become increasingly concerning, with modern architectures consuming enormous computational resources and generating significant carbon footprints [110,111]. This reality necessitates research into more sustainable approaches to remote sensing object detection. Neural Architecture Search (NAS) techniques can discover hardware-aware optimised architectures [112] that achieve strong performance while respecting computational and energy constraints specific to deployment platforms. Mixed-precision quantisation strategies [113] can allocate different numerical precisions to different network components based on their sensitivity, maintaining accuracy while reducing computational and memory requirements. Dynamic networks with early exit mechanisms [114] enable adaptive inference where simple examples can be classified using only early network layers, reserving full network computation for difficult cases and reducing average inference cost. The lottery ticket hypothesis [115] suggests that dense networks contain sparse subnetworks that can achieve comparable performance when trained in isolation, potentially enabling more efficient training procedures that avoid the computational overhead of training overparameterised models.
Operational Priority: High (Tier 1 for scale variation, Tier 2 for efficiency). Extreme scale variation (8–800 pixels) remains a fundamental challenge preventing consistent multi-scale detection in operational systems. Efficient architectures that enable 5–10× speedups would substantially reduce processing costs for continental-scale monitoring, but are less immediately constraining than accuracy-related challenges.

6.3. Weakly-Supervised and Self-Supervised Learning

The requirement for pixel-precise bounding box annotations is a major bottleneck in scaling remote sensing object detection systems, as manual annotation is labour-intensive, time-consuming, and expensive [116]. Weakly-supervised and self-supervised learning paradigms offer promising alternatives that can substantially reduce annotation costs. Image-level supervision approaches train object detectors using only class labels indicating which object categories appear in each image [117], eliminating the need for spatial localisation during annotation. Point supervision methods require annotators to mark only object centres rather than complete bounding boxes [118], markedly reducing annotation time while still providing sufficient spatial information for training. Self-supervised contrastive learning frameworks such as SimCLR [119] and MoCo [120] can be adapted to remote sensing imagery to learn rich visual representations from unlabelled data through instance discrimination objectives. Masked image modelling approaches, including MAE [121] and BEiT [122], can be specifically adapted for satellite imagery characteristics to learn robust representations by predicting masked image regions, providing effective pretraining for downstream detection tasks.
Operational Priority: Critical (Tier 1). Annotation represents 60–70% of total deployment costs for new object categories. Methods that reduce annotation requirements from 10,000 to 1000 samples while maintaining >90% performance would enable rapid deployment for time-critical applications such as disaster response and emerging monitoring needs. Essential for operational scalability across diverse application domains.

6.4. Explainable and Interpretable AI

The black-box nature of deep learning models poses significant challenges for deployment in critical applications where decision transparency and accountability are paramount [123]. Research in explainable AI for remote sensing object detection must address this limitation through multiple complementary approaches. Attention visualisation techniques, such as Grad-CAM [124], can reveal which image regions most strongly influence detection decisions, providing insight into the model’s reasoning process and enabling the identification of potential biases or failure modes. Prototype-based explanation methods [125] learn representative examples for each object category and make decisions by comparing test instances to these prototypes, offering inherently interpretable predictions grounded in concrete visual examples. Counterfactual explanations can identify minimal modifications to input images that would change detection outcomes, helping users understand decision boundaries and model behaviour. Hybrid neuro-symbolic approaches that combine neural networks with explicit logical reasoning could enable models that leverage both learned pattern recognition and human-interpretable rules, potentially offering superior interpretability while maintaining competitive performance.
Operational Priority: Medium (Tier 3). Interpretability provides value for regulatory compliance and error diagnosis, but rarely blocks operational deployment where performance takes precedence. Attention visualisation offers practical interpretability without fundamental architectural changes, making it a lower priority than accuracy and efficiency improvements.

6.5. Multi-Modal and Multi-Temporal Fusion

Remote sensing platforms capture data across multiple modalities, including optical, synthetic aperture radar (SAR), and LiDAR, while temporal observations at different time points provide complementary information about dynamic environments [126,127]. Effectively fusing these diverse data sources is an important open problem for advancing detection capabilities. Cross-modal attention mechanisms can learn to fuse SAR and optical imagery [128], exploiting the complementary strengths of each modality, such as SAR’s all-weather capability and optical imagery’s rich spectral information. Temporal aggregation using recurrent neural networks [75] can integrate observations across time to improve detection robustness and enable tracking of objects through temporal sequences. Change detection techniques [129] can identify newly appeared or disappeared objects by comparing multi-temporal observations, supporting applications in urban monitoring, disaster response, and infrastructure surveillance. Video object detection in aerial sequences [130] extends static image detection to continuous video streams, enabling real-time monitoring and trajectory analysis of moving objects.
The effectiveness of multi-modal fusion depends critically on the stage at which modalities are integrated. Three principal fusion strategies have been identified in the literature [127]. Early fusion (also termed input-level or feature-level fusion) concatenates or merges raw data or low-level feature maps from different modalities before they enter the detection pipeline. This approach preserves fine-grained cross-modal correlations and allows the network to learn joint representations, but requires spatially co-registered inputs and can be sensitive to modality-specific noise [126]. Late fusion (also termed score-level or decision-level fusion) runs independent detectors for each modality and combines their outputs—for example, through score averaging, weighted voting, or cross-modal Non-Maximum Suppression. Late fusion is more flexible, tolerates spatial misalignment between modalities, and permits the use of modality-specific architectures, but sacrifices cross-modal feature interactions that could improve detection of ambiguous objects [23]. Mid-level fusion operates on intermediate feature representations, merging features at one or more stages of the detection backbone—for instance, at the Feature Pyramid Network level. This strategy offers a compromise between the representational richness of early fusion and the architectural flexibility of late fusion, and has demonstrated strong results in recent remote sensing studies combining optical and SAR imagery [128]. The choice among these strategies depends on the application context: early fusion is preferred when modalities are well co-registered and complementary at the pixel level, late fusion suits operational scenarios with heterogeneous sensor configurations, and mid-level fusion provides a balanced approach for multi-resolution data.
Operational Priority: High (Tier 1 for domain adaptation, Tier 2 for multi-modal fusion). Domain adaptation, preventing 15–40% performance degradation across regions, is critical for pan-European and global services. Multi-modal fusion combining SAR and optical data would improve all-weather detection robustness by 10–20%, particularly valuable for disaster response applications where cloud cover limits the utility of optical imagery.

6.6. Standardised Evaluation and Benchmarks

Current evaluation practices in remote sensing object detection suffer from inconsistent protocols, limited dataset diversity, and insufficient consideration of practical deployment constraints [131]. Advancing the field requires comprehensive standardised benchmarks that address these limitations. Future benchmarks must cover diverse environmental conditions, sensor types, spatial resolutions, and geographic regions to enable rigorous evaluation of generalisation capabilities. Size-specific evaluation metrics that separately assess performance on small, medium, and large objects would provide a more nuanced understanding of a method’s strengths and weaknesses across scales. Robustness metrics that quantify performance under challenging conditions, such as occlusion, scale variation, and rotation, would better reflect real-world deployment scenarios. Efficiency metrics encompassing not only accuracy but also computational cost measured through FLOPs, parameter counts, inference latency, and energy consumption would enable informed trade-offs for resource-constrained applications. Establishing annual competitions with maintained leaderboards would foster community engagement, facilitate direct method comparison, and accelerate progress through collaborative benchmarking.
Operational Priority: Medium (Tier 2). Standardised benchmarks accelerate research progress and enable fair method comparison, but do not directly improve operational detection capabilities. Size-specific metrics and robustness evaluations would help practitioners select methods that meet specific operational requirements.

6.7. Continual and Lifelong Learning

Operational remote sensing systems must adapt to evolving environments, emerging object categories, and changing sensor characteristics while preserving previously acquired capabilities. Yet, conventional training paradigms suffer from catastrophic forgetting when learning new tasks [132]. Continual and lifelong learning research addresses this challenge through several promising directions. Elastic Weight Consolidation prevents catastrophic forgetting [133] by identifying parameters critical to previous tasks and constraining their modification during subsequent learning, enabling sequential task learning without destructive interference. Memory-based approaches maintain a small set of representative examples from previous tasks [134] and periodically replay them during new task learning to reinforce earlier knowledge. Progressive neural networks allocate new network capacity to each task [135] while preserving previously learned parameters, enabling transfer learning across tasks without forgetting. Incremental learning techniques specifically designed for emerging object categories would enable systems to continuously expand their detection repertoire as new infrastructure types, vehicle models, or land-use patterns emerge in monitored regions.
Operational Priority: Medium (Tier 2). Continual learning enables model updates without catastrophic forgetting, reducing operational maintenance costs. While valuable for long-term system sustainability, it is less immediately constraining than annotation efficiency and domain generalisation for initial deployment.

6.8. Three-Dimensional Object Detection from Optical Imagery

Many remote sensing applications, including volumetric analysis, urban planning, and autonomous navigation, require three-dimensional information about detected objects beyond two-dimensional bounding boxes [136]. Extracting 3D structure from optical imagery presents unique challenges and opportunities. Monocular 3D detection methods leverage geometric constraints and learned priors [137] to estimate object depth, orientation, and 3D bounding boxes from single images, though depth ambiguity limits accuracy. Stereo 3D detection exploits binocular disparity from stereo image pairs to estimate depth maps [138], enabling more reliable 3D localisation when stereo imagery is available. Multi-view 3D reconstruction techniques [139] integrate observations from multiple viewpoints to recover complete 3D object geometry through structure-from-motion principles, supporting detailed 3D modelling from overlapping imagery. Optical-LiDAR fusion approaches [140] combine the complementary strengths of dense optical appearance information with precise LiDAR depth measurements to achieve robust 3D object detection that surpasses what either modality can achieve independently.
Operational Priority: Low (Tier 3). Three-dimensional information enhances specific applications (volumetric analysis, urban modelling), but current methods require specialised data (stereo, LiDAR), often unavailable in operational scenarios. Monocular 3D detection is still in its early stages of research, with limited practical accuracy. It therefore represents a strategic long-term direction rather than a near-term operational priority.

7. Discussion

7.1. Key Findings

This systematic review of 189 studies identifies a substantial methodological shift in object detection for optical remote sensing over the past fifteen years. The exponential growth in machine learning publications since 2012 (Figure 1) reflects a fundamental paradigm shift from hand-crafted features to automatic hierarchical feature learning, achieving mAPs exceeding 75% on challenging benchmarks such as DOTA.
However, method selection cannot be reduced to simple accuracy-based hierarchies. The comparative analysis (Table 1, Table 2 and Table 3) demonstrates that no single approach dominates across all performance dimensions. Deep learning methods excel when abundant data and computational resources are available, yet some classical techniques—template matching, knowledge-based methods, and OBIA—retain significant value in limited-data scenarios, for interpretability requirements, or under strict computational constraints. This challenges assumptions that newer methods universally supersede older approaches.
Performance–efficiency trade-offs critically shape operational deployment. Two-stage detectors achieve the highest accuracy (70–76% mAP) but exhibit slower inference (7–10 FPS), while one-stage detectors balance performance (60–74% mAP) with higher throughput (15–32 FPS). Oriented detectors achieve 10–15 mAP points of improvement over horizontal bounding boxes, confirming that domain-specific adaptations yield meaningful benefits beyond generic computer vision methods.

7.2. Critical Challenges

Despite remarkable progress in detection accuracy and methodological sophistication, several fundamental challenges continue to impede broader adoption of object detection systems in operational remote sensing contexts. The annotation bottleneck represents perhaps the most significant practical limitation, as deep learning’s large data requirements restrict application to domains where large-scale annotation efforts are feasible or where sufficient pre-existing labelled datasets exist. Scale variation across objects spanning two to three orders of magnitude within single images challenges even sophisticated multi-scale architectures, as small objects provide limited discriminative features. In contrast, large objects may exceed typical receptive field sizes.
Domain adaptation failures occur frequently when models trained under specific geographic, seasonal, or sensor conditions are deployed in different environments, with performance often degrading substantially despite superficial similarity between training and deployment contexts. The computational complexity of state-of-the-art models necessitates powerful GPU hardware for both training and inference, creating barriers for resource-constrained applications and limiting edge deployment possibilities. The black-box nature of deep learning models poses particular problems for critical applications in domains such as disaster response or infrastructure monitoring, where decision transparency and accountability are paramount.
Class imbalance pervades remote sensing datasets, with common objects vastly outnumbering rare but often important categories, leading to biased models that perform poorly on under-represented classes. Real-time processing remains challenging due to the combination of extremely large image sizes characteristic of remote sensing data and the computational demands of complex neural network architectures, limiting the feasibility of time-critical applications such as continuous monitoring or autonomous navigation.

7.3. Implications for the Remote Sensing Community

These findings carry important implications for the community. First, evaluation must extend beyond accuracy to encompass comprehensive frameworks that consider data efficiency, computational requirements, domain generalisation, and interpretability. Current benchmarks increasingly limit meaningful comparison even as they drive algorithmic progress.
Second, addressing the annotation bottleneck through weakly supervised, self-supervised, and foundation model research is an operational necessity, not mere convenience, particularly for time-critical applications like disaster response.
Third, domain adaptation emerges as critical for practical deployment at scale. Methods achieving 65–80% mAP on benchmarks but degrading 15–40% across regions limit utility for continental or global monitoring programs.
Fourth, hybrid symbolic—neural approaches challenge assumptions that end-to-end deep learning represents the ultimate solution. Thoughtful integration of OBIA, physics-informed networks, and neuro-symbolic architectures can achieve superior performance in limited-data regimes, suggesting synergies between classical and modern approaches.
Finally, computational efficiency must become a first-class consideration. The gap between state-of-the-art accuracy (75–80% mAP) and real-time deployable methods (60–65% mAP at 30+ FPS) constrains time-critical applications. The three-tier prioritisation framework (Table 4) distinguishes critical near-term needs from strategic long-term directions, enabling operational partners to refine priorities based on specific requirements.

8. Conclusions

This comprehensive review systematically analysed object detection methodologies for optical remote sensing imagery, providing a critical assessment of four principal approaches: template matching, knowledge-based methods, object-based image analysis (OBIA), and machine learning/deep learning methods. The field has transformed from hand-crafted feature engineering to end-to-end deep learning systems, with CNNs and Transformers achieving up to 75% mAP on standard benchmarks.
However, significant operational challenges remain: annotation bottlenecks (labour-intensive dense labelling requirements), extreme scale variation (8–800 pixels), and domain adaptation failures (15–40% degradation) must be addressed before object detection fulfils its transformative potential for Earth observation.
Converging technological trends promise solutions. Foundation models will reduce annotation requirements through zero-shot detection. Hybrid symbolic–neural architectures will combine deep learning’s pattern recognition with the interpretability and data efficiency of knowledge-based reasoning. Efficient architectures will enable edge deployment, while multi-modal fusion will provide all-weather detection integrating optical, SAR, and LiDAR observations.
The future lies in thoughtful integration of complementary approaches rather than single-methodology dominance. This holistic perspective—combining learned and explicit representations, supervised and self-supervised learning, and multiple sensor modalities—will guide next-generation systems capable of reliable, planetary-scale deployment.
For practitioners, the present review provides evidence-based decision frameworks for method selection. For researchers, the prioritised roadmap (Table 4) identifies critical directions: foundation models, weakly supervised learning, and domain adaptation as near-term priorities; explainable AI, 3D detection, and continual learning as strategic long-term goals.
As these technologies converge, object detection will serve as a foundational capability for automated planetary understanding through continuous analysis of satellite and aerial imagery, supporting accurate, efficient, generalisable systems deployable at the scales required for environmental monitoring, disaster response, urban planning, and sustainable development.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/rs18091289/s1, Table S1: PRISMA 2020 Checklist.

Author Contributions

N.F.G.: Conceptualisation, Methodology, Investigation, Data curation, Formal analysis, Writing—original draft, Writing—review and editing. P.B.: Supervision, Validation, Review, Funding acquisition. All authors have read and agreed to the published version of the manuscript.

Funding

This article was carried out within the Space It Up project by the Italian Ministry of University and Research (MUR) (5049, Program I.4.1 “PNRR Public Administration”, Cycle 39); Italian Space Agency (ASI) (2024-5-E.0—CUP n.I53D24000060005).

Data Availability Statement

This systematic review analysed published literature from academic databases (Scopus, Web of Science, IEEE Xplore, Google Scholar) covering the period 2010–2025. The complete list of 189 studies included in the qualitative synthesis and 73 studies included in the quantitative meta-analysis, along with the extracted performance metrics and quality assessment criteria, is available at “Dataset for Systematic Review: Object Detection in Optical Remote Sensing Images”: https://zenodo.org/records/18621427?token=eyJhbGciOiJIUzUxMiJ9.eyJpZCI6IjEyMWI3NGI0LWU2NmEtNGU4OS05MjBlLTkxZmJiZGE4MzMyMiIsImRhdGEiOnt9LCJyYW5kb20iOiIyNDMwMmI4MTQxMWE5ODkzODI2Zjk5NTlhODNhMGVjOSJ9.ozieJra92hxCsy1eE-udnocsqh_imQOzDIZsvQ8xLu3PgzMFEueGeqjVVeesduTSFqRwSMxfLwqGk9xh4nLbcw (accessed on 16 March 2026).

Acknowledgments

The authors acknowledge the use of Claude (Anthropic, version Sonnet 4.5) for organising the literature review, improving grammar, and assisting with structuring the methodology. All AI-generated content was critically reviewed and verified by the authors.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Liu, L.; Ouyang, W.; Wang, X.; Fieguth, P.; Chen, J.; Liu, X.; Pietikäinen, M. Deep learning for generic object detection: A survey. Int. J. Comput. Vis. 2020, 128, 261–318. [Google Scholar] [CrossRef]
  2. Zhao, Z.Q.; Zheng, P.; Xu, S.t.; Wu, X. Object detection with deep learning: A review. IEEE Trans. Neural Netw. Learn. Syst. 2019, 30, 3212–3232. [Google Scholar] [CrossRef] [PubMed]
  3. Lin, T.Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft COCO: Common objects in context. In European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2014; pp. 740–755. [Google Scholar]
  4. Russakovsky, O.; Deng, J.; Su, H.; Krause, J.; Satheesh, S.; Ma, S.; Huang, Z.; Karpathy, A.; Khosla, A.; Bernstein, M.; et al. ImageNet large scale visual recognition challenge. Int. J. Comput. Vis. 2015, 115, 211–252. [Google Scholar] [CrossRef]
  5. Geiger, A.; Lenz, P.; Urtasun, R. Are we ready for autonomous driving? The KITTI vision benchmark suite. In IEEE Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2012; pp. 3354–3361. [Google Scholar]
  6. Cordts, M.; Omran, M.; Ramos, S.; Rehfeld, T.; Enzweiler, M.; Benenson, R.; Franke, U.; Roth, S.; Schiele, B. The cityscapes dataset for semantic urban scene understanding. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 3213–3223. [Google Scholar]
  7. Litjens, G.; Kooi, T.; Bejnordi, B.E.; Setio, A.A.A.; Ciompi, F.; Ghafoorian, M.; Van Der Laak, J.A.; Van Ginneken, B.; Sánchez, C.I. A survey on deep learning in medical image analysis. Med. Image Anal. 2017, 42, 60–88. [Google Scholar] [CrossRef]
  8. Cheng, G.; Han, J. A survey on object detection in optical remote sensing images. ISPRS J. Photogramm. Remote Sens. 2016, 117, 11–28. [Google Scholar] [CrossRef]
  9. Li, K.; Wan, G.; Cheng, G.; Meng, L.; Han, J. Object detection in optical remote sensing images: A survey and a new benchmark. ISPRS J. Photogramm. Remote Sens. 2020, 159, 296–307. [Google Scholar] [CrossRef]
  10. Zhu, X.X.; Tuia, D.; Mou, L.; Xia, G.S.; Zhang, L.; Xu, F.; Fraundorfer, F. Deep learning in remote sensing: A comprehensive review and list of resources. IEEE Geosci. Remote Sens. Mag. 2017, 5, 8–36. [Google Scholar] [CrossRef]
  11. 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]
  12. Longbotham, N.; Bleiler, C.; Chaapel, C.; Padwick, C.; Emery, W.J.; Pacifici, F. Very high resolution multiangle urban classification analysis. IEEE Trans. Geosci. Remote Sens. 2012, 50, 1155–1170. [Google Scholar] [CrossRef]
  13. Dial, G.; Bowen, H.; Gerlach, F.; Grodecki, J.; Oleszczuk, R. IKONOS satellite, imagery, and products. Remote Sens. Environ. 2003, 88, 23–36. [Google Scholar] [CrossRef]
  14. Cheng, G.; Zhou, P.; Han, J. Learning rotation-invariant convolutional neural networks for object detection in VHR optical remote sensing images. IEEE Trans. Geosci. Remote Sens. 2016, 54, 7405–7415. [Google Scholar] [CrossRef]
  15. Huang, X.; Zhang, L.; Li, W. An adaptive mean-shift analysis approach for object extraction and classification from urban hyperspectral imagery. IEEE Trans. Geosci. Remote Sens. 2008, 46, 4173–4185. [Google Scholar] [CrossRef]
  16. Zhong, Y.; Han, X.; Zhang, L. Multi-class geospatial object detection based on a position-sensitive balancing framework for high spatial resolution remote sensing imagery. ISPRS J. Photogramm. Remote Sens. 2018, 138, 281–294. [Google Scholar] [CrossRef]
  17. Deng, Z.; Sun, H.; Zhou, S.; Zhao, J.; Lei, L.; Zou, H. Multi-scale object detection in remote sensing imagery with convolutional neural networks. ISPRS J. Photogramm. Remote Sens. 2018, 145, 3–22. [Google Scholar] [CrossRef]
  18. Yuan, Y.; Xiong, Z.; Wang, Q. VSSA-NET: Vertical spatial sequence attention network for traffic sign detection. IEEE Trans. Image Process. 2019, 28, 3423–3434. [Google Scholar] [CrossRef]
  19. Zhang, D.; Han, J.; Cheng, G.; Yang, M.H. Weakly supervised object localization and detection: A survey. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 5866–5885. [Google Scholar] [CrossRef]
  20. Xia, G.S.; Bai, X.; Ding, J.; Zhu, Z.; Belongie, S.; Luo, J.; Datcu, M.; Pelillo, M.; Zhang, L. DOTA: A large-scale dataset for object detection in aerial images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 3974–3983. [Google Scholar]
  21. Long, Y.; Gong, Y.; Xiao, Z.; Liu, Q. Accurate object localization in remote sensing images based on convolutional neural networks. IEEE Trans. Geosci. Remote Sens. 2017, 55, 2486–2498. [Google Scholar] [CrossRef]
  22. Ding, J.; Xue, N.; Long, Y.; Xia, G.S.; Lu, Q. Learning RoI transformer for oriented object detection in aerial images. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 2849–2858. [Google Scholar]
  23. Audebert, N.; Le Saux, B.; Lefèvre, S. Beyond RGB: Very high resolution urban remote sensing with multimodal deep networks. ISPRS J. Photogramm. Remote Sens. 2018, 140, 20–32. [Google Scholar] [CrossRef]
  24. Wu, K.; Gao, M.; Shen, Z.; Zhang, J. Automatic cloud detection for high resolution satellite stereo images and its application in terrain extraction. ISPRS J. Photogramm. Remote Sens. 2016, 121, 143–157. [Google Scholar] [CrossRef]
  25. Yuan, X.; Shi, J.; Gu, L. A review of deep learning methods for semantic segmentation of remote sensing imagery. Expert Syst. Appl. 2021, 169, 114417. [Google Scholar] [CrossRef]
  26. Kussul, N.; Lavreniuk, M.; Skakun, S.; Shelestov, A. Deep learning classification of land cover and crop types using remote sensing data. IEEE Geosci. Remote Sens. Lett. 2017, 14, 778–782. [Google Scholar] [CrossRef]
  27. Zhou, W.; Newsam, S.; Li, C.; Shao, Z. PatternNet: A benchmark dataset for performance evaluation of remote sensing image retrieval. ISPRS J. Photogramm. Remote Sens. 2018, 145, 197–209. [Google Scholar] [CrossRef]
  28. Brunelli, R. Template Matching Techniques in Computer Vision: Theory and Practice; John Wiley & Sons: Hoboken, NJ, USA, 2009. [Google Scholar]
  29. Wang, D. Knowledge based object detection using SAR images. In IEEE International Conference on Acoustics, Speech, and Signal Processing; IEEE: Piscataway, NJ, USA, 1987; pp. 269–272. [Google Scholar]
  30. Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  31. Dalal, N.; Triggs, B. Histograms of oriented gradients for human detection. In IEEE Conference on Computer Vision and Pattern Recognition; IEEE: Piscataway, NJ, USA, 2005; Volume 1, pp. 886–893. [Google Scholar]
  32. Bay, H.; Tuytelaars, T.; Van Gool, L. SURF: Speeded up robust features. In European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2006; pp. 404–417. [Google Scholar]
  33. Cortes, C.; Vapnik, V. Support-vector networks. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
  34. Viola, P.; Jones, M. Rapid object detection using a boosted cascade of simple features. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Kauai, HI, USA, 8–14 December 2001; Volume 1, pp. I-511–I-518. [Google Scholar]
  35. Blaschke, T. Object based image analysis for remote sensing. ISPRS J. Photogramm. Remote Sens. 2010, 65, 2–16. [Google Scholar] [CrossRef]
  36. Myint, S.W.; Gober, P.; Brazel, A.; Grossman-Clarke, S.; Weng, Q. Per-pixel vs. object-based classification of urban land cover extraction using high spatial resolution imagery. Remote Sens. Environ. 2011, 115, 1145–1161. [Google Scholar] [CrossRef]
  37. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. ImageNet classification with deep convolutional neural networks. In Proceedings of the Advances in Neural Information Processing Systems, Lake Tahoe, NV, USA, 3–6 December 2012; pp. 1097–1105. [Google Scholar]
  38. Girshick, R.; Donahue, J.; Darrell, T.; Malik, J. Rich feature hierarchies for accurate object detection and semantic segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, USA, 24–27 June 2014; pp. 580–587. [Google Scholar]
  39. Girshick, R. Fast R-CNN. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 1440–1448. [Google Scholar]
  40. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. In Proceedings of the Advances in Neural Information Processing Systems, Montréal, QC, Canada, 7–12 December 2015; pp. 91–99. [Google Scholar]
  41. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 779–788. [Google Scholar]
  42. Liu, W.; Anguelov, D.; Erhan, D.; Szegedy, C.; Reed, S.; Fu, C.Y.; Berg, A.C. SSD: Single shot multibox detector. In European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2016; pp. 21–37. [Google Scholar]
  43. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. In Proceedings of the Advances in Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 5998–6008. [Google Scholar]
  44. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An image is worth 16x16 words: Transformers for image recognition at scale. In Proceedings of the International Conference on Learning Representations, Virtual, 3–7 May 2021. [Google Scholar]
  45. Liu, Z.; Lin, Y.; Cao, Y.; Hu, H.; Wei, Y.; Zhang, Z.; Lin, S.; Guo, B. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE International Conference on Computer Vision, Virtual, 11–17 October 2021; pp. 10012–10022. [Google Scholar]
  46. Kirillov, A.; Mintun, E.; Ravi, N.; Mao, H.; Rolland, C.; Gustafson, L.; Xiao, T.; Whitehead, S.; Berg, A.C.; Lo, W.Y.; et al. Segment anything. In Proceedings of the IEEE International Conference on Computer Vision, Paris, France, 2–6 October 2023; pp. 4015–4026. [Google Scholar]
  47. Cheng, T.; Lin, X.; Zheng, Y.; Huang, Q.; Liu, W. YOLO-World: Real-time open-vocabulary object detection. arXiv 2024, arXiv:2401.17270. [Google Scholar]
  48. Moher, D.; Liberati, A.; Tetzlaff, J.; Altman, D.G. Preferred reporting items for systematic reviews and meta-analyses: The PRISMA statement. PLoS Med. 2009, 6, e1000097. [Google Scholar] [CrossRef]
  49. Page, M.J.; McKenzie, J.E.; Bossuyt, P.M.; Boutron, I.; Hoffmann, T.C.; Mulrow, C.D.; Shamseer, L.; Tetzlaff, J.M.; Akl, E.A.; Brennan, S.E.; et al. The PRISMA 2020 statement: An updated guideline for reporting systematic reviews. BMJ 2021, 372, n71. [Google Scholar] [CrossRef]
  50. Cheng, G.; Han, J.; Zhou, P.; 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]
  51. Brown, L.G. A survey of image registration techniques. ACM Comput. Surv. 1992, 24, 325–376. [Google Scholar] [CrossRef]
  52. Goshtasby, A.A. Image Registration: Principles, Tools and Methods; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2012. [Google Scholar]
  53. Fang, Y.; Kuan, K.; Lin, J.; Tan, C.; Chandrasekhar, V. Object detection meets knowledge graphs. In Proceedings of the International Joint Conference on Artificial Intelligence, Melbourne, Australia, 19–25 August 2017; pp. 1661–1667. [Google Scholar]
  54. Dasiopoulou, S.; Mezaris, V.; Kompatsiaris, I.; Papastathis, V.K.; Strintzis, M.G. Knowledge-assisted semantic video object detection. IEEE Trans. Circuits Syst. Video Technol. 2005, 15, 1210–1224. [Google Scholar] [CrossRef]
  55. Ahmed, S.W.Z.; Arain, M.A.; Shah, S.A.A.; Jamil, A. Semantic Object Detection Combining Rule-Based Classification with Deep Neural Networks for Aerial Imagery. In International Conference on Frontiers of Information Technology; IEEE: Piscataway, NJ, USA, 2022; pp. 1–6. [Google Scholar]
  56. Blaschke, T.; Hay, G.J.; Kelly, M.; Lang, S.; Hofmann, P.; Addink, E.; Feitosa, R.Q.; Van der Meer, F.; Van der Werff, H.; Van Coillie, F.; et al. Geographic object-based image analysis–towards a new paradigm. ISPRS J. Photogramm. Remote Sens. 2014, 87, 180–191. [Google Scholar] [CrossRef] [PubMed]
  57. Buchhorn, M.; Smets, B.; Bertels, L.; De Roo, B.; Lesiv, M.; Tsendbazar, N.E.; Herold, M.; Fritz, S. Copernicus Global Land Service: Land Cover 100m: Collection 3: Epoch 2019: Globe (Version V3.0.1) [Data set]. Zenodo 2020. [Google Scholar] [CrossRef]
  58. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask R-CNN. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 2961–2969. [Google Scholar]
  59. Lin, T.Y.; Goyal, P.; Girshick, R.; He, K.; Dollár, P. Focal loss for dense object detection. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 2980–2988. [Google Scholar]
  60. Tan, M.; Pang, R.; Le, Q.V. EfficientDet: Scalable and efficient object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual, 14–19 June 2020; pp. 10781–10790. [Google Scholar]
  61. Tian, Z.; Shen, C.; Chen, H.; He, T. FCOS: Fully convolutional one-stage object detection. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 9627–9636. [Google Scholar]
  62. Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; Zagoruyko, S. End-to-end object detection with transformers. In European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2020; pp. 213–229. [Google Scholar]
  63. Zhu, X.; Su, W.; Lu, L.; Li, B.; Wang, X.; Dai, J. Deformable DETR: Deformable transformers for end-to-end object detection. In Proceedings of the International Conference on Learning Representations, Virtual, 3–7 May 2021. [Google Scholar]
  64. Jiang, Y.; Zhu, X.; Wang, X.; Yang, S.; Li, W.; Wang, H.; Fu, P.; Luo, Z. R2CNN: Rotational region CNN for orientation robust scene text detection. arXiv 2017, arXiv:1706.09579. [Google Scholar] [CrossRef]
  65. Xie, X.; Cheng, G.; Wang, J.; Yao, X.; Han, J. Oriented R-CNN for object detection. In Proceedings of the IEEE International Conference on Computer Vision, Virtual, 11–17 October 2021; pp. 3520–3529. [Google Scholar]
  66. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 2117–2125. [Google Scholar]
  67. Cai, Z.; Vasconcelos, N. Cascade R-CNN: Delving into high quality object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 19–21 June 2018; pp. 6154–6162. [Google Scholar]
  68. Redmon, J.; Farhadi, A. YOLOv3: An incremental improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar] [CrossRef]
  69. Xu, Y.; Fu, M.; Wang, Q.; Wang, Y.; Chen, K.; Xia, G.S.; Bai, X. Gliding vertex on the horizontal bounding box for multi-oriented object detection. IEEE Trans. Pattern Anal. Mach. Intell. 2021, 43, 1452–1459. [Google Scholar] [CrossRef]
  70. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  71. Zhang, H.; Tian, Y.; Wang, K.; Zhang, W.; Wang, F.Y. Mask SSD: An effective single-stage approach to object instance segmentation. IEEE Trans. Image Process. 2020, 29, 2078–2093. [Google Scholar] [CrossRef]
  72. Liu, W.; Liao, S.; Ren, W.; Hu, W.; Yu, Y. High-level semantic feature detection: A new perspective for pedestrian detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 5187–5196. [Google Scholar]
  73. Sun, X.; Wang, P.; Wang, C.; Liu, Y.; Fu, K. PBNet: Part-based convolutional neural network for complex composite object detection in remote sensing imagery. ISPRS J. Photogramm. Remote Sens. 2021, 173, 50–65. [Google Scholar] [CrossRef]
  74. Bell, S.; Zitnick, C.L.; Bala, K.; Girshick, R. Inside-outside net: Detecting objects in context with skip pooling and recurrent neural networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 2874–2883. [Google Scholar]
  75. Wang, X.; Girshick, R.; Gupta, A.; He, K. Non-local neural networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 19–21 June 2018; pp. 7794–7803. [Google Scholar]
  76. Liu, S.; Qi, L.; Qin, H.; Shi, J.; Jia, J. Path aggregation network for instance segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 8759–8768. [Google Scholar]
  77. Singh, B.; Davis, L.S. An analysis of scale invariance in object detection–SNIP. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 41, 2071–2087. [Google Scholar]
  78. Cao, Y.; Chen, K.; Loy, C.C.; Lin, D. Prime sample attention in object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 13–19 June 2020; pp. 11583–11591. [Google Scholar]
  79. Cui, Y.; Jia, M.; Lin, T.Y.; Song, Y.; Belongie, S. Class-balanced loss based on effective number of samples. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 9268–9277. [Google Scholar]
  80. Cui, J.; Zhong, Z.; Liu, S.; Yu, B.; Jia, J. Parametric contrastive learning. In Proceedings of the IEEE International Conference on Computer Vision, Virtual, 11–17 October 2021; pp. 715–724. [Google Scholar]
  81. Khan, S.H.; Hayat, M.; Bennamoun, M.; Sohel, F.A.; Togneri, R. Cost-sensitive learning of deep feature representations from imbalanced data. IEEE Trans. Neural Netw. Learn. Syst. 2018, 29, 3573–3587. [Google Scholar] [CrossRef]
  82. Kang, B.; Liu, Z.; Wang, X.; Yu, F.; Feng, J.; Darrell, T. Few-shot object detection via feature reweighting. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 8420–8429. [Google Scholar]
  83. Rabbi, J.; Ray, N.; Schubert, M.; Chowdhury, S.; Chao, D. Small-object detection in remote sensing images with end-to-end edge-enhanced GAN and object detector network. Remote Sens. 2020, 12, 1432. [Google Scholar] [CrossRef]
  84. Sun, K.; Xiao, B.; Liu, D.; Wang, J. Deep high-resolution representation learning for human pose estimation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 5693–5703. [Google Scholar]
  85. Shermeyer, J.; Van Etten, A. The effects of super-resolution on object detection performance in satellite imagery. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, Long Beach, CA, USA, 16–17 June 2019; pp. 1432–1441. [Google Scholar]
  86. Chen, X.; Cao, Y.; Pang, L.; Zhang, L.; Zhang, X. Feature fusion encoder decoder network for automatic liver lesion segmentation. In IEEE International Symposium on Biomedical Imaging; IEEE: Piscataway, NJ, USA, 2019; pp. 430–433. [Google Scholar]
  87. Ghiasi, G.; Cui, Y.; Srinivas, A.; Qian, R.; Lin, T.Y.; Cubuk, E.D.; Le, Q.V.; Zoph, B. Simple copy-paste is a strong data augmentation method for instance segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual, 19–25 June 2021; pp. 2918–2928. [Google Scholar]
  88. Wang, M.; Deng, W. Deep visual domain adaptation: A survey. Neurocomputing 2018, 312, 135–153. [Google Scholar] [CrossRef]
  89. Ganin, Y.; Ustinova, E.; Ajakan, H.; Germain, P.; Larochelle, H.; Laviolette, F.; Marchand, M.; Lempitsky, V. Domain-adversarial training of neural networks. J. Mach. Learn. Res. 2016, 17, 1–35. [Google Scholar]
  90. Zou, Y.; Yu, Z.; Kumar, B.V.; Wang, J. Unsupervised domain adaptation for semantic segmentation via class-balanced self-training. In European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2018; pp. 289–305. [Google Scholar]
  91. Zhao, S.; Li, B.; Yue, X.; Gu, Y.; Xu, P.; Hu, R.; Chai, H.; Keutzer, K. Multi-source domain adaptation for semantic segmentation. In Proceedings of the Advances in Neural Information Processing Systems, Vancouver, BC, Canada, 8–14 December 2019; Volume 32. [Google Scholar]
  92. Motiian, S.; Jones, Q.; Iranmanesh, S.; Doretto, G. Few-shot adversarial domain adaptation. In Proceedings of the Advances in Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; Volume 30. [Google Scholar]
  93. Li, C.; Li, L.; Jiang, H.; Weng, K.; Geng, Y.; Li, L.; Ke, Z.; Li, Q.; Cheng, M.; Nie, W.; et al. YOLOv6: A single-stage object detection framework for industrial applications. arXiv 2022, arXiv:2209.02976. [Google Scholar] [CrossRef]
  94. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. MobileNets: Efficient convolutional neural networks for mobile vision applications. arXiv 2017, arXiv:1704.04861. [Google Scholar] [CrossRef]
  95. Zhang, X.; Zhou, X.; Lin, M.; Sun, J. ShuffleNet: An extremely efficient convolutional neural network for mobile devices. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 6848–6856. [Google Scholar]
  96. Tan, M.; Le, Q.V. EfficientNet: Rethinking model scaling for convolutional neural networks. In International Conference on Machine Learning; PMLR: New York, NY, USA, 2019; pp. 6105–6114. [Google Scholar]
  97. Han, S.; Pool, J.; Tran, J.; Dally, W.J. Learning both weights and connections for efficient neural networks. In Proceedings of the Advances in Neural Information Processing Systems, Montréal, QC, Canada, 7–12 December 2015; Volume 28. [Google Scholar]
  98. Krishnamoorthi, R. Quantizing deep convolutional networks for efficient inference: A whitepaper. arXiv 2018, arXiv:1806.08342. [Google Scholar] [CrossRef]
  99. Hinton, G.; Vinyals, O.; Dean, J. Distilling the Knowledge in a Neural Network. arXiv 2015, arXiv:1503.02531. [Google Scholar] [CrossRef]
  100. Garcez, A.d.; Gori, M.; Lamb, L.C.; Serafini, L.; Spranger, M.; Tran, S.N. Neural-Symbolic Computing: An Effective Methodology for Principled Integration of Machine Learning and Reasoning. J. Appl. Logics 2019, 6, 611–631. [Google Scholar]
  101. Li, E.; Femiani, J.; Xu, S.; Zhang, X.; Wonka, P. Robust Rooftop Extraction From Visible Band Images Using Higher Order CRF. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4483–4495. [Google Scholar] [CrossRef]
  102. Karpatne, A.; Atluri, G.; Faghmous, J.H.; Steinbach, M.; Banerjee, A.; Ganguly, A.; Shekhar, S.; Samatova, N.; Kumar, V. Theory-Guided Data Science: A New Paradigm for Scientific Discovery from Data. IEEE Trans. Knowl. Data Eng. 2017, 29, 2318–2331. [Google Scholar] [CrossRef]
  103. Bandara, W.G.C.; Patel, V.M. Revisiting Consistency Regularization for Deep Partial Domain Adaptation. Int. J. Comput. Vis. 2022, 130, 1127–1141. [Google Scholar]
  104. Zhao, W.; Du, S.; Emery, W.J. Object-Based Convolutional Neural Network for High-Resolution Imagery Classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2017, 10, 3386–3396. [Google Scholar] [CrossRef]
  105. Zhang, P.; Ke, Y.; Zhang, Z.; Wang, M.; Li, P.; Zhang, S. Object-Based Convolutional Neural Networks for Cloud and Snow Detection in High-Resolution Multispectral Imagers. Water 2021, 10, 1666. [Google Scholar]
  106. Wei, P.; Chai, D.; Lin, T.; Tang, C.; Du, M.; Huang, J. Toward a Meaningful Comparison Between Deep Learning Models and Traditional Pixel-Based Methods. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 1805–1813. [Google Scholar]
  107. Bommasani, R.; Hudson, D.A.; Adeli, E.; Altman, R.; Arora, S.; von Arx, S.; Bernstein, M.S.; Bohg, J.; Bosselut, A.; Brunskill, E.; et al. On the opportunities and risks of foundation models. arXiv 2021, arXiv:2108.07258. [Google Scholar] [CrossRef]
  108. Reed, S.; Zolna, K.; Parisotto, E.; Colmenarejo, S.G.; Novikov, A.; Barth-Maron, G.; Giménez, M.; Sulsky, Y.; Kay, J.; Springenberg, J.T.; et al. A generalist agent. Trans. Mach. Learn. Res. 2022, arXiv:2205.06175. [Google Scholar]
  109. Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In International Conference on Machine Learning; PMLR: New York, NY, USA, 2021; pp. 8748–8763. [Google Scholar]
  110. Strubell, E.; Ganesh, A.; McCallum, A. Energy and policy considerations for deep learning in NLP. arXiv 2019, arXiv:1906.02243. [Google Scholar] [CrossRef]
  111. Schwartz, R.; Dodge, J.; Smith, N.A.; Etzioni, O. Green AI. Commun. ACM 2020, 63, 54–63. [Google Scholar] [CrossRef]
  112. Wu, B.; Dai, X.; Zhang, P.; Wang, Y.; Sun, F.; Wu, Y.; Tian, Y.; Vajda, P.; Jia, Y.; Keutzer, K. FBNet: Hardware-aware efficient ConvNet design via differentiable neural architecture search. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 10734–10742. [Google Scholar]
  113. Wang, K.; Liu, Z.; Lin, Y.; Lin, J.; Han, S. HAQ: Hardware-aware automated quantization with mixed precision. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 8612–8620. [Google Scholar]
  114. Bolukbasi, T.; Wang, J.; Dekel, O.; Saligrama, V. Adaptive neural networks for efficient inference. In International Conference on Machine Learning; PMLR: New York, NY, USA, 2017; pp. 527–536. [Google Scholar]
  115. Frankle, J.; Carbin, M. The lottery ticket hypothesis: Finding sparse, trainable neural networks. In Proceedings of the International Conference on Learning Representations, New Orleans, LA, USA, 6–9 May 2019. [Google Scholar]
  116. Papadopoulos, D.P.; Uijlings, J.R.R.; Keller, F.; Ferrari, V. Extreme clicking for efficient object annotation. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 4930–4939. [Google Scholar]
  117. Zareian, A.; Dela Rosa, K.; Hu, D.H.; Chang, S.F. Open-vocabulary object detection using captions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual, 19–25 June 2021; pp. 14393–14402. [Google Scholar]
  118. Zhou, X.; Koltun, V.; Krähenbühl, P. Simple multi-dataset detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–24 June 2022; pp. 7571–7580. [Google Scholar]
  119. Chen, T.; Kornblith, S.; Norouzi, M.; Hinton, G. A simple framework for contrastive learning of visual representations. arXiv 2020, arXiv:2002.05709. [Google Scholar] [CrossRef]
  120. He, K.; Fan, H.; Wu, Y.; Xie, S.; Girshick, R. Momentum contrast for unsupervised visual representation learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 14–19 June 2020; pp. 9729–9738. [Google Scholar]
  121. He, K.; Chen, X.; Xie, S.; Li, Y.; Dollár, P.; Girshick, R. Masked autoencoders are scalable vision learners. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–24 June 2022; pp. 16000–16009. [Google Scholar]
  122. Bao, H.; Dong, L.; Piao, S.; Wei, F. BEiT: BERT pre-training of image transformers. In Proceedings of the International Conference on Learning Representations, Virtual, 25–29 April 2022. [Google Scholar]
  123. Gal, Y.; Ghahramani, Z. Dropout as a Bayesian approximation: Representing model uncertainty in deep learning. arXiv 2016, arXiv:1506.02142. [Google Scholar] [CrossRef]
  124. Selvaraju, R.R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; Batra, D. Grad-CAM: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 618–626. [Google Scholar]
  125. Chen, C.; Li, O.; Tao, D.; Barnett, A.; Rudin, C.; Su, J.K. This looks like that: Deep learning for interpretable image recognition. In Proceedings of the Advances in Neural Information Processing Systems, Vancouver, BC, Canada, 8–14 December 2019; Volume 32. [Google Scholar]
  126. Hong, D.; Hu, J.; Yao, J.; Chanussot, J.; Zhu, X.X. Multimodal remote sensing benchmark datasets for land cover classification with a shared and specific feature learning model. ISPRS J. Photogramm. Remote Sens. 2021, 178, 68–87. [Google Scholar] [CrossRef] [PubMed]
  127. Ghamisi, P.; Rasti, B.; Yokoya, N.; Wang, Q.; Höfle, B.; Bruzzone, L.; Bovolo, F.; Chi, M.; Anders, K.; Gloaguen, R.; et al. Multisource and multitemporal data fusion in remote sensing: A comprehensive review of the state of the art. IEEE Geosci. Remote Sens. Mag. 2019, 7, 6–39. [Google Scholar] [CrossRef]
  128. Zhang, L.; Liu, Z.; Zhang, S.; Yang, X.; Qiao, H.; Huang, K.; Hussain, A. Weakly aligned cross-modal learning for multispectral pedestrian detection. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 5127–5137. [Google Scholar]
  129. Daudt, R.C.; Le Saux, B.; Boulch, A. Fully convolutional siamese networks for change detection. In IEEE International Conference on Image Processing; IEEE: Piscataway, NJ, USA, 2018; pp. 4063–4067. [Google Scholar]
  130. Feichtenhofer, C.; Pinz, A.; Zisserman, A. Convolutional two-stream network fusion for video action recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 1933–1941. [Google Scholar]
  131. Papageorgiou, C.; Voigtlaender, F.; Hanczar, B.; Staudt, M. Toward fairness in AI for medical imaging: A comparative analysis. arXiv 2020, arXiv:2004.03558. [Google Scholar]
  132. Kirkpatrick, J.; Pascanu, R.; Rabinowitz, N.; Veness, J.; Desjardins, G.; Rusu, A.A.; Milan, K.; Quan, J.; Ramalho, T.; Grabska-Barwinska, A.; et al. Overcoming catastrophic forgetting in neural networks. Proc. Natl. Acad. Sci. USA 2017, 114, 3521–3526. [Google Scholar] [CrossRef]
  133. Zenke, F.; Poole, B.; Ganguli, S. Continual learning through synaptic intelligence. In International Conference on Machine Learning; PMLR: New York, NY, USA, 2017; pp. 3987–3995. [Google Scholar]
  134. Rebuffi, S.A.; Kolesnikov, A.; Sperl, G.; Lampert, C.H. iCaRL: Incremental classifier and representation learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 22–25 July 2017; pp. 2001–2010. [Google Scholar]
  135. Rusu, A.A.; Rabinowitz, N.C.; Desjardins, G.; Soyer, H.; Kirkpatrick, J.; Kavukcuoglu, K.; Pascanu, R.; Hadsell, R. Progressive neural networks. arXiv 2016, arXiv:1606.04671. [Google Scholar] [CrossRef]
  136. Mousavian, A.; Anguelov, D.; Flynn, J.; Košecká, J. 3D bounding box estimation using deep learning and geometry. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 22–25 July 2017; pp. 7074–7082. [Google Scholar]
  137. Brazil, G.; Liu, X. M3D-RPN: Monocular 3D region proposal network for object detection. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 29 October–1 November 2019; pp. 9287–9296. [Google Scholar]
  138. Qian, R.; Lai, R.T.; Li, W.; Gall, J.; Cremers, D. 3D object proposals using stereo imagery for accurate object class detection. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 40, 1259–1272. [Google Scholar]
  139. Schönberger, J.L.; Frahm, J.M. Structure-from-motion revisited. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 4104–4113. [Google Scholar]
  140. Qi, C.R.; Liu, W.; Wu, C.; Su, H.; Guibas, L.J. Frustum PointNets for 3D object detection from RGB-D data. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 918–927. [Google Scholar]
Figure 1. Evolution of publications on object detection in remote sensing imagery. Note the exponential growth in machine learning-based publications since 2012.
Figure 1. Evolution of publications on object detection in remote sensing imagery. Note the exponential growth in machine learning-based publications since 2012.
Remotesensing 18 01289 g001
Figure 2. PRISMA 2020 flow diagram for the systematic review process. Adapted from Page et al. [49].
Figure 2. PRISMA 2020 flow diagram for the systematic review process. Adapted from Page et al. [49].
Remotesensing 18 01289 g002
Figure 3. Taxonomy of methods for object detection in optical remote sensing images. The four top-level categories follow Cheng and Han [8]; the machine learning branch has been extended to reflect the emergence of transformer-based detectors and foundation models.
Figure 3. Taxonomy of methods for object detection in optical remote sensing images. The four top-level categories follow Cheng and Han [8]; the machine learning branch has been extended to reflect the emergence of transformer-based detectors and foundation models.
Remotesensing 18 01289 g003
Table 1. Performance comparison on remote sensing benchmarks with 95% confidence intervals.
Table 1. Performance comparison on remote sensing benchmarks with 95% confidence intervals.
MethodTypeDOTA mAP (%)DIOR mAP (%)FPSParams (M)Year
Faster R-CNN [40]Two-stage54.1 ± 1.862.5 ± 2.1101372015
(50.5–57.7)(58.3–66.7)
FPN [66]Two-stage60.3 ± 1.566.4 ± 1.981452017
(57.3–63.3)(62.6–70.2)
Cascade R-CNN [67]Two-stage62.7 ± 1.468.2 ± 1.771602018
(59.9–65.5)(64.8–71.6)
YOLOv3 [68]One-stage49.8 ± 2.058.3 ± 2.332622018
(45.8–53.8)(53.7–62.9)
RetinaNet [59]One-stage58.6 ± 1.664.8 ± 1.815362017
(55.4–61.8)(61.2–68.4)
FCOS [61]One-stage60.2 ± 1.565.9 ± 1.718322019
(57.2–63.2)(62.5–69.3)
DETR [62]Transformer58.4 ± 1.763.7 ± 2.06412020
(55.0–61.8)(59.7–67.7)
Deformable DETR [63]Transformer64.8 ± 1.369.5 ± 1.612402021
(62.2–67.4)(66.3–72.7)
RoI Transformer [22]Oriented69.5 ± 1.281522019
(67.1–71.9)
Gliding Vertex [69]Oriented72.3 ± 1.1111382020
(70.1–74.5)
Oriented R-CNN [65]Oriented75.9 ± 1.0131422022
(73.9–77.9)
Notes: mAP at IoU 0.5; ±values are the standard error of the mean (bootstrap resampling, 1000 iterations, 5 runs). FPS are indicative only; hardware varies across studies (most used NVIDIA V100/A100). DOTA: 2806 train/937 test images; DIOR: 23,463 train/5862 test images. “–”: not evaluated on that benchmark. Foundation models (SAM [46], YOLO-World [47]) are excluded as their zero-shot/open-vocabulary paradigm is not comparable to task-specific mAP; see Section 6.1.
Table 2. Computational requirements by method category.
Table 2. Computational requirements by method category.
CategoryTraining Time (h)Inference (ms/Image)Memory (GB)Annotation EffortTransfer LearningHardware Specifications
Template MatchingNone (No training)Fast (1–5)<1NoneLowCPU: Intel i7-9700K; RAM: 8 GB sufficient
Knowledge-basedLow-Med (2–8 h); GPU: RTX 2080 TiMedium (10–100)1–2MediumMediumCPU: Intel Xeon E5-2680; RAM: 16 GB; GPU: Optional; Framework: Scikit-learn
OBIALow-Med (4–12 h); CPU-basedMedium (50–500)2–4Low-MedMediumCPU: Xeon Gold 6248; RAM: 32 GB recommended; Software: eCognition/GRASS
Classical MLMedium (8–24 h); GPU: GTX 1080 TiFast (10–50)2–3HighLowCPU: Xeon E5-2690; RAM: 16–32 GB; GPU: GTX 1080 Ti (11 GB)
Deep (Two-stage)High (48–120 h); GPU: V100/A100Slow (100–200)8–16Very HighHighGPU: NVIDIA V100 (32 GB); RAM: 64 GB system memory; Storage: NVMe SSD (1 TB)
Deep (One-stage)High (36–96 h); GPU: RTX 3090/V100Fast (20–50)4–12Very HighHighGPU: RTX 3090 (24 GB); RAM: 32–64 GB; Storage: NVMe SSD (500 GB)
Deep (Transformer)Very High (72–200 h); GPU: A100 (40 GB+)Medium (50–100)12–24Very HighVery HighGPU: NVIDIA A100 (40 GB+); RAM: 128 GB system memory; Storage: NVMe SSD (2 TB)
Notes: Values are typical ranges from the reviewed literature; comparisons should be interpreted with caution as hardware, dataset size, and training epochs vary. “Classical ML”: traditional classifiers with hand-crafted features (HOG, SIFT + SVM/Random Forest) [31]. Foundation models are excluded due to highly variable requirements depending on inference mode (zero-shot vs. fine-tuned); see Section 6.1. Qualitative label thresholds—Training time: None (0 h), Low-Med (2–12 h), High (36–120 h), V. High (>120 h). Inference: Fast (<50 ms), Med (50–200 ms), Slow (>200 ms). Transfer learning benefit: Low (<10%), Med (10–20%), High (20–40%), V. High (>40%). Annotation: None to Very High (dense oriented boxes per DOTA [20]).
Table 3. Qualitative comparison of detection methods with explicit rating criteria.
Table 3. Qualitative comparison of detection methods with explicit rating criteria.
CriterionTemplate MatchingKnowledge-BasedOBIAClassical MLDeep Learning
Accuracy (mAP on DOTA)Low-Med (2/5) 30–40%Medium (3/5) 45–55%Med-High (3.5/5) 55–62%Med-High (3.5/5) 55–65%Very High (4.5/5) 65–80%
Training Data RequiredNone (5/5) 0 samplesLow (4/5) 200–500 samplesLow-Med (4/5) 300–1000 samplesHigh (2/5) 3000–8000 samplesVery High (1/5) 10,000–50,000 samples
Generalization (Domain transfer)Poor (1/5) >35% dropMedium (3/5) 15–25% dropMedium (3/5) 12–20% dropMedium (3/5) 10–25% dropGood-Excellent (4/5) 5–15% drop
Robustness (Noise/blur)Poor (1/5) <50% retainedMedium (3/5)  70% retainedMed-Good (3.5/5)  75% retainedGood (4/5)  85% retainedExcellent (5/5) >92% retained
Occlusion HandlingPoor (1/5) <10% occl.Medium (3/5) 25–35% occl.Medium (3/5) 30–40% occl.Good (4/5) 45–55% occl.Good-Excellent (4.5/5) 55–70% occl.
Scale InvariancePoor (1/5) ±30%Medium (3/5) 50–250 pxGood (4/5) 20–500 pxMed-Good (3.5/5) 30–300 pxExcellent (5/5) 8–800 px
InterpretabilityHigh (5/5) ExplicitHigh (5/5) Rule-basedHigh (5/5) TransparentMedium (3/5) PartialLow (1/5) Black-box
Computational EfficiencyExcellent (5/5) CPU-onlyGood (4/5) CPU/light GPUMedium (3/5) CPU-intensiveGood (4/5) CPU or GPUPoor-Medium (2/5) GPU essential
Real-time CapabilityExcellent (5/5) 50–200 FPSGood (4/5) 20–40 FPSMedium (3/5) 2–10 FPSGood (4/5) 15–30 FPSMedium (3/5) 5–32 FPS
Notes: Ratings 1–5: (5) excellent, (4) good, (3) medium, (2) low, and (1) poor. Ranges represent typical values from the 189 reviewed studies; mAP for deep learning corresponds to published results on DOTA at IoU 0.5, while ranges for template matching, knowledge-based, and OBIA methods are derived from studies reporting equivalent metrics on comparable datasets. “Classical ML”: SVM/Random Forest with hand-crafted features (HOG, SIFT, LBP). “Deep Learning”: aggregates CNN-based (Faster R-CNN, YOLO, RetinaNet), transformer-based (DETR, Deformable DETR), and oriented detectors (RoI Transformer, Oriented R-CNN); sub-category differences are in Table 1. FPS on standard hardware (CPU: Intel Xeon; GPU: NVIDIA V100/RTX 3090).
Table 4. Prioritisation framework for future research directions in operational remote sensing.
Table 4. Prioritisation framework for future research directions in operational remote sensing.
Research DirectionPriorityTimelineOperational ImpactKey Bottleneck Addressed
Tier 1: Critical Near-Term Priorities
Foundation ModelsCritical1–2 yearsZero-shot detection, 90% annotation reductionAnnotation bottleneck (labour-intensive manual labelling)
Weakly-Supervised LearningCritical1–2 years80–90% less training data requiredScalability across application domains
Domain AdaptationCritical2–3 yearsMaintains >90% performance across regionsCross-domain deployment (15–40% degradation)
Extreme Scale VariationCritical2–3 yearsConsistent 8–800 pixel detectionMulti-scale detection consistency
Tier 2: Important Medium-Term Priorities
Efficient ArchitecturesHigh3–4 years5–10× speedup, 80% cost reductionComputational efficiency for petabyte processing
Multi-Modal FusionHigh3–5 years10–20% robustness improvementAll-weather detection capability
Continual LearningMedium3–5 yearsSeamless updates without retrainingLong-term system adaptability
Standardised BenchmarksMedium3–5 yearsFair comparison, method selectionResearch reproducibility and comparison
Tier 3: Strategic Long-Term Priorities
Explainable AIMedium5+ yearsInterpretability for critical applicationsRegulatory compliance and trust
3D Object DetectionLow5+ yearsVolumetric analysis (specialised)Three-dimensional information extraction
Note: Priority: criticality for operational deployment (Critical—essential for system viability; High—important for performance; Medium—valuable but not blocking; Low—strategic, long-term). Timeline: estimated years until operational readiness. Operational Impact: expected practical benefit for systems such as CEMS/CLMS. Key Bottleneck Addressed: the specific technical limitation this direction would resolve. Assessment based on deployment constraints in Copernicus Emergency Management Service (CEMS) and Copernicus Land Monitoring Service (CLMS).
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

Fontanet Garcia, N.; Boccardo, P. Object Detection in Optical Remote Sensing Images: A Systematic Review of Methods, Benchmarks, and Operational Applications. Remote Sens. 2026, 18, 1289. https://doi.org/10.3390/rs18091289

AMA Style

Fontanet Garcia N, Boccardo P. Object Detection in Optical Remote Sensing Images: A Systematic Review of Methods, Benchmarks, and Operational Applications. Remote Sensing. 2026; 18(9):1289. https://doi.org/10.3390/rs18091289

Chicago/Turabian Style

Fontanet Garcia, Neus, and Piero Boccardo. 2026. "Object Detection in Optical Remote Sensing Images: A Systematic Review of Methods, Benchmarks, and Operational Applications" Remote Sensing 18, no. 9: 1289. https://doi.org/10.3390/rs18091289

APA Style

Fontanet Garcia, N., & Boccardo, P. (2026). Object Detection in Optical Remote Sensing Images: A Systematic Review of Methods, Benchmarks, and Operational Applications. Remote Sensing, 18(9), 1289. https://doi.org/10.3390/rs18091289

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