CLLGJul 29, 2022

GTrans: Grouping and Fusing Transformer Layers for Neural Machine Translation

Microsoft
arXiv:2207.14467v224 citationsh-index: 102
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in Transformer architectures for machine translation, offering an incremental improvement that enhances model performance and scalability.

The paper tackled the problem of Transformer models ignoring potentially valuable lower-layer features in neural machine translation by proposing GTrans, which groups and fuses multi-layer representations, resulting in consistent performance gains over baseline Transformers on multiple benchmarks and scaling up to 60 encoder and 36 decoder layers.

Transformer structure, stacked by a sequence of encoder and decoder network layers, achieves significant development in neural machine translation. However, vanilla Transformer mainly exploits the top-layer representation, assuming the lower layers provide trivial or redundant information and thus ignoring the bottom-layer feature that is potentially valuable. In this work, we propose the Group-Transformer model (GTrans) that flexibly divides multi-layer representations of both encoder and decoder into different groups and then fuses these group features to generate target words. To corroborate the effectiveness of the proposed method, extensive experiments and analytic experiments are conducted on three bilingual translation benchmarks and two multilingual translation tasks, including the IWLST-14, IWLST-17, LDC, WMT-14 and OPUS-100 benchmark. Experimental and analytical results demonstrate that our model outperforms its Transformer counterparts by a consistent gain. Furthermore, it can be successfully scaled up to 60 encoder layers and 36 decoder layers.

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