LGCVNov 22, 2023

Revisiting Supervision for Continual Representation Learning

arXiv:2311.13321v25 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving representation transferability across tasks in continual learning for AI researchers, but it is incremental as it builds on existing insights about projectors.

The paper tackles the problem of continual representation learning by reexamining the role of supervision, finding that supervised models with a multi-layer perceptron head can outperform self-supervised models in this context.

In the field of continual learning, models are designed to learn tasks one after the other. While most research has centered on supervised continual learning, there is a growing interest in unsupervised continual learning, which makes use of the vast amounts of unlabeled data. Recent studies have highlighted the strengths of unsupervised methods, particularly self-supervised learning, in providing robust representations. The improved transferability of those representations built with self-supervised methods is often associated with the role played by the multi-layer perceptron projector. In this work, we depart from this observation and reexamine the role of supervision in continual representation learning. We reckon that additional information, such as human annotations, should not deteriorate the quality of representations. Our findings show that supervised models when enhanced with a multi-layer perceptron head, can outperform self-supervised models in continual representation learning. This highlights the importance of the multi-layer perceptron projector in shaping feature transferability across a sequence of tasks in continual learning. The code is available on github: https://github.com/danielm1405/sl-vs-ssl-cl.

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