paper-with-me

홈 › Papers

AR-MAP: Are Autoregressive Large Language Models Implicit Teachers for Diffusion Large Language Models?

2026-02-02 · Liang Lin, Feng Xiong, Zengbin Wang, Kun Wang, Junhao Dong, Xuecai Hu, Yong Wang, Xiangxiang Chu arxiv

Diffusion Large Language Models (DLLMs) have emerged as a powerful alternative to autoregressive models, enabling parallel token generation across multiple positions. However, preference alignment of DLLMs remains challenging due to high variance introduced by Evidence Lower Bound (ELBO)-based likelihood estimation. In this work, we propose AR-MAP, a novel transfer learning framework that leverages preference-aligned autoregressive LLMs (AR-LLMs) as implicit teachers for DLLM alignment. We reveal that DLLMs can effectively absorb alignment knowledge from AR-LLMs through simple weight scaling, exploiting the shared architectural structure between these divergent generation paradigms. Crucially, our approach circumvents the high variance and computational overhead of direct DLLM alignment and comprehensive experiments across diverse preference alignment tasks demonstrate that AR-MAP achieves competitive or superior performance compared to existing DLLM-specific alignment methods, achieving 69.08\% average score across all tasks and models. Our Code is available at https://github.com/AMAP-ML/AR-MAP.

📄 PDF Abstract BibTeX arXiv:2602.02178

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Diffusion Beats Autoregressive in Data-Constrained Settings

2025-07-21 · Mihir Prabhudesai, Mengning Wu, Amir Zadeh, Katerina Fragkiadaki 외 arxiv

Autoregressive (AR) models have long dominated the landscape of large language models, driving progress across a wide range of tasks. Recently, diffusion-based language models have emerged as a promising alternative, tho…

Data Augmentation

BAgger: Backwards Aggregation for Mitigating Drift in Autoregressive Video Diffusion Models

2025-12-12 · Ryan Po, Eric Ryan Chan, Changan Chen, Gordon Wetzstein arxiv

Autoregressive video models are promising for world modeling via next-frame prediction, but they suffer from exposure bias: a mismatch between training on clean contexts and inference on self-generated frames, causing er…

DiffCap: Exploring Continuous Diffusion on Image Captioning

2023-05-20 · Yufeng He, Zefan Cai, Xu Gan, Baobao Chang

Current image captioning works usually focus on generating descriptions in an autoregressive manner. However, there are limited works that focus on generating descriptions non-autoregressively, which brings more decoding…

Caption GenerationDiversityImage CaptioningImage Description+2

Visual Implicit Autoregressive Modeling

2026-05-02 · Pengfei Jiang, Jixiang Luo, Luxi Lin, Zhaohong Huang 외 arxiv

Visual Autoregressive Modeling (VAR) based on next-scale prediction achieves strong generation quality, but their explicit deep stacks fix the amount of computation per scale and inflate memory at high resolutions. We in…

Pard: Permutation-Invariant Autoregressive Diffusion for Graph Generation

2024-02-06 · Lingxiao Zhao, Xueying Ding, Leman Akoglu

Graph generation has been dominated by autoregressive models due to their simplicity and effectiveness, despite their sensitivity to ordering. Yet diffusion models have garnered increasing attention, as they offer compar…

DenoisingGraph GenerationSensitivity