paper-with-me

Papers

Generalizable Mixed-Precision Quantization via Attribution Rank Preservation

2021-08-05 · ICCV 2021 10 · Ziwei Wang, Han Xiao, Jiwen Lu, Jie zhou

In this paper, we propose a generalizable mixed-precision quantization (GMPQ) method for efficient inference. Conventional methods require the consistency of datasets for bitwidth search and model deployment to guarantee the policy optimality, leading to heavy search cost on challenging largescale datasets in realistic applications. On the contrary, our GMPQ searches the mixed-quantization policy that can be generalized to largescale datasets with only a small amount of data, so that the search cost is significantly reduced without performance degradation. Specifically, we observe that locating network attribution correctly is general ability for accurate visual analysis across different data distribution. Therefore, despite of pursuing higher model accuracy and complexity, we preserve attribution rank consistency between the quantized models and their full-precision counterparts via efficient capacity-aware attribution imitation for generalizable mixed-precision quantization strategy search. Extensive experiments show that our method obtains competitive accuracy-complexity trade-off compared with the state-of-the-art mixed-precision networks in significantly reduced search cost. The code is available at https://github.com/ZiweiWangTHU/GMPQ.git.

📄 PDF Abstract BibTeX arXiv:2108.02720

Code (1)

ZiweiWangTHU/GMPQ 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

qZACH-ViT: Quantization-Aware Intrinsic Explanations with Recursive Attribution-Stabilized Optimization

2026-07-16 · Athanasios Angelakis arxiv

Compact medical-image classifiers need efficiency and interpretable evidence, yet these goals are often addressed separately. We introduce qZACH-ViT, a quantization-aware extension of the zero-token (CLS-token-free), pos…

LoRaQ: Optimized Low Rank Approximation for 4-bit Quantization

2026-04-20 · Yann Bouquet, Alireza Khodamoradi, Sophie Yáng Shen, Kristof Denolf 외 arxiv

Post-training quantization (PTQ) is essential for deploying large diffusion transformers on resource-constrained hardware, but aggressive 4-bit quantization significantly degrades generative performance. Low-rank approxi…

Collaborative Automotive Radar Sensing via Mixed-Precision Distributed Array Completion

2024-03-13 · Arian Eamaz, Farhang Yeganegi, Yunqiao Hu, Mojtaba Soltanalian 외

This paper investigates the effects of coarse quantization with mixed precision on measurements obtained from sparse linear arrays, synthesized by a collaborative automotive radar sensing strategy. The mixed quantization…

Matrix CompletionQuantization

ResQ: Mixed-Precision Quantization of Large Language Models with Low-Rank Residuals

2024-12-18 · Utkarsh Saxena, Sayeh Sharify, Kaushik Roy, Xin Wang

Post-training quantization (PTQ) of large language models (LLMs) holds the promise in reducing the prohibitive computational cost at inference time. Quantization of all weight, activation and key-value (KV) cache tensors…

Quantization

MLoRQ: Bridging Low-Rank and Quantization for Transformer Compression

2025-07-13 · Ofir Gordon, Ariel Lapid, Elad Cohen, Yarden Yagil 외 arxiv

Deploying transformer-based neural networks on resource-constrained edge devices presents a significant challenge. This challenge is often addressed through various techniques, such as low-rank approximation and mixed-pr…

Instance SegmentationImage ClassificationObject Detection