Papers › Hierarchical Autoregressive Modeling for Neural Video Compression

Hierarchical Autoregressive Modeling for Neural Video Compression

19 Oct 2020ICLR 2021 1arXiv:2010.10258archive 2025-07-28

Ruihan Yang, Yibo Yang, Joseph Marino, Stephan Mandt

Recent work by Marino et al. (2020) showed improved performance in sequential density estimation by combining masked autoregressive flows with hierarchical latent variable models. We draw a connection between such autoregressive generative models and the task of lossy video compression. Specifically, we view recent neural video compression methods (Lu et al., 2019; Yang et al., 2020b; Agustssonet al., 2020) as instances of a generalized stochastic temporal autoregressive transform, and propose avenues for enhancement based on this insight. Comprehensive evaluations on large-scale video data show improved rate-distortion performance over both state-of-the-art neural and conventional video compression 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="2010.10258")

Code

Syntology Ran 16 of 29 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 12 ran with no contract checked.

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

buggyyang/hier-video-compression officialmentioned in papermentioned on GitHubpytorch report
buggyyang/youtube-nt officialmentioned in paperMIT report
privateyoung/Youtube-NT officialmentioned in paperMIT 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

29 samples harvested; 16 ran; 2 honoured the contract we drafted; 13 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.

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
12ran
13unverified

Licence: 21 of the 29 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.

BaseDecoder buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 2efaa759079d076c · report
BaseEncoder buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 25e59bb3d170a01f · report
Coder buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f3cdfc0b37e6a8e6 · report
FlexiblePrior buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · fe8f871c8165f89c · report
GDN buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 83233d52a69b71da · report
GDN1 buggyyang/hier-video-compression/models.py official repository ran fingerprinted no licence file found · pointer only · 0329cd658af6bfaa · report
HyperDecoder buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 28fdc241caf365cf · report
HyperEncoder buggyyang/hier-video-compression/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · fcb0a33f9a2bf52a · report
LowerBound buggyyang/hier-video-compression/models.py official repository ran no licence file found · pointer only · 12677b56c4c6cf41 · report
NormalDistribution buggyyang/hier-video-compression/models.py official repository ran no licence file found · pointer only · 129bfe8ee13e3894 · report
PriorFunction buggyyang/hier-video-compression/models.py official repository ran no licence file found · pointer only · 2c9d25e2d787e008 · report
STERound buggyyang/hier-video-compression/models.py official repository ran no licence file found · pointer only · 3c172097e4c4b967 · report
noise buggyyang/hier-video-compression/models.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 5499218583ec12e3 · report
quantize buggyyang/hier-video-compression/models.py official repository ran · fixture could not drive it no licence file found · pointer only · 771654b864892612 · report
round_w_offset buggyyang/hier-video-compression/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 621a39b9552a568f · report
universal_quantize buggyyang/hier-video-compression/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 491474fe9b136c86 · report
CondModel buggyyang/hier-video-compression/models.py official repository unverified no licence file found · pointer only · a63896ce6119a75a · report
CustomSequential buggyyang/hier-video-compression/models.py official repository unverified no licence file found · pointer only · 50f309ba206df2c9 · report
HyperCondDecoder buggyyang/hier-video-compression/models.py official repository unverified no licence file found · pointer only · 735e60ddbd1ad8fd · report
SimpleModel buggyyang/hier-video-compression/models.py official repository unverified no licence file found · pointer only · de507745c7134871 · report
VBRCondition buggyyang/hier-video-compression/models.py official repository unverified no licence file found · pointer only · 143d83707982d3d7 · report
compute_downscale_factor buggyyang/youtube-nt/PySceneDetect/scenedetect/video_manager.py official repository unverified MIT (permissive) · 880266a6c627174a · report
get_and_create_path buggyyang/youtube-nt/PySceneDetect/scenedetect/platform.py official repository unverified MIT (permissive) · bb7f82c4f26327cf · report
get_csv_reader buggyyang/youtube-nt/PySceneDetect/scenedetect/platform.py official repository unverified MIT (permissive) · 8b4179145570dad9 · report
get_csv_writer buggyyang/youtube-nt/PySceneDetect/scenedetect/platform.py official repository unverified MIT (permissive) · 1a3e221bd9a9f50e · report
get_num_frames buggyyang/youtube-nt/PySceneDetect/scenedetect/video_manager.py official repository unverified MIT (permissive) · e60be8fb7c5db5ea · report
get_plural buggyyang/youtube-nt/PySceneDetect/scenedetect/cli/context.py official repository unverified MIT (permissive) · 5582430f30b1e688 · report
get_scenes_from_cuts buggyyang/youtube-nt/PySceneDetect/scenedetect/scene_manager.py official repository unverified MIT (permissive) · fcb377955a0b8932 · report
get_video_name buggyyang/youtube-nt/PySceneDetect/scenedetect/video_manager.py official repository unverified MIT (permissive) · 16368e5d19486e5d · report

Tasks

Density EstimationVideo 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