Papers › Deep Contextual Video Compression

Deep Contextual Video Compression

30 Sep 2021NeurIPS 2021 12arXiv:2109.15047archive 2025-07-28

Jiahao Li, Bin Li, Yan Lu

Most of the existing neural video compression methods adopt the predictive coding framework, which first generates the predicted frame and then encodes its residue with the current frame. However, as for compression ratio, predictive coding is only a sub-optimal solution as it uses simple subtraction operation to remove the redundancy across frames. In this paper, we propose a deep contextual video compression framework to enable a paradigm shift from predictive coding to conditional coding. In particular, we try to answer the following questions: how to define, use, and learn condition under a deep video compression framework. To tap the potential of conditional coding, we propose using feature domain context as condition. This enables us to leverage the high dimension context to carry rich information to both the encoder and the decoder, which helps reconstruct the high-frequency contents for higher video quality. Our framework is also extensible, in which the condition can be flexibly designed. Experiments show that our method can significantly outperform the previous state-of-the-art (SOTA) deep video compression methods. When compared with x265 using veryslow preset, we can achieve 26.0% bitrate saving for 1080P standard test videos.

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

Code

Syntology Ran 12 of 21 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 8 ran with no contract checked.

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

DeepMC-DCVC/DCVC officialmentioned in paperpytorch report
microsoft/dcvc 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

21 samples harvested; 12 ran; 1 honoured the contract we drafted; 9 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 · honoured contract
3ran · our draft was wrong
8ran
9unverified

Licence: 0 of the 21 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 DeepMC-DCVC/DCVC. “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.

Bitparm DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · c8ca4619802af671 · report
GDN DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 8157b941c3a4b0ee · report
MEBasic DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · d5f22419c6a9a736 · report
MaskedConv2d DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 2e84e4d2265d5ef3 · report
ResBlock DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 3633e85d48e9359c · report
bilinearupsacling DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 3975b6c6c5b10b19 · report
decode_p DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 63d3e8e4373913f9 · report
flow_warp DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran fingerprinted Apache-2.0 (permissive) · e7a1c891e1de7228 · report
read_bytes DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran Apache-2.0 (permissive) · bd13dca3e1023087 · report
read_uints DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · honoured contract Apache-2.0 (permissive) · ae94682e8b678a9e · report
subpel_conv3x3 DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4835059d9e92906b · report
torch_warp DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository ran fingerprinted Apache-2.0 (permissive) · 675fd1b09a214c40 · report
BitEstimator DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 2dec82dbb841c515 · report
DCVC_net DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 2c21264b0af480b8 · report
EntropyCoder DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 9de28791581c6ec6 · report
GaussianEncoder DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 88c850d81bb8e114 · report
ME_Spynet DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 739517aad1af8b63 · report
ResBlock_LeakyReLU_0_Point_1 DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 63ea86c225934c81 · report
encode_p DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 3c6ecd5e0c51b5d8 · report
write_bytes DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · 02d0069a339c80a7 · report
write_uints DeepMC-DCVC/DCVC/src/models/DCVC_net.py official repository unverified Apache-2.0 (permissive) · f2a8983488d1cd94 · report

Tasks

DecoderVideo Compression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

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