paper-with-me

Papers

Regularize, Expand and Compress: Multi-task based Lifelong Learning via NonExpansive AutoML

2019-03-20 · Jie Zhang, Junting Zhang, Shalini Ghosh, Dawei Li, Jingwen Zhu, Heming Zhang, Yalin Wang

Lifelong learning, the problem of continual learning where tasks arrive in sequence, has been lately attracting more attention in the computer vision community. The aim of lifelong learning is to develop a system that can learn new tasks while maintaining the performance on the previously learned tasks. However, there are two obstacles for lifelong learning of deep neural networks: catastrophic forgetting and capacity limitation. To solve the above issues, inspired by the recent breakthroughs in automatically learning good neural network architectures, we develop a Multi-task based lifelong learning via nonexpansive AutoML framework termed Regularize, Expand and Compress (REC). REC is composed of three stages: 1) continually learns the sequential tasks without the learned tasks' data via a newly proposed multi-task weight consolidation (MWC) algorithm; 2) expands the network to help the lifelong learning with potentially improved model capability and performance by network-transformation based AutoML; 3) compresses the expanded model after learning every new task to maintain model efficiency and performance. The proposed MWC and REC algorithms achieve superior performance over other lifelong learning algorithms on four different datasets.

📄 PDF Abstract BibTeX arXiv:1903.08362

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLContinual LearningLifelong learning

Similar 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…

Lifelong learning

Selective experience replay compression using coresets for lifelong deep reinforcement learning in medical imaging

2023-02-22 · Guangyao Zheng, Samson Zhou, Vladimir Braverman, Michael A. Jacobs 외

Selective experience replay is a popular strategy for integrating lifelong learning with deep reinforcement learning. Selective experience replay aims to recount selected experiences from previous tasks to avoid catastro…

Brain Tumor SegmentationDeep Reinforcement LearningLifelong learningTumor Segmentation

AstraNav-Memory: Contexts Compression for Long Memory

2025-12-25 · Botao Ren, Junjun Hu, Xinda Xue, Minghua Luo 외 arxiv

Lifelong embodied navigation requires agents to accumulate, retain, and exploit spatial-semantic experience across tasks, enabling efficient exploration in novel environments and rapid goal reaching in familiar ones. Whi…

Lifelong Generative Modeling

2017-05-27 · ICLR 2018 1 · Jason Ramapuram, Magda Gregorova, Alexandros Kalousis

Lifelong learning is the problem of learning multiple consecutive tasks in a sequential manner, where knowledge gained from previous tasks is retained and used to aid future learning over the lifetime of the learner. It …

Lifelong learningTransfer Learning

Learn Continually, Generalize Rapidly: Lifelong Knowledge Accumulation for Few-shot Learning

2021-04-18 · Findings (EMNLP) 2021 11 · Xisen Jin, Bill Yuchen Lin, Mohammad Rostami, Xiang Ren

The ability to continuously expand knowledge over time and utilize it to rapidly generalize to new tasks is a key feature of human linguistic intelligence. Existing models that pursue rapid generalization to new tasks (e…

Continual LearningFew-Shot LearningLanguage ModellingMeta-Learning+1