Learning from Memory: Non-Parametric Memory Augmented Self-Supervised Learning of Visual Features
Thalles Silva, Helio Pedrini, Adín Ramírez Rivera
TL;DR
MaSSL addresses SSL instability by introducing a non-parametric memory that stores recent image representations and a stochastic memory-block strategy to regularize training. By comparing current views to past concepts through view–memory similarity distributions and enforcing consistency via cross-entropy across multiple memory blocks, MaSSL achieves stable, transferable visual features without extra regularizers. Key results show strong performance across transfer, retrieval, and low-shot tasks, with improved efficiency due to CLS-only training and avoidance of learned prototypes. The approach offers a practical, scalable alternative to clustering-based SSL, with clear benefits in robustness and resource usage.
Abstract
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.
