paper-with-me

홈 › 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 and image classification) with reasonable training speed, using a weight sharing strategy called Efficient Neural Architecture Search (ENAS). In our work, we first introduce a novel continual architecture search (CAS) approach, so as to continually evolve the model parameters during the sequential training of several tasks, without losing performance on previously learned tasks (via block-sparsity and orthogonality constraints), thus enabling life-long learning. Next, we explore a multi-task architecture search (MAS) approach over ENAS for finding a unified, single cell structure that performs well across multiple tasks (via joint controller rewards), and hence allows more generalizable transfer of the cell structure knowledge to an unseen new task. We empirically show the effectiveness of our sequential continual learning and parallel multi-task learning based architecture search approaches on diverse sentence-pair classification tasks (GLUE) and multimodal-generation based video captioning tasks. Further, we present several ablations and analyses on the learned cell structures.

📄 PDF Abstract BibTeX arXiv:1906.05226

Code (1)

ramakanth-pasunuru/CAS-MAS 공식 구현 pytorch

Tasks

Continual LearningGeneral Classificationimage-classificationImage ClassificationLanguage ModelingLanguage Modellingmultimodal generationMulti-Task LearningNeural Architecture SearchSentenceSentence-Pair ClassificationVideo Captioning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Adversarial Continual Learning

2020-03-21 · ECCV 2020 8 · Sayna Ebrahimi, Franziska Meier, Roberto Calandra, Trevor Darrell 외

Continual learning aims to learn new tasks without forgetting previously learned ones. We hypothesize that representations learned to solve each task in a sequence have a shared structure while containing some task-speci…

Continual Learningimage-classificationImage Classification

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

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

Continual LearningNeural Architecture SearchTransfer Learning

Towards Improved Imbalance Robustness in Continual Multi-Label Learning with Dual Output Spiking Architecture (DOSA)

2024-02-07 · Sourav Mishra, Shirin Dora, Suresh Sundaram

Algorithms designed for addressing typical supervised classification problems can only learn from a fixed set of samples and labels, making them unsuitable for the real world, where data arrives as a stream of samples of…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label 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)