paper-with-me

Papers

Training Quantized Nets: A Deeper Understanding

2017-06-07 · NeurIPS 2017 12 · Hao Li, Soham De, Zheng Xu, Christoph Studer, Hanan Samet, Tom Goldstein

Currently, deep neural networks are deployed on low-power portable devices by first training a full-precision model using powerful hardware, and then deriving a corresponding low-precision model for efficient inference on such systems. However, training models directly with coarsely quantized weights is a key step towards learning on embedded platforms that have limited computing resources, memory capacity, and power consumption. Numerous recent publications have studied methods for training quantized networks, but these studies have mostly been empirical. In this work, we investigate training methods for quantized neural networks from a theoretical viewpoint. We first explore accuracy guarantees for training methods under convexity assumptions. We then look at the behavior of these algorithms for non-convex problems, and show that training algorithms that exploit high-precision representations have an important greedy search phase that purely quantized training methods lack, which explains the difficulty of training using low-precision arithmetic.

📄 PDF Abstract BibTeX arXiv:1706.02379

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do All MobileNets Quantize Poorly? Gaining Insights into the Effect of Quantization on Depthwise Separable Convolutional Networks Through the Eyes of Multi-scale Distributional Dynamics

2021-04-24 · Stone Yun, Alexander Wong

As the "Mobile AI" revolution continues to grow, so does the need to understand the behaviour of edge-deployed deep neural networks. In particular, MobileNets are the go-to family of deep convolutional neural networks (C…

AllQuantization

Minimum Energy Quantized Neural Networks

2017-11-01 · Bert Moons, Koen Goetschalckx, Nick Van Berckelaer, Marian Verhelst

This work targets the automated minimum-energy optimization of Quantized Neural Networks (QNNs) - networks using low precision weights and activations. These networks are trained from scratch at an arbitrary fixed point …

Overcoming Oscillations in Quantization-Aware Training

2022-03-21 · Markus Nagel, Marios Fournarakis, Yelysei Bondarenko, Tijmen Blankevoort

When training neural networks with simulated quantization, we observe that quantized weights can, rather unexpectedly, oscillate between two grid-points. The importance of this effect and its impact on quantization-aware…

Quantization

Learning Quantized Neural Nets by Coarse Gradient Method for Non-linear Classification

2020-11-23 · Ziang Long, Penghang Yin, Jack Xin

Quantized or low-bit neural networks are attractive due to their inference efficiency. However, training deep neural networks with quantized activations involves minimizing a discontinuous and piecewise constant loss fun…

General Classification

Technical Report: Combining knowledge from Transfer Learning during training and Wide Resnets

2022-06-20 · Wolfgang Fuhl

In this report, we combine the idea of Wide ResNets and transfer learning to optimize the architecture of deep neural networks. The first improvement of the architecture is the use of all layers as information source for…

Data AugmentationTransfer Learning