Papers › Domain Adaptation for Time Series Under Feature and Label Shifts

Domain Adaptation for Time Series Under Feature and Label Shifts

6 Feb 2023arXiv:2302.03133archive 2025-07-28

Huan He, Owen Queen, Teddy Koker, Consuelo Cuevas, Theodoros Tsiligkaridis, Marinka Zitnik

Unsupervised domain adaptation (UDA) enables the transfer of models trained on source domains to unlabeled target domains. However, transferring complex time series models presents challenges due to the dynamic temporal structure variations across domains. This leads to feature shifts in the time and frequency representations. Additionally, the label distributions of tasks in the source and target domains can differ significantly, posing difficulties in addressing label shifts and recognizing labels unique to the target domain. Effectively transferring complex time series models remains a formidable problem. We present Raincoat, the first model for both closed-set and universal domain adaptation on complex time series. Raincoat addresses feature and label shifts by considering both temporal and frequency features, aligning them across domains, and correcting for misalignments to facilitate the detection of private labels. Additionally, Raincoat improves transferability by identifying label shifts in target domains. Our experiments with 5 datasets and 13 state-of-the-art UDA methods demonstrate that Raincoat can improve transfer learning performance by up to 16.33% and can handle both closed-set and universal domain adaptation.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 12 ran with no contract checked.

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

mims-harvard/raincoat 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

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

12ran
5unverified

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 mims-harvard/Raincoat. “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.

EntropyLoss mims-harvard/Raincoat/models/loss.py official repository ran fingerprinted MIT (permissive) · 0cb7cfb326eed8be · report
compl_mul1d mims-harvard/Raincoat/models/sinkhorn_vis.py official repository ran MIT (permissive) · 0e947636863e658a · report
data_generator mims-harvard/Raincoat/dataloader/dataloader.py official repository ran MIT (permissive) · 452e418f86055a6e · report
few_shot_data_generator mims-harvard/Raincoat/dataloader/dataloader.py official repository ran MIT (permissive) · e1ca084ee48a2eed · report
generator_percentage_of_data mims-harvard/Raincoat/dataloader/dataloader.py official repository ran MIT (permissive) · 576f86eb9d3d208b · report
get_dev_value mims-harvard/Raincoat/algorithms/utils.py official repository ran fingerprinted MIT (permissive) · 20778da824d806b5 · report
get_iwcv_value mims-harvard/Raincoat/algorithms/utils.py official repository ran fingerprinted MIT (permissive) · e285d60da7bd42cc · report
jitter mims-harvard/Raincoat/models/augmentations.py official repository ran fingerprinted MIT (permissive) · 17fb0ac3baafb100 · report
open_entropy mims-harvard/Raincoat/models/loss.py official repository ran MIT (permissive) · 62e430d298d27ab3 · report
ova_loss mims-harvard/Raincoat/models/loss.py official repository ran MIT (permissive) · dff3864912382b7a · report
scaling mims-harvard/Raincoat/models/augmentations.py official repository ran fingerprinted MIT (permissive) · 62ae42ac3fdc85c6 · report
starting_logs mims-harvard/Raincoat/algorithms/utils.py official repository ran MIT (permissive) · 7c583e1ae26f9263 · report
get_algorithm_class mims-harvard/Raincoat/algorithms/algorithms.py official repository unverified MIT (permissive) · b0bc80b1655a6802 · report
get_backbone_class mims-harvard/Raincoat/models/models.py official repository unverified MIT (permissive) · f8ac075efb28ded9 · report
get_dataset_class mims-harvard/Raincoat/configs/data_model_configs.py official repository unverified MIT (permissive) · 8dadd34c7426858e · report
get_hparams_class mims-harvard/Raincoat/configs/hparams.py official repository unverified MIT (permissive) · 87db44cd0a18316c · report
permutation mims-harvard/Raincoat/models/augmentations.py official repository unverified MIT (permissive) · d09725912eaa13b1 · report

Tasks

Domain AdaptationTime SeriesTime Series AnalysisTransfer LearningUniversal Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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