Forward-Backward Knowledge Distillation for Continual Clustering
Mohammadreza Sadeghi, Zihan Wang, and Narges Armanfard

TL;DR
This paper introduces FBCC, a novel unsupervised continual clustering method that mitigates catastrophic forgetting through forward-backward knowledge distillation, improving clustering performance and memory efficiency in sequential tasks.
Contribution
It proposes a new algorithm, FBCC, specifically designed for unsupervised continual clustering, addressing catastrophic forgetting with a teacher-student distillation framework.
Findings
FBCC outperforms existing UCL algorithms in clustering accuracy.
The method demonstrates improved memory efficiency.
FBCC effectively mitigates catastrophic forgetting in UCC tasks.
Abstract
Unsupervised Continual Learning (UCL) is a burgeoning field in machine learning, focusing on enabling neural networks to sequentially learn tasks without explicit label information. Catastrophic Forgetting (CF), where models forget previously learned tasks upon learning new ones, poses a significant challenge in continual learning, especially in UCL, where labeled information of data is not accessible. CF mitigation strategies, such as knowledge distillation and replay buffers, often face memory inefficiency and privacy issues. Although current research in UCL has endeavored to refine data representations and address CF in streaming data contexts, there is a noticeable lack of algorithms specifically designed for unsupervised clustering. To fill this gap, in this paper, we introduce the concept of Unsupervised Continual Clustering (UCC). We propose Forward-Backward Knowledge…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research
MethodsKnowledge Distillation
