paper-with-me

Papers

Exploring the Power of Graph Neural Networks in Solving Linear Optimization Problems

2023-10-16 · Chendi Qian, Didier Chételat, Christopher Morris

Recently, machine learning, particularly message-passing graph neural networks (MPNNs), has gained traction in enhancing exact optimization algorithms. For example, MPNNs speed up solving mixed-integer optimization problems by imitating computational intensive heuristics like strong branching, which entails solving multiple linear optimization problems (LPs). Despite the empirical success, the reasons behind MPNNs' effectiveness in emulating linear optimization remain largely unclear. Here, we show that MPNNs can simulate standard interior-point methods for LPs, explaining their practical success. Furthermore, we highlight how MPNNs can serve as a lightweight proxy for solving LPs, adapting to a given problem instance distribution. Empirically, we show that MPNNs solve LP relaxations of standard combinatorial optimization problems close to optimality, often surpassing conventional solvers and competing approaches in solving time.

📄 PDF Abstract BibTeX arXiv:2310.10603

Code (1)

chendiqian/IPM_MPNN 공식 구현 pytorch

Tasks

Combinatorial Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A General Neural Backbone for Mixed-Integer Linear Optimization via Dual Attention

2026-01-08 · Peixin Huang, Yaoxin Wu, Yining Ma, Cathy Wu 외 arxiv

Mixed-integer linear programming (MILP) is a foundational framework for combinatorial optimization across science and engineering, but remains hard to solve at scale due to NP-hardness. Recent learning-based methods typi…

Representation Learning

A Projection Method for Metric-Constrained Optimization

2018-06-05 · Nate Veldt, David Gleich, Anthony Wirth, James Saunderson

We outline a new approach for solving optimization problems which enforce triangle inequalities on output variables. We refer to this as metric-constrained optimization, and give several examples where problems of this f…

ClusteringGraph Clustering

Convergence Guarantees for the DeepWalk Embedding on Block Models

2024-10-26 · Christopher Harker, Aditya Bhaskara

Graph embeddings have emerged as a powerful tool for understanding the structure of graphs. Unlike classical spectral methods, recent methods such as DeepWalk, Node2Vec, etc. are based on solving nonlinear optimization p…

Stochastic Block Model

Unsupervised Optimal Power Flow Using Graph Neural Networks

2022-10-17 · Damian Owerko, Fernando Gama, Alejandro Ribeiro

Optimal power flow (OPF) is a critical optimization problem that allocates power to the generators in order to satisfy the demand at a minimum cost. Solving this problem exactly is computationally infeasible in the gener…

Graph Neural Network

Optimization-Based MCMC Methods for Nonlinear Hierarchical Statistical Inverse Problems

2020-02-15 · Johnathan Bardsley, Tiangang Cui

In many hierarchical inverse problems, not only do we want to estimate high- or infinite-dimensional model parameters in the parameter-to-observable maps, but we also have to estimate hyperparameters that represent criti…