paper-with-me

Papers

Sharpness-Aware Data Generation for Zero-shot Quantization

2025-10-08 · Dung Hoang-Anh, Cuong Pham Trung Le, Jianfei Cai, Thanh-Toan Do arxiv

Zero-shot quantization aims to learn a quantized model from a pre-trained full-precision model with no access to original real training data. The common idea in zero-shot quantization approaches is to generate synthetic data for quantizing the full-precision model. While it is well-known that deep neural networks with low sharpness have better generalization ability, none of the previous zero-shot quantization works considers the sharpness of the quantized model as a criterion for generating training data. This paper introduces a novel methodology that takes into account quantized model sharpness in synthetic data generation to enhance generalization. Specifically, we first demonstrate that sharpness minimization can be attained by maximizing gradient matching between the reconstruction loss gradients computed on synthetic and real validation data, under certain assumptions. We then circumvent the problem of the gradient matching without real validation set by approximating it with the gradient matching between each generated sample and its neighbors. Experimental evaluations on CIFAR-100 and ImageNet datasets demonstrate the superiority of the proposed method over the state-of-the-art techniques in low-bit quantization settings.

📄 PDF Abstract BibTeX arXiv:2510.07018

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Zero-Shot Sharpness-Aware Quantization for Pre-trained Language Models

2023-10-20 · Miaoxi Zhu, Qihuang Zhong, Li Shen, Liang Ding 외

Quantization is a promising approach for reducing memory overhead and accelerating inference, especially in large pre-trained language model (PLM) scenarios. While having no access to original training data due to securi…

Language ModelingLanguage ModellingQuantization

Zeroth-Order Sharpness-Aware Learning with Exponential Tilting

2025-10-17 · Xuchen Gong, Tian Li arxiv

Classic zeroth-order optimization approaches typically optimize for a smoothed version of the original function, i.e., the expected objective under randomly perturbed model parameters. This can be interpreted as encourag…

TRAM: Bridging Trust Regions and Sharpness Aware Minimization

2023-10-05 · Tom Sherborne, Naomi Saphra, Pradeep Dasigi, Hao Peng

Sharpness-aware minimization (SAM) reports improving domain generalization by reducing the loss surface curvature in the parameter space. However, generalization during fine-tuning is often more dependent on the transfer…

Cross-Lingual TransferDomain GeneralizationLanguage ModelingLanguage Modelling+1

SharpZO: Hybrid Sharpness-Aware Vision Language Model Prompt Tuning via Forward-Only Passes

2025-06-26 · Yifan Yang, Zhen Zhang, Rupak Vignesh Swaminathan, Jing Liu 외

Fine-tuning vision language models (VLMs) has achieved remarkable performance across various downstream tasks; yet, it requires access to model gradients through backpropagation (BP), making them unsuitable for memory-co…

Language ModelingLanguage Modelling

Level, Sharpness, and Corpus: Why Zero-Shot OOD Detector Rankings Do Not Transfer

2026-07-29 · Ignacio M. De la Jara, Cristian Rodriguez-Opazo, Stephen Gould, Damith Ranasinghe arxiv

Selecting a zero-shot out-of-distribution (OOD) detector for a new deployment is typically based on benchmark rankings, implicitly assuming that the highest-ranked detector will transfer across domains. We show that this…