TL;DR
This paper introduces SyNet, an ensemble network combining single-stage and multi-stage object detectors, to improve aerial object detection in UAV images, achieving state-of-the-art results on MS-COCO and VisDrone datasets.
Contribution
The paper proposes SyNet, a novel ensemble network that integrates CenterNet and Cascade R-CNN to enhance UAV image object detection performance.
Findings
Achieved 52.1% mAP on MS-COCO dataset.
Achieved 26.2% mAP on VisDrone dataset.
Demonstrated improved detection accuracy over individual detectors.
Abstract
Recent advances in camera equipped drone applications and their widespread use increased the demand on vision based object detection algorithms for aerial images. Object detection process is inherently a challenging task as a generic computer vision problem, however, since the use of object detection algorithms on UAVs (or on drones) is relatively a new area, it remains as a more challenging problem to detect objects in aerial images. There are several reasons for that including: (i) the lack of large drone datasets including large object variance, (ii) the large orientation and scale variance in drone images when compared to the ground images, and (iii) the difference in texture and shape features between the ground and the aerial images. Deep learning based object detection algorithms can be classified under two main categories: (a) single-stage detectors and (b) multi-stage…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDeep Layer Aggregation · Convolution · Cascade R-CNN · Batch Normalization · Center Pooling · Cascade Corner Pooling · CenterNet
