paper-with-me

Papers

Self-Improved Learning for Scalable Neural Combinatorial Optimization

2024-03-28 · Fu Luo, Xi Lin, Zhenkun Wang, Xialiang Tong, Mingxuan Yuan, Qingfu Zhang

The end-to-end neural combinatorial optimization (NCO) method shows promising performance in solving complex combinatorial optimization problems without the need for expert design. However, existing methods struggle with large-scale problems, hindering their practical applicability. To overcome this limitation, this work proposes a novel Self-Improved Learning (SIL) method for better scalability of neural combinatorial optimization. Specifically, we develop an efficient self-improved mechanism that enables direct model training on large-scale problem instances without any labeled data. Powered by an innovative local reconstruction approach, this method can iteratively generate better solutions by itself as pseudo-labels to guide efficient model training. In addition, we design a linear complexity attention mechanism for the model to efficiently handle large-scale combinatorial problem instances with low computation overhead. Comprehensive experiments on the Travelling Salesman Problem (TSP) and the Capacitated Vehicle Routing Problem (CVRP) with up to 100K nodes in both uniform and real-world distributions demonstrate the superior scalability of our method.

📄 PDF Abstract BibTeX arXiv:2403.19561

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Take a Step and Reconsider: Sequence Decoding for Self-Improved Neural Combinatorial Optimization

2024-07-24 · Jonathan Pirnay, Dominik G. Grimm

The constructive approach within Neural Combinatorial Optimization (NCO) treats a combinatorial optimization problem as a finite Markov decision process, where solutions are built incrementally through a sequence of deci…

Combinatorial OptimizationDiversityJob Shop SchedulingScheduling

Hybrid Quantum Reinforcement Learning with QAOA for Improved Vehicle Routing Optimization

2026-05-02 · T. Satyanarayana Murthy, B. Swathi Sowmya, Santhosh Voruganti, Sai Varshini Giridi 외 arxiv

Vehicle Routing Problem (VRP) is one of the most complex NP-hard combinatorial optimization problem in transportation and logistics that requires a dynamic solution approach. In this paper we present a new hybrid approac…

Reinforcement Learning

Bayesian Optimization of Combinatorial Structures

2018-06-22 · ICML 2018 7 · Ricardo Baptista, Matthias Poloczek

The optimization of expensive-to-evaluate black-box functions over combinatorial structures is an ubiquitous task in machine learning, engineering and the natural sciences. The combinatorial explosion of the search space…

Bayesian OptimizationBIG-bench Machine Learning

Scalable Discrete Diffusion Samplers: Combinatorial Optimization and Statistical Physics

2025-02-12 · Sebastian Sanokowski, Wilhelm Berghammer, Martin Ennemoser, Haoyu Peter Wang 외

Learning to sample from complex unnormalized distributions over discrete domains emerged as a promising research direction with applications in statistical physics, variational inference, and combinatorial optimization. …

Combinatorial OptimizationVariational Inference

Projecting Latent RL Actions: Towards Generalizable and Scalable Graph Combinatorial Optimization

2026-05-19 · Franco Terranova, Guillermo Bernardez, Albert Cabellos-Aparicio, Nina Miolane 외 arxiv

Graph combinatorial optimization (GCO) has attracted growing interest, as many NP-hard problems naturally admit graph formulations, yet their combinatorial explosion renders exact methods computationally intractable. Rec…

Reinforcement Learning