{"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/video-probabilistic-diffusion-models-in","title":"Video Probabilistic Diffusion Models in Projected Latent Space","arxiv_id":"2302.07685","date":"2023-02-15","proceeding":"CVPR 2023 1","authors":["Sihyun Yu","Kihyuk Sohn","Subin Kim","Jinwoo Shin"],"abstract":"Despite the remarkable progress in deep generative models, synthesizing high-resolution and temporally coherent videos still remains a challenge due to their high-dimensionality and complex temporal dynamics along with large spatial variations. Recent works on diffusion models have shown their potential to solve this challenge, yet they suffer from severe computation- and memory-inefficiency that limit the scalability. To handle this issue, we propose a novel generative model for videos, coined projected latent video diffusion models (PVDM), a probabilistic diffusion model which learns a video distribution in a low-dimensional latent space and thus can be efficiently trained with high-resolution videos under limited resources. Specifically, PVDM is composed of two components: (a) an autoencoder that projects a given video as 2D-shaped latent vectors that factorize the complex cubic structure of video pixels and (b) a diffusion model architecture specialized for our new factorized latent space and the training/sampling procedure to synthesize videos of arbitrary length with a single model. Experiments on popular video generation datasets demonstrate the superiority of PVDM compared with previous video synthesis methods; e.g., PVDM obtains the FVD score of 639.7 on the UCF-101 long video (128 frames) generation benchmark, which improves 1773.4 of the prior state-of-the-art.","url_abs":"https://arxiv.org/abs/2302.07685v2","url_pdf":"https://arxiv.org/pdf/2302.07685v2.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":"video-probabilistic-diffusion-models-in","repo_url":"https://github.com/sihyun-yu/pvdm","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"video-generation","task_name":"Video Generation"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2302.07685","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2302.07685"}},"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/sihyun-yu/pvdm","reach":null}],"summary":{"ran":4,"unverified":4},"by_repo_kind":{"listed":{"samples":8,"ran":4,"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":"db3a2f79b766b428","entry":"AttentionBlock","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"db3a2f79b766b428"}},{"code_sha256_prefix":"103e2546dd25cd12","entry":"AttentionBlock1D","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"103e2546dd25cd12"}},{"code_sha256_prefix":"126e0aad3feac35a","entry":"QKVAttention","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"126e0aad3feac35a"}},{"code_sha256_prefix":"26f661f1ebafd2e9","entry":"QKVAttentionLegacy","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"26f661f1ebafd2e9"}},{"code_sha256_prefix":"3517e469e5ac8118","entry":"ResBlock","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"3517e469e5ac8118"}},{"code_sha256_prefix":"be2ef04b4935912b","entry":"SpatialTransformer","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"be2ef04b4935912b"}},{"code_sha256_prefix":"740f3cb32cafdf77","entry":"TimestepEmbedSequential","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"740f3cb32cafdf77"}},{"code_sha256_prefix":"18f39c82c98ac39d","entry":"UNetModel","repo":"sihyun-yu/pvdm","repo_kind":"listed","path":"models/ddpm/unet.py","file_url":"https://github.com/sihyun-yu/pvdm/blob/HEAD/models/ddpm/unet.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":"18f39c82c98ac39d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}