paper-with-me

Papers

A Distributed Training Architecture For Combinatorial Optimization

2025-11-12 · Yuyao Long arxiv

In recent years, graph neural networks (GNNs) have been widely applied in tackling combinatorial optimization problems. However, existing methods still suffer from limited accuracy when addressing that on complex graphs and exhibit poor scalability, since full training requires loading the whole adjacent matrix and all embeddings at a time, the it may results in out of memory of a single machine. This limitation significantly restricts their applicability to large-scale scenarios. To address these challenges, we propose a distributed GNN-based training framework for combinatorial optimization. In details, firstly, large graph is partition into several small subgraphs. Then the individual subgraphs are full trained, providing a foundation for efficient local optimization. Finally, reinforcement learning (RL) are employed to take actions according to GNN output, to make sure the restrictions between cross nodes can be learned. Extensive experiments are conducted on both real large-scale social network datasets (e.g., Facebook, Youtube) and synthetically generated high-complexity graphs, which demonstrate that our framework outperforms state-of-the-art approaches in both solution quality and computational efficiency. Moreover, the experiments on large graph instances also validate the scalability of the model.

📄 PDF Abstract BibTeX arXiv:2511.09261

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement Learning

Similar Papers 제목 키워드 기반

Distributed Combinatorial Optimization of Downlink User Assignment in mmWave Cell-free Massive MIMO Using Graph Neural Networks

2024-06-09 · Bile Peng, Bihan Guo, Karl-Ludwig Besser, Luca Kunz 외

Millimeter wave (mmWave) cell-free massive MIMO (CF mMIMO) is a promising solution for future wireless communications. However, its optimization is non-trivial due to the challenging channel characteristics. We show that…

Combinatorial OptimizationGraph Neural Network

Distributed Injection-Locking in Analog Ising Machines to Solve Combinatorial Optimizations

2020-11-18 · M. Ali Vosoughi

The oscillator-based Ising machine (OIM) is a network of coupled CMOS oscillators that solves combinatorial optimization problems. In this paper, the distribution of the injection-locking oscillations throughout the circ…

Combinatorial Optimization

Combinatorial Optimization for Panoptic Segmentation: A Fully Differentiable Approach

2021-06-06 · NeurIPS 2021 12 · Ahmed Abbas, Paul Swoboda

We propose a fully differentiable architecture for simultaneous semantic and instance segmentation (a.k.a. panoptic segmentation) consisting of a convolutional neural network and an asymmetric multiway cut problem solver…

Combinatorial OptimizationInstance SegmentationPanoptic SegmentationSegmentation+1

Deep Graph Matching via Blackbox Differentiation of Combinatorial Solvers

2020-08-01 · ECCV 2020 8 · Michal Rolínek, Paul Swoboda, Dominik Zietlow, Anselm Paulus 외

Building on recent progress at the intersection of combinatorial optimization and deep learning, we propose an end-to-end trainable architecture for deep graph matching that contains unmodified combinatorial solvers. Usi…

Combinatorial OptimizationDeep LearningGraph Matching

Smoothed Online Combinatorial Optimization Using Imperfect Predictions

2022-04-23 · Kai Wang, Zhao Song, Georgios Theocharous, Sridhar Mahadevan

Smoothed online combinatorial optimization considers a learner who repeatedly chooses a combinatorial decision to minimize an unknown changing cost function with a penalty on switching decisions in consecutive rounds. We…

Combinatorial Optimization