Resolving Class Imbalance in Object Detection with Weighted Cross Entropy Losses
Trong Huy Phan, Kazuma Yamamoto

TL;DR
This paper addresses class imbalance in object detection by applying weighted cross entropy variants, improving detection accuracy for minority classes in highly imbalanced datasets like BDD100K.
Contribution
It introduces and evaluates weighted cross entropy loss functions, such as Focal Loss and Class-Balanced Loss, to enhance class-wise detection performance in imbalanced datasets.
Findings
Weighted loss functions improve minority class detection
Experiments on BDD100K show better class-wise accuracy
Weighted losses outperform standard cross entropy in imbalanced scenarios
Abstract
Object detection is an important task in computer vision which serves a lot of real-world applications such as autonomous driving, surveillance and robotics. Along with the rapid thrive of large-scale data, numerous state-of-the-art generalized object detectors (e.g. Faster R-CNN, YOLO, SSD) were developed in the past decade. Despite continual efforts in model modification and improvement in training strategies to boost detection accuracy, there are still limitations in performance of detectors when it comes to specialized datasets with uneven object class distributions. This originates from the common usage of Cross Entropy loss function for object classification sub-task that simply ignores the frequency of appearance of object class during training, and thus results in lower accuracies for object classes with fewer number of samples. Class-imbalance in general machine learning has…
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 · Domain Adaptation and Few-Shot Learning
MethodsSoftmax · Region Proposal Network · Convolution · RoIPool · Focal Loss · Faster R-CNN
