paper-with-me

홈 › Papers

Optimizing Non-Autoregressive Transformers with Contrastive Learning

2023-05-23 · Chenxin An, Jiangtao Feng, Fei Huang, Xipeng Qiu, Lingpeng Kong

Non-autoregressive Transformers (NATs) reduce the inference latency of Autoregressive Transformers (ATs) by predicting words all at once rather than in sequential order. They have achieved remarkable progress in machine translation as well as many other applications. However, a long-standing challenge for NATs is the learning of multi-modality data distribution, which is the main cause of the performance gap between NATs and ATs. In this paper, we propose to ease the difficulty of modality learning via sampling from the model distribution instead of the data distribution. We derive contrastive constraints to stabilize the training process and integrate this resulting objective with the state-of-the-art NAT architecture DA-Transformer. Our model \method is examined on 3 different tasks, including machine translation, text summarization, and paraphrasing with 5 benchmarks. Results show that our approach outperforms previous non-autoregressive baselines by a significant margin and establishes new state-of-the-art results for non-autoregressive transformers on all the benchmarks.

📄 PDF Abstract BibTeX arXiv:2305.13667

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningMachine TranslationText SummarizationTranslation

Similar Papers 제목 키워드 기반

UNCAGE: Contrastive Attention Guidance for Masked Generative Transformers in Text-to-Image Generation

2025-08-07 · Wonjun Kang, Byeongkeun Ahn, Minjae Lee, Kevin Galim 외 arxiv

Text-to-image (T2I) generation has been actively studied using Diffusion Models and Autoregressive Models. Recently, Masked Generative Transformers have gained attention as an alternative to Autoregressive Models to over…

Text-to-Image Generation

On Mesa-Optimization in Autoregressively Trained Transformers: Emergence and Capability

2024-05-27 · Chenyu Zheng, Wei Huang, Rongzhen Wang, Guoqiang Wu 외

Autoregressively trained transformers have brought a profound revolution to the world, especially with their in-context learning (ICL) ability to address downstream tasks. Recently, several studies suggest that transform…

In-Context Learning

Maximum Proxy-Likelihood Estimation for Non-autoregressive Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Maximum Likelihood Estimation (MLE) is commonly used in machine translation, where models with higher likelihood are assumed to perform better in translation. However, this assumption does not hold in the non-autoregress…

Machine TranslationTranslation

VPTR: Efficient Transformers for Video Prediction

2022-03-29 · Xi Ye, Guillaume-Alexandre Bilodeau

In this paper, we propose a new Transformer block for video future frames prediction based on an efficient local spatial-temporal separation attention mechanism. Based on this new Transformer block, a fully autoregressiv…

PredictionVideo Prediction

Transformers are RNNs: Fast Autoregressive Transformers with Linear Attention

2020-06-29 · ICML 2020 1 · Angelos Katharopoulos, Apoorv Vyas, Nikolaos Pappas, François Fleuret

Transformers achieve remarkable performance in several tasks but due to their quadratic complexity, with respect to the input's length, they are prohibitively slow for very long sequences. To address this limitation, we …

D4RLLanguage ModellingOffline RL