CVDec 24, 2022

Hyperspherical Quantization: Toward Smaller and More Accurate Models

arXiv:2212.12653v14 citationsh-index: 61
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying accurate models on resource-constrained devices, representing an incremental improvement in ternary quantization methods.

The paper tackles the problem of accuracy loss in model quantization for deep neural networks by proposing Hyperspherical Quantization (HQ), which integrates hyperspherical learning, pruning, and reinitialization to reduce bias in ternary quantization, resulting in significantly improved test accuracy and reduced model size at compression levels of ~30× and ~40×.

Model quantization enables the deployment of deep neural networks under resource-constrained devices. Vector quantization aims at reducing the model size by indexing model weights with full-precision embeddings, i.e., codewords, while the index needs to be restored to 32-bit during computation. Binary and other low-precision quantization methods can reduce the model size up to 32$\times$, however, at the cost of a considerable accuracy drop. In this paper, we propose an efficient framework for ternary quantization to produce smaller and more accurate compressed models. By integrating hyperspherical learning, pruning and reinitialization, our proposed Hyperspherical Quantization (HQ) method reduces the cosine distance between the full-precision and ternary weights, thus reducing the bias of the straight-through gradient estimator during ternary quantization. Compared with existing work at similar compression levels ($\sim$30$\times$, $\sim$40$\times$), our method significantly improves the test accuracy and reduces the model size.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes