paper-with-me

홈 › Papers

Combating noisy labels in object detection datasets

2022-11-25 · Krystian Chachuła, Jakub Łyskawa, Bartłomiej Olber, Piotr Frątczak, Adam Popowicz, Krystian Radlak

The quality of training datasets for deep neural networks is a key factor contributing to the accuracy of resulting models. This effect is amplified in difficult tasks such as object detection. Dealing with errors in datasets is often limited to accepting that some fraction of examples are incorrect, estimating their confidence, and either assigning appropriate weights or ignoring uncertain ones during training. In this work, we propose a different approach. We introduce the Confident Learning for Object Detection (CLOD) algorithm for assessing the quality of each label in object detection datasets, identifying missing, spurious, mislabeled, and mislocated bounding boxes and suggesting corrections. By focusing on finding incorrect examples in the training datasets, we can eliminate them at the root. Suspicious bounding boxes can be reviewed to improve the quality of the dataset, leading to better models without further complicating their already complex architectures. The proposed method is able to point out nearly 80% of artificially disturbed bounding boxes with a false positive rate below 0.1. Cleaning the datasets by applying the most confident automatic suggestions improved mAP scores by 16% to 46%, depending on the dataset, without any modifications to the network architectures. This approach shows promising potential in rectifying state-of-the-art object detection datasets.

📄 PDF Abstract BibTeX arXiv:2211.13993

Code (1)

safednn-group/safednn-clean 공식 구현

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Combating Noise: Semi-supervised Learning by Region Uncertainty Quantification

2021-11-01 · NeurIPS 2021 12 · Zhenyu Wang, YaLi Li, Ye Guo, Shengjin Wang

Semi-supervised learning aims to leverage a large amount of unlabeled data for performance boosting. Existing works primarily focus on image classification. In this paper, we delve into semi-supervised learning for objec…

image-classificationImage Classificationobject-detectionObject Detection+1

Co-matching: Combating Noisy Labels by Augmentation Anchoring

2021-03-23 · Yangdi Lu, Yang Bo, Wenbo He

Deep learning with noisy labels is challenging as deep neural networks have the high capacity to memorize the noisy labels. In this paper, we propose a learning algorithm called Co-matching, which balances the consistenc…

Learning with noisy labelsMemorization

Learning from Noisy Labels for Long-tailed Data via Optimal Transport

2024-08-07 · Mengting Li, Chuang Zhu

Noisy labels, which are common in real-world datasets, can significantly impair the training of deep learning models. However, recent adversarial noise-combating methods overlook the long-tailed distribution of real data…

DenoisingPseudo Label

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification

Group Benefits Instances Selection for Data Purification

2024-03-23 · Zhenhuang Cai, Chuanyi Zhang, Dan Huang, Yuanbo Chen 외

Manually annotating datasets for training deep models is very labor-intensive and time-consuming. To overcome such inferiority, directly leveraging web images to conduct training data becomes a natural choice. Neverthele…