{"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/off-policy-reinforcement-learning-for","title":"Off-Policy Reinforcement Learning for Efficient and Effective GAN Architecture Search","arxiv_id":"2007.09180","date":"2020-07-17","proceeding":"ECCV 2020 8","authors":["Yuan Tian","Qin Wang","Zhiwu Huang","Wen Li","Dengxin Dai","Minghao Yang","Jun Wang","Olga Fink"],"abstract":"In this paper, we introduce a new reinforcement learning (RL) based neural architecture search (NAS) methodology for effective and efficient generative adversarial network (GAN) architecture search. The key idea is to formulate the GAN architecture search problem as a Markov decision process (MDP) for smoother architecture sampling, which enables a more effective RL-based search algorithm by targeting the potential global optimal architecture. To improve efficiency, we exploit an off-policy GAN architecture search algorithm that makes efficient use of the samples generated by previous policies. Evaluation on two standard benchmark datasets (i.e., CIFAR-10 and STL-10) demonstrates that the proposed method is able to discover highly competitive architectures for generally better image generation results with a considerably reduced computational burden: 7 GPU hours. Our code is available at https://github.com/Yuantian013/E2GAN.","url_abs":"https://arxiv.org/abs/2007.09180v1","url_pdf":"https://arxiv.org/pdf/2007.09180v1.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":"off-policy-reinforcement-learning-for","repo_url":"https://github.com/Yuantian013/E2GAN","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":null,"task_name":"GPU"},{"task_slug":null,"task_name":"Generative Adversarial Network"},{"task_slug":"image-generation","task_name":"Image Generation"},{"task_slug":"architecture-search","task_name":"Neural Architecture Search"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/image-generation-on-stl-10","task":"Image Generation","dataset":"STL-10","model":"E2GAN","rank_in_archive_order":19,"of":31,"metrics":{"FID":"25.35","Inception score":"9.51"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2007.09180","atlas_url":"https://app.syntology.ai/?focus=2007.09180","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.09180"}},"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/Yuantian013/E2GAN","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":1,"ran_violates":1,"unverified":4},"by_repo_kind":{"official":{"samples":6,"ran":2,"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":"7b15399f0ed06269","entry":"calculate_frechet_distance","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/utils/fid_score.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/utils/fid_score.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7b15399f0ed06269"}},{"code_sha256_prefix":"f017532fc389cbfe","entry":"str2bool","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/cfg.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/cfg.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f017532fc389cbfe"}},{"code_sha256_prefix":"6917ffcb1214d74f","entry":"calculate_activation_statistics","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/utils/fid_score.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/utils/fid_score.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":"6917ffcb1214d74f"}},{"code_sha256_prefix":"384426a2fbf3ef7e","entry":"decimal2binary","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/models_search/building_blocks_search.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/models_search/building_blocks_search.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":"384426a2fbf3ef7e"}},{"code_sha256_prefix":"e69fcd6206886931","entry":"get_activations","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/utils/fid_score.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/utils/fid_score.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":"e69fcd6206886931"}},{"code_sha256_prefix":"d9cd81dfed49964e","entry":"train_shared","repo":"Yuantian013/E2GAN","repo_kind":"official","path":"eval/functions.py","file_url":"https://github.com/Yuantian013/E2GAN/blob/HEAD/eval/functions.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":"d9cd81dfed49964e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}