Reconcile Prediction Consistency for Balanced Object Detection
Keyang Wang, Lei Zhang

TL;DR
This paper introduces a Harmonic loss function to synchronize the training of classification and localization branches in object detectors, improving prediction consistency and overall detection accuracy.
Contribution
The proposed Harmonic loss and Harmonic IoU loss enable joint optimization of classification and localization, enhancing detection performance especially for irregular and occluded objects.
Findings
Improved detection accuracy on PASCAL VOC and MS COCO benchmarks.
Enhanced prediction consistency between classification and localization.
Achieved state-of-the-art results with the proposed method.
Abstract
Classification and regression are two pillars of object detectors. In most CNN-based detectors, these two pillars are optimized independently. Without direct interactions between them, the classification loss and the regression loss can not be optimized synchronously toward the optimal direction in the training phase. This clearly leads to lots of inconsistent predictions with high classification score but low localization accuracy or low classification score but high localization accuracy in the inference phase, especially for the objects of irregular shape and occlusion, which severely hurts the detection performance of existing detectors after NMS. To reconcile prediction consistency for balanced object detection, we propose a Harmonic loss to harmonize the optimization of classification branch and localization branch. The Harmonic loss enables these two branches to supervise and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Advanced Image and Video Retrieval Techniques
