paper-with-me

홈 › Papers

Efficient Architecture Search for Continual Learning

2020-06-07 · Qiang Gao, Zhipeng Luo, Diego Klabjan

Continual learning with neural networks is an important learning framework in AI that aims to learn a sequence of tasks well. However, it is often confronted with three challenges: (1) overcome the catastrophic forgetting problem, (2) adapt the current network to new tasks, and meanwhile (3) control its model complexity. To reach these goals, we propose a novel approach named as Continual Learning with Efficient Architecture Search, or CLEAS in short. CLEAS works closely with neural architecture search (NAS) which leverages reinforcement learning techniques to search for the best neural architecture that fits a new task. In particular, we design a neuron-level NAS controller that decides which old neurons from previous tasks should be reused (knowledge transfer), and which new neurons should be added (to learn new knowledge). Such a fine-grained controller allows one to find a very concise architecture that can fit each new task well. Meanwhile, since we do not alter the weights of the reused neurons, we perfectly memorize the knowledge learned from previous tasks. We evaluate CLEAS on numerous sequential classification tasks, and the results demonstrate that CLEAS outperforms other state-of-the-art alternative methods, achieving higher classification accuracy while using simpler neural architectures.

📄 PDF Abstract BibTeX arXiv:2006.04027

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningNeural Architecture SearchTransfer Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Continual and Multi-Task Architecture Search

2019-06-12 · ACL 2019 7 · Ramakanth Pasunuru, Mohit Bansal

Architecture search is the process of automatically learning the neural model or cell structure that best suits the given task. Recently, this approach has shown promising performance improvements (on language modeling a…

Continual LearningGeneral Classificationimage-classificationImage Classification+8

Architecture Matters in Continual Learning

2022-02-01 · Seyed Iman Mirzadeh, Arslan Chaudhry, Dong Yin, Timothy Nguyen 외

A large body of research in continual learning is devoted to overcoming the catastrophic forgetting of neural networks by designing new algorithms that are robust to the distribution shifts. However, the majority of thes…

Continual Learning

Dynamic Dialogue Policy for Continual Reinforcement Learning

2022-04-12 · COLING 2022 10 · Christian Geishauser, Carel van Niekerk, Nurul Lubis, Michael Heck 외

Continual learning is one of the key components of human learning and a necessary requirement of artificial intelligence. As dialogue can potentially span infinitely many topics and tasks, a task-oriented dialogue system…

Continual Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Interactive Continual Learning Architecture for Long-Term Personalization of Home Service Robots

2024-03-06 · Ali Ayub, Chrystopher Nehaniv, Kerstin Dautenhahn

For robots to perform assistive tasks in unstructured home environments, they must learn and reason on the semantic knowledge of the environments. Despite a resurgence in the development of semantic reasoning architectur…

Continual Learning

Effects of Architectures on Continual Semantic Segmentation

2023-02-21 · Tobias Kalb, Niket Ahuja, Jingxing Zhou, Jürgen Beyerer

Research in the field of Continual Semantic Segmentation is mainly investigating novel learning algorithms to overcome catastrophic forgetting of neural networks. Most recent publications have focused on improving learni…

Continual LearningContinual Semantic SegmentationDecoderSemantic Segmentation