paper-with-me

홈 › Papers

Don't Waste Your Bits! Squeeze Activations and Gradients for Deep Neural Networks via TinyScript

2020-01-01 · ICML 2020 1 · Fangcheng Fu, Yuzheng Hu, Yihan He, Jiawei Jiang, Yingxia Shao, Ce Zhang, Bin Cui

Recent years have witnessed intensive research interests on training deep neural networks (DNNs) more efficiently by quantization-based compression methods, which facilitate DNNs training in two ways: (1) activations are quantized to shrink the memory consumption, and (2) gradients are quantized to decrease the communication cost. However, existing methods mostly use a uniform mechanism that quantizes the values evenly. Such a scheme may cause a large quantization variance and slow down the convergence in practice. In this work, we introduce TinyScript, which applies a non-uniform quantization algorithm to both activations and gradients. TinyScript models the original values by a family of Weibull distributions and searches for ''quantization knobs'' that minimize quantization variance. We also discuss the convergence of the non-uniform quantization algorithm on DNNs with varying depths, shedding light on the number of bits required for convergence. Experiments show that TinyScript always obtains lower quantization variance, and achieves comparable model qualities against full precision training using 1-2 bits less than the uniform-based counterpart.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Squeeze10-LLM: Squeezing LLMs' Weights by 10 Times via a Staged Mixed-Precision Quantization Method

2025-07-24 · Qingcheng Zhu, Yangyang Ren, Linlin Yang, Mingbao Lin 외 arxiv

Deploying large language models (LLMs) is challenging due to their massive parameters and high computational costs. Ultra low-bit quantization can significantly reduce storage and accelerate inference, but extreme compre…

Quantized Neural Networks: Training Neural Networks with Low Precision Weights and Activations

2016-09-22 · Itay Hubara, Matthieu Courbariaux, Daniel Soudry, Ran El-Yaniv 외

We introduce a method to train Quantized Neural Networks (QNNs) --- neural networks with extremely low precision (e.g., 1-bit) weights and activations, at run-time. At train-time the quantized weights and activations are…

GPU

Quantization Error as a Metric for Dynamic Precision Scaling in Neural Net Training

2018-01-25 · Ian Taras, Dylan Malone Stuart

Recent work has explored reduced numerical precision for parameters, activations, and gradients during neural network training as a way to reduce the computational cost of training (Na & Mukhopadhyay, 2016) (Courbariaux …

Quantization

No Time to Waste: Squeeze Time into Channel for Mobile Video Understanding

2024-05-14 · Yingjie Zhai, Wenshuo Li, Yehui Tang, Xinghao Chen 외

Current architectures for video understanding mainly build upon 3D convolutional blocks or 2D convolutions with additional operations for temporal modeling. However, these methods all regard the temporal axis as a separa…

Action DetectionGPUVideo RecognitionVideo Understanding

Squeeze Evolve: Unified Multi-Model Orchestration for Verifier-Free Evolution

2026-04-09 · Monishwaran Maheswaran, Leon Lakhani, Zhongzhu Zhou, Shijia Yang 외 arxiv

We show that verifier-free evolution is bottlenecked by both diversity and efficiency: without external correction, repeated evolution accelerates collapse toward narrow modes, while the uniform use of a high-cost model …