Bucketed Ranking-based Losses for Efficient Training of Object Detectors
Feyza Yavuz, Baris Can Cam, Adnan Harun Dogan, Kemal Oksuz, Emre, Akbas, Sinan Kalkan

TL;DR
This paper introduces Bucketed Ranking-based Losses to improve the training efficiency of object detectors by reducing pairwise comparisons, enabling faster training without sacrificing accuracy, and facilitating the use of ranking-based losses with transformer-based detectors.
Contribution
We propose a novel Bucketed Ranking-based Loss method that significantly reduces the computational complexity of ranking-based losses in object detection training.
Findings
Achieves 2x faster training on average.
Maintains accuracy comparable to unbucketed losses.
Enables training of transformer-based detectors with ranking-based losses.
Abstract
Ranking-based loss functions, such as Average Precision Loss and Rank&Sort Loss, outperform widely used score-based losses in object detection. These loss functions better align with the evaluation criteria, have fewer hyperparameters, and offer robustness against the imbalance between positive and negative classes. However, they require pairwise comparisons among positive and negative predictions, introducing a time complexity of , which is prohibitive since is often large (e.g., in ATSS). Despite their advantages, the widespread adoption of ranking-based losses has been hindered by their high time and space complexities. In this paper, we focus on improving the efficiency of ranking-based loss functions. To this end, we propose Bucketed Ranking-based Losses which group negative predictions into buckets () in order to reduce the number…
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
TopicsAdvanced Neural Network Applications · Brain Tumor Detection and Classification · Advanced Image and Video Retrieval Techniques
MethodsFocus · ALIGN
