Reifenstein, S., & Leleu, T. (2024). Iterative Belief Propagation for Sparse Combinatorial Optimization (Preprint). arXiv:2411.00135v1 [math.OC].
This paper introduces and investigates the effectiveness of a new algorithm, Iterative Belief Propagation (IBP), for solving sparse combinatorial optimization problems, comparing its performance to the well-established Simulated Annealing (SA) algorithm.
The authors develop IBP by combining elements of Simulated Annealing and Belief Propagation. They test IBP against SA on three classes of randomly generated QUBO (Quadratic Unconstrained Binary Optimization) problem instances: Max-Cut, Maximum Independent Set, and Random Sparse QUBO. Each problem class is represented by a single instance with N=2000 and density 1%. The performance of both algorithms is evaluated based on the objective value achieved over a fixed number of spin updates.
The study reveals that IBP's performance relative to SA varies significantly depending on the type of problem. IBP demonstrates superior performance on Maximum Independent Set problems, achieving significant reductions in the number of spin updates required. However, for Max-Cut problems, IBP shows less favorable results compared to SA.
The authors conclude that IBP presents a promising approach for solving certain types of sparse combinatorial optimization problems, particularly those with structures amenable to belief propagation. They suggest that IBP could potentially outperform SA and other state-of-the-art algorithms in specific practical applications.
This research contributes a novel algorithm to the field of combinatorial optimization, offering a potentially more efficient alternative to existing methods for specific problem structures. The findings encourage further investigation into IBP's applicability and potential advantages for various optimization challenges.
The study's limitations include the use of a limited number of problem instances and a focus on QUBO problems. Future research should encompass a broader range of problem types and instances to provide a more comprehensive evaluation of IBP's performance. Additionally, exploring hybrid approaches combining IBP with other optimization techniques could lead to further advancements in the field.
To Another Language
from source content
arxiv.org
Deeper Inquiries