Papers › NVTC: Nonlinear Vector Transform Coding

NVTC: Nonlinear Vector Transform Coding

25 May 2023CVPR 2023 1arXiv:2305.16025archive 2025-07-28

Runsen Feng, Zongyu Guo, Weiping Li, Zhibo Chen

In theory, vector quantization (VQ) is always better than scalar quantization (SQ) in terms of rate-distortion (R-D) performance. Recent state-of-the-art methods for neural image compression are mainly based on nonlinear transform coding (NTC) with uniform scalar quantization, overlooking the benefits of VQ due to its exponentially increased complexity. In this paper, we first investigate on some toy sources, demonstrating that even if modern neural networks considerably enhance the compression performance of SQ with nonlinear transform, there is still an insurmountable chasm between SQ and VQ. Therefore, revolving around VQ, we propose a novel framework for neural image compression named Nonlinear Vector Transform Coding (NVTC). NVTC solves the critical complexity issue of VQ through (1) a multi-stage quantization strategy and (2) nonlinear vector transforms. In addition, we apply entropy-constrained VQ in latent space to adaptively determine the quantization boundaries for joint rate-distortion optimization, which improves the performance both theoretically and experimentally. Compared to previous NTC approaches, NVTC demonstrates superior rate-distortion performance, faster decoding speed, and smaller model size. Our code is available at https://github.com/USTC-IMCL/NVTC

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

Code

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

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

ustc-imcl/nvtc officialmentioned in papermentioned 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

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

4ran · our draft was wrong
11ran
8unverified

Licence: 0 of the 23 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 ustc-imcl/nvtc. “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.

BlockCombination ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · 42f45818dcda6125 · report
BlockPartition ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · 866dd1e7632c183b · report
ChannelFC ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran fingerprinted Apache-2.0 (permissive) · 1e3f7d811fa0ec89 · report
ConditionalVectorQuantization ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 51240e3e520da518 · report
DepthwiseBlockFC ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran Apache-2.0 (permissive) · 1972d3181390136e · report
DiscreteUnconditionalEntropyModel ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran Apache-2.0 (permissive) · feaa6198f8aff996 · report
ResBlock ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · dc832fd8ace349ba · report
ResBlocks ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 4565b9617294b575 · report
VTUnit ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · 34e9bc103d069dad · report
lower_bound ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · cd2b6a6273b8280a · report
lower_bound_bwd ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran fingerprinted Apache-2.0 (permissive) · c6cd5ea69bb9b725 · report
lower_bound_fwd ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · d57226f49d77ce7d · report
upper_bound ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 695fd289eae9f9c8 · report
upper_bound_bwd ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran fingerprinted Apache-2.0 (permissive) · 227b9b97a6ddeae4 · report
upper_bound_fwd ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 5a8731ca40e1ec72 · report
DiscreteConditionalEntropyModel ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · e689fa262ff9d490 · report
DiscreteEntropyModelBase ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · 3ff914a335b7a533 · report
ECVQlastdim ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · ff32920bf4014459 · report
LowerBoundFunction ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · 41713d588f89d7dc · report
NVTC ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · 2e77fa5e8c194a5e · report
Softmax ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · 53444b2279a5e878 · report
UpperBoundFunction ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · cf1811e2eb484861 · report
pmf_to_quantized_cdf ustc-imcl/nvtc/image/nvtc_image/model/nvtc.py official repository unverified Apache-2.0 (permissive) · b5dd898abb1e9dd4 · report

Tasks

Image 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