TL;DR
This paper improves object detection for autonomous driving by optimizing anchor generation through perspective-aware clustering and evolutionary algorithms, and by addressing class imbalance with re-weighting strategies, resulting in significant accuracy gains.
Contribution
It introduces a perspective-aware anchor optimization method and a class imbalance re-weighting strategy for Faster R-CNN tailored to autonomous driving scenarios.
Findings
Achieved 6.13% mAP improvement with the best single model.
Ensemble model increased mAP by 9.69%.
Modifications do not increase computational cost.
Abstract
Object detection has been one of the most active topics in computer vision for the past years. Recent works have mainly focused on pushing the state-of-the-art in the general-purpose COCO benchmark. However, the use of such detection frameworks in specific applications such as autonomous driving is yet an area to be addressed. This study presents an enhanced 2D object detector based on Faster R-CNN that is better suited for the context of autonomous vehicles. Two main aspects are improved: the anchor generation procedure and the performance drop in minority classes. The default uniform anchor configuration is not suitable in this scenario due to the perspective projection of the vehicle cameras. Therefore, we propose a perspective-aware methodology that divides the image into key regions via clustering and uses evolutionary algorithms to optimize the base anchors for each of them.…
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
MethodsConvolution · RoIPool · Region Proposal Network · Focal Loss · Softmax · Faster R-CNN
