Unbiased look at dataset bias
A. TorralbaAlexei A. Efros
Exposes pervasive bias in visual recognition benchmarks by proving that classifiers learn unique dataset signatures rather than generalizable visual concepts, and introduces cross-dataset evaluation metrics to measure and mitigate these distortions.
The article examines how biases in widely used object recognition datasets undermine their value for training and evaluating algorithms intended to work in the real visual world. These datasets, despite being created to represent diverse scenes and objects, each carry distinct signatures that make them easy to distinguish from one another, leading researchers to optimize for benchmark scores rather than broad generalization.
The authors set out to quantify several forms of dataset bias and measure how well current collections support cross-dataset performance. They trained simple classifiers to identify images from twelve popular datasets and ran systematic cross-training and testing experiments on six of them using standard detectors for cars and people.
The experiments revealed that a linear SVM could identify the source dataset with 39 percent accuracy, far above the 8 percent chance level, and that performance on a second dataset typically fell by roughly half compared with testing on the original data. Negative examples drawn from other collections further degraded results for several datasets by 15 to 22 percent, indicating that each collection’s definition of “not an object” is narrow. Sample-value calculations showed that one training image from a different dataset was worth between 0.2 and 0.9 images from the target dataset, with older collections such as Caltech-101 providing essentially zero transferable value.
These findings indicate that current datasets function more as closed worlds than as reliable proxies for real-world conditions, so gains measured on any single benchmark are unlikely to translate to practical systems. Modern collections such as PASCAL VOC, ImageNet, and SUN09 exhibit less severe bias than their predecessors, yet the overall pattern of limited generalization persists.
The authors recommend that new datasets be subjected to the same cross-collection tests before release and that collection practices favor automatic harvesting from multiple sources, data augmentation, and explicit inclusion of hard negatives mined from large unlabeled pools. They note that the study covers only two object categories and a modest number of datasets, so the magnitude of bias in other domains remains uncertain.
- Paper: ImageNet: A large-scale hierarchical image database, Jia Deng et al. (2009). It introduces ImageNet, one of the primary foundational datasets whose scale, structure, and domain-shift properties are directly evaluated and critiqued in the source paper.
- Paper: Adapting Visual Category Models to New Domains, Kate Saenko et al. (2010). It formalizes visual domain adaptation across diverse image sources, establishing key concepts of dataset shift that motivate the source paper's investigation of cross-dataset generalization.
- Paper: Object Detection with Discriminatively Trained Part-Based Models, Pedro F. Felzenszwalb et al. (2010). It provides the discriminative part-based detection framework and training methodology used to evaluate cross-dataset detector transfer in the source paper.
- Paper: Describing Objects by their Attributes, Ali Farhadi et al. (2009). It develops cross-dataset attribute learning across Pascal and Yahoo datasets, establishing early experimental foundations for measuring visual transferability across collections.
- Paper: Learning Multiple Layers of Features from Tiny Images, Alex Krizhevsky (2009). It presents the creation and methodology of the CIFAR-10 and Tiny Images benchmarks, which serve as foundational reference points for early vision dataset construction.
- Paper: Do ImageNet Classifiers Generalize to ImageNet?, Benjamin Recht et al. (2019). It directly continues the source's inquiry into benchmark generalizability by reconstructing new test distributions to measure replication gaps in standard vision models.
- Paper: Shortcut learning in deep neural networks, Robert Geirhos et al. (2020). It unifies the source paper's findings on dataset bias into a broader paradigm of shortcut learning in deep neural networks.
- Paper: Deep Domain Confusion: Maximizing for Domain Invariance, Eric Tzeng et al. (2014). It develops deep architecture modifications with domain-confusion objectives to directly counter the cross-dataset performance drops identified in the source paper.
- Paper: The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization, Dan Hendrycks et al. (2021). It extends the evaluation of dataset bias and out-of-distribution performance drops by creating controlled real-world shift benchmarks.
- Paper: Failing Loudly: An Empirical Study of Methods for Detecting Dataset Shift, Stephan Rabanser et al. (2019). It builds on the phenomenon of dataset shift to provide systematic statistical testing methods for detecting distribution shifts at runtime.
- Paper: ImageNet-trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness, Robert Geirhos et al. (2018). It investigates specific inductive biases within ImageNet-trained models, diagnosing the texture-versus-shape cues that drive poor cross-dataset generalization.
- Paper: Microsoft COCO: Common Objects in Context, Tsung-Yi Lin et al. (2014). It addresses the closed-world limitations and iconic object biases diagnosed by the source paper by creating Microsoft COCO with rich contextual scenes.
- Paper: Datasheets for datasets, Timnit Gebru et al. (2021). It proposes standardized documentation protocols to systematically expose and mitigate the underlying dataset biases uncovered by the source.
- Paper: Moment Matching for Multi-Source Domain Adaptation, Xingchao Peng et al. (2018). It introduces DomainNet and multi-source moment matching algorithms to overcome domain shift across disparate image distributions.
- Paper: Deep Visual Domain Adaptation: A Survey, Mei Wang et al. (2018). It provides a comprehensive survey of deep domain adaptation techniques designed to bridge the dataset mismatch issues highlighted in the source.
