English

Unsupervised Learning via Meta-Learning

Machine Learning 2019-03-25 v6 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

A central goal of unsupervised learning is to acquire representations from unlabeled data or experience that can be used for more effective learning of downstream tasks from modest amounts of labeled data. Many prior unsupervised learning works aim to do so by developing proxy objectives based on reconstruction, disentanglement, prediction, and other metrics. Instead, we develop an unsupervised meta-learning method that explicitly optimizes for the ability to learn a variety of tasks from small amounts of data. To do so, we construct tasks from unlabeled data in an automatic way and run meta-learning over the constructed tasks. Surprisingly, we find that, when integrated with meta-learning, relatively simple task construction mechanisms, such as clustering embeddings, lead to good performance on a variety of downstream, human-specified tasks. Our experiments across four image datasets indicate that our unsupervised meta-learning approach acquires a learning algorithm without any labeled data that is applicable to a wide range of downstream classification tasks, improving upon the embedding learned by four prior unsupervised learning methods.

Keywords

Cite

@article{arxiv.1810.02334,
  title  = {Unsupervised Learning via Meta-Learning},
  author = {Kyle Hsu and Sergey Levine and Chelsea Finn},
  journal= {arXiv preprint arXiv:1810.02334},
  year   = {2019}
}

Comments

ICLR 2019 camera-ready. 24 pages, 2 figures, links to code available at https://sites.google.com/view/unsupervised-via-meta

R2 v1 2026-06-23T04:28:46.736Z