paper-with-me

Papers

MEC-Quant: Maximum Entropy Coding for Extremely Low Bit Quantization-Aware Training

2025-09-19 · Junbiao Pang, Tianyang Cai, Baochang Zhang arxiv

Quantization-Aware Training (QAT) has driven much attention to produce efficient neural networks. Current QAT still obtains inferior performances compared with the Full Precision (FP) counterpart. In this work, we argue that quantization inevitably introduce biases into the learned representation, especially under the extremely low-bit setting. To cope with this issue, we propose Maximum Entropy Coding Quantization (MEC-Quant), a more principled objective that explicitly optimizes on the structure of the representation, so that the learned representation is less biased and thus generalizes better to unseen in-distribution samples. To make the objective end-to-end trainable, we propose to leverage the minimal coding length in lossy data coding as a computationally tractable surrogate for the entropy, and further derive a scalable reformulation of the objective based on Mixture Of Experts (MOE) that not only allows fast computation but also handles the long-tailed distribution for weights or activation values. Extensive experiments on various tasks on computer vision tasks prove its superiority. With MEC-Qaunt, the limit of QAT is pushed to the x-bit activation for the first time and the accuracy of MEC-Quant is comparable to or even surpass the FP counterpart. Without bells and whistles, MEC-Qaunt establishes a new state of the art for QAT.

📄 PDF Abstract BibTeX arXiv:2509.15514

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Equal Bits: Enforcing Equally Distributed Binary Network Weights

2021-12-02 · Yunqiang Li, Silvia L. Pintea, Jan C. van Gemert

Binary networks are extremely efficient as they use only two symbols to define the network: $\{+1,-1\}$. One can make the prior distribution of these symbols a design choice. The recent IR-Net of Qin et al. argues that i…

BinarizationQuantization

Efficient Learned Image Compression without Entropy Coding

2026-05-22 · Hao Cao, Wenqi Guo, Zhijin Qin, Jungong Han arxiv

Entropy coding is widely used in typical learned image compression (LIC) that converts latents into a compact bitstream. However, entropy coding is typically sequential and becomes the coding latency bottleneck. To overc…

Image Compression

Maximum Average Entropy-Based Quantization of Local Observations for Distributed Detection

2019-12-10 · Muath A. Wahdan, Mustafa A. Altınkaya

In a wireless sensor network, multilevel quantization is necessary in order to find a compromise between the smallest possible power consumption of the sensors and the detection performance at the fusion center (FC). The…

Quantization

Optimized learned entropy coding parameters for practical neural-based image and video compression

2023-01-20 · Amir Said, Reza Pourreza, Hoang Le

Neural-based image and video codecs are significantly more power-efficient when weights and activations are quantized to low-precision integers. While there are general-purpose techniques for reducing quantization effect…

QuantizationVideo Compression

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