paper-with-me

Papers

QuickMerge++: Fast Token Merging with Autoregressive Prior

2025-08-16 · Dong Liu, Yanxuan Yu arxiv

As generative models scale to larger inputs across language, vision, and video domains, the cost of token-level computation has become a key bottleneck. While prior work suggests that only a subset of tokens significantly influence downstream predictions, most token selection methods are static, modality-specific, or incompatible with autoregressive generation. In this paper, we propose QuickMerge, a lightweight token merging framework designed for efficient next-token prediction. QuickMerge dynamically selects a reduced number of tokens based on attention norm magnitude, guided by an entropy-based budget estimator. To preserve autoregressive compatibility, we introduce a lightweight transformer prior trained over the merged token sequence. By combining semantic salience estimation, flexible token budgets, and AR alignment, QuickMerge enables accurate generation with fewer tokens. We evaluate QuickMerge across multi-modality domains, demonstrating consistent improvements in compute-accuracy tradeoffs. Specifically, QuickMerge reduces token counts sustantially while matching as well as exceeding the performance of learned tokenizers and fixed-patch baselines.

📄 PDF Abstract BibTeX arXiv:2508.13204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploiting Discriminative Codebook Prior for Autoregressive Image Generation

2025-08-14 · Longxiang Tang, Ruihang Chu, Xiang Wang, Yujin Han 외 arxiv

Advanced discrete token-based autoregressive image generation systems first tokenize images into sequences of token indices with a codebook, and then model these sequences in an autoregressive paradigm. While autoregress…

Image Generation

FlashMesh: Faster and Better Autoregressive Mesh Synthesis via Structured Speculation

2025-11-19 · Tingrui Shen, Yiheng Zhang, Chen Tang, Chuan Ping 외 arxiv

Autoregressive models can generate high-quality 3D meshes by sequentially producing vertices and faces, but their token-by-token decoding results in slow inference, limiting practical use in interactive and large-scale a…

DPAR: Dynamic Patchification for Efficient Autoregressive Visual Generation

2025-12-26 · Divyansh Srivastava, Akshay Mehra, Pranav Maneriker, Debopam Sanyal 외 arxiv

Decoder-only autoregressive image generation typically relies on fixed-length tokenization schemes whose token counts grow quadratically with resolution, substantially increasing the computational and memory demands of a…

multimodal generationImage Generation

MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging

2026-05-29 · Luyuan Zhang, Siyuan Li, Zedong Wang, Qingsong Xie 외 arxiv

Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly sui…

Image Generation

FASTer: Toward Efficient Autoregressive Vision Language Action Modeling via Neural Action Tokenization

2025-12-04 · Yicheng Liu, Shiduo Zhang, Zibin Dong, Baijun Ye 외 arxiv

Autoregressive vision-language-action (VLA) models have recently demonstrated strong capabilities in robotic manipulation. However, their core process of action tokenization often involves a trade-off between reconstruct…