LGAug 4, 2017

Lifelong Learning with Dynamically Expandable Networks

arXiv:1708.01547v111435 citations
Originality Highly original
AI Analysis

This addresses the challenge of catastrophic forgetting in deep learning for scenarios requiring continuous adaptation, offering a more efficient solution.

The paper tackles the problem of lifelong learning by proposing a Dynamically Expandable Network (DEN) that adjusts its capacity for sequential tasks, achieving performance comparable to batch-trained models with fewer parameters.

We propose a novel deep network architecture for lifelong learning which we refer to as Dynamically Expandable Network (DEN), that can dynamically decide its network capacity as it trains on a sequence of tasks, to learn a compact overlapping knowledge sharing structure among tasks. DEN is efficiently trained in an online manner by performing selective retraining, dynamically expands network capacity upon arrival of each task with only the necessary number of units, and effectively prevents semantic drift by splitting/duplicating units and timestamping them. We validate DEN on multiple public datasets under lifelong learning scenarios, on which it not only significantly outperforms existing lifelong learning methods for deep networks, but also achieves the same level of performance as the batch counterparts with substantially fewer number of parameters. Further, the obtained network fine-tuned on all tasks obtained significantly better performance over the batch models, which shows that it can be used to estimate the optimal network structure even when all tasks are available in the first place.

Code Implementations3 repos
Foundations

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

Your Notes