🤖 AI Summary
This paper addresses the high-dimensional, multi-task time-series forecasting challenge in cloud-native backend systems under highly dynamic workloads, coupled metrics, and parallel tasks—exacerbated by resource contention, service topology drift, and complex inter-service interactions. To this end, we propose a unified multi-task time-series forecasting framework. Its key contributions are: (1) a novel cross-task graph-structured propagation module explicitly designed to model resource contention; (2) a dynamic gating-based feature modulation mechanism that adaptively captures non-stationary system states; and (3) a multi-scale trend-perturbation joint modeling architecture integrated with shared encoding and state fusion. Extensive experiments demonstrate that our method significantly outperforms state-of-the-art approaches across multiple error metrics (e.g., MAE, RMSE), exhibits low hyperparameter sensitivity, and maintains strong robustness and high accuracy under challenging conditions—including missing data, bursty workloads, and topology changes.
📝 Abstract
This study proposes a unified forecasting framework for high-dimensional multi-task time series to meet the prediction demands of cloud native backend systems operating under highly dynamic loads, coupled metrics, and parallel tasks. The method builds a shared encoding structure to represent diverse monitoring indicators in a unified manner and employs a state fusion mechanism to capture trend changes and local disturbances across different time scales. A cross-task structural propagation module is introduced to model potential dependencies among nodes, enabling the model to understand complex structural patterns formed by resource contention, link interactions, and changes in service topology. To enhance adaptability to non-stationary behaviors, the framework incorporates a dynamic adjustment mechanism that automatically regulates internal feature flows according to system state changes, ensuring stable predictions in the presence of sudden load shifts, topology drift, and resource jitter. The experimental evaluation compares multiple models across various metrics and verifies the effectiveness of the framework through analyses of hyperparameter sensitivity, environmental sensitivity, and data sensitivity. The results show that the proposed method achieves superior performance on several error metrics and provides more accurate representations of future states under different operating conditions. Overall, the unified forecasting framework offers reliable predictive capability for high-dimensional, multi-task, and strongly dynamic environments in cloud native systems and provides essential technical support for intelligent backend management.