Faster Heuristics for Graph Burning
Rahul Kumar Gautam, Anjeneya Swami Kare, S. Durga Bhavani

TL;DR
This paper introduces three new heuristics for the NP-hard graph burning problem, focusing on speed and simplicity, and demonstrates their effectiveness on large, disconnected networks compared to existing methods.
Contribution
The paper proposes three novel heuristics based on eigenvector centrality for faster, simpler solutions to the graph burning problem, especially on disconnected graphs.
Findings
Heuristics are significantly faster than existing methods.
Effective on large networks with over 50,000 nodes.
Perform well on disconnected graphs, outperforming previous algorithms.
Abstract
Graph burning is a process of information spreading through the network by an agent in discrete steps. The problem is to find an optimal sequence of nodes which have to be given information so that the network is covered in least number of steps. Graph burning problem is NP-Hard for which two approximation algorithms and a few heuristics have been proposed in the literature. In this work, we propose three heuristics, namely, Backbone Based Greedy Heuristic (BBGH), Improved Cutting Corners Heuristic (ICCH) and Component Based Recursive Heuristic (CBRH). These are mainly based on Eigenvector centrality measure. BBGH finds a backbone of the network and picks vertex to be burned greedily from the vertices of the backbone. ICCH is a shortest path based heuristic and picks vertex to burn greedily from best central nodes. The burning number problem on disconnected graphs is harder than on the…
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.
