paper-with-me

홈 › Papers

Lifelong Learning with Dynamically Expandable Networks

2017-08-04 · ICLR 2018 1 · Jaehong Yoon, Eunho Yang, Jeongtae Lee, Sung Ju Hwang

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.

📄 PDF Abstract BibTeX arXiv:1708.01547

Code (3)

epsilon-deltta/ssd_guillotine pytorch
jaehong-yoon93/DEN tf
mako-anon/mako tf

Tasks

Lifelong learning

Similar Papers 제목 키워드 기반

E2-AEN: End-to-End Incremental Learning with Adaptively Expandable Network

2022-07-14 · Guimei Cao, Zhanzhan Cheng, Yunlu Xu, Duo Li 외

Expandable networks have demonstrated their advantages in dealing with catastrophic forgetting problem in incremental learning. Considering that different tasks may need different structures, recent methods design dynami…

Incremental Learning

DER: Dynamically Expandable Representation for Class Incremental Learning

2021-03-31 · CVPR 2021 1 · Shipeng Yan, Jiangwei Xie, Xuming He

We address the problem of class incremental learning, which is a core step towards achieving adaptive vision intelligence. In particular, we consider the task setting of incremental learning with limited memory and aim t…

class-incremental learningClass Incremental LearningIncremental LearningNovel Concepts

MixLoRA-DSI: Dynamically Expandable Mixture-of-LoRA Experts for Rehearsal-Free Generative Retrieval over Dynamic Corpora

2025-07-14 · Tuan-Luc Huynh, Thuy-Trang Vu, Weiqing Wang, Trung Le 외 arxiv

Continually updating model-based indexes in generative retrieval with new documents remains challenging, as full retraining is computationally expensive and impractical under resource constraints. We propose MixLoRA-DSI,…

Dataflow matrix machines as programmable, dynamically expandable, self-referential generalized recurrent neural networks

2016-05-17 · Michael Bukatin, Steve Matthews, Andrey Radul

Dataflow matrix machines are a powerful generalization of recurrent neural networks. They work with multiple types of linear streams and multiple types of neurons, including higher-order neurons which dynamically update …

Bridging Graph Network to Lifelong Learning with Feature Interaction

2021-01-01 · Chen Wang, Yuheng Qiu, Sebastian Scherer

Graph neural networks (GNN) are powerful models for many graph-structured tasks. In this paper, we aim to bridge GNN to lifelong learning, which is to overcome the effect of ``catastrophic forgetting" for continuously le…

Graph ClassificationLifelong learningNode Classification