Optimized Loss Functions for Object detection: A Case Study on Nighttime Vehicle Detection
Shang Jiang, Haoran Qin, Bingli Zhang, Jieyu Zheng

TL;DR
This paper introduces optimized loss functions for object detection that improve nighttime vehicle detection accuracy by establishing correlation between classification and localization, and proposing a novel MIoU loss to enhance localization precision.
Contribution
The paper proposes a new correlation-based classification loss and a MIoU localization loss, addressing gradient inconsistency and improving detection performance.
Findings
Significant improvement in nighttime vehicle detection accuracy
Effective correlation between classification and localization tasks
Proposed MIoU loss eliminates gradient inconsistency
Abstract
Loss functions is a crucial factor that affecting the detection precision in object detection task. In this paper, we optimize both two loss functions for classification and localization simultaneously. Firstly, by multiplying an IoU-based coefficient by the standard cross entropy loss in classification loss function, the correlation between localization and classification is established. Compared to the existing studies, in which the correlation is only applied to improve the localization accuracy for positive samples, this paper utilizes the correlation to obtain the really hard negative samples and aims to decrease the misclassified rate for negative samples. Besides, a novel localization loss named MIoU is proposed by incorporating a Mahalanobis distance between predicted box and target box, which eliminate the gradients inconsistency problem in the DIoU loss, further improving the…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
