paper-with-me

Papers

Non-Autoregressive Translation with Layer-Wise Prediction and Deep Supervision

2021-10-14 · Chenyang Huang, Hao Zhou, Osmar R. Zaïane, Lili Mou, Lei LI

How do we perform efficient inference while retaining high translation quality? Existing neural machine translation models, such as Transformer, achieve high performance, but they decode words one by one, which is inefficient. Recent non-autoregressive translation models speed up the inference, but their quality is still inferior. In this work, we propose DSLP, a highly efficient and high-performance model for machine translation. The key insight is to train a non-autoregressive Transformer with Deep Supervision and feed additional Layer-wise Predictions. We conducted extensive experiments on four translation tasks (both directions of WMT'14 EN-DE and WMT'16 EN-RO). Results show that our approach consistently improves the BLEU scores compared with respective base models. Specifically, our best variant outperforms the autoregressive model on three translation tasks, while being 14.8 times more efficient in inference.

📄 PDF Abstract BibTeX arXiv:2110.07515

Code (2)

chenyangh/dslp 공식 구현 pytorch
yafuly/mgmo-nat pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Hybrid-Regressive Neural Machine Translation

2022-10-19 · Qiang Wang, Xinhui Hu, Ming Chen

In this work, we empirically confirm that non-autoregressive translation with an iterative refinement mechanism (IR-NAT) suffers from poor acceleration robustness because it is more sensitive to decoding batch size and c…

CPUDecoderGPUMachine Translation+1

The RoyalFlush System for the WMT 2022 Efficiency Task

2022-12-03 · Bo Qin, Aixin Jia, Qiang Wang, Jianning Lu 외

This paper describes the submission of the RoyalFlush neural machine translation system for the WMT 2022 translation efficiency task. Unlike the commonly used autoregressive translation system, we adopted a two-stage tra…

DecoderGPUKnowledge DistillationMachine Translation+1

Rethinking Training Dynamics in Scale-wise Autoregressive Generation

2025-12-06 · Gengze Zhou, Chongjian Ge, Hao Tan, Feng Liu 외 arxiv

Recent advances in autoregressive (AR) generative models have produced increasingly powerful systems for media synthesis. Among them, next-scale prediction has emerged as a popular paradigm, where models generate images …

Deep Encoder, Shallow Decoder: Reevaluating Non-autoregressive Machine Translation

2020-06-18 · ICLR 2021 1 · Jungo Kasai, Nikolaos Pappas, Hao Peng, James Cross 외

Much recent effort has been invested in non-autoregressive neural machine translation, which appears to be an efficient alternative to state-of-the-art autoregressive machine translation on modern GPUs. In contrast to th…

DecoderKnowledge DistillationMachine TranslationTranslation

Blockwise Parallel Decoding for Deep Autoregressive Models

2018-11-07 · NeurIPS 2018 12 · Mitchell Stern, Noam Shazeer, Jakob Uszkoreit

Deep autoregressive sequence-to-sequence models have demonstrated impressive performance across a wide variety of tasks in recent years. While common architecture classes such as recurrent, convolutional, and self-attent…

DecoderImage Super-ResolutionMachine TranslationSuper-Resolution+1