paper-with-me

Papers

QuantVLA: Scale-Calibrated Post-Training Quantization for Vision-Language-Action Models

2026-02-23 · Jingxuan Zhang, Yunta Hsieh, Zhongwei Wan, Haokun Lin, Xin Wang, Ziqi Wang, Yingtie Lei, Mi Zhang arxiv

Vision-language-action (VLA) models unify perception, language, and control for embodied agents but face significant challenges in practical deployment due to rapidly increasing compute and memory demands, especially as models scale to longer horizons and larger backbones. To address these bottlenecks, we introduce QuantVLA, a training-free post-training quantization (PTQ) framework that, to our knowledge, is the first PTQ approach for VLA systems and the first to successfully quantize a diffusion transformer (DiT) action head. QuantVLA incorporates three scale-calibrated components: (1) a selective quantization layout that integerizes all linear layers in both the language backbone and the DiT while keeping attention projections in floating point to preserve the original operator schedule; (2) attention temperature matching, a lightweight per-head scaling mechanism that stabilizes attention logits and is folded into the dequantization scales at inference; and (3) output head balancing, a per-layer residual interface calibration that mitigates post-projection energy drift. The framework requires no additional training, uses only a small unlabeled calibration buffer, and supports integer kernels for low-bit weights and activations while leaving the architecture unchanged. Across representative VLA models on LIBERO, QuantVLA exceeds the task success rates of full-precision baselines, achieves about 70% relative memory savings on the quantized components, providing a practical pathway toward scalable low-bit embodied intelligence under strict compute, memory, and power constraints.

📄 PDF Abstract BibTeX arXiv:2602.20309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SINQ: Sinkhorn-Normalized Quantization for Calibration-Free Low-Precision LLM Weights

2025-09-26 · Lorenz K. Müller, Philippe Bich, Jiawei Zhuang, Ahmet Çelik 외 arxiv

Post-training quantization has emerged as the most widely used strategy for deploying large language models at low precision. Still, current methods show perplexity degradation at bit-widths less than or equal to 4, part…

PRISM: A Geometric Risk Bound that Decomposes Drift into Scale, Shape, and Head

2026-05-12 · Chieh-Yen Lin, Shao-Hua Sun arxiv

Comparing post-training LLM variants, such as quantized, LoRA-adapted, and distilled models, requires a diagnostic that identifies how a variant has drifted, not only whether it has degraded. Existing similarity scores s…

Diversifying Sample Generation for Accurate Data-Free Quantization

2021-03-01 · CVPR 2021 1 · Xiangguo Zhang, Haotong Qin, Yifu Ding, Ruihao Gong 외

Quantization has emerged as one of the most prevalent approaches to compress and accelerate neural networks. Recently, data-free quantization has been widely studied as a practical and promising solution. It synthesizes …

Data Free Quantizationimage-classificationImage ClassificationQuantization

EasyQuant: Post-training Quantization via Scale Optimization

2020-06-30 · Di Wu, Qi Tang, Yongle Zhao, Ming Zhang 외

The 8 bits quantization has been widely applied to accelerate network inference in various deep learning applications. There are two kinds of quantization methods, training-based quantization and post-training quantizati…

Quantization

OAC: Output-adaptive Calibration for Accurate Post-training Quantization

2024-05-23 · Ali Edalati, Alireza Ghaffari, Mahsa Ghazvini Nejad, Lu Hou 외

Deployment of Large Language Models (LLMs) has major computational costs, due to their rapidly expanding size. Compression of LLMs reduces the memory footprint, latency, and energy required for their inference. Post-trai…

Quantization