CVJun 10, 2015

LSUN: Construction of a Large-scale Image Dataset using Deep Learning with Humans in the Loop

arXiv:1506.03365v32647 citations
AI Analysis

This addresses the bottleneck of expensive and outdated labeled datasets for visual recognition research, though it is incremental in automating labeling.

The authors tackled the problem of data-hungry deep learning models by constructing LSUN, a large-scale image dataset using a human-in-the-loop labeling scheme, resulting in around one million labeled images per category and substantial performance gains for convolutional networks.

While there has been remarkable progress in the performance of visual recognition algorithms, the state-of-the-art models tend to be exceptionally data-hungry. Large labeled training datasets, expensive and tedious to produce, are required to optimize millions of parameters in deep network models. Lagging behind the growth in model capacity, the available datasets are quickly becoming outdated in terms of size and density. To circumvent this bottleneck, we propose to amplify human effort through a partially automated labeling scheme, leveraging deep learning with humans in the loop. Starting from a large set of candidate images for each category, we iteratively sample a subset, ask people to label them, classify the others with a trained model, split the set into positives, negatives, and unlabeled based on the classification confidence, and then iterate with the unlabeled set. To assess the effectiveness of this cascading procedure and enable further progress in visual recognition research, we construct a new image dataset, LSUN. It contains around one million labeled images for each of 10 scene categories and 20 object categories. We experiment with training popular convolutional networks and find that they achieve substantial performance gains when trained on this dataset.

Code Implementations4 repos
Foundations

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

Your Notes