Papers › Gradual Domain Adaptation: Theory and Algorithms

Gradual Domain Adaptation: Theory and Algorithms

20 Oct 2023arXiv:2310.13852archive 2025-07-28

Yifei He, Haoxiang Wang, Bo Li, Han Zhao

Unsupervised domain adaptation (UDA) adapts a model from a labeled source domain to an unlabeled target domain in a one-off way. Though widely applied, UDA faces a great challenge whenever the distribution shift between the source and the target is large. Gradual domain adaptation (GDA) mitigates this limitation by using intermediate domains to gradually adapt from the source to the target domain. In this work, we first theoretically analyze gradual self-training, a popular GDA algorithm, and provide a significantly improved generalization bound compared with Kumar et al. (2020). Our theoretical analysis leads to an interesting insight: to minimize the generalization error on the target domain, the sequence of intermediate domains should be placed uniformly along the Wasserstein geodesic between the source and target domains. The insight is particularly useful under the situation where intermediate domains are missing or scarce, which is often the case in real-world applications. Based on the insight, we propose Generative Gradual DOmain Adaptation with Optimal Transport (GOAT), an algorithmic framework that can generate intermediate domains in a data-dependent way. More concretely, we first generate intermediate domains along the Wasserstein geodesic between two given consecutive domains in a feature space, then apply gradual self-training to adapt the source-trained classifier to the target along the sequence of intermediate domains. Empirically, we demonstrate that our GOAT framework can improve the performance of standard GDA when the given intermediate domains are scarce, significantly broadening the real-world application scenarios of GDA. Our code is available at https://github.com/uiuctml/GOAT.

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="2310.13852")

Code

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

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

uiuctml/goat officialmentioned in papermentioned on GitHubpytorch report
yifei-he/goat officialmentioned in papermentioned on GitHubpytorchMIT 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; 10 ran; 2 honoured the contract we drafted; 5 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.

2ran · honoured contract
1ran · fixture could not drive it
7ran
5unverified

Licence: 0 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 yifei-he/goat. “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.

calculate_modal_val_accuracy yifei-he/goat/train_model.py official repository ran · honoured contract MIT (permissive) · 87fd30c36abb62d4 · report
get_angles yifei-he/goat/util.py official repository ran MIT (permissive) · 2683447b0d0da61c · report
get_conf_idx yifei-he/goat/ot_util.py official repository ran fingerprinted MIT (permissive) · 562768e28e0b7b68 · report
get_pseudo_labels yifei-he/goat/da_algo.py official repository ran MIT (permissive) · 8fa39421d6d44541 · report
get_transported_labels yifei-he/goat/ot_util.py official repository ran MIT (permissive) · 6dcd56b2f85f042b · report
load_portraits_data yifei-he/goat/dataset.py official repository ran MIT (permissive) · e7acb448f66e84cb · report
loss_function yifei-he/goat/train_model.py official repository ran · fixture could not drive it MIT (permissive) · 206142c1def9d0e8 · report
shuffle yifei-he/goat/dataset.py official repository ran fingerprinted MIT (permissive) · 73a5a29137cb1d07 · report
split_sizes yifei-he/goat/dataset.py official repository ran MIT (permissive) · a2a03bffe9d25162 · report
test yifei-he/goat/train_model.py official repository ran · honoured contract MIT (permissive) · 0a027f0cb95c0e29 · report
get_OT_plan yifei-he/goat/ot_util.py official repository unverified MIT (permissive) · 08b2a40007332655 · report
get_rotated_dataset yifei-he/goat/util.py official repository unverified MIT (permissive) · 99b23963ab09d0ec · report
get_single_rotate yifei-he/goat/util.py official repository unverified MIT (permissive) · 21fe29bf19ff3038 · report
get_source_model yifei-he/goat/experiments.py official repository unverified MIT (permissive) · 8f756a4179f4b480 · report
self_train yifei-he/goat/da_algo.py official repository unverified MIT (permissive) · e1f64f917e8fc686 · report

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Gradual Self-Training

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