paper-with-me

Papers

Cluster Workload Allocation: A Predictive Approach Leveraging Machine Learning Efficiency

2025-09-22 · Leszek Sliwko arxiv

This research investigates how Machine Learning (ML) algorithms can assist in workload allocation strategies by detecting tasks with node affinity operators (referred to as constraint operators), which constrain their execution to a limited number of nodes. Using real-world Google Cluster Data (GCD) workload traces and the AGOCS framework, the study extracts node attributes and task constraints, then analyses them to identify suitable node-task pairings. It focuses on tasks that can be executed on either a single node or fewer than a thousand out of 12.5k nodes in the analysed GCD cluster. Task constraint operators are compacted, pre-processed with one-hot encoding, and used as features in a training dataset. Various ML classifiers, including Artificial Neural Networks, K-Nearest Neighbours, Decision Trees, Naive Bayes, Ridge Regression, Adaptive Boosting, and Bagging, are fine-tuned and assessed for accuracy and F1-scores. The final ensemble voting classifier model achieved 98% accuracy and a 1.5-1.8% misclassification rate for tasks with a single suitable node.

📄 PDF Abstract BibTeX arXiv:2509.17695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The MIT Supercloud Workload Classification Challenge

2022-04-12 · Benny J. Tang, Qiqi Chen, Matthew L. Weiss, Nathan Frey 외

High-Performance Computing (HPC) centers and cloud providers support an increasingly diverse set of applications on heterogenous hardware. As Artificial Intelligence (AI) and Machine Learning (ML) workloads have become a…

ClassificationCPUGPU

Synergy: Resource Sensitive DNN Scheduling in Multi-Tenant Clusters

2021-10-12 · Jayashree Mohan, Amar Phanishayee, Janardhan Kulkarni, Vijay Chidambaram

Training Deep Neural Networks (DNNs) is a widely popular workload in both enterprises and cloud data centers. Existing schedulers for DNN training consider GPU as the dominant resource, and allocate other resources such …

CPUGPUSchedulingSensitivity

AI-Driven Cloud Resource Optimization for Multi-Cluster Environments

2025-12-31 · Vinoth Punniyamoorthy, Akash Kumar Agarwal, Bikesh Kumar, Abhirup Mazumder 외 arxiv

Modern cloud-native systems increasingly rely on multi-cluster deployments to support scalability, resilience, and geographic distribution. However, existing resource management approaches remain largely reactive and clu…

Intelligent Cloud Orchestration: A Hybrid Predictive and Heuristic Framework for Cost Optimization

2026-04-02 · Heet Nagoriya, Komal Rohit arxiv

Cloud computing allows scalable resource provisioning, but dynamic workload changes often lead to higher costs due to over-provisioning. Machine learning (ML) approaches, such as Long Short-Term Memory (LSTM) networks, a…

Cluster Workload Allocation: Semantic Soft Affinity Using Natural Language Processing

2026-01-14 · Leszek Sliwko, Jolanta Mizeria-Pietraszko arxiv

Cluster workload allocation often requires complex configurations, creating a usability gap. This paper introduces a semantic, intent-driven scheduling paradigm for cluster systems using Natural Language Processing. The …