paper-with-me

Papers

Load Balancing in Compute Clusters with Delayed Feedback

2021-09-17 · Anam Tahir, Bastian Alt, Amr Rizk, Heinz Koeppl

Load balancing arises as a fundamental problem, underlying the dimensioning and operation of many computing and communication systems, such as job routing in data center clusters, multipath communication, Big Data and queueing systems. In essence, the decision-making agent maps each arriving job to one of the possibly heterogeneous servers while aiming at an optimization goal such as load balancing, low average delay or low loss rate. One main difficulty in finding optimal load balancing policies here is that the agent only partially observes the impact of its decisions, e.g., through the delayed acknowledgements of the served jobs. In this paper, we provide a partially observable (PO) model that captures the load balancing decisions in parallel buffered systems under limited information of delayed acknowledgements. We present a simulation model for this PO system to find a load balancing policy in real-time using a scalable Monte Carlo tree search algorithm. We numerically show that the resulting policy outperforms other limited information load balancing strategies such as variants of Join-the-Most-Observations and has comparable performance to full information strategies like: Join-the-Shortest-Queue, Join-the-Shortest-Queue(d) and Shortest-Expected-Delay. Finally, we show that our approach can optimise the real-time parallel processing by using network data provided by Kaggle.

📄 PDF Abstract BibTeX arXiv:2109.08548

Code (1)

anamtahir7/partially-observable-load-balancer 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Learning Mean-Field Control for Delayed Information Load Balancing in Large Queuing Systems

2022-08-09 · Anam Tahir, Kai Cui, Heinz Koeppl

Recent years have seen a great increase in the capacity and parallel processing power of data centers and cloud services. To fully utilize the said distributed systems, optimal load balancing for parallel queuing archite…

Peer Offloading with Delayed Feedback in Fog Networks

2020-11-24 · Miao Yang, Hongbin Zhu, Hua Qian, Yevgeni Koucheryavy 외

Comparing to cloud computing, fog computing performs computation and services at the edge of networks, thus relieving the computation burden of the data center and reducing the task latency of end devices. Computation la…

Cloud Computing

Semi-Dynamic Load Balancing: Efficient Distributed Learning in Non-Dedicated Environments

2018-06-07 · Chen Chen, Qizhen Weng, Wei Wang, Baochun Li 외

Machine learning (ML) models are increasingly trained in clusters with non-dedicated workers possessing heterogeneous resources. In such scenarios, model training efficiency can be negatively affected by stragglers -- wo…

CPUGPU

Adapt Only When It Pays: Budgeted Decision-Loss Priority for Delayed Online Time-Series Adaptation

2026-06-23 · Xibai Wang arxiv

Online time-series forecasters receive labels only after horizon-dependent delays, while every adaptation step spends limited compute. We study when an online learner should update, not how to adapt at every opportunity,…

Bi-Level Contextual Bandits for Individualized Resource Allocation under Delayed Feedback

2025-11-13 · Mohammadsina Almasi, Hadis Anahideh arxiv

Equitably allocating limited resources in high-stakes domains-such as education, employment, and healthcare-requires balancing short-term utility with long-term impact, while accounting for delayed outcomes, hidden heter…