paper-with-me

Papers

QuantCache: Adaptive Importance-Guided Quantization with Hierarchical Latent and Layer Caching for Video Generation

2025-03-09 · Junyi Wu, Zhiteng Li, Zheng Hui, Yulun Zhang, Linghe Kong, Xiaokang Yang

Recently, Diffusion Transformers (DiTs) have emerged as a dominant architecture in video generation, surpassing U-Net-based models in terms of performance. However, the enhanced capabilities of DiTs come with significant drawbacks, including increased computational and memory costs, which hinder their deployment on resource-constrained devices. Current acceleration techniques, such as quantization and cache mechanism, offer limited speedup and are often applied in isolation, failing to fully address the complexities of DiT architectures. In this paper, we propose QuantCache, a novel training-free inference acceleration framework that jointly optimizes hierarchical latent caching, adaptive importance-guided quantization, and structural redundancy-aware pruning. QuantCache achieves an end-to-end latency speedup of 6.72$\times$ on Open-Sora with minimal loss in generation quality. Extensive experiments across multiple video generation benchmarks demonstrate the effectiveness of our method, setting a new standard for efficient DiT inference. The code and models will be available at https://github.com/JunyiWuCode/QuantCache.

📄 PDF Abstract BibTeX arXiv:2503.06545

Code (1)

junyiwucode/quantcache 공식 구현

Tasks

QuantizationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LSAQ: Layer-Specific Adaptive Quantization for Large Language Model Deployment

2024-12-24 · Binrui Zeng, Bin Ji, Xiaodong Liu, Jie Yu 외

As Large Language Models (LLMs) demonstrate exceptional performance across various domains, deploying LLMs on edge devices has emerged as a new trend. Quantization techniques, which reduce the size and memory requirement…

Language ModelingLanguage ModellingLarge Language ModelQuantization

BrainRVQ: A High-Fidelity EEG Foundation Model via Dual-Domain Residual Quantization and Hierarchical Autoregression

2026-02-18 · Mingzhe Cui, Tao Chen, Yang Jiao, Yiqin Wang 외 arxiv

Developing foundation models for electroencephalography (EEG) remains challenging due to the signal's low signal-to-noise ratio and complex spectro-temporal non-stationarity. Existing approaches often overlook the hierar…

Efficient and Robust Quantization-aware Training via Adaptive Coreset Selection

2023-06-12 · Xijie Huang, Zechun Liu, Shih-Yang Liu, Kwang-Ting Cheng

Quantization-aware training (QAT) is a representative model compression method to reduce redundancy in weights and activations. However, most existing QAT methods require end-to-end training on the entire dataset, which …

Model CompressionQuantization

EdgeQAT: Entropy and Distribution Guided Quantization-Aware Training for the Acceleration of Lightweight LLMs on the Edge

2024-02-16 · Xuan Shen, Zhenglun Kong, Changdi Yang, Zhaoyang Han 외

Despite the remarkable strides of Large Language Models (LLMs) in various fields, the wide applications of LLMs on edge devices are limited due to their massive parameters and computations. To address this, quantization …

Quantization

ProfilingAgent: Profiling-Guided Agentic Reasoning for Adaptive Model Optimization

2025-09-06 · Sadegh Jafari, Aishwarya Sarkar, Mohiuddin Bilwal, Ali Jannesari arxiv

Foundation models face growing compute and memory bottlenecks, hindering deployment on resource-limited platforms. While compression techniques such as pruning and quantization are widely used, most rely on uniform heuri…