Latent Multi-Task Architecture Learning

Abstract

Multi-task learning (MTL) allows deep neural networks to learn from related tasks by sharing parameters with other networks. In practice, however, MTL involves searching an enormous space of possible parameter sharing architectures to find (a) the layers or subspaces that benefit from sharing, (b) the appropriate amount of sharing, and (c) the appropriate relative weights of the different task losses. Recent work has addressed each of the above problems in isolation. In this work we present an approach that learns a latent multi-task architecture that jointly addresses (a)–(c). We present experiments on synthetic data and data from OntoNotes 5.0, including four different tasks and seven different domains. Our extension consistently outperforms previous approaches to learning latent architectures for multi-task problems and achieves up to 15% average error reductions over common approaches to MTL.

Cite

Text

Ruder et al. "Latent Multi-Task Architecture Learning." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33014822

Markdown

[Ruder et al. "Latent Multi-Task Architecture Learning." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/ruder2019aaai-latent/) doi:10.1609/AAAI.V33I01.33014822

BibTeX

@inproceedings{ruder2019aaai-latent,
  title     = {{Latent Multi-Task Architecture Learning}},
  author    = {Ruder, Sebastian and Bingel, Joachim and Augenstein, Isabelle and Søgaard, Anders},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {4822-4829},
  doi       = {10.1609/AAAI.V33I01.33014822},
  url       = {https://mlanthology.org/aaai/2019/ruder2019aaai-latent/}
}