LGMar 14, 2025

Deep Joint Distribution Optimal Transport for Universal Domain Adaptation on Time Series

arXiv:2503.11217v31 citationsh-index: 3IJCNN
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for time series analysis, offering an incremental improvement over existing methods.

The paper tackles the challenge of Universal Domain Adaptation for Time Series by introducing UniJDOT, which uses optimal transport to handle unknown target samples and an auto-thresholding algorithm to reduce hyperparameter dependence, achieving state-of-the-art performance on benchmarks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes