paper-with-me

Papers

Scalar Quantization as Sparse Least Square Optimization

2018-03-01 · Chen Wang, Xiaomei Yang, Shaomin Fei, Kai Zhou, Xiao-Feng Gong, Miao Du, Ruisen Luo

Quantization can be used to form new vectors/matrices with shared values close to the original. In recent years, the popularity of scalar quantization for value-sharing applications has been soaring as it has been found huge utilities in reducing the complexity of neural networks. Existing clustering-based quantization techniques, while being well-developed, have multiple drawbacks including the dependency of the random seed, empty or out-of-the-range clusters, and high time complexity for a large number of clusters. To overcome these problems, in this paper, the problem of scalar quantization is examined from a new perspective, namely sparse least square optimization. Specifically, inspired by the property of sparse least square regression, several quantization algorithms based on $l_1$ least square are proposed. In addition, similar schemes with $l_1 + l_2$ and $l_0$ regularization are proposed. Furthermore, to compute quantization results with a given amount of values/clusters, this paper designed an iterative method and a clustering-based method, and both of them are built on sparse least square. The paper shows that the latter method is mathematically equivalent to an improved version of k-means clustering-based quantization algorithm, although the two algorithms originated from different intuitions. The algorithms proposed were tested with three types of data and their computational performances, including information loss, time consumption, and the distribution of the values of the sparse vectors, were compared and analyzed. The paper offers a new perspective to probe the area of quantization, and the algorithms proposed can outperform existing methods especially under some bit-width reduction scenarios, when the required post-quantization resolution (number of values) is not significantly lower than the original number.

📄 PDF Abstract BibTeX arXiv:1803.00204

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringQuantization

Similar Papers 제목 키워드 기반

Optimal Scalar Quantization for Matrix Multiplication: Closed-Form Density and Phase Transition

2026-03-20 · Calvin Ang, Sungyoon Kim, Mert Pilanci arxiv

We study entrywise scalar quantization of two matrices prior to multiplication. Given $A\in R^{m\times k}$ and $B\in R^{k\times n}$, we quantize entries of $A$ and $B$ independently using scalar quantizers with $K_X$ and…

Residual Expansion Algorithm: Fast and Effective Optimization for Nonconvex Least Squares Problems

2017-05-26 · CVPR 2017 7 · Daiki Ikami, Toshihiko Yamasaki, Kiyoharu Aizawa

We propose the residual expansion (RE) algorithm: a global (or near-global) optimization method for nonconvex least squares problems. Unlike most existing nonconvex optimization techniques, the RE algorithm is not based …

Blind Image DeblurringClusteringDeblurringglobal-optimization+2

Least squares binary quantization of neural networks

2020-01-09 · Hadi Pouransari, Zhucheng Tu, Oncel Tuzel

Quantizing weights and activations of deep neural networks results in significant improvement in inference efficiency at the cost of lower accuracy. A source of the accuracy gap between full precision and quantized model…

Quantization

miniSAM: A Flexible Factor Graph Non-linear Least Squares Optimization Framework

2019-09-03 · Jing Dong, Zhaoyang Lv

Many problems in computer vision and robotics can be phrased as non-linear least squares optimization problems represented by factor graphs, for example, simultaneous localization and mapping (SLAM), structure from motio…

BenchmarkingMotion PlanningSimultaneous Localization and Mapping

Generalization Error Analysis of Quantized Compressive Learning

2019-12-01 · NeurIPS 2019 12 · Xiaoyun Li, Ping Li

Compressive learning is an effective method to deal with very high dimensional datasets by applying learning algorithms in a randomly projected lower dimensional space. In this paper, we consider the learning problem whe…

Quantization