CVAIJul 28, 2022

Self-supervised learning with rotation-invariant kernels

arXiv:2208.00789v44 citationsh-index: 59
Originality Incremental advance
AI Analysis

This work addresses self-supervised learning for image representation tasks, offering a more efficient and adjustable approach for settings with limited resources, though it is incremental as it builds on existing paradigms.

The paper tackles the problem of self-supervised learning for image representations by introducing a regularization loss based on rotation-invariant kernels, which reduces time and memory complexity while remaining competitive with state-of-the-art methods.

We introduce a regularization loss based on kernel mean embeddings with rotation-invariant kernels on the hypersphere (also known as dot-product kernels) for self-supervised learning of image representations. Besides being fully competitive with the state of the art, our method significantly reduces time and memory complexity for self-supervised training, making it implementable for very large embedding dimensions on existing devices and more easily adjustable than previous methods to settings with limited resources. Our work follows the major paradigm where the model learns to be invariant to some predefined image transformations (cropping, blurring, color jittering, etc.), while avoiding a degenerate solution by regularizing the embedding distribution. Our particular contribution is to propose a loss family promoting the embedding distribution to be close to the uniform distribution on the hypersphere, with respect to the maximum mean discrepancy pseudometric. We demonstrate that this family encompasses several regularizers of former methods, including uniformity-based and information-maximization methods, which are variants of our flexible regularization loss with different kernels. Beyond its practical consequences for state-of-the-art self-supervised learning with limited resources, the proposed generic regularization approach opens perspectives to leverage more widely the literature on kernel methods in order to improve 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