{"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/wavegan-frequency-aware-gan-for-high-fidelity","title":"WaveGAN: Frequency-aware GAN for High-Fidelity Few-shot Image Generation","arxiv_id":"2207.07288","date":"2022-07-15","proceeding":null,"authors":["Mengping Yang","Zhe Wang","Ziqiu Chi","Wenyi Feng"],"abstract":"Existing few-shot image generation approaches typically employ fusion-based strategies, either on the image or the feature level, to produce new images. However, previous approaches struggle to synthesize high-frequency signals with fine details, deteriorating the synthesis quality. To address this, we propose WaveGAN, a frequency-aware model for few-shot image generation. Concretely, we disentangle encoded features into multiple frequency components and perform low-frequency skip connections to preserve outline and structural information. Then we alleviate the generator's struggles of synthesizing fine details by employing high-frequency skip connections, thus providing informative frequency information to the generator. Moreover, we utilize a frequency L1-loss on the generated and real images to further impede frequency information loss. Extensive experiments demonstrate the effectiveness and advancement of our method on three datasets. Noticeably, we achieve new state-of-the-art with FID 42.17, LPIPS 0.3868, FID 30.35, LPIPS 0.5076, and FID 4.96, LPIPS 0.3822 respectively on Flower, Animal Faces, and VGGFace. GitHub: https://github.com/kobeshegu/ECCV2022_WaveGAN","url_abs":"https://arxiv.org/abs/2207.07288v2","url_pdf":"https://arxiv.org/pdf/2207.07288v2.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":"wavegan-frequency-aware-gan-for-high-fidelity","repo_url":"https://github.com/kobeshegu/eccv2022_wavegan","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"image-generation","task_name":"Image Generation"},{"task_slug":"high","task_name":"Vocal Bursts Intensity Prediction"}],"methods":[{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"phase-shuffle","method_name":"Phase Shuffle"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"tanh-activation","method_name":"Tanh Activation"},{"method_slug":"wgan-gp-loss","method_name":"WGAN-GP Loss"},{"method_slug":"wavegan","method_name":"WaveGAN"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2207.07288","atlas_url":"https://app.syntology.ai/?focus=2207.07288","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2207.07288"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/kobeshegu/eccv2022_wavegan","reach":null}],"summary":{"ran":4,"ran_fixture":1,"ran_draft_wrong":2,"unverified":6},"by_repo_kind":{"official":{"samples":13,"ran":7,"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":13,"samples":[{"code_sha256_prefix":"543b57b0e6a65772","entry":"LocalFusionModule","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"543b57b0e6a65772"}},{"code_sha256_prefix":"23b7366f30757e18","entry":"WavePool","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"23b7366f30757e18"}},{"code_sha256_prefix":"9c3d4d88544579e9","entry":"WavePool2","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9c3d4d88544579e9"}},{"code_sha256_prefix":"6e4b7a73dacf8209","entry":"WaveUnpool","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6e4b7a73dacf8209"}},{"code_sha256_prefix":"fad937db2f652aa7","entry":"batched_index_select","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fad937db2f652aa7"}},{"code_sha256_prefix":"31a307eeead81906","entry":"get_wav","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.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":"31a307eeead81906"}},{"code_sha256_prefix":"ff4788069e95f1d9","entry":"get_wav_two","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.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":"ff4788069e95f1d9"}},{"code_sha256_prefix":"26e7d4fe01471fd9","entry":"Decoder","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"26e7d4fe01471fd9"}},{"code_sha256_prefix":"741fbf4776861eb6","entry":"Discriminator","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"741fbf4776861eb6"}},{"code_sha256_prefix":"4129fdc523a4b455","entry":"Encoder","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4129fdc523a4b455"}},{"code_sha256_prefix":"ecb5d434f0320217","entry":"Generator","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ecb5d434f0320217"}},{"code_sha256_prefix":"51b7094fede47609","entry":"LoFGAN","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"51b7094fede47609"}},{"code_sha256_prefix":"4c7eca072701dbbb","entry":"batched_scatter","repo":"kobeshegu/eccv2022_wavegan","repo_kind":"official","path":"networks/lofgan.py","file_url":"https://github.com/kobeshegu/eccv2022_wavegan/blob/HEAD/networks/lofgan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4c7eca072701dbbb"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}