paper-with-me

Papers

Cluster Regularized Quantization for Deep Networks Compression

2019-02-27 · Yiming Hu, Jianquan Li, Xianlei Long, Shenhua Hu, Jiagang Zhu, Xingang Wang, Qingyi Gu

Deep neural networks (DNNs) have achieved great success in a wide range of computer vision areas, but the applications to mobile devices is limited due to their high storage and computational cost. Much efforts have been devoted to compress DNNs. In this paper, we propose a simple yet effective method for deep networks compression, named Cluster Regularized Quantization (CRQ), which can reduce the presentation precision of a full-precision model to ternary values without significant accuracy drop. In particular, the proposed method aims at reducing the quantization error by introducing a cluster regularization term, which is imposed on the full-precision weights to enable them naturally concentrate around the target values. Through explicitly regularizing the weights during the re-training stage, the full-precision model can achieve the smooth transition to the low-bit one. Comprehensive experiments on benchmark datasets demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1902.10370

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

A multi-layer image representation using Regularized Residual Quantization: application to compression and denoising

2017-07-07 · Sohrab Ferdowsi, Slava Voloshynovskiy, Dimche Kostadinov

A learning-based framework for representation of domain-specific images is proposed where joint compression and denoising can be done using a VQ-based multi-layer network. While it learns to compress the images from a tr…

DenoisingQuantization

Towards the Limit of Network Quantization

2016-12-05 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

Network quantization is one of network compression techniques to reduce the redundancy of deep neural networks. It reduces the number of distinct network parameter values by quantization in order to save the storage for …

ClusteringQuantization

Clustered Codebook Quantization for 2D Gaussian-based Image Compression

2026-07-06 · Runze Cheng, Yicheng Zhan, Josef Spjut, Kaan Akşit arxiv

Gaussian-based image representations effectively model image content using compact parametric primitives while preserving high visual fidelity, yet storing a large number of floating-point parameters per primitive degrad…

Image Compression

Learning Low-Rank Representations for Model Compression

2022-11-21 · Zezhou Zhu, Yucong Zhou, Zhao Zhong

Vector Quantization (VQ) is an appealing model compression method to obtain a tiny model with less accuracy loss. While methods to obtain better codebooks and codes under fixed clustering dimensionality have been extensi…

ClusteringmodelModel CompressionQuantization

Clustering the Sketch: Dynamic Compression for Embedding Tables

2023-09-21 · NeurIPS 2023 11

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in…