paper-with-me

홈 › Papers

TAP: A Token-Adaptive Predictor Framework for Training-Free Diffusion Acceleration

2026-03-04 · Haowei Zhu, Tingxuan Huang, Xing Wang, Tianyu Zhao, Jiexi Wang, Weifeng Chen, Xurui Peng, Fangmin Chen, Junhai Yong, Bin Wang arxiv

Diffusion models achieve strong generative performance but remain slow at inference due to the need for repeated full-model denoising passes. We present Token-Adaptive Predictor (TAP), a training-free, probe-driven framework that adaptively selects a predictor for each token at every sampling step. TAP uses a single full evaluation of the model's first layer as a low-cost probe to compute proxy losses for a compact family of candidate predictors (instantiated primarily with Taylor expansions of varying order and horizon), then assigns each token the predictor with the smallest proxy error. This per-token "probe-then-select" strategy exploits heterogeneous temporal dynamics, requires no additional training, and is compatible with various predictor designs. TAP incurs negligible overhead while enabling large speedups with little or no perceptual quality loss. Extensive experiments across multiple diffusion architectures and generation tasks show that TAP substantially improves the accuracy-efficiency frontier compared to fixed global predictors and caching-only baselines.

📄 PDF Abstract BibTeX arXiv:2603.03792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaEDL: Early Draft Stopping for Speculative Decoding of Large Language Models via an Entropy-based Lower Bound on Token Acceptance Probability

2024-10-24 · Sudhanshu Agrawal, Wonseok Jeon, Mingu Lee

Speculative decoding is a powerful technique that attempts to circumvent the autoregressive constraint of modern Large Language Models (LLMs). The aim of speculative decoding techniques is to improve the average inferenc…

MAGNET: Improving the Multilingual Fairness of Language Models with Adaptive Gradient-Based Tokenization

2024-07-11 · Orevaoghene Ahia, Sachin Kumar, Hila Gonen, Valentin Hofmann 외

In multilingual settings, non-Latin scripts and low-resource languages are usually disadvantaged in terms of language models' utility, efficiency, and cost. Specifically, previous studies have reported multiple modeling …

FairnessLanguage ModellingSegmentation

FLEXITOKENS: Flexible Tokenization for Evolving Language Models

2025-07-17 · Abraham Toluase Owodunni, Orevaoghene Ahia, Sachin Kumar

Language models (LMs) are challenging to adapt to new data distributions by simple finetuning. This is due to the rigidity of their subword tokenizers, which typically remain unchanged during adaptation. This inflexibili…

WorldCache: Accelerating World Models for Free via Heterogeneous Token Caching

2026-03-06 · Weilun Feng, Guoxin Fan, Haotong Qin, Mingqiang Wu 외 arxiv

Diffusion-based world models have shown strong potential for unified world simulation, but the iterative denoising remains too costly for interactive use and long-horizon rollouts. While feature caching can accelerate in…

AdaMerge: Salience-Aware Adaptive Token Merging for Training-Free Acceleration of Vision Transformers

2026-05-26 · Semi Lee, Hyejin Go, Hyesong Choi arxiv

The quadratic cost of self-attention in Vision Transformers (ViTs) constitutes a fundamental bottleneck for practical deployment, motivating a vibrant line of research on token reduction. Among existing approaches, token…