paper-with-me

Papers

QuantNet: Learning to Quantize by Learning within Fully Differentiable Framework

2020-09-10 · Junjie Liu, Dongchao Wen, Deyu Wang, Wei Tao, Tse-Wei Chen, Kinya Osa, Masami Kato

Despite the achievements of recent binarization methods on reducing the performance degradation of Binary Neural Networks (BNNs), gradient mismatching caused by the Straight-Through-Estimator (STE) still dominates quantized networks. This paper proposes a meta-based quantizer named QuantNet, which utilizes a differentiable sub-network to directly binarize the full-precision weights without resorting to STE and any learnable gradient estimators. Our method not only solves the problem of gradient mismatching, but also reduces the impact of discretization errors, caused by the binarizing operation in the deployment, on performance. Generally, the proposed algorithm is implemented within a fully differentiable framework, and is easily extended to the general network quantization with any bits. The quantitative experiments on CIFAR-100 and ImageNet demonstrate that QuantNet achieves the signifficant improvements comparing with previous binarization methods, and even bridges gaps of accuracies between binarized models and full-precision models.

📄 PDF Abstract BibTeX arXiv:2009.04626

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationImage ClassificationQuantization

Similar Papers 제목 키워드 기반

Automatic low-bit hybrid quantization of neural networks through meta learning

2020-04-24 · Tao Wang, Junsong Wang, Chang Xu, Chao Xue

Model quantization is a widely used technique to compress and accelerate deep neural network (DNN) inference, especially when deploying to edge or IoT devices with limited computation capacity and power consumption budge…

Meta-LearningQuantizationReinforcement LearningReinforcement Learning (RL)

QuantNet: Transferring Learning Across Systematic Trading Strategies

2020-04-07 · Adriano Koshiyama, Sebastian Flennerhag, Stefano B. Blumberg, Nick Firoozye 외

Systematic financial trading strategies account for over 80% of trade volume in equities and a large chunk of the foreign exchange market. In spite of the availability of data from multiple markets, current approaches in…

DecoderMeta-LearningTransfer Learning

DBQ: A Differentiable Branch Quantizer for Lightweight Deep Neural Networks

2020-07-19 · ECCV 2020 8 · Hassan Dbouk, Hetul Sanghvi, Mahesh Mehendale, Naresh Shanbhag

Deep neural networks have achieved state-of-the art performance on various computer vision tasks. However, their deployment on resource-constrained devices has been hindered due to their high computational and storage co…

Quantization

Pixel Embedding: Fully Quantized Convolutional Neural Network with Differentiable Lookup Table

2024-07-23 · Hiroyuki Tokunaga, Joel Nicholls, Daria Vazhenina, Atsunori Kanemura

By quantizing network weights and activations to low bitwidth, we can obtain hardware-friendly and energy-efficient networks. However, existing quantization techniques utilizing the straight-through estimator and piecewi…

Quantization

PCA-VAE: Differentiable Subspace Quantization without Codebook Collapse

2026-02-21 · Hao Lu, Onur C. Koyun, Yongxin Guo, Zhengjie Zhu 외 arxiv

Vector-quantized autoencoders deliver high-fidelity latents but suffer inherent flaws: the quantizer is non-differentiable, requires straight-through hacks, and is prone to collapse. We address these issues at the root b…