{"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/stylecinegan-landscape-cinemagraph-generation","title":"StyleCineGAN: Landscape Cinemagraph Generation using a Pre-trained StyleGAN","arxiv_id":"2403.14186","date":"2024-03-21","proceeding":"CVPR 2024 1","authors":["Jongwoo Choi","Kwanggyoon Seo","Amirsaman Ashtari","Junyong Noh"],"abstract":"We propose a method that can generate cinemagraphs automatically from a still landscape image using a pre-trained StyleGAN. Inspired by the success of recent unconditional video generation, we leverage a powerful pre-trained image generator to synthesize high-quality cinemagraphs. Unlike previous approaches that mainly utilize the latent space of a pre-trained StyleGAN, our approach utilizes its deep feature space for both GAN inversion and cinemagraph generation. Specifically, we propose multi-scale deep feature warping (MSDFW), which warps the intermediate features of a pre-trained StyleGAN at different resolutions. By using MSDFW, the generated cinemagraphs are of high resolution and exhibit plausible looping animation. We demonstrate the superiority of our method through user studies and quantitative comparisons with state-of-the-art cinemagraph generation methods and a video generation method that uses a pre-trained StyleGAN.","url_abs":"https://arxiv.org/abs/2403.14186v1","url_pdf":"https://arxiv.org/pdf/2403.14186v1.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":"stylecinegan-landscape-cinemagraph-generation","repo_url":"https://github.com/jeolpyeoni/StyleCineGAN","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"unconditional-video-generation","task_name":"Unconditional Video Generation"},{"task_slug":"video-generation","task_name":"Video Generation"}],"methods":[{"method_slug":"adaptive-instance-normalization","method_name":"Adaptive Instance Normalization"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"feedforward-network","method_name":"Feedforward Network"},{"method_slug":"r1-regularization","method_name":"R1 Regularization"},{"method_slug":"stylegan","method_name":"StyleGAN"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2403.14186","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2403.14186"}},"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/jeolpyeoni/StyleCineGAN","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"ran_draft_wrong":1,"unverified":4},"by_repo_kind":{"official":{"samples":9,"ran":5,"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":"5e229d7754670457","entry":"define_D","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"models/img2flow/networks.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/models/img2flow/networks.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":"5e229d7754670457"}},{"code_sha256_prefix":"3997ef929a9e387d","entry":"downscale","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"external_modules/feature_style_encoder/trainer.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/external_modules/feature_style_encoder/trainer.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":"3997ef929a9e387d"}},{"code_sha256_prefix":"29bb0088c8c38ae4","entry":"get_norm_layer","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"models/img2flow/networks.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/models/img2flow/networks.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"29bb0088c8c38ae4"}},{"code_sha256_prefix":"113d150fde2a2d40","entry":"linear_interpolate","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"external_modules/feature_style_encoder/video_processing.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/external_modules/feature_style_encoder/video_processing.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":"113d150fde2a2d40"}},{"code_sha256_prefix":"44ccbba5d82f84dd","entry":"load_flownet","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"utils/model_utils.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/utils/model_utils.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":"44ccbba5d82f84dd"}},{"code_sha256_prefix":"34fd565f2856a69f","entry":"create_model","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"models/img2flow/models.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/models/img2flow/models.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":"34fd565f2856a69f"}},{"code_sha256_prefix":"b8f55e86b62abc10","entry":"define_G","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"models/img2flow/networks.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/models/img2flow/networks.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":"b8f55e86b62abc10"}},{"code_sha256_prefix":"3afea3103145e7aa","entry":"load_encoder","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"utils/model_utils.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/utils/model_utils.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":"3afea3103145e7aa"}},{"code_sha256_prefix":"162b50c7ca7db06f","entry":"load_stylegan2","repo":"jeolpyeoni/StyleCineGAN","repo_kind":"official","path":"utils/model_utils.py","file_url":"https://github.com/jeolpyeoni/StyleCineGAN/blob/HEAD/utils/model_utils.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":"162b50c7ca7db06f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}