CVLGJun 17, 2022

Bag of Image Patch Embedding Behind the Success of Self-Supervised Learning

arXiv:2206.08954v29 citationsh-index: 137
Originality Incremental advance
AI Analysis

This work demystifies SSL by linking it to patch co-occurrence modeling, offering insights for researchers in representation learning, though it is incremental in understanding rather than introducing a new paradigm.

The paper shows that self-supervised learning (SSL) methods primarily learn representations of image patches based on co-occurrence, and aggregating these patch representations (BagSSL) achieves competitive or better performance than baseline methods, with 62% top-1 accuracy on ImageNet using 32x32 patches.

Self-supervised learning (SSL) has recently achieved tremendous empirical advancements in learning image representation. However, our understanding of the principle behind learning such a representation is still limited. This work shows that joint-embedding SSL approaches primarily learn a representation of image patches, which reflects their co-occurrence. Such a connection to co-occurrence modeling can be established formally, and it supplements the prevailing invariance perspective. We empirically show that learning a representation for fixed-scale patches and aggregating local patch representations as the image representation achieves similar or even better results than the baseline methods. We denote this process as BagSSL. Even with 32x32 patch representation, BagSSL achieves 62% top-1 linear probing accuracy on ImageNet. On the other hand, with a multi-scale pretrained model, we show that the whole image embedding is approximately the average of local patch embeddings. While the SSL representation is relatively invariant at the global scale, we show that locality is preserved when we zoom into local patch-level representation. Further, we show that patch representation aggregation can improve various SOTA baseline methods by a large margin. The patch representation is considerably easier to understand, and this work makes a step to demystify self-supervised representation learning.

Foundations

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

Your Notes