Papers › Neural Data-Dependent Transform for Learned Image Compression

Neural Data-Dependent Transform for Learned Image Compression

9 Mar 2022CVPR 2022 1arXiv:2203.04963archive 2025-07-28

Dezhao Wang, Wenhan Yang, Yueyu Hu, Jiaying Liu

Learned image compression has achieved great success due to its excellent modeling capacity, but seldom further considers the Rate-Distortion Optimization (RDO) of each input image. To explore this potential in the learned codec, we make the first attempt to build a neural data-dependent transform and introduce a continuous online mode decision mechanism to jointly optimize the coding efficiency for each individual image. Specifically, apart from the image content stream, we employ an additional model stream to generate the transform parameters at the decoder side. The presence of a model stream enables our model to learn more abstract neural-syntax, which helps cluster the latent representations of images more compactly. Beyond the transform stage, we also adopt neural-syntax based post-processing for the scenarios that require higher quality reconstructions regardless of extra decoding overhead. Moreover, the involvement of the model stream further makes it possible to optimize both the representation and the decoder in an online way, i.e. RDO at the testing time. It is equivalent to a continuous online mode decision, like coding modes in the traditional codecs, to improve the coding efficiency based on the individual input image. The experimental results show the effectiveness of the proposed neural-syntax design and the continuous online mode decision mechanism, demonstrating the superiority of our method in coding efficiency compared to the latest conventional standard Versatile Video Coding (VVC) and other state-of-the-art learning-based methods.

PaperPDFConference PDFCodeCode 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="2203.04963")

Code

Syntology Ran 15 of 22 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 14 ran with no contract checked.

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

dezhao-wang/neural-syntax-code mentioned on GitHubpytorch 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

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

1ran · our draft was wrong
14ran
7unverified

Licence: 22 of the 22 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 dezhao-wang/neural-syntax-code. “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.

BlockSample dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran fingerprinted no licence file found · pointer only · d1e2a6293193620c · report
CALayer dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant no licence file found · pointer only · d39eb12b1ecc9aa1 · report
CSAM_Module dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 88a9fe0f1292122b · report
GDN dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 95cdc4e6ef366f42 · report
GaussianModel dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 8993c243d7e6e2cd · report
IGDN dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 2d943519d3acba11 · report
LAM_Module dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 4c0eb9d9eb46358d · report
MeanShift dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 5327003e645d395b · report
RCAB dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran no licence file found · pointer only · 2a604395051e714e · report
ResidualGroup dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · cec18c5555b8c1aa · report
Syntax_Model dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran no licence file found · pointer only · 282fbe7ce908105b · report
conv_generator dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran no licence file found · pointer only · c4e6a11cf4164bb7 · report
default_conv dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · f7b46e83381fed48 · report
h_analysisTransformModel dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran no licence file found · pointer only · 765ab977d8d2d905 · report
h_synthesisTransformModel dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) ran no licence file found · pointer only · c7f3b710e8f97e06 · report
BypassRound dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · 96c7b860d7bc39b1 · report
LowerBound dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · 166e353930e98bf5 · report
Net dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · b8637678e67f9f87 · report
PredictionModel_Context dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · 18fe91435083b6c8 · report
PredictionModel_Syntax dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · cfcda6675123b7ba · report
analysisTransformModel dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · ec6227460005226b · report
synthesisTransformModel dezhao-wang/neural-syntax-code/model/net.py community (archive-listed) unverified no licence file found · pointer only · 425a4c231d1d6714 · report

Tasks

DecoderImage Compression

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