Papers › An Introduction to Neural Data Compression

An Introduction to Neural Data Compression

14 Feb 2022arXiv:2202.06533archive 2025-07-28

Yibo Yang, Stephan Mandt, Lucas Theis

Neural compression is the application of neural networks and other machine learning methods to data compression. Recent advances in statistical machine learning have opened up new possibilities for data compression, allowing compression algorithms to be learned end-to-end from data using powerful generative models such as normalizing flows, variational autoencoders, diffusion probabilistic models, and generative adversarial networks. The present article aims to introduce this field of research to a broader machine learning audience by reviewing the necessary background in information theory (e.g., entropy coding, rate-distortion theory) and computer vision (e.g., image quality assessment, perceptual metrics), and providing a curated guide through the essential ideas and methods in the literature thus far.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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.06533")

Code

Syntology Ran 10 of 16 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: community (archive-listed): 16 samples from 2 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

google/codex mentioned on GitHubjaxApache-2.0 report
mandt-lab/shallow-ntc mentioned on GitHubtfNOASSERTION report
tensorflow/compression mentioned on GitHubtfApache-2.0 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

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

10ran
6unverified

Licence: 0 of the 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

autocorrelate google/codex/codex/ems/fourier.py community (archive-listed) ran Apache-2.0 (permissive) · 2b166835e4864877 · report
logsum_expbig_minus_expsmall google/codex/codex/ems/continuous.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 18b1ac950cad22c7 · report
lowpass google/codex/codex/loss/wasserstein.py community (archive-listed) ran Apache-2.0 (permissive) · 92ec5a215026fc33 · report
matrix_init google/codex/codex/ems/deep_factorized.py community (archive-listed) ran Apache-2.0 (permissive) · 9ccc5edc054d63f7 · report
quantize_distribution google/codex/codex/ecs/range_ans.py community (archive-listed) ran Apache-2.0 (permissive) · 69650369b53c555f · report
safe_sqrt_jvp google/codex/codex/loss/wasserstein.py community (archive-listed) ran Apache-2.0 (permissive) · 92acca2b1a8712d6 · report
soft_round google/codex/codex/ops/quantization.py community (archive-listed) ran Apache-2.0 (permissive) · 9f7e2f9dec296743 · report
soft_round_conditional_mean google/codex/codex/ops/quantization.py community (archive-listed) ran Apache-2.0 (permissive) · 1d9e9b22846b022b · report
soft_round_inverse google/codex/codex/ops/quantization.py community (archive-listed) ran Apache-2.0 (permissive) · 7577b798076f2f68 · report
verysoftplus google/codex/codex/ops/activation.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · ce43c2b2c164374a · report
lower_limit google/codex/codex/ops/gradient.py community (archive-listed) unverified Apache-2.0 (permissive) · 280b32e777201abd · report
periodic_prob google/codex/codex/ems/fourier.py community (archive-listed) unverified Apache-2.0 (permissive) · 5eefb49b52323703 · report
safe_sqrt google/codex/codex/loss/wasserstein.py community (archive-listed) unverified Apache-2.0 (permissive) · 485c2547f2922965 · report
source_dataset tensorflow/compression/models/toy_sources/compression_model.py community (archive-listed) unverified Apache-2.0 (permissive) · ebb36a320973720b · report
upper_limit google/codex/codex/ops/gradient.py community (archive-listed) unverified Apache-2.0 (permissive) · c6b3bdaa7c690524 · report
upper_limit_fwd google/codex/codex/ops/gradient.py community (archive-listed) unverified Apache-2.0 (permissive) · 22e32871c286e462 · report

Tasks

BIG-bench Machine LearningData CompressionImage Quality Assessment

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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