paper-with-me

Papers

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

2025-06-12 · Qingyan Wei, Yaojie Zhang, Zhiyuan Liu, Dongrui Liu, Linfeng Zhang

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 decoding, often suffer from static behavior, leading to suboptimal efficiency and limited flexibility. In this paper, we propose SlowFast Sampling, a novel dynamic sampling strategy that adaptively alternates between exploratory and accelerated decoding stages. Our method is guided by three golden principles: certainty principle, convergence principle, and positional principle, which govern when and where tokens can be confidently and efficiently decoded. We further integrate our strategy with dLLM-Cache to reduce redundant computation. Extensive experiments across benchmarks and models show that SlowFast Sampling achieves up to 15.63$\times$ speedup on LLaDA with minimal accuracy drop, and up to 34.22$\times$ when combined with caching. Notably, our approach outperforms strong autoregressive baselines like LLaMA3 8B in throughput, demonstrating that well-designed sampling can unlock the full potential of dLLMs for fast and high-quality generation.

📄 PDF Abstract BibTeX arXiv:2506.10848

Code (1)

liangrunflora/slow-fast-sampling 공식 구현 pytorch

Similar Papers 제목 키워드 기반

V-SlowFast Network for Efficient Visual Sound Separation

2021-09-18 · Lingyu Zhu, Esa Rahtu

The objective of this paper is to perform visual sound separation: i) we study visual sound separation on spectrograms of different temporal resolutions; ii) we propose a new light yet efficient three-stream framework V-…

Region-Aware Multimodal Large Language Model via SlowFast Tokenization and Pseudo-Mask Guidance for 3D CT Report Generation

2025-06-29 · Sunggu Kyung, Jinyoung Seo, Hyunseok Lim, Dongyeong Kim 외 arxiv

Current CT report generation frameworks predominantly rely on global feature representations, often failing to capture region-specific details and potentially missing certain abnormalities. To overcome this limitation, w…

SlowFast-LLaVA: A Strong Training-Free Baseline for Video Large Language Models

2024-07-22 · Mingze Xu, Mingfei Gao, Zhe Gan, Hong-You Chen 외

We propose SlowFast-LLaVA (or SF-LLaVA for short), a training-free video large language model (LLM) that can jointly capture detailed spatial semantics and long-range temporal context without exceeding the token budget o…

Language ModelingLanguage ModellingLarge Language Model+8

SlowFast-VGen: Slow-Fast Learning for Action-Driven Long Video Generation

2024-10-30 · Yining Hong, Beide Liu, Maxine Wu, Yuanhao Zhai 외

Human beings are endowed with a complementary learning system, which bridges the slow learning of general world dynamics with fast storage of episodic memory from a new experience. Previous video generation models, howev…

Video Generation

Enhanced dynamic sign language recognition using slowfast networks

2021-12-30 · IEEE 2021 12 · Ahmed Hassan, Ahmed Elgabry, Elsayed Hemayed

In this paper, we use the SlowFast Networks developed by the Facebook research team to enhance the accuracy of dynamic sign language recognition. Firstly, we prepared the Word-Level American Sign Language (WLASL) dataset…

Sign Language RecognitionTransfer Learning