Papers › Cooperative Distribution Alignment via JSD Upper Bound

Cooperative Distribution Alignment via JSD Upper Bound

5 Jul 2022arXiv:2207.02286archive 2025-07-28

Wonwoong Cho, Ziyu Gong, David I. Inouye

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.02286")

Code

Syntology Ran 5 of 15 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

inouye-lab/alignment-upper-bound officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 5 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
3ran
10unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from inouye-lab/alignment-upper-bound. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ResidualBlock inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 942f0a767827fd2d · report
STResNet inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 62621eb2848fdfaf · report
WNConv2d inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 7c7ff1803f559306 · report
checkerboard_like inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 0f547ff1c4c540ac · report
squeeze_2x2 inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 5e3fabead5b5affc · report
CouplingLayer inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · b240e44c544fd70f · report
MaskType inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 0a31660217e4148c · report
Q_RealNVP inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 49e43318d4d3464e · report
RealNVP inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 9c800d6ca8ed08a0 · report
_RealNVP inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · c908e9405608028c · report
_identity_init inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 008857dfcc103e14 · report
_normal_init inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 7b549f7ab207782a · report
_xavier_init inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 36449b152fc6e8c7 · report
clip_grad_norm inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 58f6fc74d84635bd · report
init_model inouye-lab/alignment-upper-bound/models/Q_RealNVP.py official repository unverified no licence file found · pointer only · 3497e26ca5ee9bce · report

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWARE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections