TL;DR
This paper introduces a novel continual semi-supervised learning method using a soft nearest-neighbor framework, effectively handling unlabeled data and outperforming existing approaches on multiple datasets.
Contribution
The paper proposes a non-parametric nearest-neighbor based approach for continual semi-supervised learning, addressing model forgetting and overfitting issues.
Findings
Outperforms existing methods by large margins
Achieves high accuracy with significantly less supervision
Scales well to complex datasets like ImageNet-100
Abstract
Despite significant advances, the performance of state-of-the-art continual learning approaches hinges on the unrealistic scenario of fully labeled data. In this paper, we tackle this challenge and propose an approach for continual semi-supervised learning--a setting where not all the data samples are labeled. A primary issue in this scenario is the model forgetting representations of unlabeled data and overfitting the labeled samples. We leverage the power of nearest-neighbor classifiers to nonlinearly partition the feature space and flexibly model the underlying data distribution thanks to its non-parametric nature. This enables the model to learn a strong representation for the current task, and distill relevant information from previous tasks. We perform a thorough experimental evaluation and show that our method outperforms all the existing approaches by large margins, setting a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
A Soft Nearest-Neighbor Framework for Continual Semi-Supervised Learning· youtube
