← Search

Qingyan Wei

4 accepted papers

2026

Accelerating Diffusion Large Language Models with SlowFast Sampling: The Three Golden Principles

ICLR 2026poster

Diffusion-based language models (dLLMs) have emerged as a promising alternative to traditional autoregressive LLMs by enabling parallel token generation and significantly reducing inference latency. However, existing sampling strategies for dLLMs, such as confidence-based or semi-autoregressive deco…

Cited by 0SourceScholar
2026

Generation then Reconstruction: Accelerating Masked Autoregressive Models via Two-Stage Sampling

ICLR 2026poster

Masked Autoregressive (MAR) models promise better efficiency in visual generation than continuous autoregressive (AR) models for the ability of parallel generation, yet their acceleration potential remains constrained by the modeling complexity of spatially correlated visual tokens in a single step.…

Cited by 0SourcecodeScholar
2026

dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching

ICML 2026poster

Autoregressive Models (ARMs) have long dominated the landscape of Large Language Models. Recently, a new paradigm has emerged in the form of diffusion-based Large Language Models (dLLMs), which generate text by iteratively denoising masked segments. This approach has shown significant advantages and…

Cited by 0SourceScholar
2025

LazyMAR: Accelerating Masked Autoregressive Models via Feature Caching

ICCV 2025poster

Masked Autoregressive (MAR) models have emerged as a promising approach in image generation, expected to surpass traditional autoregressive models in computational efficiency by leveraging the capability of parallel decoding. However, their dependence on bidirectional self-attention inherently confl…