Dynamic Perturbed Adaptive Method for Infinite Task-Conflicting Time Series
Jiang You, Xiaozhen Wang, Arben Cela
TL;DR
The paper addresses time series where the same inputs can map to different outputs due to shifting objectives. It introduces a dynamic perturbed adaptive trunk–branch architecture that maintains a slow-evolving trunk and task-specific, reinitialized branches, enabling continual test-time adaptation without explicit task labels and with theoretical guarantees. It proves that the dynamic model has strictly higher expressivity than static networks and LoRA, and establishes exponential convergence under the Polyak–Łojasiewicz condition along with sublinear dynamic regret. Empirically, it demonstrates superior adaptability on a synthetic benchmark with rapid task shifts, achieving fast test-time adaptation and progressive learning compared to strong baselines.
Abstract
We formulate time series tasks as input-output mappings under varying objectives, where the same input may yield different outputs. This challenges a model's generalization and adaptability. To study this, we construct a synthetic dataset with numerous conflicting subtasks to evaluate adaptation under frequent task shifts. Existing static models consistently fail in such settings. We propose a dynamic perturbed adaptive method based on a trunk-branch architecture, where the trunk evolves slowly to capture long-term structure, and branch modules are re-initialized and updated for each task. This enables continual test-time adaptation and cross-task transfer without relying on explicit task labels. Theoretically, we show that this architecture has strictly higher functional expressivity than static models and LoRA. We also establish exponential convergence of branch adaptation under the Polyak-Lojasiewicz condition. Experiments demonstrate that our method significantly outperforms competitive baselines in complex and conflicting task environments, exhibiting fast adaptation and progressive learning capabilities.
