paper-with-me

Papers

The Binary and Ternary Quantization Can Improve Feature Discrimination

2025-04-18 · Weizhi Lu, Mingrui Chen, Weiyu Li

In machine learning, quantization is widely used to simplify data representation and facilitate algorithm deployment on hardware. Given the fundamental role of classification in machine learning, it is crucial to investigate the impact of quantization on classification. Current research primarily focuses on quantization errors, operating under the premise that higher quantization errors generally result in lower classification performance. However, this premise lacks a solid theoretical foundation and often contradicts empirical findings. For instance, certain extremely low bit-width quantization methods, such as $\{0,1\}$-binary quantization and $\{0, \pm1\}$-ternary quantization, can achieve comparable or even superior classification accuracy compared to the original non-quantized data, despite exhibiting high quantization errors. To more accurately evaluate classification performance, we propose to directly investigate the feature discrimination of quantized data, instead of analyzing its quantization error. Interestingly, it is found that both binary and ternary quantization methods can improve, rather than degrade, the feature discrimination of the original data. This remarkable performance is validated through classification experiments across various data types, including images, speech, and texts.

📄 PDF Abstract BibTeX arXiv:2504.13792

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationQuantization

Similar Papers 제목 키워드 기반

Smart Ternary Quantization

2019-09-25 · Gregoire Morin, Ryan Razani, Vahid Partovi Nia, Eyyub Sari

Neural network models are resource hungry. Low bit quantization such as binary and ternary quantization is a common approach to alleviate this resource requirements. Ternary quantization provides a more flexible model an…

image-classificationImage ClassificationQuantization

Ternary and Binary Quantization for Improved Classification

2022-03-31 · Weizhi Lu, Mingrui Chen, Kai Guo, Weiyu Li

Dimension reduction and data quantization are two important methods for reducing data complexity. In the paper, we study the methodology of first reducing data dimension by random projection and then quantizing the proje…

ClassificationDimensionality ReductionQuantization

Ternary Quantization: A Survey

2023-03-02 · Dan Liu, Xue Liu

Inference time, model size, and accuracy are critical for deploying deep neural network models. Numerous research efforts have been made to compress neural network models with faster inference and higher accuracy. Prunin…

QuantizationSurvey

Adaptive Binary-Ternary Quantization

2019-09-26 · Ryan Razani, Grégoire Morin, Vahid Partovi Nia, Eyyüb Sari

Neural network models are resource hungry. It is difficult to deploy such deep networks on devices with limited resources, like smart wearables, cellphones, drones, and autonomous vehicles. Low bit quantization such as b…

Autonomous VehiclesImage ClassificationQuantization

BinaryBERT: Pushing the Limit of BERT Quantization

2020-12-31 · ACL 2021 5 · Haoli Bai, Wei zhang, Lu Hou, Lifeng Shang 외

The rapid development of large pre-trained language models has greatly increased the demand for model compression techniques, among which quantization is a popular solution. In this paper, we propose BinaryBERT, which pu…

BinarizationModel CompressionQuantization