# Continual and Multi-Task Architecture Search

**Authors:** Ramakanth Pasunuru, Mohit Bansal

arXiv: 1906.05226 · 2019-06-13

## TL;DR

This paper introduces continual and multi-task neural architecture search methods that improve lifelong learning and transferability across tasks, demonstrated on NLP and video captioning benchmarks.

## Contribution

It proposes novel continual and multi-task architecture search techniques that adapt models over multiple tasks without performance loss and find generalizable cell structures.

## Key findings

- Effective lifelong learning on sentence-pair classification tasks
- Successful multi-task architecture transfer to unseen tasks
- Analyzed and validated learned cell structures

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.05226/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.05226/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1906.05226/full.md

---
Source: https://tomesphere.com/paper/1906.05226