{"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/perceptual-video-compression-with-recurrent","title":"Perceptual Learned Video Compression with Recurrent Conditional GAN","arxiv_id":"2109.03082","date":"2021-09-07","proceeding":null,"authors":["Ren Yang","Radu Timofte","Luc van Gool"],"abstract":"This paper proposes a Perceptual Learned Video Compression (PLVC) approach with recurrent conditional GAN. We employ the recurrent auto-encoder-based compression network as the generator, and most importantly, we propose a recurrent conditional discriminator, which judges on raw vs. compressed video conditioned on both spatial and temporal features, including the latent representation, temporal motion and hidden states in recurrent cells. This way, the adversarial training pushes the generated video to be not only spatially photo-realistic but also temporally consistent with the groundtruth and coherent among video frames. The experimental results show that the learned PLVC model compresses video with good perceptual quality at low bit-rate, and that it outperforms the official HEVC test model (HM 16.20) and the existing learned video compression approaches for several perceptual quality metrics and user studies. The codes will be released at the project page: https://github.com/RenYang-home/PLVC.","url_abs":"https://arxiv.org/abs/2109.03082v5","url_pdf":"https://arxiv.org/pdf/2109.03082v5.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":"perceptual-video-compression-with-recurrent","repo_url":"https://github.com/renyang-home/plvc","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"perceptual-video-compression-with-recurrent","repo_url":"https://github.com/RenYang-home/OpenDVC","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"perceptual-video-compression-with-recurrent","repo_url":"https://github.com/renyang-home/alvc","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}}],"tasks":[{"task_slug":"video-compression","task_name":"Video Compression"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2109.03082","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2109.03082"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/renyang-home/alvc","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/renyang-home/plvc","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/RenYang-home/OpenDVC","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":10},"by_repo_kind":{"listed":{"samples":10,"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":0,"samples":[{"code_sha256_prefix":"cb6d3fd17b16f01e","entry":"MC","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"MC_network.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/MC_network.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"cb6d3fd17b16f01e"}},{"code_sha256_prefix":"0c7075c5c9a1bf7c","entry":"MultiScaleSSIM","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"ms_ssim_np.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/ms_ssim_np.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"0c7075c5c9a1bf7c"}},{"code_sha256_prefix":"312f86edb399e5f9","entry":"batch_normalization_layer","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"resnet.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/resnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"312f86edb399e5f9"}},{"code_sha256_prefix":"35bc39682880bf95","entry":"convnet","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"motion.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/motion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"35bc39682880bf95"}},{"code_sha256_prefix":"b1b847600ecbefb7","entry":"load_data","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"load.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/load.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b1b847600ecbefb7"}},{"code_sha256_prefix":"9df3dffb81dcf397","entry":"load_data_ssim","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"load.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/load.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"9df3dffb81dcf397"}},{"code_sha256_prefix":"fde9eefed7367d3a","entry":"loss","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"motion.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/motion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"fde9eefed7367d3a"}},{"code_sha256_prefix":"61f9ce5dff0206b3","entry":"optical_flow","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"motion.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/motion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"61f9ce5dff0206b3"}},{"code_sha256_prefix":"25c8754d5ef147a5","entry":"resblock","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"MC_network.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/MC_network.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"25c8754d5ef147a5"}},{"code_sha256_prefix":"2b13b01de0c26736","entry":"tf_msssim_np","repo":"RenYang-home/OpenDVC","repo_kind":"listed","path":"ms_ssim_np.py","file_url":"https://github.com/RenYang-home/OpenDVC/blob/HEAD/ms_ssim_np.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"2b13b01de0c26736"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}