Improving the performance of object detection by preserving label distribution
Heewon Lee, Sangtae Ahn

TL;DR
This paper introduces a method to address class imbalance in object detection datasets by maintaining uniform class distribution through multi-label stratification, improving detection performance on imbalanced and small datasets.
Contribution
The study proposes a novel multi-label stratification approach to balance class distribution in object detection training datasets, enhancing performance on imbalanced data.
Findings
Effective on datasets with severe class imbalance
Improves detection accuracy on small datasets
More beneficial than traditional methods on imbalanced data
Abstract
Object detection is a task that performs position identification and label classification of objects in images or videos. The information obtained through this process plays an essential role in various tasks in the field of computer vision. In object detection, the data utilized for training and validation typically originate from public datasets that are well-balanced in terms of the number of objects ascribed to each class in an image. However, in real-world scenarios, handling datasets with much greater class imbalance, i.e., very different numbers of objects for each class , is much more common, and this imbalance may reduce the performance of object detection when predicting unseen test images. In our study, thus, we propose a method that evenly distributes the classes in an image for training and validation, solving the class imbalance problem in object detection. Our proposed…
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 · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
