Unsupervised Learning on a DIET: Datum IndEx as Target Free of Self-Supervision, Reconstruction, Projector Head
Randall Balestriero

TL;DR
DIET is a simple, label-free unsupervised learning method that treats each data point as its own class, avoiding complex architectures and hyperparameters, yet achieving competitive representation quality.
Contribution
Introduces DIET, an explainable, hyperparameter-free unsupervised learning approach that learns high-quality representations without decoders, projectors, or positive pairs.
Findings
DIET achieves 71.4% accuracy on CIFAR100 with ResNet101.
DIET reaches 52.5% accuracy on TinyImageNet with ResNeXt50.
DIET outperforms or matches state-of-the-art methods despite its simplicity.
Abstract
Costly, noisy, and over-specialized, labels are to be set aside in favor of unsupervised learning if we hope to learn cheap, reliable, and transferable models. To that end, spectral embedding, self-supervised learning, or generative modeling have offered competitive solutions. Those methods however come with numerous challenges \textit{e.g.} estimating geodesic distances, specifying projector architectures and anti-collapse losses, or specifying decoder architectures and reconstruction losses. In contrast, we introduce a simple explainable alternative -- coined \textbf{DIET} -- to learn representations from unlabeled data, free of those challenges. \textbf{DIET} is blatantly simple: take one's favorite classification setup and use the \textbf{D}atum \textbf{I}nd\textbf{E}x as its \textbf{T}arget class, \textit{i.e. each sample is its own class}, no further changes needed. \textbf{DIET}…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Neural Networks and Applications · Human Pose and Action Recognition
