{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2603-15129","title":"Next-Frame Decoding for Ultra-Low-Bitrate Image Compression with Video Diffusion Priors","arxiv_id":"2603.15129","date":"2026-03-16","proceeding":null,"authors":["Yunuo Chen","Chuqin Zhou","Jiangchuan Li","Xiaoyue Ling","Bing He","Jincheng Dai","Li Song","Guo Lu"],"abstract":"We present a novel paradigm for ultra-low-bitrate image compression (ULB-IC) that exploits the ``temporal'' evolution in generative image compression. Specifically, we define an explicit intermediate state during decoding: a compact anchor frame, which preserves the scene geometry and semantic layout while discarding high-frequency details. We then reinterpret generative decoding as a virtual temporal transition from this anchor to the final reconstructed image. To model this progression, we leverage a pretrained video diffusion model (VDM) as a temporal prior: the anchor frame serves as the initial frame and the original image as the target frame, transforming the decoding process into a next-frame prediction task. In contrast to image diffusion-based ULB-IC models, our decoding proceeds from a visible, semantically faithful anchor, which improves both fidelity and realism for perceptual image compression. Extensive experiments demonstrate that our method achieves superior rate-distortion performance. On the CLIC2020 test set, our method achieves over 50% bitrate savings across LPIPS, DISTS, FID, and KID compared to DiffC, while also delivering a significant decoding speedup of up to $\\times$5. Code will be released at https://github.com/UnoC-727/NeFIC.","url_abs":"https://arxiv.org/abs/2603.15129","url_pdf":"https://arxiv.org/pdf/2603.15129","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2603.15129","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.15129"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/UnoC-727/NeFIC","reach":null}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":11,"samples":[{"code_sha256_prefix":"98c1047e1e4f721e","entry":"adain_color_fix_quant","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/utils/color_fix.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/utils/color_fix.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"98c1047e1e4f721e"}},{"code_sha256_prefix":"ed0081ecce8f631c","entry":"build_position_index","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/attention.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/attention.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ed0081ecce8f631c"}},{"code_sha256_prefix":"b4754e02a4d49315","entry":"ckbd_anchor","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/checkerboard.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/checkerboard.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b4754e02a4d49315"}},{"code_sha256_prefix":"5e35bf4ea634a48c","entry":"ckbd_merge","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/checkerboard.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/checkerboard.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5e35bf4ea634a48c"}},{"code_sha256_prefix":"e0801f3611f69926","entry":"ckbd_split","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/checkerboard.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/checkerboard.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e0801f3611f69926"}},{"code_sha256_prefix":"5f36170947ce2008","entry":"conv","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/conv.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/conv.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5f36170947ce2008"}},{"code_sha256_prefix":"15eae621014906be","entry":"conv1x1","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/conv.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/conv.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"15eae621014906be"}},{"code_sha256_prefix":"d7a1893b6b1fae5c","entry":"deconv","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/layers/conv.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/layers/conv.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d7a1893b6b1fae5c"}},{"code_sha256_prefix":"e747ce86458f2f2d","entry":"get_scale_table","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/model.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e747ce86458f2f2d"}},{"code_sha256_prefix":"accdee1d994a906f","entry":"ste_round","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/model.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"accdee1d994a906f"}},{"code_sha256_prefix":"c4be2ec570bc6f89","entry":"zero_module","repo":"UnoC-727/NeFIC","repo_kind":"found_in_text","path":"nefic/anchor_codec/encoder.py","file_url":"https://github.com/UnoC-727/NeFIC/blob/HEAD/nefic/anchor_codec/encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c4be2ec570bc6f89"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}