{"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/unpaired-image-to-image-translation-via-1","title":"Unpaired Image-to-Image Translation via Neural Schrödinger Bridge","arxiv_id":"2305.15086","date":"2023-05-24","proceeding":null,"authors":["Beomsu Kim","Gihyun Kwon","Kwanyoung Kim","Jong Chul Ye"],"abstract":"Diffusion models are a powerful class of generative models which simulate stochastic differential equations (SDEs) to generate data from noise. While diffusion models have achieved remarkable progress, they have limitations in unpaired image-to-image (I2I) translation tasks due to the Gaussian prior assumption. Schr\\\"{o}dinger Bridge (SB), which learns an SDE to translate between two arbitrary distributions, have risen as an attractive solution to this problem. Yet, to our best knowledge, none of SB models so far have been successful at unpaired translation between high-resolution images. In this work, we propose Unpaired Neural Schr\\\"{o}dinger Bridge (UNSB), which expresses the SB problem as a sequence of adversarial learning problems. This allows us to incorporate advanced discriminators and regularization to learn a SB between unpaired data. We show that UNSB is scalable and successfully solves various unpaired I2I translation tasks. Code: \\url{https://github.com/cyclomon/UNSB}","url_abs":"https://arxiv.org/abs/2305.15086v3","url_pdf":"https://arxiv.org/pdf/2305.15086v3.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":"unpaired-image-to-image-translation-via-1","repo_url":"https://github.com/cyclomon/unsb","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"image-to-image-translation","task_name":"Image-to-Image Translation"},{"task_slug":"translation","task_name":"Translation"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"},{"method_slug":null,"method_name":"None"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2305.15086","atlas_url":"https://app.syntology.ai/?focus=2305.15086","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2305.15086"}},"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":"deterministic:regex_extraction","url":"https://github.com/cyclomon/UNSB","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/mseitzer/pytorch-fid","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/alpc91/NICE-GAN-pytorch","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cyclomon/unsb","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":5,"ran_draft_wrong":3,"ran_honours":1,"ran_fixture":1,"unverified":9},"by_repo_kind":{"official":{"samples":12,"ran":9,"repositories":1},"found_in_text":{"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":"ae8b241e01fcddc6","entry":"PatchNCELoss","repo":"cyclomon/unsb","repo_kind":"official","path":"models/sb_model.py","file_url":"https://github.com/cyclomon/unsb/blob/HEAD/models/sb_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ae8b241e01fcddc6"}},{"code_sha256_prefix":"37a68ec0a708024d","entry":"cal_gradient_penalty","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/losses_sesim.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/losses_sesim.py","link_basis":"plan_row","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":"37a68ec0a708024d"}},{"code_sha256_prefix":"52d10a10fb72fb9f","entry":"find_classes","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"dataset.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/dataset.py","link_basis":"plan_row","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":"52d10a10fb72fb9f"}},{"code_sha256_prefix":"44c69c91b5434020","entry":"fused_leaky_relu","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/stylegan_networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/stylegan_networks.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"44c69c91b5434020"}},{"code_sha256_prefix":"acc24402a2d089fa","entry":"get_filter","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/ncsn_networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/ncsn_networks.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"acc24402a2d089fa"}},{"code_sha256_prefix":"b27dffc0609fbec0","entry":"get_norm_layer","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/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":"b27dffc0609fbec0"}},{"code_sha256_prefix":"50aa4a59fe718c61","entry":"get_pad_layer","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/networks.py","link_basis":"harvester_set","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":"50aa4a59fe718c61"}},{"code_sha256_prefix":"4f8e8738883964be","entry":"get_timestep_embedding","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/ncsn_networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/ncsn_networks.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4f8e8738883964be"}},{"code_sha256_prefix":"4f24c959d9487279","entry":"get_timestep_embedding","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/stylegan_networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/stylegan_networks.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4f24c959d9487279"}},{"code_sha256_prefix":"200baf9e83c9a4de","entry":"upfirdn2d_native","repo":"cyclomon/UNSB","repo_kind":"official","path":"models/stylegan_networks.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/models/stylegan_networks.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":"200baf9e83c9a4de"}},{"code_sha256_prefix":"2f1eaf0eb0587b5f","entry":"BaseModel","repo":"cyclomon/unsb","repo_kind":"official","path":"models/sb_model.py","file_url":"https://github.com/cyclomon/unsb/blob/HEAD/models/sb_model.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":"2f1eaf0eb0587b5f"}},{"code_sha256_prefix":"d9415f0546e4093d","entry":"SBModel","repo":"cyclomon/unsb","repo_kind":"official","path":"models/sb_model.py","file_url":"https://github.com/cyclomon/unsb/blob/HEAD/models/sb_model.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":"d9415f0546e4093d"}},{"code_sha256_prefix":"0def50a351111624","entry":"calculate_frechet_distance","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"metric/fid_kid.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/metric/fid_kid.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0def50a351111624"}},{"code_sha256_prefix":"cefa735e77f924d4","entry":"get_file_paths","repo":"cyclomon/UNSB","repo_kind":"official","path":"datasets/detect_cat_face.py","file_url":"https://github.com/cyclomon/UNSB/blob/HEAD/datasets/detect_cat_face.py","link_basis":"plan_row","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":"cefa735e77f924d4"}},{"code_sha256_prefix":"e800290c5ea55efd","entry":"has_file_allowed_extension","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"dataset.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/dataset.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":"e800290c5ea55efd"}},{"code_sha256_prefix":"8d4ee7233484c7ee","entry":"load_test_data","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/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":"8d4ee7233484c7ee"}},{"code_sha256_prefix":"c0cc8abf625f3018","entry":"make_dataset","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"dataset.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/dataset.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":"c0cc8abf625f3018"}},{"code_sha256_prefix":"eab7ba887c245523","entry":"preprocessing","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/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":"eab7ba887c245523"}},{"code_sha256_prefix":"5b8b7a85da8c0a00","entry":"save_images","repo":"alpc91/NICE-GAN-pytorch","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/alpc91/NICE-GAN-pytorch/blob/HEAD/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":"5b8b7a85da8c0a00"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}