{"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/neural-video-compression-with-feature","title":"Neural Video Compression with Feature Modulation","arxiv_id":"2402.17414","date":"2024-02-27","proceeding":"CVPR 2024 1","authors":["Jiahao Li","Bin Li","Yan Lu"],"abstract":"The emerging conditional coding-based neural video codec (NVC) shows superiority over commonly-used residual coding-based codec and the latest NVC already claims to outperform the best traditional codec. However, there still exist critical problems blocking the practicality of NVC. In this paper, we propose a powerful conditional coding-based NVC that solves two critical problems via feature modulation. The first is how to support a wide quality range in a single model. Previous NVC with this capability only supports about 3.8 dB PSNR range on average. To tackle this limitation, we modulate the latent feature of the current frame via the learnable quantization scaler. During the training, we specially design the uniform quantization parameter sampling mechanism to improve the harmonization of encoding and quantization. This results in a better learning of the quantization scaler and helps our NVC support about 11.4 dB PSNR range. The second is how to make NVC still work under a long prediction chain. We expose that the previous SOTA NVC has an obvious quality degradation problem when using a large intra-period setting. To this end, we propose modulating the temporal feature with a periodically refreshing mechanism to boost the quality. %Besides solving the above two problems, we also design a single model that can support both RGB and YUV colorspaces. Notably, under single intra-frame setting, our codec can achieve 29.7\\% bitrate saving over previous SOTA NVC with 16\\% MACs reduction. Our codec serves as a notable landmark in the journey of NVC evolution. The codes are at https://github.com/microsoft/DCVC.","url_abs":"https://arxiv.org/abs/2402.17414v2","url_pdf":"https://arxiv.org/pdf/2402.17414v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"neural-video-compression-with-feature","repo_url":"https://github.com/microsoft/dcvc","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"blocking","task_name":"Blocking"},{"task_slug":"quantization","task_name":"Quantization"},{"task_slug":"video-compression","task_name":"Video Compression"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2402.17414","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2402.17414"}},"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":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/microsoft/DCVC","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/microsoft/dcvc","reach":null}],"summary":{"ran":22,"ran_draft_wrong":10,"ran_honours":4,"unverified":7},"by_repo_kind":{"official":{"samples":43,"ran":36,"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":0,"samples":[{"code_sha256_prefix":"f82bf9fe9efb4ab4","entry":"AEHelper","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f82bf9fe9efb4ab4"}},{"code_sha256_prefix":"379a90fedf952408","entry":"BitEstimator","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"379a90fedf952408"}},{"code_sha256_prefix":"c4a3ec7db0af2724","entry":"Bitparm","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c4a3ec7db0af2724"}},{"code_sha256_prefix":"fca5b37ad0d391c2","entry":"ContextualDecoder","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fca5b37ad0d391c2"}},{"code_sha256_prefix":"310fe7d061e997cf","entry":"ContextualEncoder","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"310fe7d061e997cf"}},{"code_sha256_prefix":"419be1df805c2172","entry":"ConvFFN","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"419be1df805c2172"}},{"code_sha256_prefix":"03692913271d3292","entry":"ConvFFN3","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"03692913271d3292"}},{"code_sha256_prefix":"a6721c08436a1879","entry":"DepthConv","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a6721c08436a1879"}},{"code_sha256_prefix":"b14677bd2a05b95f","entry":"DepthConvBlock","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b14677bd2a05b95f"}},{"code_sha256_prefix":"5fcc0a5945f66527","entry":"DepthConvBlock4","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5fcc0a5945f66527"}},{"code_sha256_prefix":"4d085f78c5a59bdc","entry":"FeatureExtractor","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d085f78c5a59bdc"}},{"code_sha256_prefix":"659877e766994421","entry":"GaussianEncoder","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"659877e766994421"}},{"code_sha256_prefix":"fe224c85d7424b84","entry":"MEBasic","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe224c85d7424b84"}},{"code_sha256_prefix":"320925690ef29c06","entry":"MultiScaleContextFusion","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"320925690ef29c06"}},{"code_sha256_prefix":"ddc18f98237531b4","entry":"MvDec","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ddc18f98237531b4"}},{"code_sha256_prefix":"0272de7b35cc7549","entry":"MvEnc","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0272de7b35cc7549"}},{"code_sha256_prefix":"d2f0192d643ab535","entry":"OffsetDiversity","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d2f0192d643ab535"}},{"code_sha256_prefix":"3d55656b67d7cbf4","entry":"ReconGeneration","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d55656b67d7cbf4"}},{"code_sha256_prefix":"75b276630f3fe107","entry":"ResBlock","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75b276630f3fe107"}},{"code_sha256_prefix":"c0ac2daecdabac0b","entry":"ResidualBlockUpsample","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c0ac2daecdabac0b"}},{"code_sha256_prefix":"0b4d24dfa9389a82","entry":"ResidualBlockWithStride","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0b4d24dfa9389a82"}},{"code_sha256_prefix":"a12a5eee4649c19e","entry":"UNet2","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a12a5eee4649c19e"}},{"code_sha256_prefix":"4ee1913b1f8ce86e","entry":"bilineardownsacling","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4ee1913b1f8ce86e"}},{"code_sha256_prefix":"2c8c63d56261cb76","entry":"bilinearupsacling","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2c8c63d56261cb76"}},{"code_sha256_prefix":"da82b58aa9f6478c","entry":"block_mc_func","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da82b58aa9f6478c"}},{"code_sha256_prefix":"ff496db6b866af12","entry":"conv1x1","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ff496db6b866af12"}},{"code_sha256_prefix":"194462a957fb0991","entry":"conv3x3","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"194462a957fb0991"}},{"code_sha256_prefix":"ca37ddb87705e620","entry":"flow_warp","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ca37ddb87705e620"}},{"code_sha256_prefix":"0c429d93ea07cde7","entry":"get_downsampled_shape","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0c429d93ea07cde7"}},{"code_sha256_prefix":"058564027e22df3c","entry":"get_padding_size","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"058564027e22df3c"}},{"code_sha256_prefix":"05d9e671c5f84bdb","entry":"subpel_conv1x1","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"05d9e671c5f84bdb"}},{"code_sha256_prefix":"c441c9f39e918e8a","entry":"subpel_conv3x3","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c441c9f39e918e8a"}},{"code_sha256_prefix":"4ed6bbdfa756e1be","entry":"torch_warp","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4ed6bbdfa756e1be"}},{"code_sha256_prefix":"c8819fe99eeef17c","entry":"write_ip","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c8819fe99eeef17c"}},{"code_sha256_prefix":"cde57c4548df7988","entry":"write_uchars","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cde57c4548df7988"}},{"code_sha256_prefix":"1ec4dcdc3950ddfe","entry":"write_uint_adaptive","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1ec4dcdc3950ddfe"}},{"code_sha256_prefix":"b04500057b53dc0d","entry":"CompressionModel","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b04500057b53dc0d"}},{"code_sha256_prefix":"d0541ab1ef1f01d7","entry":"DMC","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d0541ab1ef1f01d7"}},{"code_sha256_prefix":"8b1f88062c054aad","entry":"EntropyCoder","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8b1f88062c054aad"}},{"code_sha256_prefix":"8a52237f88c790c0","entry":"ME_Spynet","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8a52237f88c790c0"}},{"code_sha256_prefix":"b50de84040ba0329","entry":"NalType","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b50de84040ba0329"}},{"code_sha256_prefix":"a3cc1c3e7b0b88aa","entry":"add_grid_cache","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a3cc1c3e7b0b88aa"}},{"code_sha256_prefix":"395e86482196ce43","entry":"write_bytes","repo":"microsoft/dcvc","repo_kind":"official","path":"DCVC-family/DCVC-FM/src/models/video_model.py","file_url":"https://github.com/microsoft/dcvc/blob/HEAD/DCVC-family/DCVC-FM/src/models/video_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"395e86482196ce43"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}