🤖 AI Summary
This paper addresses the challenges of unsupervised universal domain adaptation (UniDA) for time series, where source and target domains share only partial class overlap and target labels are entirely unavailable. To this end, we propose a robust knowledge transfer framework. Our key contributions are: (1) explicitly incorporating unknown-class samples into the optimal transport cost function to enhance discriminative distribution alignment; (2) constructing a joint decision space to improve inter-class separability; (3) designing a parameter-free adaptive thresholding mechanism to mitigate overconfident misclassification of unknown instances; and (4) integrating a Fourier-transform-based neural layer to strengthen temporal modeling capacity. Evaluated on multiple time-series UniDA benchmarks, our method achieves state-of-the-art performance, significantly improving both unknown-class detection accuracy and cross-domain generalization robustness.
📝 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.