{"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/scalable-neural-video-representations-with","title":"Scalable Neural Video Representations with Learnable Positional Features","arxiv_id":"2210.06823","date":"2022-10-13","proceeding":null,"authors":["Subin Kim","Sihyun Yu","Jaeho Lee","Jinwoo Shin"],"abstract":"Succinct representation of complex signals using coordinate-based neural representations (CNRs) has seen great progress, and several recent efforts focus on extending them for handling videos. Here, the main challenge is how to (a) alleviate a compute-inefficiency in training CNRs to (b) achieve high-quality video encoding while (c) maintaining the parameter-efficiency. To meet all requirements (a), (b), and (c) simultaneously, we propose neural video representations with learnable positional features (NVP), a novel CNR by introducing \"learnable positional features\" that effectively amortize a video as latent codes. Specifically, we first present a CNR architecture based on designing 2D latent keyframes to learn the common video contents across each spatio-temporal axis, which dramatically improves all of those three requirements. Then, we propose to utilize existing powerful image and video codecs as a compute-/memory-efficient compression procedure of latent codes. We demonstrate the superiority of NVP on the popular UVG benchmark; compared with prior arts, NVP not only trains 2 times faster (less than 5 minutes) but also exceeds their encoding quality as 34.07$\\rightarrow$34.57 (measured with the PSNR metric), even using $>$8 times fewer parameters. We also show intriguing properties of NVP, e.g., video inpainting, video frame interpolation, etc.","url_abs":"https://arxiv.org/abs/2210.06823v1","url_pdf":"https://arxiv.org/pdf/2210.06823v1.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":"scalable-neural-video-representations-with","repo_url":"https://github.com/subin-kim-cv/NVP","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"video-compression","task_name":"Video Compression"},{"task_slug":"video-frame-interpolation","task_name":"Video Frame Interpolation"},{"task_slug":"video-inpainting","task_name":"Video Inpainting"},{"task_slug":"video-super-resolution","task_name":"Video Super-Resolution"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2210.06823","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.06823"}},"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/NVlabs/instant-ngp","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/subin-kim-cv/NVP","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":2,"ran_fixture":2,"ran_honours":1,"ran_violates":1,"ran":1,"unverified":5},"by_repo_kind":{"official":{"samples":5,"ran":3,"repositories":1},"community":{"samples":3,"ran":3,"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":7,"samples":[{"code_sha256_prefix":"878fd412e7a78234","entry":"ActivationLayer","repo":"haochen-rye/nerv","repo_kind":"community","path":"model_nerv.py","file_url":"https://github.com/haochen-rye/nerv/blob/HEAD/model_nerv.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"878fd412e7a78234"}},{"code_sha256_prefix":"a44ae0bc9c98e926","entry":"MLP","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"a44ae0bc9c98e926"}},{"code_sha256_prefix":"4b4bad794e3e1cab","entry":"MLP","repo":"haochen-rye/nerv","repo_kind":"community","path":"model_nerv.py","file_url":"https://github.com/haochen-rye/nerv/blob/HEAD/model_nerv.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4b4bad794e3e1cab"}},{"code_sha256_prefix":"853ab1b19577355a","entry":"NormLayer","repo":"haochen-rye/nerv","repo_kind":"community","path":"model_nerv.py","file_url":"https://github.com/haochen-rye/nerv/blob/HEAD/model_nerv.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"853ab1b19577355a"}},{"code_sha256_prefix":"7bd1641f670e602d","entry":"cast_tuple","repo":"subin-kim-cv/NVP","repo_kind":"official","path":"modulation.py","file_url":"https://github.com/subin-kim-cv/NVP/blob/HEAD/modulation.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7bd1641f670e602d"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"subin-kim-cv/NVP","repo_kind":"official","path":"modulation.py","file_url":"https://github.com/subin-kim-cv/NVP/blob/HEAD/modulation.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"c6acd3e400fc2676","entry":"get_n_params","repo":"subin-kim-cv/NVP","repo_kind":"official","path":"utils.py","file_url":"https://github.com/subin-kim-cv/NVP/blob/HEAD/utils.py","link_basis":"harvester_set","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":"c6acd3e400fc2676"}},{"code_sha256_prefix":"bab299b09f52a8de","entry":"ActivationLayer","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"bab299b09f52a8de"}},{"code_sha256_prefix":"a764487191cdbab5","entry":"NormLayer","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"a764487191cdbab5"}},{"code_sha256_prefix":"4bcdec64794c3fab","entry":"evaluate","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"4bcdec64794c3fab"}},{"code_sha256_prefix":"18d43489e3fd0859","entry":"get_mgrid","repo":"subin-kim-cv/NVP","repo_kind":"official","path":"dataio.py","file_url":"https://github.com/subin-kim-cv/NVP/blob/HEAD/dataio.py","link_basis":"harvester_set","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":"18d43489e3fd0859"}},{"code_sha256_prefix":"196981f676d3a9d8","entry":"image_mse","repo":"subin-kim-cv/NVP","repo_kind":"official","path":"loss_functions.py","file_url":"https://github.com/subin-kim-cv/NVP/blob/HEAD/loss_functions.py","link_basis":"harvester_set","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":"196981f676d3a9d8"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}