CVLGMLSep 13, 2021

Online Unsupervised Learning of Visual Representations and Categories

arXiv:2109.05675v45 citations
Originality Highly original
AI Analysis

This addresses the challenge of real-world, on-the-fly learning for AI systems that must adapt to dynamic environments with minimal supervision.

The authors tackled the problem of learning visual representations and categories from an online stream of uncurated, nonstationary data without class labels, achieving significantly better category recognition compared to state-of-the-art self-supervised methods.

Real world learning scenarios involve a nonstationary distribution of classes with sequential dependencies among the samples, in contrast to the standard machine learning formulation of drawing samples independently from a fixed, typically uniform distribution. Furthermore, real world interactions demand learning on-the-fly from few or no class labels. In this work, we propose an unsupervised model that simultaneously performs online visual representation learning and few-shot learning of new categories without relying on any class labels. Our model is a prototype-based memory network with a control component that determines when to form a new class prototype. We formulate it as an online mixture model, where components are created with only a single new example, and assignments do not have to be balanced, which permits an approximation to natural imbalanced distributions from uncurated raw data. Learning includes a contrastive loss that encourages different views of the same image to be assigned to the same prototype. The result is a mechanism that forms categorical representations of objects in nonstationary environments. Experiments show that our method can learn from an online stream of visual input data and its learned representations are significantly better at category recognition compared to state-of-the-art self-supervised learning methods.

Code Implementations1 repo
Foundations

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

Your Notes