paper-with-me

Papers

Learnable Companding Quantization for Accurate Low-bit Neural Networks

2021-03-12 · CVPR 2021 1 · Kohei Yamamoto

Quantizing deep neural networks is an effective method for reducing memory consumption and improving inference speed, and is thus useful for implementation in resource-constrained devices. However, it is still hard for extremely low-bit models to achieve accuracy comparable with that of full-precision models. To address this issue, we propose learnable companding quantization (LCQ) as a novel non-uniform quantization method for 2-, 3-, and 4-bit models. LCQ jointly optimizes model weights and learnable companding functions that can flexibly and non-uniformly control the quantization levels of weights and activations. We also present a new weight normalization technique that allows more stable training for quantization. Experimental results show that LCQ outperforms conventional state-of-the-art methods and narrows the gap between quantized and full-precision models for image classification and object detection tasks. Notably, the 2-bit ResNet-50 model on ImageNet achieves top-1 accuracy of 75.1% and reduces the gap to 1.7%, allowing LCQ to further exploit the potential of non-uniform quantization.

📄 PDF Abstract BibTeX arXiv:2103.07156

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classificationobject-detectionObject DetectionQuantization

Methods 이 논문이 사용한 방법론

Weight Normalization Weight Normalization is a normalization method for training neural networks. It is inspired by batch normalization,…

Similar Papers 제목 키워드 기반

LVQAC: Lattice Vector Quantization Coupled with Spatially Adaptive Companding for Efficient Learned Image Compression

2023-03-25 · CVPR 2023 1 · Xi Zhang, Xiaolin Wu

Recently, numerous end-to-end optimized image compression neural networks have been developed and proved themselves as leaders in rate-distortion performance. The main strength of these learnt compression methods is in p…

Image CompressionQuantization

Companding and Predistortion Techniques for Improved Efficiency and Performance in SWIPT

2023-08-11 · Santiago Fernández, F. Javier López-Martínez, Fernando H. Gregorio, Juan Cousseau

In this work, we analyze how the use of companding techniques, together with digital predistortion (DPD), can be leveraged to improve system efficiency and performance in simultaneous wireless information and power trans…

MuonQ: Enhancing Low-Bit Muon Quantization via Directional Fidelity Optimization

2026-05-12 · Yupeng Su, Ruijie Zhang, Ziyue Liu, Yequan Zhao 외 arxiv

The Muon optimizer has emerged as a compelling alternative to Adam for training large language models, achieving remarkable computational savings through gradient orthogonalization. However, Muon's optimizer state is mor…

PAPR Reduction of FBMC Signals Based on Uniform and Linear PDF Companding Schemes

2021-08-08 · Srinivas Ramavath, Umesh Chandra Samal

In this paper, two new companders are designed to reduce the ratio of peak to average power (PAPR) experienced by filter bank multicarrier (FBMC) signals. Specifically, the compander basic model is generalized, which alt…

FlashOptim: Optimizers for Memory-Efficient Training

2026-02-26 · Jose Javier Gonzalez Ortiz, Abhay Gupta, Christopher Rinard, Davis Blalock arxiv

Standard mixed-precision training of neural networks requires many bytes of accelerator memory for each model parameter. These bytes reflect not just the parameter itself, but also its gradient and one or more optimizer …