NIAILGApr 19, 2022

Network Topology Optimization via Deep Reinforcement Learning

arXiv:2204.14133v240 citationsh-index: 24
Originality Highly original
AI Analysis

This addresses the challenge for network operators who rely on heuristic methods that cannot guarantee good solutions, offering a more efficient and effective approach.

The paper tackles the problem of network topology optimization, which is combinatorial and constrained, by proposing a deep reinforcement learning algorithm called DRL-GS that efficiently searches large topology spaces and outputs topologies with satisfactory performance, as demonstrated in a real-world case study.

Topology impacts important network performance metrics, including link utilization, throughput and latency, and is of central importance to network operators. However, due to the combinatorial nature of network topology, it is extremely difficult to obtain an optimal solution, especially since topology planning in networks also often comes with management-specific constraints. As a result, local optimization with hand-tuned heuristic methods from human experts is often adopted in practice. Yet, heuristic methods cannot cover the global topology design space while taking into account constraints, and cannot guarantee to find good solutions. In this paper, we propose a novel deep reinforcement learning (DRL) algorithm for graph searching, called DRL-GS, for network topology optimization. DRL-GS consists of three novel components, including a verifier to validate the correctness of a generated network topology, a graph neural network (GNN) to efficiently approximate topology rating, and a DRL agent to conduct a topology search. DRL-GS can efficiently search over relatively large topology space and output topology with satisfactory performance. We conduct a case study based on a real-world network scenario, and our experimental results demonstrate the superior performance of DRL-GS in terms of both efficiency and performance.

Foundations

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

Your Notes