Rank & Sort Loss for Object Detection and Instance Segmentation
Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

TL;DR
The paper introduces Rank & Sort (RS) Loss, a novel ranking-based loss function for training object detection and segmentation models, simplifying training and improving performance by directly supervising classifier ranking and sorting based on localization quality.
Contribution
It presents RS Loss, a new differentiable ranking and sorting loss that enhances training efficiency and accuracy in object detection and segmentation models without auxiliary heads or sampling heuristics.
Findings
RS Loss improves Faster R-CNN by ~3 box AP on COCO.
RS Loss enhances Mask R-CNN with RFS by 3.5 mask AP on LVIS.
The method outperforms baseline and state-of-the-art methods across multiple detectors.
Abstract
We propose Rank & Sort (RS) Loss, a ranking-based loss function to train deep object detection and instance segmentation methods (i.e. visual detectors). RS Loss supervises the classifier, a sub-network of these methods, to rank each positive above all negatives as well as to sort positives among themselves with respect to (wrt.) their localisation qualities (e.g. Intersection-over-Union - IoU). To tackle the non-differentiable nature of ranking and sorting, we reformulate the incorporation of error-driven update with backpropagation as Identity Update, which enables us to model our novel sorting error among positives. With RS Loss, we significantly simplify training: (i) Thanks to our sorting objective, the positives are prioritized by the classifier without an additional auxiliary head (e.g. for centerness, IoU, mask-IoU), (ii) due to its ranking-based nature, RS Loss is robust to…
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 · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsRegion Proposal Network · RoIPool · Convolution · Faster R-CNN · RoIAlign · Softmax · Mask R-CNN
