LGCVFeb 1, 2023

Towards Label-Efficient Incremental Learning: A Survey

arXiv:2302.00353v34 citationsh-index: 66Has Code
Originality Synthesis-oriented
AI Analysis

It tackles the label-hungry limitation of incremental learning for real-life deployment, but is incremental as it is a survey.

This paper surveys label-efficient incremental learning, addressing the problem of reducing labeling efforts in incremental learning by reviewing semi-, few-shot-, and self-supervised methods.

The current dominant paradigm when building a machine learning model is to iterate over a dataset over and over until convergence. Such an approach is non-incremental, as it assumes access to all images of all categories at once. However, for many applications, non-incremental learning is unrealistic. To that end, researchers study incremental learning, where a learner is required to adapt to an incoming stream of data with a varying distribution while preventing forgetting of past knowledge. Significant progress has been made, however, the vast majority of works focus on the fully supervised setting, making these algorithms label-hungry thus limiting their real-life deployment. To that end, in this paper, we make the first attempt to survey recently growing interest in label-efficient incremental learning. We identify three subdivisions, namely semi-, few-shot- and self-supervised learning to reduce labeling efforts. Finally, we identify novel directions that can further enhance label-efficiency and improve incremental learning scalability. Project website: https://github.com/kilickaya/label-efficient-il.

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