LGJun 27, 2022

Guillotine Regularization: Why removing layers is needed to improve generalization in Self-Supervised Learning

arXiv:2206.13378v234 citationsh-index: 46
Originality Incremental advance
AI Analysis

It addresses a counterintuitive issue in SSL for computer vision, offering insights to improve transfer learning performance, though it is incremental in explaining an existing trick.

The paper investigates why removing the last few projector layers in self-supervised learning (SSL) networks improves generalization on downstream tasks, showing that this 'Guillotine Regularization' can gain over 30 percentage points on ImageNet.

One unexpected technique that emerged in recent years consists in training a Deep Network (DN) with a Self-Supervised Learning (SSL) method, and using this network on downstream tasks but with its last few projector layers entirely removed. This trick of throwing away the projector is actually critical for SSL methods to display competitive performances on ImageNet for which more than 30 percentage points can be gained that way. This is a little vexing, as one would hope that the network layer at which invariance is explicitly enforced by the SSL criterion during training (the last projector layer) should be the one to use for best generalization performance downstream. But it seems not to be, and this study sheds some light on why. This trick, which we name Guillotine Regularization (GR), is in fact a generically applicable method that has been used to improve generalization performance in transfer learning scenarios. In this work, we identify the underlying reasons behind its success and show that the optimal layer to use might change significantly depending on the training setup, the data or the downstream task. Lastly, we give some insights on how to reduce the need for a projector in SSL by aligning the pretext SSL task and the downstream task.

Foundations

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

Your Notes