paper-with-me

Papers

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 additional local optimization process for learning the weight quantization rounding policy. However, a gap exists when employing network-wise optimization with small representative datasets. In this paper, we propose a new method for enhanced PTQ (EPTQ) that employs a network-wise quantization optimization process, which benefits from considering cross-layer dependencies during optimization. EPTQ enables network-wise optimization with a small representative dataset using a novel sample-layer attention score based on a label-free Hessian matrix upper bound. The label-free approach makes our method suitable for the PTQ scheme. We give a theoretical analysis for the said bound and use it to construct a knowledge distillation loss that guides the optimization to focus on the more sensitive layers and samples. In addition, we leverage the Hessian upper bound to improve the weight quantization parameters selection by focusing on the more sensitive elements in the weight tensors. Empirically, by employing EPTQ we achieve state-of-the-art results on various models, tasks, and datasets, including ImageNet classification, COCO object detection, and Pascal-VOC for semantic segmentation.

📄 PDF Abstract BibTeX arXiv:2309.11531

Code (1)

sony/model_optimization 공식 구현 pytorch

Tasks

Knowledge Distillationobject-detectionObject DetectionQuantizationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SEPTQ: A Simple and Effective Post-Training Quantization Paradigm for Large Language Models

2026-04-11 · Han Liu, Haotian Gao, Xiaotong Zhang, Changya Li 외 arxiv

Large language models (LLMs) have shown remarkable performance in various domains, but they are constrained by massive computational and storage costs. Quantization, an effective technique for compressing models to fit r…

HERO: Hessian-Enhanced Robust Optimization for Unifying and Improving Generalization and Quantization Performance

2021-11-23 · Huanrui Yang, Xiaoxuan Yang, Neil Zhenqiang Gong, Yiran Chen

With the recent demand of deploying neural network models on mobile and edge devices, it is desired to improve the model's generalizability on unseen testing data, as well as enhance the model's robustness under fixed-po…

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

Technical Report: Activation Residual Hessian Quantization (ARHQ) for Low-Bit LLM Quantization

2026-04-30 · YiFeng Wang, Zhun Sun, Keisuke Sakaguchi arxiv

We present Activation Residual Hessian Quantization (ARHQ), a post-training weight splitting method designed to mitigate error propagation in low-bit activation-weight quantization. By constructing an input-side residual…

APHQ-ViT: Post-Training Quantization with Average Perturbation Hessian Based Reconstruction for Vision Transformers

2025-04-03 · CVPR 2025 1 · Zhuguanyu Wu, Jiayi Zhang, Jiaxin Chen, Jinyang Guo 외

Vision Transformers (ViTs) have become one of the most commonly used backbones for vision tasks. Despite their remarkable performance, they often suffer significant accuracy drops when quantized for practical deployment,…

Quantization