Two Stage Decomposition with Hybrid BiLSTM-BiGRU Networks for Accurate and Efficient Data Center Workload Prediction
Abstract
Accurate workload prediction in cloud data centers is essential for efficient resource management, yet high-dimensional and noisy operational data often hinder forecasting performance. This work extends the original CVCBM model by integrating a lightweight Bidirectional GRU (BiGRU) with Bidirectional LSTM (BiLSTM) to enhance prediction efficiency while maintaining temporal feature extraction. Initially, workload signals are denoised and decomposed using a two-stage process—Complete Ensemble Empirical Mode Decomposition with Adaptive Noise (CEEMDAN) followed by Variational Mode Decomposition (VMD). Sample Entropy (SE) selects meaningful components, and K-Means clustering prioritizes high workload data for training. The hybrid Conv1D-BiLSTM-BiGRU architecture captures multi-scale temporal patterns and both short-term and long-term dependencies. The trained model is deployed using the Flask framework for real-time workload prediction, allowing interactive input of datasets and immediate forecasting. Experimental evaluation demonstrates that the extended model reduces computational overhead while improving prediction accuracy, providing robust, scalable, and real-time forecasting for cloud data center resource management.