Papers › DeepJDOT: Deep Joint Distribution Optimal Transport for Unsupervised Domain Adaptation

DeepJDOT: Deep Joint Distribution Optimal Transport for Unsupervised Domain Adaptation

27 Mar 2018ECCV 2018 9arXiv:1803.10081archive 2025-07-28

Bharath Bhushan Damodaran, Benjamin Kellenberger, Rémi Flamary, Devis Tuia, Nicolas Courty

In computer vision, one is often confronted with problems of domain shifts, which occur when one applies a classifier trained on a source dataset to target data sharing similar characteristics (e.g. same classes), but also different latent data structures (e.g. different acquisition conditions). In such a situation, the model will perform poorly on the new data, since the classifier is specialized to recognize visual cues specific to the source domain. In this work we explore a solution, named DeepJDOT, to tackle this problem: through a measure of discrepancy on joint deep representations/labels based on optimal transport, we not only learn new data representations aligned between the source and target domain, but also simultaneously preserve the discriminative information used by the classifier. We applied DeepJDOT to a series of visual recognition tasks, where it compares favorably against state-of-the-art deep domain adaptation methods.

PaperPDFConference PDFCodeCode 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="1803.10081")

Code

Syntology Ran 0 of 17 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run.

By repository: community (archive-listed): 17 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

asahi417/DeepDomainAdaptation mentioned on GitHubtfMIT report
bbdamodaran/deepJDOT mentioned on GitHubtfMIT 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

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 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.

17unverified

Licence: 0 of the 17 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

checkpoint_version asahi417/DeepDomainAdaptation/deep_da/model/default_hyperparameter/default_hyperparameter.py community (archive-listed) unverified MIT (permissive) · eb6f16cc315c6a87 · report
cifar_to_stl bbdamodaran/deepJDOT/da_dataload.py community (archive-listed) unverified MIT (permissive) · b285e5f263767fbc · report
create_log asahi417/DeepDomainAdaptation/deep_da/util.py community (archive-listed) unverified MIT (permissive) · ca3bfa9ba3662241 · report
dynamic_batch_size asahi417/DeepDomainAdaptation/deep_da/model/util/util_tf.py community (archive-listed) unverified MIT (permissive) · bae358be041c9aa0 · report
full_connected asahi417/DeepDomainAdaptation/deep_da/model/util/util_tf.py community (archive-listed) unverified MIT (permissive) · 8fa3c35b055122c2 · report
get_model_instance asahi417/DeepDomainAdaptation/deep_da/util.py community (archive-listed) unverified MIT (permissive) · cdd89996976c45f2 · report
get_options asahi417/DeepDomainAdaptation/random/script_check_tfrecord.py community (archive-listed) unverified MIT (permissive) · e615321f051e8f6f · report
instance_zero_mean_unitvar bbdamodaran/deepJDOT/preprocess.py community (archive-listed) unverified MIT (permissive) · ebad308085f2186a · report
load_model bbdamodaran/deepJDOT/dnn.py community (archive-listed) unverified MIT (permissive) · a918c555112e13fa · report
office_31_dataload bbdamodaran/deepJDOT/DatasetLoad.py community (archive-listed) unverified MIT (permissive) · 83692ac739be44c0 · report
resize_data bbdamodaran/deepJDOT/preprocess.py community (archive-listed) unverified MIT (permissive) · 75dc592a82a65e78 · report
svhnn_to_mnist bbdamodaran/deepJDOT/da_dataload.py community (archive-listed) unverified MIT (permissive) · 7ff61f8b57a33b32 · report
syndigit_to_svhn bbdamodaran/deepJDOT/da_dataload.py community (archive-listed) unverified MIT (permissive) · 91a4712d7c2c5063 · report
test asahi417/DeepDomainAdaptation/random/script_network_simplex_method.py community (archive-listed) unverified MIT (permissive) · e4d73a818388c204 · report
toc bbdamodaran/deepJDOT/dnn.py community (archive-listed) unverified MIT (permissive) · 102b26884b74051c · report
variable_summaries asahi417/DeepDomainAdaptation/deep_da/model/util/util_tf.py community (archive-listed) unverified MIT (permissive) · b774baa9b539e5e0 · report
zero_mean_unitvarince bbdamodaran/deepJDOT/preprocess.py community (archive-listed) unverified MIT (permissive) · 4372c7b66009e10d · report

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Domain Adaptation MNIST-to-MNIST-M DeepJDOT Accuracy 92.4 #2 of 5 Archive leaderboard report
Domain Adaptation MNIST-to-USPS DeepJDOT Accuracy 95.7 #11 of 14 Archive leaderboard report
Domain Adaptation SVNH-to-MNIST DeepJDOT Accuracy 96.7 #5 of 9 Archive leaderboard report
Domain Adaptation USPS-to-MNIST DeepJDOT Accuracy 96.4 #10 of 14 Archive leaderboard report
Domain Adaptation VisDA2017 DeepJDOT Accuracy 66.9 #27 of 28 Archive leaderboard report
Unsupervised Domain Adaptation VisDA2017 DeepJDOT Accuracy 66.9 #12 of 13 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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