Planning Spatial Networks with Monte Carlo Tree Search
Victor-Alexandru Darvariu, Stephen Hailes, Mirco Musolesi

TL;DR
This paper introduces a Monte Carlo Tree Search-based method for goal-directed spatial network construction, effectively improving global efficiency and resilience in large real-world networks by considering spatial information and optimizing planning.
Contribution
It formulates the spatial network planning problem as a deterministic MDP and enhances MCTS with tailored improvements for better scalability and solution quality.
Findings
Achieves 24% improvement in network efficiency and resilience metrics.
Demonstrates scalability superior to previous methods on large networks.
Effectively incorporates spatial information into network planning.
Abstract
We tackle the problem of goal-directed graph construction: given a starting graph, a budget of modifications, and a global objective function, the aim is to find a set of edges whose addition to the graph achieves the maximum improvement in the objective (e.g., communication efficiency). This problem emerges in many networks of great importance for society such as transportation and critical infrastructure networks. We identify two significant shortcomings with present methods. Firstly, they focus exclusively on network topology while ignoring spatial information; however, in many real-world networks, nodes are embedded in space, which yields different global objectives and governs the range and density of realizable connections. Secondly, existing RL methods scale poorly to large networks due to the high cost of training a model and the scaling factors of the action space and global…
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
TopicsInfrastructure Resilience and Vulnerability Analysis
