paper-with-me

Papers

Rethinking Small VLM Quantization: From Component-Wise Analysis to Hardware-Aware Edge Deployment

2026-07-09 · Hyeju Shin, Chorwon Kim, Ryangsoo Kim, Hark Yoo, Jaein Kim arxiv

The emergence of vision language models with fewer than 3 billion parameters has accelerated the implementation of on-device multimodal intelligence. However, a detailed understanding of component-wise quantization remains a bottleneck for optimal deployment. This paper presents a systematic evaluation framework for empirically validating five hypotheses across six quantization configurations on the Jetson Orin NX and AGX. By separating the vision encoder, projector, and large language model backbone yields the following results: (1) Quantization sensitivity is governed by the structural paradigm (MoE vs. dense) rather than scale alone, with MoE backbones mitigating INT4 noise where dense backbones degrade; (2) SigLIP encoders incur disproportionate INT8 latency on Jetson Ampere--a deployment-specific encoder-kernel-hardware interaction, not a SigLIP flaw; (3) Although INT4 quantization of LLMs greatly reduces VRAM consumption, it also causes slower token generation due to dequantization overhead; (4) Composite quantization errors are largely additive, except along the modality-alignment path, which is architecture-dependent; (5) The intelligence-per-joule profile varies significantly across platforms owing to memory bandwidth constraints.

📄 PDF Abstract BibTeX arXiv:2607.08029

Code (2)

NickDee96/ASR-TTS-paper-daily ★ 3
Tavish9/awesome-daily-AI-arxiv ★ 111

Similar Papers 제목 키워드 기반

Rethinking Practical and Efficient Quantization Calibration for Vision-Language Models

2026-02-08 · Zhenhao Shang, Haizhao Jing, Guoting Wei, Haokui Zhang 외 arxiv

Post-training quantization (PTQ) is a primary approach for deploying large language models without fine-tuning, and the quantized performance is often strongly affected by the calibration in PTQ. By contrast, in vision-l…

Diagnosing FP4 inference: a layer-wise and block-wise sensitivity analysis of NVFP4 and MXFP4

2026-03-05 · Musa Cim, Burak Topcu, Mahmut Taylan Kandemir arxiv

Quantization addresses the high resource demand for large language models (LLMs) by alleviating memory pressure and bandwidth congestion and providing significantly scaled compute power with a tolerable impact on accurac…

ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models

2026-09-16 · Shijie Lian, Bin Yu, Zhaolong Shen, Xiaopeng Lin 외 hf

Action tokenizers play a central role in autoregressive vision-language-action (VLA) models, determining both the targets for policy training and the executable commands recovered from predicted tokens. Their fidelity is…

Representation Learning

EPTQ: Enhanced Post-Training Quantization via Hessian-guided Network-wise Optimization

2023-09-20 · Ofir Gordon, Elad Cohen, Hai Victor Habi, Arnon Netzer

Quantization is a key method for deploying deep neural networks on edge devices with limited memory and computation resources. Recent improvements in Post-Training Quantization (PTQ) methods were achieved by an additiona…

Knowledge Distillationobject-detectionObject DetectionQuantization+1

A Survey on Learning to Hash

2016-06-01 · Jingdong Wang, Ting Zhang, Jingkuan Song, Nicu Sebe 외

Nearest neighbor search is a problem of finding the data points from the database such that the distances from them to the query point are the smallest. Learning to hash is one of the major solutions to this problem and …

QuantizationSurvey