CVLGOct 19, 2023

Representation Learning via Consistent Assignment of Views over Random Partitions

arXiv:2310.12692v25 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of learning robust visual representations without labeled data, which is incremental as it builds on existing self-supervised clustering methods.

The paper tackles the problem of self-supervised representation learning for visual features by introducing CARP, a method that uses consistent assignments over random partitions to improve training stability and prevent collapsed solutions, achieving the best average performance in transfer learning tasks compared to 11 existing methods.

We present Consistent Assignment of Views over Random Partitions (CARP), a self-supervised clustering method for representation learning of visual features. CARP learns prototypes in an end-to-end online fashion using gradient descent without additional non-differentiable modules to solve the cluster assignment problem. CARP optimizes a new pretext task based on random partitions of prototypes that regularizes the model and enforces consistency between views' assignments. Additionally, our method improves training stability and prevents collapsed solutions in joint-embedding training. Through an extensive evaluation, we demonstrate that CARP's representations are suitable for learning downstream tasks. We evaluate CARP's representations capabilities in 17 datasets across many standard protocols, including linear evaluation, few-shot classification, k-NN, k-means, image retrieval, and copy detection. We compare CARP performance to 11 existing self-supervised methods. We extensively ablate our method and demonstrate that our proposed random partition pretext task improves the quality of the learned representations by devising multiple random classification tasks. In transfer learning tasks, CARP achieves the best performance on average against many SSL methods trained for a longer time.

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