Layer-Wise Multi-View Learning for Neural Machine Translation
Qiang Wang, Changliang Li, Yue Zhang, Tong Xiao, Jingbo Zhu

TL;DR
This paper introduces a layer-wise multi-view learning approach for neural machine translation that leverages intermediate encoder layer outputs as auxiliary views, improving translation quality without altering model architecture.
Contribution
It proposes a novel layer-wise multi-view learning method that uses existing encoder layers as auxiliary views, enhancing translation performance while preserving inference speed.
Findings
Achieves stable improvements over strong baselines on five translation tasks.
Maintains the same inference speed as the original model.
Is architecture-agnostic and does not require structural modifications.
Abstract
Traditional neural machine translation is limited to the topmost encoder layer's context representation and cannot directly perceive the lower encoder layers. Existing solutions usually rely on the adjustment of network architecture, making the calculation more complicated or introducing additional structural restrictions. In this work, we propose layer-wise multi-view learning to solve this problem, circumventing the necessity to change the model structure. We regard each encoder layer's off-the-shelf output, a by-product in layer-by-layer encoding, as the redundant view for the input sentence. In this way, in addition to the topmost encoder layer (referred to as the primary view), we also incorporate an intermediate encoder layer as the auxiliary view. We feed the two views to a partially shared decoder to maintain independent prediction. Consistency regularization based on KL…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
