paper-with-me

Papers

TASQ: Temporal-Adaptive Bit Sparsification Quantization for Diffusion Models

2026-08-04 · Seokho Han, Dongwei Wang, Jinhee Kim, Yiran Chen, Kang Eun Jeon, Huanrui Yang, Jong Hwan Ko arxiv

Static quantization assigns one weight precision to every denoising step. To preserve quality, that precision must accommodate the most quantization-sensitive step, even though many other steps can tolerate fewer bits. The resulting model may satisfy its memory budget, but it repeatedly pays worst-case arithmetic throughout the denoising trajectory. We introduce Temporal-Adaptive Bit Sparsification Quantization (TASQ) to separate these two costs. TASQ stores one shared maximum-precision weight buffer and learns a Temporal-Spatial LSB Mask that selects a lower effective precision for each layer and denoising stage by truncating least-significant bits. Storage therefore remains fixed by the worst case, while BitOPs decrease at less sensitive stages without per-stage weight copies or runtime search. A Temporal-Precision Engine maps the learned schedule to bit-serial execution, where cycles scale with effective precision and switching precision has no measured cycle overhead. On PixArt-Sigma, SANA-1.6B, and SDXL-Turbo, TASQ achieves quality comparable to static quantization with less computation. Together with the Temporal-Precision Engine, it reduces execution cycles by 25 to 50 percent over static quantization and by 6.1 to 7.5x over a naive static 8-bit bit-serial execution. Code is available at https://github.com/seokho-han/tasq.

📄 PDF Abstract BibTeX arXiv:2608.03057

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QuantSparse: Comprehensively Compressing Video Diffusion Transformer with Model Quantization and Attention Sparsification

2025-09-28 · Weilun Feng, Chuanguang Yang, Haotong Qin, Mingqiang Wu 외 arxiv

Diffusion transformers exhibit remarkable video generation capability, yet their prohibitive computational and memory costs hinder practical deployment. Model quantization and attention sparsification are two promising d…

Video Generation

Metasql: A Generate-then-Rank Framework for Natural Language to SQL Translation

2024-02-27 · Yuankai Fan, Zhenying He, Tonghui Ren, Can Huang 외

The Natural Language Interface to Databases (NLIDB) empowers non-technical users with database access through intuitive natural language (NL) interactions. Advanced approaches, utilizing neural sequence-to-sequence model…

Learning-To-RankTranslation

RT-Lynx: Putting GEMM Sparsity in the Right Place for Diffusion Models

2026-05-26 · Xing Cong, Hanlin Tang, Kan Liu, Lan Tao 외 arxiv

Diffusion Transformers (DiT) achieve strong performance in image generation but incur substantial inference costs. While prior work has reduced this cost via quantization and distillation, semi-structured sparsity, which…

Image Generation

BitSnap: Checkpoint Sparsification and Quantization in LLM Training

2025-11-15 · Yanxin Peng, Qingping Li, Baodong Wu, Shigang Li 외 arxiv

As large language models (LLMs) continue to grow in size and complexity, efficient checkpoint saving\&loading has become crucial for managing storage, memory usage, and fault tolerance in LLM training. The current works …

USV: Unified Sparsification for Accelerating Video Diffusion Models

2025-12-05 · Xinjian Wu, Hongmei Wang, Yuan Zhou, Qinglin Lu arxiv

The scalability of high-fidelity video diffusion models (VDMs) is constrained by two key sources of redundancy: the quadratic complexity of global spatio-temporal attention and the computational overhead of long iterativ…

Video Generation