CVJan 6, 2017

Learning From Noisy Large-Scale Datasets With Minimal Supervision

arXiv:1701.01619v2511 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently utilizing noisy data for computer vision tasks, offering a practical solution for training models with minimal supervision, though it is incremental as it builds on existing pre-training and fine-tuning methods.

The paper tackles the problem of learning image representations from large-scale datasets with noisy annotations by using a small clean subset to reduce noise before fine-tuning, resulting in clear outperformance over direct fine-tuning across all major categories in the Open Images dataset, particularly for classes with 20-80% false positive annotations.

We present an approach to effectively use millions of images with noisy annotations in conjunction with a small subset of cleanly-annotated images to learn powerful image representations. One common approach to combine clean and noisy data is to first pre-train a network using the large noisy dataset and then fine-tune with the clean dataset. We show this approach does not fully leverage the information contained in the clean set. Thus, we demonstrate how to use the clean annotations to reduce the noise in the large dataset before fine-tuning the network using both the clean set and the full set with reduced noise. The approach comprises a multi-task network that jointly learns to clean noisy annotations and to accurately classify images. We evaluate our approach on the recently released Open Images dataset, containing ~9 million images, multiple annotations per image and over 6000 unique classes. For the small clean set of annotations we use a quarter of the validation set with ~40k images. Our results demonstrate that the proposed approach clearly outperforms direct fine-tuning across all major categories of classes in the Open Image dataset. Further, our approach is particularly effective for a large number of classes with wide range of noise in annotations (20-80% false positive annotations).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes