Papers › MH-LVC: Multi-Hypothesis Temporal Prediction for Learned Conditional Residual Video Coding

MH-LVC: Multi-Hypothesis Temporal Prediction for Learned Conditional Residual Video Coding

14 Oct 2025ICCVarXiv:2510.12479added by Syntology

Huu-Tai Phung, Zong-Lin Gao, Yi-Chen Yao, Kuan-Wei Ho, Yi-Hsin Chen, Yu-Hsiang Lin, Alessandro Gnutti, Wen-Hsiao Peng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

This work, termed MH-LVC, presents a multi-hypothesis temporal prediction scheme that employs long- and short-term reference frames in a conditional residual video coding framework. Recent temporal context mining approaches to conditional video coding offer superior coding performance. However, the need to store and access a large amount of implicit contextual information extracted from past decoded frames in decoding a video frame poses a challenge due to excessive memory access. Our MH-LVC overcomes this issue by storing multiple long- and short-term reference frames but limiting the number of reference frames used at a time for temporal prediction to two. Our decoded frame buffer management allows the encoder to flexibly utilize the long-term key frames to mitigate temporal cascading errors and the short-term reference frames to minimize prediction errors. Moreover, our buffering scheme enables the temporal prediction structure to be adapted to individual input videos. While this flexibility is common in traditional video codecs, it has not been fully explored for learned video codecs. Extensive experiments show that the proposed method outperforms VTM-17.0 under the low-delay B configuration in terms of PSNR-RGB across commonly used test datasets, and performs comparably to the state-of-the-art learned codecs (e.g.~DCVC-FM) while requiring less decoded frame buffer and similar decoding time.

PaperPDFCode 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="2510.12479")

Code

Syntology Ran 2 of 18 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NYCU-MAPL/MHLVC found in paper text by Syntology report

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

18 samples harvested; 2 ran; 0 honoured the contract we drafted; 16 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 · our draft was wrong
16unverified

Licence: 18 of the 18 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 NYCU-MAPL/MHLVC. “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.

bilinearupsacling NYCU-MAPL/MHLVC/compressai/RIFE/IFNet.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 2c8c63d56261cb76 · report
conv NYCU-MAPL/MHLVC/compressai/RIFE/IFNet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 1d13034a9dbf1c2a · report
Conv2d NYCU-MAPL/MHLVC/compressai/RIFE/FFNet.py found in paper text by Syntology unverified no licence file found · pointer only · 00ee54a5dde8ef25 · report
DownsampleBlock NYCU-MAPL/MHLVC/compressai/RIFE/Gridnet.py found in paper text by Syntology unverified no licence file found · pointer only · 72d1cae9a8cc7b52 · report
ResidualBlock NYCU-MAPL/MHLVC/compressai/RIFE/Gridnet.py found in paper text by Syntology unverified no licence file found · pointer only · 2bcfd2439d02434b · report
UpsampleBlock NYCU-MAPL/MHLVC/compressai/RIFE/Gridnet.py found in paper text by Syntology unverified no licence file found · pointer only · 1ea9c7f887bd0270 · report
conv NYCU-MAPL/MHLVC/PWCNet.py found in paper text by Syntology unverified no licence file found · pointer only · daf069ae7e1eb33a · report
conv1x1 NYCU-MAPL/MHLVC/compressai/RIFE/FFNet.py found in paper text by Syntology unverified no licence file found · pointer only · 4dec042f7272edd6 · report
conv3x3 NYCU-MAPL/MHLVC/compressai/RIFE/FFNet.py found in paper text by Syntology unverified no licence file found · pointer only · fce10771ab1d00db · report
corr NYCU-MAPL/MHLVC/PWCNet.py found in paper text by Syntology unverified no licence file found · pointer only · 03230b87ab57ae0b · report
deconv NYCU-MAPL/MHLVC/compressai/RIFE/IFNet.py found in paper text by Syntology unverified no licence file found · pointer only · 612249f14f261920 · report
gen_discrete_condition NYCU-MAPL/MHLVC/util/conditional_module.py found in paper text by Syntology unverified no licence file found · pointer only · 1711b282204ec142 · report
gen_random_condition NYCU-MAPL/MHLVC/util/conditional_module.py found in paper text by Syntology unverified no licence file found · pointer only · 926e58e48848d712 · report
get_out_channels NYCU-MAPL/MHLVC/util/conditional_module.py found in paper text by Syntology unverified no licence file found · pointer only · 22ed612ad01ece28 · report
parse_args NYCU-MAPL/MHLVC/MH_LVC_1.py found in paper text by Syntology unverified no licence file found · pointer only · bab938ceddc4d244 · report
parse_args NYCU-MAPL/MHLVC/MH_LVC_2.py found in paper text by Syntology unverified no licence file found · pointer only · 227df980d20deee8 · report
predict_flow NYCU-MAPL/MHLVC/PWCNet.py found in paper text by Syntology unverified no licence file found · pointer only · ad04e67a2b8b753f · report
warp NYCU-MAPL/MHLVC/util/warplayer.py found in paper text by Syntology unverified no licence file found · pointer only · 1ca07f57912161b4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.12479, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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