TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Density Crop-guided Semi-supervised Object Detection in Ae...

Density Crop-guided Semi-supervised Object Detection in Aerial Images

Akhil Meethal, Eric Granger, Marco Pedersoli

2023-08-09Object Detection In Aerial Imagesobject-detectionObject DetectionSemi-Supervised Object Detection
PaperPDFCode(official)

Abstract

One of the important bottlenecks in training modern object detectors is the need for labeled images where bounding box annotations have to be produced for each object present in the image. This bottleneck is further exacerbated in aerial images where the annotators have to label small objects often distributed in clusters on high-resolution images. In recent days, the mean-teacher approach trained with pseudo-labels and weak-strong augmentation consistency is gaining popularity for semi-supervised object detection. However, a direct adaptation of such semi-supervised detectors for aerial images where small clustered objects are often present, might not lead to optimal results. In this paper, we propose a density crop-guided semi-supervised detector that identifies the cluster of small objects during training and also exploits them to improve performance at inference. During training, image crops of clusters identified from labeled and unlabeled images are used to augment the training set, which in turn increases the chance of detecting small objects and creating good pseudo-labels for small objects on the unlabeled images. During inference, the detector is not only able to detect the objects of interest but also regions with a high density of small objects (density crops) so that detections from the input image and detections from image crops are combined, resulting in an overall more accurate object prediction, especially for small objects. Empirical studies on the popular benchmarks of VisDrone and DOTA datasets show the effectiveness of our density crop-guided semi-supervised detector with an average improvement of more than 2\% over the basic mean-teacher method in COCO style AP. Our code is available at: https://github.com/akhilpm/DroneSSOD.

Results

TaskDatasetMetricValueModel
Object DetectionVisDrone- 1% labeled dataCOCO-style AP17.21SSOD + Crop (L + U)
Object DetectionVisDrone - 5% labeled dataCOCO-style AP23.57SSOD + Crop (L + U)
Object DetectionVisDrone - 10% labeled dataCOCO-style AP27.46SSOD + Crop (L + U)
3DVisDrone- 1% labeled dataCOCO-style AP17.21SSOD + Crop (L + U)
3DVisDrone - 5% labeled dataCOCO-style AP23.57SSOD + Crop (L + U)
3DVisDrone - 10% labeled dataCOCO-style AP27.46SSOD + Crop (L + U)
2D ClassificationVisDrone- 1% labeled dataCOCO-style AP17.21SSOD + Crop (L + U)
2D ClassificationVisDrone - 5% labeled dataCOCO-style AP23.57SSOD + Crop (L + U)
2D ClassificationVisDrone - 10% labeled dataCOCO-style AP27.46SSOD + Crop (L + U)
2D Object DetectionVisDrone- 1% labeled dataCOCO-style AP17.21SSOD + Crop (L + U)
2D Object DetectionVisDrone - 5% labeled dataCOCO-style AP23.57SSOD + Crop (L + U)
2D Object DetectionVisDrone - 10% labeled dataCOCO-style AP27.46SSOD + Crop (L + U)
16kVisDrone- 1% labeled dataCOCO-style AP17.21SSOD + Crop (L + U)
16kVisDrone - 5% labeled dataCOCO-style AP23.57SSOD + Crop (L + U)
16kVisDrone - 10% labeled dataCOCO-style AP27.46SSOD + Crop (L + U)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07