Enhancing Continuous Domain Adaptation with Multi-Path Transfer Curriculum
Hanbing Liu, Jingge Wang, Xuan Zhang, Ye Guo, Yang Li
TL;DR
This work tackles large distribution shifts in CDA by introducing W-MPOT, which combines a Wasserstein-based transfer curriculum for ordering intermediate domains with a Multi-Path Optimal Transport framework to transfer knowledge from the source to the target along multiple paths. The curriculum provides a principled, metadata-free ordering via $W_k$, while the MPOT module enforces bidirectional path consistency to mitigate error accumulation during sequential transfers. Empirical results on ADNI, Battery, and Rotated MNIST demonstrate significant gains over DOT and traditional COT, including up to $54.1\%$ accuracy improvement in Alzheimer’s MRI classification and $94.7\%$ MSE reduction in battery capacity estimation. The approach advances CDA by addressing both domain ordering without metadata and robustness to cumulative transfer errors, with potential impact in healthcare and energy systems.
Abstract
Addressing the large distribution gap between training and testing data has long been a challenge in machine learning, giving rise to fields such as transfer learning and domain adaptation. Recently, Continuous Domain Adaptation (CDA) has emerged as an effective technique, closing this gap by utilizing a series of intermediate domains. This paper contributes a novel CDA method, W-MPOT, which rigorously addresses the domain ordering and error accumulation problems overlooked by previous studies. Specifically, we construct a transfer curriculum over the source and intermediate domains based on Wasserstein distance, motivated by theoretical analysis of CDA. Then we transfer the source model to the target domain through multiple valid paths in the curriculum using a modified version of continuous optimal transport. A bidirectional path consistency constraint is introduced to mitigate the impact of accumulated mapping errors during continuous transfer. We extensively evaluate W-MPOT on multiple datasets, achieving up to 54.1\% accuracy improvement on multi-session Alzheimer MR image classification and 94.7\% MSE reduction on battery capacity estimation.
