An Efficient Online Prediction of Host Workloads Using Pruned GRU Neural Nets
Amin Setayesh, Hamid Hadian, Radu Prodan

TL;DR
This paper presents a fast, online-adaptive GRU-based model with pruning techniques for accurate, multi-step host workload prediction in cloud environments, improving scheduling and SLA compliance.
Contribution
It introduces a pruned, online-adaptive GRU neural network for efficient workload prediction, addressing accuracy, speed, and pattern adaptation challenges.
Findings
Model achieves fast, accurate predictions for multiple workload features.
Pruning methods significantly reduce model complexity and inference time.
Online learning enables adaptation to new workload patterns over time.
Abstract
Host load prediction is essential for dynamic resource scaling and job scheduling in a cloud computing environment. In this context, workload prediction is challenging because of several issues. First, it must be accurate to enable precise scheduling decisions. Second, it must be fast to schedule at the right time. Third, a model must be able to account for new patterns of workloads so it can perform well on the latest and old patterns. Not being able to make an accurate and fast prediction or the inability to predict new usage patterns can result in severe outcomes such as service level agreement (SLA) misses. Our research trains a fast model with the ability of online adaptation based on the gated recurrent unit (GRU) to mitigate the mentioned issues. We use a multivariate approach using several features, such as memory usage, CPU usage, disk I/O usage, and disk space, to perform the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCloud Computing and Resource Management · Traffic Prediction and Management Techniques · Brain Tumor Detection and Classification
