LGAICODec 25, 2023

Swap-based Deep Reinforcement Learning for Facility Location Problems in Networks

arXiv:2312.15658v14 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses practical challenges in facility location on graphs for applications like urban planning, though it appears incremental as it builds on existing swap-based methods with machine learning enhancements.

The paper tackles facility location problems on graphs, which are NP-hard and important in real-world applications, by proposing a swap-based deep reinforcement learning framework that balances solution quality and running time, outperforming handcrafted heuristics on complex graph datasets.

Facility location problems on graphs are ubiquitous in real world and hold significant importance, yet their resolution is often impeded by NP-hardness. Recently, machine learning methods have been proposed to tackle such classical problems, but they are limited to the myopic constructive pattern and only consider the problems in Euclidean space. To overcome these limitations, we propose a general swap-based framework that addresses the p-median problem and the facility relocation problem on graphs and a novel reinforcement learning model demonstrating a keen awareness of complex graph structures. Striking a harmonious balance between solution quality and running time, our method surpasses handcrafted heuristics on intricate graph datasets. Additionally, we introduce a graph generation process to simulate real-world urban road networks with demand, facilitating the construction of large datasets for the classic problem. For the initialization of the locations of facilities, we introduce a physics-inspired strategy for the p-median problem, reaching more stable solutions than the random strategy. The proposed pipeline coupling the classic swap-based method with deep reinforcement learning marks a significant step forward in addressing the practical challenges associated with facility location on graphs.

Foundations

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

Your Notes