paper-with-me

Papers

Combinatorial optimization and reasoning with graph neural networks

2021-02-18 · Quentin Cappart, Didier Chételat, Elias Khalil, Andrea Lodi, Christopher Morris, Petar Veličković

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from related data distributions in practice. However, recent years have seen a surge of interest in using machine learning, especially graph neural networks (GNNs), as a key building block for combinatorial tasks, either directly as solvers or by enhancing exact solvers. The inductive bias of GNNs effectively encodes combinatorial and relational input due to their invariance to permutations and awareness of input sparsity. This paper presents a conceptual review of recent key advancements in this emerging field, aiming at optimization and machine learning researchers.

📄 PDF Abstract BibTeX arXiv:2102.09544

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningCombinatorial OptimizationInductive Bias

Similar Papers 제목 키워드 기반

A Differentiable Approach to Combinatorial Optimization using Dataless Neural Networks

2022-03-15 · Ismail R. Alkhouri, George K. Atia, Alvaro Velasquez

The success of machine learning solutions for reasoning about discrete structures has brought attention to its adoption within combinatorial optimization algorithms. Such approaches generally rely on supervised learning …

Combinatorial OptimizationCommunity Detectiongraph partitioningreinforcement-learning+1

Bridging Visualization and Optimization: Multimodal Large Language Models on Graph-Structured Combinatorial Optimization

2025-01-21 · Jie Zhao, Kang Hao Cheong, Witold Pedrycz

Graph-structured combinatorial challenges are inherently difficult due to their nonlinear and intricate nature, often rendering traditional computational methods ineffective or expensive. However, these challenges can be…

Combinatorial OptimizationSequential Decision MakingSpatial Reasoning

Combinatorial Optimization via LLM-driven Iterated Fine-tuning

2025-03-10 · Pranjal Awasthi, Sreenivas Gollapudi, Ravi Kumar, Kamesh Munagala

We present a novel way to integrate flexible, context-dependent constraints into combinatorial optimization by leveraging Large Language Models (LLMs) alongside traditional algorithms. Although LLMs excel at interpreting…

Combinatorial Optimizationglobal-optimizationScheduling

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

Reasoning in a Combinatorial and Constrained World: Benchmarking LLMs on Natural-Language Combinatorial Optimization

2026-02-02 · Xia Jiang, Jing Chen, Cong Zhang, Jie Gao 외 arxiv

While large language models (LLMs) have shown strong performance in math and logic reasoning, their ability to handle combinatorial optimization (CO) -- searching high-dimensional solution spaces under hard constraints -…