paper-with-me

홈 › Papers

DIVISION: Memory Efficient Training via Dual Activation Precision

2022-08-05 · Guanchu Wang, Zirui Liu, Zhimeng Jiang, Ninghao Liu, Na Zou, Xia Hu

Activation compressed training provides a solution towards reducing the memory cost of training deep neural networks~(DNNs). However, state-of-the-art work combines a search of quantization bit-width with the training, which makes the procedure complicated and less transparent. To this end, we propose a simple and effective method to compress DNN training. Our method is motivated by an instructive observation: DNN backward propagation mainly utilizes the low-frequency component (LFC) of the activation maps, while the majority of memory is for caching the high-frequency component (HFC) during the training. This indicates the HFC of activation maps is highly redundant and compressible during DNN training, which inspires our proposed Dual Activation Precision (DIVISION). During the training, DIVISION preserves the high-precision copy of LFC and compresses the HFC into a light-weight copy with low numerical precision. This can significantly reduce the memory cost without negatively affecting the precision of backward propagation such that DIVISION maintains competitive model accuracy. Experiment results show DIVISION has better comprehensive performance than state-of-the-art methods, including over 10x compression of activation maps and competitive training throughput, without loss of model accuracy.

📄 PDF Abstract BibTeX arXiv:2208.04187

Code (1)

guanchuwang/division 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

DynamicPTQ: Mitigating Activation Quantization Collapse via Residual-Stream Dynamics

2026-06-10 · Zimo Zhao, Maolin Wang, Bowen Yu, Bowen Liu 외 arxiv

Post-training quantization (PTQ) is essential for efficient large language model inference, but reliably quantizing activations remains challenging when weights, activations, and KV caches are all quantized to 4-bit prec…

WRPN: Wide Reduced-Precision Networks

2017-09-04 · ICLR 2018 1 · Asit Mishra, Eriko Nurvitadhi, Jeffrey J Cook, Debbie Marr

For computer vision applications, prior works have shown the efficacy of reducing numeric precision of model parameters (network weights) in deep neural networks. Activation maps, however, occupy a large memory footprint…

Mesa: A Memory-saving Training Framework for Transformers

2021-11-22 · Zizheng Pan, Peng Chen, Haoyu He, Jing Liu 외

There has been an explosion of interest in designing high-performance Transformers. While Transformers have delivered significant performance improvements, training such networks is extremely memory intensive owing to st…

Quantization

Backprop with Approximate Activations for Memory-efficient Network Training

2019-01-23 · ICLR 2019 5 · Ayan Chakrabarti, Benjamin Moseley

Training convolutional neural network models is memory intensive since back-propagation requires storing activations of all intermediate layers. This presents a practical concern when seeking to deploy very deep architec…

WRPN: Training and Inference using Wide Reduced-Precision Networks

2017-04-10 · Asit Mishra, Jeffrey J Cook, Eriko Nurvitadhi, Debbie Marr

For computer vision applications, prior works have shown the efficacy of reducing the numeric precision of model parameters (network weights) in deep neural networks but also that reducing the precision of activations hu…

Quantization