{"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/cooperative-distribution-alignment-via-jsd","title":"Cooperative Distribution Alignment via JSD Upper Bound","arxiv_id":"2207.02286","date":"2022-07-05","proceeding":null,"authors":["Wonwoong Cho","Ziyu Gong","David I. Inouye"],"abstract":"Unsupervised distribution alignment estimates a transformation that maps two or more source distributions to a shared aligned distribution given only samples from each distribution. This task has many applications including generative modeling, unsupervised domain adaptation, and socially aware learning. Most prior works use adversarial learning (i.e., min-max optimization), which can be challenging to optimize and evaluate. A few recent works explore non-adversarial flow-based (i.e., invertible) approaches, but they lack a unified perspective and are limited in efficiently aligning multiple distributions. Therefore, we propose to unify and generalize previous flow-based approaches under a single non-adversarial framework, which we prove is equivalent to minimizing an upper bound on the Jensen-Shannon Divergence (JSD). Importantly, our problem reduces to a min-min, i.e., cooperative, problem and can provide a natural evaluation metric for unsupervised distribution alignment. We show empirical results on both simulated and real-world datasets to demonstrate the benefits of our approach. Code is available at https://github.com/inouye-lab/alignment-upper-bound.","url_abs":"https://arxiv.org/abs/2207.02286v2","url_pdf":"https://arxiv.org/pdf/2207.02286v2.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":"cooperative-distribution-alignment-via-jsd","repo_url":"https://github.com/inouye-lab/alignment-upper-bound","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"domain-adaptation","task_name":"Domain Adaptation"},{"task_slug":"unsupervised-domain-adaptation","task_name":"Unsupervised Domain Adaptation"}],"methods":[{"method_slug":"aware","method_name":"AWARE"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2207.02286","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2207.02286"}},"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":"deterministic:regex_extraction","url":"https://github.com/inouye-lab/alignment-upper-bound","reach":null}],"summary":{"ran":3,"ran_draft_wrong":1,"ran_fixture":1,"unverified":10},"by_repo_kind":{"official":{"samples":15,"ran":5,"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":15,"samples":[{"code_sha256_prefix":"942f0a767827fd2d","entry":"ResidualBlock","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"942f0a767827fd2d"}},{"code_sha256_prefix":"62621eb2848fdfaf","entry":"STResNet","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"62621eb2848fdfaf"}},{"code_sha256_prefix":"7c7ff1803f559306","entry":"WNConv2d","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7c7ff1803f559306"}},{"code_sha256_prefix":"0f547ff1c4c540ac","entry":"checkerboard_like","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0f547ff1c4c540ac"}},{"code_sha256_prefix":"5e3fabead5b5affc","entry":"squeeze_2x2","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5e3fabead5b5affc"}},{"code_sha256_prefix":"b240e44c544fd70f","entry":"CouplingLayer","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"b240e44c544fd70f"}},{"code_sha256_prefix":"0a31660217e4148c","entry":"MaskType","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"0a31660217e4148c"}},{"code_sha256_prefix":"49e43318d4d3464e","entry":"Q_RealNVP","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"49e43318d4d3464e"}},{"code_sha256_prefix":"9c800d6ca8ed08a0","entry":"RealNVP","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"9c800d6ca8ed08a0"}},{"code_sha256_prefix":"c908e9405608028c","entry":"_RealNVP","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"c908e9405608028c"}},{"code_sha256_prefix":"008857dfcc103e14","entry":"_identity_init","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"008857dfcc103e14"}},{"code_sha256_prefix":"7b549f7ab207782a","entry":"_normal_init","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"7b549f7ab207782a"}},{"code_sha256_prefix":"36449b152fc6e8c7","entry":"_xavier_init","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"36449b152fc6e8c7"}},{"code_sha256_prefix":"58f6fc74d84635bd","entry":"clip_grad_norm","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"58f6fc74d84635bd"}},{"code_sha256_prefix":"3497e26ca5ee9bce","entry":"init_model","repo":"inouye-lab/alignment-upper-bound","repo_kind":"official","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.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":"3497e26ca5ee9bce"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}