CLCVLGJun 12, 2019

Continual and Multi-Task Architecture Search

arXiv:1906.05226v11106 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of life-long and multi-task learning in neural architecture search, offering incremental improvements for AI systems that need to adapt to sequential or diverse tasks.

The paper tackles the problem of automatically learning neural architectures for multiple tasks without forgetting previous ones, introducing continual and multi-task architecture search approaches that achieve competitive performance on GLUE sentence-pair classification and video captioning tasks.

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.

Code Implementations1 repo
Foundations

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

Your Notes