paper-with-me

홈 › Papers

Non-Autoregressive Sequence Generation

2022-05-01 · ACL 2022 5 · Jiatao Gu, Xu Tan

Non-autoregressive sequence generation (NAR) attempts to generate the entire or partial output sequences in parallel to speed up the generation process and avoid potential issues (e.g., label bias, exposure bias) in autoregressive generation. While it has received much research attention and has been applied in many sequence generation tasks in natural language and speech, naive NAR models still face many challenges to close the performance gap between state-of-the-art autoregressive models because of a lack of modeling power. In this tutorial, we will provide a thorough introduction and review of non-autoregressive sequence generation, in four sections: 1) Background, which covers the motivation of NAR generation, the problem definition, the evaluation protocol, and the comparison with standard autoregressive generation approaches. 2) Method, which includes different aspects: model architecture, objective function, training data, learning paradigm, and additional inference tricks. 3) Application, which covers different tasks in text and speech generation, and some advanced topics in applications. 4) Conclusion, in which we describe several research challenges and discuss the potential future research directions. We hope this tutorial can serve both academic researchers and industry practitioners working on non-autoregressive sequence generation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpectralAR: Spectral Autoregressive Visual Generation

2025-06-12 · Yuanhui Huang, Weiliang Chen, Wenzhao Zheng, Yueqi Duan 외

Autoregressive visual generation has garnered increasing attention due to its scalability and compatibility with other modalities compared with diffusion models. Most existing methods construct visual sequences as spatia…

Image Reconstruction

SequenceMatch: Imitation Learning for Autoregressive Sequence Modelling with Backtracking

2023-06-08 · Chris Cundy, Stefano Ermon

In many domains, autoregressive models can attain high likelihood on the task of predicting the next observation. However, this maximum-likelihood (MLE) objective does not necessarily match a downstream use-case of autor…

Imitation LearningText Generation

Deterministic Non-Autoregressive Neural Sequence Modeling by Iterative Refinement

2018-02-19 · EMNLP 2018 10 · Jason Lee, Elman Mansimov, Kyunghyun Cho

We propose a conditional non-autoregressive neural sequence model based on iterative refinement. The proposed model is designed based on the principles of latent variable models and denoising autoencoders, and is general…

Caption GenerationDenoisingMachine TranslationTranslation

Parallelizing Autoregressive Generation with Variational State Space Models

2024-07-11 · Gaspard Lambrechts, Yann Claes, Pierre Geurts, Damien Ernst

Attention-based models such as Transformers and recurrent models like state space models (SSMs) have emerged as successful methods for autoregressive sequence modeling. Although both enable parallel training, none enable…

DecoderMambaState Space ModelsText Generation

Towards Fast Graph Generation via Autoregressive Noisy Filtration Modeling

2025-02-04 · Markus Krimmel, Jenna Wiens, Karsten Borgwardt, Dexiong Chen

Graph generative models often face a critical trade-off between learning complex distributions and achieving fast generation speed. We introduce Autoregressive Noisy Filtration Modeling (ANFM), a novel approach that addr…

Graph GenerationTopological Data Analysis