Papers › COIN++: Neural Compression Across Modalities

COIN++: Neural Compression Across Modalities

30 Jan 2022arXiv:2201.12904archive 2025-07-28

Emilien Dupont, Hrushikesh Loya, Milad Alizadeh, Adam Goliński, Yee Whye Teh, Arnaud Doucet

Neural compression algorithms are typically based on autoencoders that require specialized encoder and decoder architectures for different data modalities. In this paper, we propose COIN++, a neural compression framework that seamlessly handles a wide range of data modalities. Our approach is based on converting data to implicit neural representations, i.e. neural functions that map coordinates (such as pixel locations) to features (such as RGB values). Then, instead of storing the weights of the implicit neural representation directly, we store modulations applied to a meta-learned base network as a compressed code for the data. We further quantize and entropy code these modulations, leading to large compression gains while reducing encoding time by two orders of magnitude compared to baselines. We empirically demonstrate the feasibility of our method by compressing various data modalities, from images and audio to medical and climate data.

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="2201.12904")

Code

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

By repository: official repository: 20 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.

emiliendupont/coinpp officialmentioned in papermentioned on GitHubpytorchMIT 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

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 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.

20unverified

Licence: 0 of the 20 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 emiliendupont/coinpp. “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.

JPEGSaveWithTargetSize emiliendupont/coinpp/baseline_image.py official repository unverified MIT (permissive) · 6b592b46e1f31ef3 · report
SaveWithTargetSize emiliendupont/coinpp/baseline_image.py official repository unverified MIT (permissive) · 22b8c13052b20fc5 · report
alphanumeric_sort emiliendupont/coinpp/plots.py official repository unverified MIT (permissive) · c8b42087913378fb · report
batch_mse_fn emiliendupont/coinpp/coinpp/losses.py official repository unverified MIT (permissive) · 44b28292053a912b · report
compute_frequency_distribution emiliendupont/coinpp/entropy_coding.py official repository unverified MIT (permissive) · 6cb9a57cb491bc9c · report
cross_entropy emiliendupont/coinpp/entropy_coding.py official repository unverified MIT (permissive) · 9000986359fde15d · report
data2features emiliendupont/coinpp/coinpp/conversion.py official repository unverified MIT (permissive) · db324387c391694e · report
dataset_name_to_dims emiliendupont/coinpp/helpers.py official repository unverified MIT (permissive) · 0190edd70759cb76 · report
features2data emiliendupont/coinpp/coinpp/conversion.py official repository unverified MIT (permissive) · 824765764e99b850 · report
fold3d emiliendupont/coinpp/coinpp/patching.py official repository unverified MIT (permissive) · a4e6c3bd50a898d1 · report
get_bpd emiliendupont/coinpp/entropy_coding.py official repository unverified MIT (permissive) · bfd3f89ca260b468 · report
get_dataset_root emiliendupont/coinpp/helpers.py official repository unverified MIT (permissive) · 385818650785ae80 · report
get_jpeg2000_enc_cmd emiliendupont/coinpp/baseline_image.py official repository unverified MIT (permissive) · 812750e68988747d · report
get_padding emiliendupont/coinpp/coinpp/patching.py official repository unverified MIT (permissive) · 51be69bc13ec8685 · report
magnify emiliendupont/coinpp/plots.py official repository unverified MIT (permissive) · 5f2aef075af00ba9 · report
mse2psnr emiliendupont/coinpp/coinpp/losses.py official repository unverified MIT (permissive) · 7031734847dce447 · report
psnr emiliendupont/coinpp/baseline_audio.py official repository unverified MIT (permissive) · 7f1bdc1f7fc1bb23 · report
psnr_fn emiliendupont/coinpp/coinpp/losses.py official repository unverified MIT (permissive) · 304779b8c8321aab · report
shape2coordinates emiliendupont/coinpp/coinpp/conversion.py official repository unverified MIT (permissive) · dc3678dbea06996e · report
unfold3d emiliendupont/coinpp/coinpp/patching.py official repository unverified MIT (permissive) · 4431d05b8caa2cbd · report

Tasks

Decoder

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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