paper-with-me

Papers

Model-Preserving Adaptive Rounding

2025-05-29 · Albert Tseng, Zhaofeng Sun, Christopher De Sa

The main goal of post-training quantization (PTQ) is to produced a compressed model whose output distribution is as close to the original model's as possible. To do this tractably, almost all LLM PTQ algorithms quantize linear layers by independently minimizing the immediate activation error. However, this localized objective ignores the effect of subsequent layers, so reducing it does not necessarily give a closer model. In this work, we introduce Yet Another Quantization Algorithm (YAQA), an adaptive rounding algorithm that uses Kronecker-factored approximations of each linear layer's Hessian with respect to the \textit{full model} KL divergence. YAQA consists of two components: Kronecker-factored sketches of the full layerwise Hessian that can be tractably computed for hundred-billion parameter LLMs, and a quantizer-independent rounding algorithm that uses these sketches and comes with theoretical guarantees. Across a wide range of models and quantizers, YAQA empirically reduces the KL divergence to the original model by $\approx 30\%$ while achieving state of the art performance on downstream tasks.

📄 PDF Abstract BibTeX arXiv:2505.22988

Code (2)

cornell-relaxml/yaqa 공식 구현 pytorch
snu-mllab/guidedquant pytorch

Tasks

modelQuantization

Similar Papers 제목 키워드 기반

AnyPhoto: Multi-Person Identity Preserving Image Generation with ID Adaptive Modulation on Location Canvas

2026-03-16 · Longhui Yuan arxiv

Multi-person identity-preserving generation requires binding multiple reference faces to specified locations under a text prompt. Strong identity/layout conditions often trigger copy-paste shortcuts and weaken prompt-dri…

Image Generation

Revisiting Adaptive Rounding with Vectorized Reparameterization for LLM Quantization

2026-02-02 · Yuli Zhou, Qingxuan Chen, Luca Benini, Guolei Sun 외 arxiv

Adaptive Rounding has emerged as an alternative to round-to-nearest (RTN) for post-training quantization by enabling cross-element error cancellation. Yet, dense and element-wise rounding matrices are prohibitively expen…

REFACT: Adaptive Fact Restatement for Compact and Faithful Chain-of-Thought Reasoning

2026-07-23 · Zhensheng Jin, Xin Dai, Zhenghao Liu, Chaojun Xiao 외 arxiv

Large Language Models (LLMs) increasingly leverage long-form reasoning to solve complex tasks, yet their reasoning processes can deviate from the provided context when evidence is incomplete, noisy, or conflicts with par…

Question Answering

A Visual Semantic Adaptive Watermark grounded by Prefix-Tuning for Large Vision-Language Model

2026-01-12 · Qi Zheng, Shuliang Liu, Yu Huang, Sihang Jia 외 arxiv

Watermarking has emerged as a pivotal solution for content traceability and intellectual property protection in Large Vision-Language Models (LVLMs). However, vision-agnostic watermarks introduce visually irrelevant toke…

Visual Grounding

FocusUI: Efficient UI Grounding via Position-Preserving Visual Token Selection

2026-01-07 · Mingyu Ouyang, Kevin Qinghong Lin, Mike Zheng Shou, Hwee Tou Ng arxiv

Vision-Language Models (VLMs) have shown remarkable performance in User Interface (UI) grounding tasks, driven by their ability to process increasingly high-resolution screenshots. However, screenshots are tokenized into…