LGMLJun 13, 2021

Deep Bayesian Unsupervised Lifelong Learning

arXiv:2106.07035v137 citations
Originality Highly original
AI Analysis

This addresses the challenge of continual learning in unsupervised settings for applications like data mining and AI systems, representing a novel approach but incremental in the broader lifelong learning field.

The paper tackles the problem of unsupervised lifelong learning with streaming unlabelled data, where data distribution and unknown class labels evolve over time, by developing a deep Bayesian algorithm that progressively discovers new clusters without forgetting past knowledge, demonstrating effectiveness on image and text benchmark datasets.

Lifelong Learning (LL) refers to the ability to continually learn and solve new problems with incremental available information over time while retaining previous knowledge. Much attention has been given lately to Supervised Lifelong Learning (SLL) with a stream of labelled data. In contrast, we focus on resolving challenges in Unsupervised Lifelong Learning (ULL) with streaming unlabelled data when the data distribution and the unknown class labels evolve over time. Bayesian framework is natural to incorporate past knowledge and sequentially update the belief with new data. We develop a fully Bayesian inference framework for ULL with a novel end-to-end Deep Bayesian Unsupervised Lifelong Learning (DBULL) algorithm, which can progressively discover new clusters without forgetting the past with unlabelled data while learning latent representations. To efficiently maintain past knowledge, we develop a novel knowledge preservation mechanism via sufficient statistics of the latent representation for raw data. To detect the potential new clusters on the fly, we develop an automatic cluster discovery and redundancy removal strategy in our inference inspired by Nonparametric Bayesian statistics techniques. We demonstrate the effectiveness of our approach using image and text corpora benchmark datasets in both LL and batch settings.

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