CVLGJul 3, 2024

Learning from Memory: Non-Parametric Memory Augmented Self-Supervised Learning of Visual Features

arXiv:2407.17486v17 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses training instability in self-supervised learning for computer vision, offering an incremental improvement.

The paper tackles the problem of training stability in self-supervised learning by using a non-parametric memory to compare current image views with past concepts, resulting in stable training without extra regularizers and reduced computing time and resources.

This paper introduces a novel approach to improving the training stability of self-supervised learning (SSL) methods by leveraging a non-parametric memory of seen concepts. The proposed method involves augmenting a neural network with a memory component to stochastically compare current image views with previously encountered concepts. Additionally, we introduce stochastic memory blocks to regularize training and enforce consistency between image views. We extensively benchmark our method on many vision tasks, such as linear probing, transfer learning, low-shot classification, and image retrieval on many datasets. The experimental results consolidate the effectiveness of the proposed approach in achieving stable SSL training without additional regularizers while learning highly transferable representations and requiring less computing time and resources.

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