Dynamic Layer Aggregation for Neural Machine Translation with Routing-by-Agreement

Abstract

With the promising progress of deep neural networks, layer aggregation has been used to fuse information across layers in various fields, such as computer vision and machine translation. However, most of the previous methods combine layers in a static fashion in that their aggregation strategy is independent of specific hidden states. Inspired by recent progress on capsule networks, in this paper we propose to use routing-by-agreement strategies to aggregate layers dynamically. Specifically, the algorithm learns the probability of a part (individual layer representations) assigned to a whole (aggregated representations) in an iterative way and combines parts accordingly. We implement our algorithm on top of the state-of-the-art neural machine translation model TRANSFORMER and conduct experiments on the widely-used WMT14 sh⇒German and WMT17 Chinese⇒English translation datasets. Experimental results across language pairs show that the proposed approach consistently outperforms the strong baseline model and a representative static aggregation model.

Cite

Text

Dou et al. "Dynamic Layer Aggregation for Neural Machine Translation with Routing-by-Agreement." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.330186

Markdown

[Dou et al. "Dynamic Layer Aggregation for Neural Machine Translation with Routing-by-Agreement." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/dou2019aaai-dynamic/) doi:10.1609/AAAI.V33I01.330186

BibTeX

@inproceedings{dou2019aaai-dynamic,
  title     = {{Dynamic Layer Aggregation for Neural Machine Translation with Routing-by-Agreement}},
  author    = {Dou, Zi-Yi and Tu, Zhaopeng and Wang, Xing and Wang, Longyue and Shi, Shuming and Zhang, Tong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {86-93},
  doi       = {10.1609/AAAI.V33I01.330186},
  url       = {https://mlanthology.org/aaai/2019/dou2019aaai-dynamic/}
}