paper-with-me

Papers

Graph Sparsifications using Neural Network Assisted Monte Carlo Tree Search

2023-11-17 · Alvin Chiu, Mithun Ghosh, Reyan Ahmed, Kwang-Sung Jun, Stephen Kobourov, Michael T. Goodrich

Graph neural networks have been successful for machine learning, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem. We describe an approach for computing graph sparsifiers by combining a graph neural network and Monte Carlo Tree Search. We first train a graph neural network that takes as input a partial solution and proposes a new node to be added as output. This neural network is then used in a Monte Carlo search to compute a sparsifier. The proposed method consistently outperforms several standard approximation algorithms on different types of graphs and often finds the optimal solution.

📄 PDF Abstract BibTeX arXiv:2311.10316

Code (1)

abureyanahmed/gnn-msts-sparsification 공식 구현 pytorch

Tasks

Graph Neural NetworkTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Nearly Optimal Steiner Trees using Graph Neural Network Assisted Monte Carlo Tree Search

2023-04-30 · Reyan Ahmed, Mithun Ghosh, Kwang-Sung Jun, Stephen Kobourov

Graph neural networks are useful for learning problems, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem. We describe an approach for computing S…

Graph Neural NetworkTraveling Salesman Problem

A Graph Neural Network Assisted Monte Carlo Tree Search Approach to Traveling Salesman Problem

2019-09-25 · Zhihao Xing, Shikui Tu

We present a graph neural network assisted Monte Carlo Tree Search approach for the classical traveling salesman problem (TSP). We adopt a greedy algorithm framework to construct the optimal solution to TSP by adding the…

Graph Neural NetworkTraveling Salesman Problem

Surrogate Assisted Monte Carlo Tree Search in Combinatorial Optimization

2024-03-14 · Saeid Amiri, Parisa Zehtabi, Danial Dervovic, Michael Cashmore

Industries frequently adjust their facilities network by opening new branches in promising areas and closing branches in areas where they expect low profits. In this paper, we examine a particular class of facility locat…

Combinatorial Optimization

Monte-Carlo Graph Search for AlphaZero

2020-12-20 · Johannes Czech, Patrick Korus, Kristian Kersting

The AlphaZero algorithm has been successfully applied in a range of discrete domains, most notably board games. It utilizes a neural network, that learns a value and policy function to guide the exploration in a Monte-Ca…

Board Games

Monte Carlo Search Algorithms Discovering Monte Carlo Tree Search Exploration Terms

2024-04-14 · Tristan Cazenave

Monte Carlo Tree Search and Monte Carlo Search have good results for many combinatorial problems. In this paper we propose to use Monte Carlo Search to design mathematical expressions that are used as exploration terms f…