paper-with-me

홈 › Papers

Low-Precision Batch-Normalized Activations

2017-02-27 · Benjamin Graham

Artificial neural networks can be trained with relatively low-precision floating-point and fixed-point arithmetic, using between one and 16 bits. Previous works have focused on relatively wide-but-shallow, feed-forward networks. We introduce a quantization scheme that is compatible with training very deep neural networks. Quantizing the network activations in the middle of each batch-normalization module can greatly reduce the amount of memory and computational power needed, with little loss in accuracy.

📄 PDF Abstract BibTeX arXiv:1702.08231

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Online Normalization for Training Neural Networks

2019-05-15 · NeurIPS 2019 12 · Vitaliy Chiley, Ilya Sharapov, Atli Kosson, Urs Koster 외

Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as …

General Classificationimage-classificationImage ClassificationImage Segmentation+3

Batch Renormalization: Towards Reducing Minibatch Dependence in Batch-Normalized Models

2017-02-10 · NeurIPS 2017 12 · Sergey Ioffe

Batch Normalization is quite effective at accelerating and improving the training of deep models. However, its effectiveness diminishes when the training minibatches are small, or do not consist of independent samples. W…

Scalable Methods for 8-bit Training of Neural Networks

2018-05-25 · NeurIPS 2018 12 · Ron Banner, Itay Hubara, Elad Hoffer, Daniel Soudry

Quantized Neural Networks (QNNs) are often used to improve network efficiency during the inference phase, i.e. after the network has been trained. Extensive research in the field suggests many different quantization sche…

Quantization

Towards Training Without Depth Limits: Batch Normalization Without Gradient Explosion

2023-10-03 · Alexandru Meterez, Amir Joudaki, Francesco Orabona, Alexander Immer 외

Normalization layers are one of the key building blocks for deep neural networks. Several theoretical studies have shown that batch normalization improves the signal propagation, by avoiding the representations from beco…

Quantized Neural Network Inference with Precision Batching

2020-02-26 · Maximilian Lam, Zachary Yedidia, Colby Banbury, Vijay Janapa Reddi

We present PrecisionBatching, a quantized inference algorithm for speeding up neural network execution on traditional hardware platforms at low bitwidths without the need for retraining or recalibration. PrecisionBatchin…

GPULanguage ModelingLanguage ModellingNatural Language Inference+1