{"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":"/code/modulatedconv2d","entry":"ModulatedConv2d","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":13,"n_papers_ran":7,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":14,"n_samples_ran":8,"n_samples_fingerprinted":1,"n_places":14,"n_places_pointer_only":9,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":8,"unverified":6},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2306.13091","paper":"/paper/evading-forensic-classifiers-with-attribute-1","title":"Evading Forensic Classifiers with Attribute-Conditioned Adversarial Faces","date":"2023-06-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"koushiksrivats/face_attribute_attack","path":"image_as_reference.py","file_url":"https://github.com/koushiksrivats/face_attribute_attack/blob/HEAD/image_as_reference.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"673fcfe5abee6fa2","mcp_get_code":{"code_sha256":"673fcfe5abee6fa2"}},{"arxiv_id":"2301.06281","paper":"/paper/dpe-disentanglement-of-pose-and-expression","title":"DPE: Disentanglement of Pose and Expression for General Video Portrait Editing","date":"2023-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Carlyx/DPE","path":"networks/generator.py","file_url":"https://github.com/Carlyx/DPE/blob/HEAD/networks/generator.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"fbc7a646183a73f6","mcp_get_code":{"code_sha256":"fbc7a646183a73f6"}},{"arxiv_id":"2210.08884","paper":"/paper/hyperdomainnet-universal-domain-adaptation","title":"HyperDomainNet: Universal Domain Adaptation for Generative Adversarial Networks","date":"2022-10-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"macderru/hyperdomainnet","path":"core/uda_models.py","file_url":"https://github.com/macderru/hyperdomainnet/blob/HEAD/core/uda_models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"15c6d8b415268285","mcp_get_code":{"code_sha256":"15c6d8b415268285"}},{"arxiv_id":"2204.13656","paper":"/paper/unsupervised-multi-modal-medical-image","title":"Unsupervised Multi-Modal Medical Image Registration via Discriminator-Free Image-to-Image Translation","date":"2022-04-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"heyblackC/DFMIR","path":"models/networks.py","file_url":"https://github.com/heyblackC/DFMIR/blob/HEAD/models/networks.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"20786c011783fa9c","mcp_get_code":{"code_sha256":"20786c011783fa9c"}},{"arxiv_id":"2204.01046","paper":"/paper/style-based-global-appearance-flow-for","title":"Style-Based Global Appearance Flow for Virtual Try-On","date":"2022-04-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"KiseKloset/DM-VTON","path":"models/warp_modules/style_afwm.py","file_url":"https://github.com/KiseKloset/DM-VTON/blob/HEAD/models/warp_modules/style_afwm.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"c01b5b1a7a8e89da","mcp_get_code":{"code_sha256":"c01b5b1a7a8e89da"}},{"arxiv_id":"2204.01046","paper":"/paper/style-based-global-appearance-flow-for","title":"Style-Based Global Appearance Flow for Virtual Try-On","date":"2022-04-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"senhe/flow-style-vton","path":"train/models/afwm.py","file_url":"https://github.com/senhe/flow-style-vton/blob/HEAD/train/models/afwm.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"c34aad540cfc6012","mcp_get_code":{"code_sha256":"c34aad540cfc6012"}},{"arxiv_id":"2203.07319","paper":"/paper/gcfsr-a-generative-and-controllable-face","title":"GCFSR: a Generative and Controllable Face Super Resolution Method Without Facial and GAN Priors","date":"2022-03-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hejingwenhejingwen/GCFSR","path":"basicsr/archs/gcfsr_arch.py","file_url":"https://github.com/hejingwenhejingwen/GCFSR/blob/HEAD/basicsr/archs/gcfsr_arch.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"feb7cdbeb95c3415","mcp_get_code":{"code_sha256":"feb7cdbeb95c3415"}},{"arxiv_id":"2107.06256","paper":"/paper/retrieve-in-style-unsupervised-facial-feature","title":"Retrieve in Style: Unsupervised Facial Feature Transfer and Retrieval","date":"2021-07-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mchong6/RetrieveInStyle","path":"model.py","file_url":"https://github.com/mchong6/RetrieveInStyle/blob/HEAD/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e85de10db78b044c","mcp_get_code":{"code_sha256":"e85de10db78b044c"}},{"arxiv_id":"2105.06070","paper":"/paper/gan-prior-embedded-network-for-blind-face","title":"GAN Prior Embedded Network for Blind Face Restoration in the Wild","date":"2021-05-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yangxy/GPEN","path":"face_model/gpen_model.py","file_url":"https://github.com/yangxy/GPEN/blob/HEAD/face_model/gpen_model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"56ce990d99525f1d","mcp_get_code":{"code_sha256":"56ce990d99525f1d"}},{"arxiv_id":"2104.11116","paper":"/paper/pose-controllable-talking-face-generation-by","title":"Pose-Controllable Talking Face Generation by Implicitly Modularized Audio-Visual Representation","date":"2021-04-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Hangz-nju-cuhk/Talking-Face_PC-AVS","path":"models/networks/generator.py","file_url":"https://github.com/Hangz-nju-cuhk/Talking-Face_PC-AVS/blob/HEAD/models/networks/generator.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"CC-BY-4.0","inline_ok":false,"code_sha256_prefix":"66fbf27037c7437e","mcp_get_code":{"code_sha256":"66fbf27037c7437e"}},{"arxiv_id":"2104.06820","paper":"/paper/few-shot-image-generation-via-cross-domain","title":"Few-shot Image Generation via Cross-domain Correspondence","date":"2021-04-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"airi-institute/styledomain","path":"SimilarDomains/core/uda_models.py","file_url":"https://github.com/airi-institute/styledomain/blob/HEAD/SimilarDomains/core/uda_models.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0f85ee5a165844af","mcp_get_code":{"code_sha256":"0f85ee5a165844af"}},{"arxiv_id":"2103.17249","paper":"/paper/styleclip-text-driven-manipulation-of","title":"StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery","date":"2021-03-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"orpatashnik/StyleCLIP","path":"mapper/styleclip_mapper.py","file_url":"https://github.com/orpatashnik/StyleCLIP/blob/HEAD/mapper/styleclip_mapper.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b398ec20195c1d95","mcp_get_code":{"code_sha256":"b398ec20195c1d95"}},{"arxiv_id":"2101.02477","paper":"/paper/gan-control-explicitly-controllable-gans","title":"GAN-Control: Explicitly Controllable GANs","date":"2021-01-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"amazon-research/gan-control","path":"src/gan_control/models/gan_model.py","file_url":"https://github.com/amazon-research/gan-control/blob/HEAD/src/gan_control/models/gan_model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"771ce08f61fae945","mcp_get_code":{"code_sha256":"771ce08f61fae945"}},{"arxiv_id":"1812.04948","paper":"/paper/a-style-based-generator-architecture-for","title":"A Style-Based Generator Architecture for Generative Adversarial Networks","date":"2018-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"akatigre/multi2one","path":"models/stylegan2/model.py","file_url":"https://github.com/akatigre/multi2one/blob/HEAD/models/stylegan2/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0ca508f4a859b0f4","mcp_get_code":{"code_sha256":"0ca508f4a859b0f4"}}]}