LGAIMLMar 6, 2019

Representative Task Self-selection for Flexible Clustered Lifelong Learning

arXiv:1903.02173v260 citations
Originality Incremental advance
AI Analysis

This addresses performance degradation in lifelong learning for sequential tasks when facing new environments, but it is incremental as it builds on existing clustered lifelong learning methods.

The paper tackles the problem of lifelong learning models with fixed-size knowledge libraries degrading performance when encountering new task clusters, by proposing a Flexible Clustered Lifelong Learning (FCL3) framework with two libraries that self-selects representative models. The results show that FCL3 achieves better performance than most lifelong learning and batch clustered multi-task learning models on several multi-task datasets.

Consider the lifelong machine learning paradigm whose objective is to learn a sequence of tasks depending on previous experiences, e.g., knowledge library or deep network weights. However, the knowledge libraries or deep networks for most recent lifelong learning models are with prescribed size, and can degenerate the performance for both learned tasks and coming ones when facing with a new task environment (cluster). To address this challenge, we propose a novel incremental clustered lifelong learning framework with two knowledge libraries: feature learning library and model knowledge library, called Flexible Clustered Lifelong Learning (FCL3). Specifically, the feature learning library modeled by an autoencoder architecture maintains a set of representation common across all the observed tasks, and the model knowledge library can be self-selected by identifying and adding new representative models (clusters). When a new task arrives, our proposed FCL3model firstly transfers knowledge from these libraries to encode the new task, i.e.,effectively and selectively soft-assigning this new task to multiple representative models over feature learning library. Then, 1) the new task with a higher outlier probability will be judged as a new representative, and used to redefine both feature learning library and representative models over time; or 2) the new task with lower outlier probability will only refine the feature learning library. For model optimization, we cast this lifelong learning problem as an alternating direction minimization problem as a new task comes. Finally, we evaluate the proposed framework by analyzing several multi-task datasets, and the experimental results demonstrate that our FCL3 model can achieve better performance than most lifelong learning frameworks, even batch clustered multi-task learning models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes