paper-with-me

Papers

Neural Algorithmic Reasoning for Combinatorial Optimisation

2023-05-18 · Dobrik Georgiev, Danilo Numeroso, Davide Bacciu, Pietro Liò

Solving NP-hard/complete combinatorial problems with neural networks is a challenging research area that aims to surpass classical approximate algorithms. The long-term objective is to outperform hand-designed heuristics for NP-hard/complete problems by learning to generate superior solutions solely from training data. Current neural-based methods for solving CO problems often overlook the inherent "algorithmic" nature of the problems. In contrast, heuristics designed for CO problems, e.g. TSP, frequently leverage well-established algorithms, such as those for finding the minimum spanning tree. In this paper, we propose leveraging recent advancements in neural algorithmic reasoning to improve the learning of CO problems. Specifically, we suggest pre-training our neural model on relevant algorithms before training it on CO instances. Our results demonstrate that by using this learning setup, we achieve superior performance compared to non-algorithmically informed deep learning models.

📄 PDF Abstract BibTeX arXiv:2306.06064

Code (1)

danilonumeroso/conar 공식 구현 jax

Similar Papers 제목 키워드 기반

KNARsack: Teaching Neural Algorithmic Reasoners to Solve Pseudo-Polynomial Problems

2025-09-17 · Stjepan Požgaj, Dobrik Georgiev, Marin Šilić, Petar Veličković arxiv

Neural algorithmic reasoning (NAR) is a growing field that aims to embed algorithmic logic into neural networks by imitating classical algorithms. In this extended abstract, we detail our attempt to build a neural algori…

Tropical Attention: Neural Algorithmic Reasoning for Combinatorial Algorithms

2025-05-22 · Baran Hashemi, Kurt Pasque, Chris Teska, Ruriko Yoshida

Dynamic programming (DP) algorithms for combinatorial optimization problems work with taking maximization, minimization, and classical addition in their recursion algorithms. The associated value functions correspond to …

Adversarial AttackBenchmarkingCombinatorial OptimizationMathematical Reasoning+1

Certified Symmetry and Dominance Breaking for Combinatorial Optimisation

2022-03-23 · Bart Bogaerts, Stephan Gocht, Ciaran McCreesh, Jakob Nordström

Symmetry and dominance breaking can be crucial for solving hard combinatorial search and optimisation problems, but the correctness of these techniques sometimes relies on subtle arguments. For this reason, it is desirab…

Dual Algorithmic Reasoning

2023-02-09 · Danilo Numeroso, Davide Bacciu, Petar Veličković

Neural Algorithmic Reasoning is an emerging area of machine learning which seeks to infuse algorithmic computation in neural networks, typically by training neural models to approximate steps of classical algorithms. In …

Neural Algorithmic Reasoning for Hypergraphs with Looped Transformers

2025-01-18 · Xiaoyu Li, YIngyu Liang, Jiangxuan Long, Zhenmei Shi 외

Looped Transformers have shown exceptional neural algorithmic reasoning capability in simulating traditional graph algorithms, but their application to more complex structures like hypergraphs remains underexplored. Hype…

Combinatorial Optimization