paper-with-me

홈 › Papers

Flexible Mixed Precision Quantization for Learned Image Compression

2025-06-02 · Md Adnan Faisal Hossain, Zhihao Duan, Fengqing Zhu

Despite its improvements in coding performance compared to traditional codecs, Learned Image Compression (LIC) suffers from large computational costs for storage and deployment. Model quantization offers an effective solution to reduce the computational complexity of LIC models. However, most existing works perform fixed-precision quantization which suffers from sub-optimal utilization of resources due to the varying sensitivity to quantization of different layers of a neural network. In this paper, we propose a Flexible Mixed Precision Quantization (FMPQ) method that assigns different bit-widths to different layers of the quantized network using the fractional change in rate-distortion loss as the bit-assignment criterion. We also introduce an adaptive search algorithm which reduces the time-complexity of searching for the desired distribution of quantization bit-widths given a fixed model size. Evaluation of our method shows improved BD-Rate performance under similar model size constraints compared to other works on quantization of LIC models. We have made the source code available at gitlab.com/viper-purdue/fmpq.

📄 PDF Abstract BibTeX arXiv:2506.01221

Code (1)

https://gitlab.com/viper-purdue/fmpq 공식 구현 pytorch

Tasks

Image CompressionQuantization

Similar Papers 제목 키워드 기반

WINDQuant: Weight-Informed Neural Decision-Making for Global Mixed-Precision LLM Quantization

2026-05-26 · Phong Nam Huu Nguyen, Khoi M. Le, Cong-Duy T Nguyen, Anh Tuan Luu 외 arxiv

Quantization is an effective approach to reduce the memory footprint and inference cost of large language models (LLMs), yet maintaining performance in the ultra-low-bit regime remains challenging. Existing post-training…

Reinforcement Learning

MixDiT: Accelerating Image Diffusion Transformer Inference with Mixed-Precision MX Quantization

2025-04-11 · Daeun Kim, Jinwoo Hwang, Changhun Oh, Jongse Park

Diffusion Transformer (DiT) has driven significant progress in image generation tasks. However, DiT inferencing is notoriously compute-intensive and incurs long latency even on datacenter-scale GPUs, primarily due to its…

Image GenerationQuantization

Efficient Neural Compression with Inference-time Decoding

2024-06-10 · C. Metz, O. Bichler, A. Dupret

This paper explores the combination of neural network quantization and entropy coding for memory footprint minimization. Edge deployment of quantized models is hampered by the harsh Pareto frontier of the accuracy-to-bit…

DecoderQuantization

Mixed Precision of Quantization of Transformer Language Models for Speech Recognition

2021-11-29 · Junhao Xu, Shoukang Hu, Jianwei Yu, Xunying Liu 외

State-of-the-art neural language models represented by Transformers are becoming increasingly complex and expensive for practical applications. Low-bit deep neural network quantization techniques provides a powerful solu…

QuantizationSensitivityspeech-recognitionSpeech Recognition

Data Quality-aware Mixed-precision Quantization via Hybrid Reinforcement Learning

2023-02-09 · Yingchun Wang, Jingcai Guo, Song Guo, Weizhan Zhang

Mixed-precision quantization mostly predetermines the model bit-width settings before actual training due to the non-differential bit-width sampling process, obtaining sub-optimal performance. Worse still, the convention…

Quantizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)