Papers › Few-Bit Backward: Quantized Gradients of Activation Functions for Memory Footprint Reduction

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

1 Feb 2022arXiv:2202.00441archive 2025-07-28

Georgii Novikov, Daniel Bershatsky, Julia Gusak, Alex Shonenkov, Denis Dimitrov, Ivan Oseledets

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 operation induces additional memory costs which -- as we show -- can be significantly reduced by quantization of the gradients. We propose a systematic approach to compute optimal quantization of the retained gradients of the pointwise nonlinear functions with only a few bits per each element. We show that such approximation can be achieved by computing optimal piecewise-constant approximation of the derivative of the activation function, which can be done by dynamic programming. The drop-in replacements are implemented for all popular nonlinearities and can be used in any existing pipeline. We confirm the memory reduction and the same convergence on several open benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2202.00441")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SkoltechAI/fewbit officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
daskol/fewbit mentioned on GitHubpytorchBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from SkoltechAI/fewbit. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

append_reference SkoltechAI/fewbit/fewbit/modules/activations.py official repository unverified BSD-3-Clause (permissive) · ffdba334e16081d0 · report
approximate SkoltechAI/fewbit/fewbit/approx.py official repository unverified BSD-3-Clause (permissive) · 1f6d08cef9a84d45 · report
clamp SkoltechAI/fewbit/fewbit/functional/linear.py official repository unverified BSD-3-Clause (permissive) · c8f42186142a2a86 · report
dct SkoltechAI/fewbit/fewbit/fft.py official repository unverified BSD-3-Clause (permissive) · 0984394a69efa89b · report
dispatch SkoltechAI/fewbit/fewbit/functional/activations.py official repository unverified BSD-3-Clause (permissive) · 0490b30beebe8a38 · report
estimate_correlation SkoltechAI/fewbit/fewbit/modules/variance.py official repository unverified BSD-3-Clause (permissive) · 3ae5fdf58952210a · report
estimate_error SkoltechAI/fewbit/fewbit/approx.py official repository unverified BSD-3-Clause (permissive) · a5c843a81567e736 · report
estimate_memory_usage SkoltechAI/fewbit/fewbit/util.py official repository unverified BSD-3-Clause (permissive) · 11e69fa774fc1892 · report
estimate_variance_rmm SkoltechAI/fewbit/fewbit/modules/variance.py official repository unverified BSD-3-Clause (permissive) · 6fc8638c18f0ce42 · report
estimate_variance_sgd SkoltechAI/fewbit/fewbit/modules/variance.py official repository unverified BSD-3-Clause (permissive) · 68f0decf99978fcb · report
idct SkoltechAI/fewbit/fewbit/fft.py official repository unverified BSD-3-Clause (permissive) · 227e256653d49044 · report
insert_args SkoltechAI/fewbit/fewbit/modules/activations.py official repository unverified BSD-3-Clause (permissive) · 920472b6219d42b5 · report
load_func SkoltechAI/fewbit/fewbit/functional/activations.py official repository unverified BSD-3-Clause (permissive) · 5d477abefd44b2d0 · report
map_module SkoltechAI/fewbit/fewbit/util.py official repository unverified BSD-3-Clause (permissive) · 2adbb1ba9627b56f · report
stepwise SkoltechAI/fewbit/fewbit/approx.py official repository unverified BSD-3-Clause (permissive) · b43ba240a309b25f · report
teniter SkoltechAI/fewbit/fewbit/util.py official repository unverified BSD-3-Clause (permissive) · 9a1cb09a2c15016b · report
update_args SkoltechAI/fewbit/fewbit/modules/activations.py official repository unverified BSD-3-Clause (permissive) · e093939e7df95a04 · report

Tasks

Neural Network CompressionQuantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections