paper-with-me

홈 › Papers

Towards Noise-resistant Object Detection with Noisy Annotations

2020-03-03 · Junnan Li, Caiming Xiong, Richard Socher, Steven Hoi

Training deep object detectors requires significant amount of human-annotated images with accurate object labels and bounding box coordinates, which are extremely expensive to acquire. Noisy annotations are much more easily accessible, but they could be detrimental for learning. We address the challenging problem of training object detectors with noisy annotations, where the noise contains a mixture of label noise and bounding box noise. We propose a learning framework which jointly optimizes object labels, bounding box coordinates, and model parameters by performing alternating noise correction and model training. To disentangle label noise and bounding box noise, we propose a two-step noise correction method. The first step performs class-agnostic bounding box correction by minimizing classifier discrepancy and maximizing region objectness. The second step distils knowledge from dual detection heads for soft label correction and class-specific bounding box refinement. We conduct experiments on PASCAL VOC and MS-COCO dataset with both synthetic noise and machine-generated noise. Our method achieves state-of-the-art performance by effectively cleaning both label noise and bounding box noise. Code to reproduce all results will be released.

📄 PDF Abstract BibTeX arXiv:2003.01285

Code (0)

등록된 구현이 없습니다.

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

Noisy Annotation Refinement for Object Detection

2021-10-20 · Jiafeng Mao, Qing Yu, Yoko Yamakata, Kiyoharu Aizawa

Supervised training of object detectors requires well-annotated large-scale datasets, whose production is costly. Therefore, some efforts have been made to obtain annotations in economical ways, such as cloud sourcing. H…

Objectobject-detectionObject Detection

Learning from Noisy Data for Semi-Supervised 3D Object Detection

2023-01-01 · ICCV 2023 1 · Zehui Chen, Zhenyu Li, Shuo Wang, Dengpan Fu 외

Pseudo-Labeling (PL) is a critical approach in semi-supervised 3D object detection (SSOD). In PL, delicately selected pseudo-labels, generated by the teacher model, are provided for the student model to supervise the…

3D Object Detectionobject-detectionObject DetectionPseudo Label+1

Universal Noise Annotation: Unveiling the Impact of Noisy annotation on Object Detection

2023-12-21 · Kwangrok Ryoo, Yeonsik Jo, Seungjun Lee, Mira Kim 외

For object detection task with noisy labels, it is important to consider not only categorization noise, as in image classification, but also localization noise, missing annotations, and bogus bounding boxes. However, pre…

image-classificationImage ClassificationObjectobject-detection+1

Narrowing the Gap: Improved Detector Training with Noisy Location Annotations

2022-06-12 · Shaoru Wang, Jin Gao, Bing Li, Weiming Hu

Deep learning methods require massive of annotated data for optimizing parameters. For example, datasets attached with accurate bounding box annotations are essential for modern object detection tasks. However, labeling …

object-detectionObject Detection