Deep Joint Distribution Optimal Transport for Universal Domain Adaptation on Time Series
Romain Mussard, Fannia Pacheco, Maxime Berar, Gilles Gasso, Paul Honeine
TL;DR
UniJDOT tackles Universal Domain Adaptation for time series by integrating unlabeled target samples into the OT alignment via a joint decision space and an auto-thresholding mechanism, while employing a Fourier Neural Operator–inspired representation for TS data. The method introduces pseudo-labelling with distance-regularized target predictions, anchors for unknown samples, and a block-structured Unbalanced OT objective that aligns common target samples to sources and isolates unknowns through anchors. Empirical results across HAR, HHAR, and Sleep-EDF demonstrate state-of-the-art performance and robustness to threshold settings, outpacing existing UniDA baselines and reducing reliance on manual hyperparameter tuning. The combination of a TS-tailored architecture, auto-thresholding, and joint distribution alignment offers a practical and scalable solution for UniDA in time series, with code available for reproducibility.
Abstract
Universal Domain Adaptation (UniDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain, even when their classes are not fully shared. Few dedicated UniDA methods exist for Time Series (TS), which remains a challenging case. In general, UniDA approaches align common class samples and detect unknown target samples from emerging classes. Such detection often results from thresholding a discriminability metric. The threshold value is typically either a fine-tuned hyperparameter or a fixed value, which limits the ability of the model to adapt to new data. Furthermore, discriminability metrics exhibit overconfidence for unknown samples, leading to misclassifications. This paper introduces UniJDOT, an optimal-transport-based method that accounts for the unknown target samples in the transport cost. Our method also proposes a joint decision space to improve the discriminability of the detection module. In addition, we use an auto-thresholding algorithm to reduce the dependence on fixed or fine-tuned thresholds. Finally, we rely on a Fourier transform-based layer inspired by the Fourier Neural Operator for better TS representation. Experiments on TS benchmarks demonstrate the discriminability, robustness, and state-of-the-art performance of UniJDOT.
