{"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/unsupervised-attention-guided-image-to-image","title":"Unsupervised Attention-guided Image to Image Translation","arxiv_id":"1806.02311","date":"2018-06-06","proceeding":null,"authors":["Youssef A. Mejjati","Christian Richardt","James Tompkin","Darren Cosker","Kwang In Kim"],"abstract":"Current unsupervised image-to-image translation techniques struggle to focus\ntheir attention on individual objects without altering the background or the\nway multiple objects interact within a scene. Motivated by the important role\nof attention in human perception, we tackle this limitation by introducing\nunsupervised attention mechanisms that are jointly adversarialy trained with\nthe generators and discriminators. We demonstrate qualitatively and\nquantitatively that our approach is able to attend to relevant regions in the\nimage without requiring supervision, and that by doing so it achieves more\nrealistic mappings compared to recent approaches.","url_abs":"http://arxiv.org/abs/1806.02311v3","url_pdf":"http://arxiv.org/pdf/1806.02311v3.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":"unsupervised-attention-guided-image-to-image","repo_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"unsupervised-attention-guided-image-to-image","repo_url":"https://github.com/PracNeyman/attention_guided_img_trans","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"image-to-image-translation","task_name":"Image-to-Image Translation"},{"task_slug":"translation","task_name":"Translation"},{"task_slug":"unsupervised-image-to-image-translation","task_name":"Unsupervised Image-To-Image Translation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1806.02311","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1806.02311"}},"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/PracNeyman/attention_guided_img_trans","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":1,"unverified":6},"by_repo_kind":{"official":{"samples":7,"ran":1,"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":"85f23642dbfe3b9c","entry":"create_list","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"create_cyclegan_dataset.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/create_cyclegan_dataset.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":"85f23642dbfe3b9c"}},{"code_sha256_prefix":"22099312009934ec","entry":"cycle_consistency_loss","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"losses.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/losses.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":"22099312009934ec"}},{"code_sha256_prefix":"6ba1a89478fd3ceb","entry":"instance_norm","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"layers.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/layers.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":"6ba1a89478fd3ceb"}},{"code_sha256_prefix":"4336aac66b628d7a","entry":"instance_norm_bis","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"layers.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/layers.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":"4336aac66b628d7a"}},{"code_sha256_prefix":"59154719255f5869","entry":"lrelu","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"layers.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/layers.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":"59154719255f5869"}},{"code_sha256_prefix":"c2ccfb86c8619169","entry":"lsgan_loss_generator","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"losses.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/losses.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":"c2ccfb86c8619169"}},{"code_sha256_prefix":"f0213f86b8edeed1","entry":"mask_loss","repo":"AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation","repo_kind":"official","path":"losses.py","file_url":"https://github.com/AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation/blob/HEAD/losses.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":"f0213f86b8edeed1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}