← Search

Daniel Bershatsky

2 accepted papers

2023

Few-bit Backward: Quantized Gradients of Activation Functions for Memory Footprint Reduction

ICML 2023poster

Memory footprint is one of the main limiting factors for large neural network training. In backpropagation, one needs to store the input to each operation in the computational graph. Every modern neural network model has quite a few pointwise nonlinearities in its architecture, and such operations i…

2022

Survey on Efficient Training of Large Neural Networks

IJCAI 2022poster

Modern Deep Neural Networks (DNNs) require significant memory to store weight, activations, and other intermediate tensors during training. Hence, many models don’t fit one GPU device or can be trained using only a small per-GPU batch size. This survey provides a systematic overview of the approache…