paper-with-me

Papers

FANS: Fast Non-Autoregressive Sequence Generation for Item List Continuation

2023-04-02 · Qijiong Liu, Jieming Zhu, Jiahao Wu, Tiandeng Wu, Zhenhua Dong, Xiao-Ming Wu

User-curated item lists, such as video-based playlists on Youtube and book-based lists on Goodreads, have become prevalent for content sharing on online platforms. Item list continuation is proposed to model the overall trend of a list and predict subsequent items. Recently, Transformer-based models have shown promise in comprehending contextual information and capturing item relationships in a list. However, deploying them in real-time industrial applications is challenging, mainly because the autoregressive generation mechanism used in them is time-consuming. In this paper, we propose a novel fast non-autoregressive sequence generation model, namely FANS, to enhance inference efficiency and quality for item list continuation. First, we use a non-autoregressive generation mechanism to decode next $K$ items simultaneously instead of one by one in existing models. Then, we design a two-stage classifier to replace the vanilla classifier used in current transformer-based models to further reduce the decoding time. Moreover, to improve the quality of non-autoregressive generation, we employ a curriculum learning strategy to optimize training. Experimental results on four real-world item list continuation datasets including Zhihu, Spotify, AotM, and Goodreads show that our FANS model can significantly improve inference efficiency (up to 8.7x) while achieving competitive or better generation quality for item list continuation compared with the state-of-the-art autoregressive models. We also validate the efficiency of FANS in an industrial setting. Our source code and data will be available at MindSpore/models and Github.

📄 PDF Abstract BibTeX arXiv:2304.00545

Code (1)

jyonn/fans 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FPETS : Fully Parallel End-to-End Text-to-Speech System

2018-12-12 · Dabiao Ma, Zhiba Su, Wenxuan Wang, Yuhao Lu

End-to-end Text-to-speech (TTS) system can greatly improve the quality of synthesised speech. But it usually suffers form high time latency due to its auto-regressive structure. And the synthesised speech may also suffer…

text-to-speechText to Speech

Autoregressive Generation Strategies for Top-K Sequential Recommendations

2024-09-26 · Anna Volodkevich, Danil Gusak, Anton Klenitskiy, Alexey Vasilev

The goal of modern sequential recommender systems is often formulated in terms of next-item prediction. In this paper, we explore the applicability of generative transformer-based models for the Top-K sequential recommen…

Recommendation SystemsSequential Recommendation

SoccerNet-Caption: Dense Video Captioning for Soccer Broadcasts Commentaries

2023-04-10 · Hassan Mkhallati, Anthony Cioppa, Silvio Giancola, Bernard Ghanem 외

Soccer is more than just a game - it is a passion that transcends borders and unites people worldwide. From the roar of the crowds to the excitement of the commentators, every moment of a soccer match is a thrill. Yet, w…

Dense Video CaptioningVideo Captioning

Non-autoregressive Generative Models for Reranking Recommendation

2024-02-10 · Yuxin Ren, Qiya Yang, Yichun Wu, Wei Xu 외

Contemporary recommendation systems are designed to meet users' needs by delivering tailored lists of items that align with their specific demands or interests. In a multi-stage recommendation system, reranking plays a c…

Recommendation SystemsReranking

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