paper-with-me

Papers

CBAG: An Efficient Genetic Algorithm for the Graph Burning Problem

2022-08-01 · Mahdi Nazeri, Ali Mollahosseini, Iman Izadi

Information spread is an intriguing topic to study in network science, which investigates how information, influence, or contagion propagate through networks. Graph burning is a simplified deterministic model for how information spreads within networks. The complicated NP-complete nature of the problem makes it computationally difficult to solve using exact algorithms. Accordingly, a number of heuristics and approximation algorithms have been proposed in the literature for the graph burning problem. In this paper, we propose an efficient genetic algorithm called Centrality BAsed Genetic-algorithm (CBAG) for solving the graph burning problem. Considering the unique characteristics of the graph burning problem, we introduce novel genetic operators, chromosome representation, and evaluation method. In the proposed algorithm, the well-known betweenness centrality is used as the backbone of our chromosome initialization procedure. The proposed algorithm is implemented and compared with previous heuristics and approximation algorithms on 15 benchmark graphs of different sizes. Based on the results, it can be seen that the proposed algorithm achieves better performance in comparison to the previous state-of-the-art heuristics. The complete source code is available online and can be used to find optimal or near-optimal solutions for the graph burning problem.

📄 PDF Abstract BibTeX arXiv:2208.01008

Code (1)

aloomya/cbag 공식 구현

Similar Papers 제목 키워드 기반

A Clean-graph Backdoor Attack against Graph Convolutional Networks with Poisoned Label Only

2024-04-19 · Jiazhu Dai, Haoyu Sun

Graph Convolutional Networks (GCNs) have shown excellent performance in dealing with various graph structures such as node classification, graph classification and other tasks. However,recent studies have shown that GCNs…

Backdoor AttackGraph ClassificationNode Classification

CBAGAN-RRT: Convolutional Block Attention Generative Adversarial Network for Sampling-Based Path Planning

2023-05-13 · Abhinav Sagar, Sai Teja Gilukara

Sampling-based path planning algorithms play an important role in autonomous robotics. However, a common problem among the RRT-based algorithms is that the initial path generated is not optimal and the convergence is too…

Generative Adversarial Network

Detecting Crop Burning in India using Satellite Data

2022-09-21 · Kendra Walker, Ben Moscona, Kelsey Jack, Seema Jayachandran 외

Crop residue burning is a major source of air pollution in many parts of the world, notably South Asia. Policymakers, practitioners and researchers have invested in both measuring impacts and developing interventions to …

Money Burning Improves Mediated Communication

2024-11-29 · Yi Liu, Yang Yu

This paper explores the problem of mediated communication enhanced by money-burning tactics for commitment power. In our model, the sender has state-independent preferences and can design a communication mechanism that b…

Recombination vs Stochasticity: A Comparative Study on the Maximum Clique Problem

2024-09-26 · Michael Vella, John Abela, Kristian Guillaumier

The maximum clique problem (MCP) is a fundamental problem in graph theory and in computational complexity. Given a graph G, the problem is that of finding the largest clique (complete subgraph) in G. The MCP has many imp…