Search papers, labs, and topics across Lattice.
This paper addresses the cold start problem in the Cloud-Edge Continuum (CEC) by introducing a fully automated time-series prediction architecture that utilizes a novel data-mixing methodology. By dynamically discovering nodes and merging their sparse local telemetry data with the high-resolution TimeTrack dataset, the proposed framework enhances the training of localized predictive models. Experimental results show significant improvements in forecasting accuracy and convergence speed, establishing a robust foundation for continuous MLOps deployment in latency-critical applications.
Merging sparse local telemetry with a high-resolution dataset can dramatically enhance forecasting accuracy in volatile cloud-edge environments.
The Cloud-Edge Continuum (CEC) enables latency-critical applications by distributing resources to the far edge, but its extreme volatility makes proactive Zero Touch Management via time-series forecasting essential. However, orchestrators face a severe "cold start" problem: newly discovered nodes lack the historical data required to train localized predictive models, while generalized models fail to capture unique hardware and microservice behaviors. To solve this, we propose a fully automated time-series prediction architecture driven by a novel data-mixing methodology. At the infrastructure level, we introduce a lightweight, technology-agnostic Resource Exposer (RE) that dynamically discovers nodes and continuously collects customizable telemetry (e.g., compute, network, energy). To overcome the sparsity of these initial local samples, our framework automatically merges them with TimeTrack, our publicly available, high-resolution dataset collected at 45-second intervals. This synergizes TimeTrack's foundational, high-frequency temporal patterns with the precise calibration of the local node data. Processed through a Neural Architecture Search (NAS) engine, the system automatically generates highly accurate baseline models. Experimental results demonstrate that merging the target data with TimeTrack effectively mitigates the cold start challenge. This integration significantly improves forecasting accuracy measured in Mean Squared Error (MSE), Mean Absolute Error (MAE), and Mean Absolute Percentage Error (MAPE) and accelerates convergence compared to training on the sparse local samples alone, training solely on generic datasets, or mixing the target data with standard alternative datasets, establishing a robust foundation for continuous MLOps deployment.