Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Network Interdiction Goes Neural

About

Network interdiction problems are combinatorial optimization problems involving two players: one aims to solve an optimization problem on a network, while the other seeks to modify the network to thwart the first player's objectives. Such problems typically emerge in an attacker-defender context, encompassing areas such as military operations, disease spread analysis, and communication network management. The primary bottleneck in network interdiction arises from the high time complexity of using conventional exact solvers and the challenges associated with devising efficient heuristic solvers. GNNs, recognized as a cutting-edge methodology, have shown significant effectiveness in addressing single-level CO problems on graphs, such as the traveling salesman problem, graph matching, and graph edit distance. Nevertheless, network interdiction presents a bi-level optimization challenge, which current GNNs find difficult to manage. To address this gap, we represent network interdiction problems as Mixed-Integer Linear Programming (MILP) instances, then apply a multipartite GNN with sufficient representational capacity to learn these formulations. This approach ensures that our neural network is more compatible with the mathematical algorithms designed to solve network interdiction problems, resulting in improved generalization. Through two distinct tasks, we demonstrate that our proposed method outperforms theoretical baseline models and provides advantages over traditional exact solvers.

Lei Zhang, Zhiqian Chen, Chang-Tien Lu, Liang Zhao• 2024

Related benchmarks

TaskDatasetResultRank
Maximum Flow InterdictionMFI20
Approximation Ratio1.22
3
Maximum Flow InterdictionMFI30
Approx. Ratio1.28
3
Maximum Flow InterdictionMFI100
Approximation Ratio1.33
3
Shortest Path InterdictionSPI20
Approximation Ratio0.82
3
Shortest Path InterdictionSPI30
Approximation Ratio0.81
3
Shortest Path InterdictionSPI100
Approximation Ratio0.75
3
Showing 6 of 6 rows

Other info

Follow for update