LGAINIPFJan 12, 2021

Queue-Learning: A Reinforcement Learning Approach for Providing Quality of Service

arXiv:2101.04627v126 citations
Originality Incremental advance
AI Analysis

This addresses QoS management in cloud computing and networks, offering explicit guarantees rather than opaque rewards, though it is incremental as it builds on existing RL methods.

The paper tackles the problem of providing probabilistic end-to-end delay guarantees in tandem service systems using a reinforcement learning-based service-rate controller, achieving validated QoS constraints in evaluations with non-exponential distributions.

End-to-end delay is a critical attribute of quality of service (QoS) in application domains such as cloud computing and computer networks. This metric is particularly important in tandem service systems, where the end-to-end service is provided through a chain of services. Service-rate control is a common mechanism for providing QoS guarantees in service systems. In this paper, we introduce a reinforcement learning-based (RL-based) service-rate controller that provides probabilistic upper-bounds on the end-to-end delay of the system, while preventing the overuse of service resources. In order to have a general framework, we use queueing theory to model the service systems. However, we adopt an RL-based approach to avoid the limitations of queueing-theoretic methods. In particular, we use Deep Deterministic Policy Gradient (DDPG) to learn the service rates (action) as a function of the queue lengths (state) in tandem service systems. In contrast to existing RL-based methods that quantify their performance by the achieved overall reward, which could be hard to interpret or even misleading, our proposed controller provides explicit probabilistic guarantees on the end-to-end delay of the system. The evaluations are presented for a tandem queueing system with non-exponential inter-arrival and service times, the results of which validate our controller's capability in meeting QoS constraints.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes