paper-with-me

Papers

A Mean Field Theory of Quantized Deep Networks: The Quantization-Depth Trade-Off

2019-06-03 · NeurIPS 2019 12 · Yaniv Blumenfeld, Dar Gilboa, Daniel Soudry

Reducing the precision of weights and activation functions in neural network training, with minimal impact on performance, is essential for the deployment of these models in resource-constrained environments. We apply mean-field techniques to networks with quantized activations in order to evaluate the degree to which quantization degrades signal propagation at initialization. We derive initialization schemes which maximize signal propagation in such networks and suggest why this is helpful for generalization. Building on these results, we obtain a closed form implicit equation for $L_{\max}$, the maximal trainable depth (and hence model capacity), given $N$, the number of quantization levels in the activation function. Solving this equation numerically, we obtain asymptotically: $L_{\max}\propto N^{1.82}$.

📄 PDF Abstract BibTeX arXiv:1906.00771

Code (1)

yanivbl6/quantized_meanfield 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

A Low Memory Footprint Quantized Neural Network for Depth Completion of Very Sparse Time-of-Flight Depth Maps

2022-05-25 · Xiaowen Jiang, Valerio Cambareri, Gianluca Agresti, Cynthia Ifeyinwa Ugwu 외

Sparse active illumination enables precise time-of-flight depth sensing as it maximizes signal-to-noise ratio for low power budgets. However, depth completion is required to produce dense depth maps for 3D perception. We…

DecoderDepth CompletionGPUQuantization

Reconstruction Condition of Quantized Signals in Unlimited Sampling Framework

2020-11-29 · Yan He, Jifang Qiu, Chang Liu, Yue Liu 외

The latest theoretical advances in the field of unlimited sampling framework (USF) show the potential to avoid clipping problems of analog-to-digital converters (ADC). To date, most of the related works have focused on r…

Quantization

CTMQ: Cyclic Training of Convolutional Neural Networks with Multiple Quantization Steps

2022-06-26 · HyunJin Kim, Jungwoo Shin, Alberto A. Del Barrio

This paper proposes a training method having multiple cyclic training for achieving enhanced performance in low-bit quantized convolutional neural networks (CNNs). Quantization is a popular method for obtaining lightweig…

Quantization

Adaptive Binary-Ternary Quantization

2019-09-26 · Ryan Razani, Grégoire Morin, Vahid Partovi Nia, Eyyüb Sari

Neural network models are resource hungry. It is difficult to deploy such deep networks on devices with limited resources, like smart wearables, cellphones, drones, and autonomous vehicles. Low bit quantization such as b…

Autonomous VehiclesImage ClassificationQuantization

Where Should We Begin? A Low-Level Exploration of Weight Initialization Impact on Quantized Behaviour of Deep Neural Networks

2020-11-30 · Stone Yun, Alexander Wong

With the proliferation of deep convolutional neural network (CNN) algorithms for mobile processing, limited precision quantization has become an essential tool for CNN efficiency. Consequently, various works have sought …

Quantization