paper-with-me

홈 › Papers

What Makes ImageNet Look Unlike LAION

2023-06-27 · Ali Shirali, Moritz Hardt

ImageNet was famously created from Flickr image search results. What if we recreated ImageNet instead by searching the massive LAION dataset based on image captions alone? In this work, we carry out this counterfactual investigation. We find that the resulting ImageNet recreation, which we call LAIONet, looks distinctly unlike the original. Specifically, the intra-class similarity of images in the original ImageNet is dramatically higher than it is for LAIONet. Consequently, models trained on ImageNet perform significantly worse on LAIONet. We propose a rigorous explanation for the discrepancy in terms of a subtle, yet important, difference in two plausible causal data-generating processes for the respective datasets, that we support with systematic experimentation. In a nutshell, searching based on an image caption alone creates an information bottleneck that mitigates the selection bias otherwise present in image-based filtering. Our explanation formalizes a long-held intuition in the community that ImageNet images are stereotypical, unnatural, and overly simple representations of the class category. At the same time, it provides a simple and actionable takeaway for future dataset creation efforts.

📄 PDF Abstract BibTeX arXiv:2306.15769

Code (1)

alishiraligit/eval-on-laion 공식 구현

Tasks

counterfactualImage CaptioningImage RetrievalSelection bias

Similar Papers 제목 키워드 기반

Interpreting CLIP: Insights on the Robustness to ImageNet Distribution Shifts

2023-10-19 · Jonathan Crabbé, Pau Rodríguez, Vaishaal Shankar, Luca Zappella 외

What distinguishes robust models from non-robust ones? While for ImageNet distribution shifts it has been shown that such differences in robustness can be traced back predominantly to differences in training data, so far…

Language Plays a Pivotal Role in the Object-Attribute Compositional Generalization of CLIP

2024-03-27 · Reza Abbasi, Mohammad Samiei, Mohammad Hossein Rohban, Mahdieh Soleymani Baghshah

Vision-language models, such as CLIP, have shown promising Out-of-Distribution (OoD) generalization under various types of distribution shifts. Recent studies attempted to investigate the leading cause of this capability…

AttributeDiversity

Does CLIP's Generalization Performance Mainly Stem from High Train-Test Similarity?

2023-10-14 · Prasanna Mayilvahanan, Thaddäus Wiedemer, Evgenia Rusak, Matthias Bethge 외

Foundation models like CLIP are trained on hundreds of millions of samples and effortlessly generalize to new tasks and inputs. Out of the box, CLIP shows stellar zero-shot and few-shot capabilities on a wide range of ou…

AttributeOut-of-Distribution Generalization

In Search of Forgotten Domain Generalization

2024-10-10 · Prasanna Mayilvahanan, Roland S. Zimmermann, Thaddäus Wiedemer, Evgenia Rusak 외

Out-of-Domain (OOD) generalization is the ability of a model trained on one or more domains to generalize to unseen domains. In the ImageNet era of computer vision, evaluation sets for measuring a model's OOD performance…

Domain Generalization

Effective pruning of web-scale datasets based on complexity of concept clusters

2024-01-09 · Amro Abbas, Evgenia Rusak, Kushal Tirumala, Wieland Brendel 외

Utilizing massive web-scale datasets has led to unprecedented performance gains in machine learning models, but also imposes outlandish compute requirements for their training. In order to improve training and data effic…