paper-with-me

Papers

Neural Combinatorial Optimization with Heavy Decoder: Toward Large Scale Generalization

2023-10-12 · NeurIPS 2023 11 · Fu Luo, Xi Lin, Fei Liu, Qingfu Zhang, Zhenkun Wang

Neural combinatorial optimization (NCO) is a promising learning-based approach for solving challenging combinatorial optimization problems without specialized algorithm design by experts. However, most constructive NCO methods cannot solve problems with large-scale instance sizes, which significantly diminishes their usefulness for real-world applications. In this work, we propose a novel Light Encoder and Heavy Decoder (LEHD) model with a strong generalization ability to address this critical issue. The LEHD model can learn to dynamically capture the relationships between all available nodes of varying sizes, which is beneficial for model generalization to problems of various scales. Moreover, we develop a data-efficient training scheme and a flexible solution construction mechanism for the proposed LEHD model. By training on small-scale problem instances, the LEHD model can generate nearly optimal solutions for the Travelling Salesman Problem (TSP) and the Capacitated Vehicle Routing Problem (CVRP) with up to 1000 nodes, and also generalizes well to solve real-world TSPLib and CVRPLib problems. These results confirm our proposed LEHD model can significantly improve the state-of-the-art performance for constructive NCO. The code is available at https://github.com/CIAM-Group/NCO_code/tree/main/single_objective/LEHD.

📄 PDF Abstract BibTeX arXiv:2310.07985

Code (1)

ciam-group/nco_code 공식 구현 pytorch

Tasks

Combinatorial OptimizationDecoder

Similar Papers 제목 키워드 기반

NCO4CVRP: Neural Combinatorial Optimization for the Capacitated Vehicle Routing Problem

2026-04-17 · Mahir Labib Dihan, Md. Ashrafur Rahman Khan, Wasif Jalal, Md. Roqunuzzaman Sojib 외 arxiv

Neural Combinatorial Optimization (NCO) has emerged as a powerful framework for solving combinatorial optimization problems by integrating deep learning-based models. This work focuses on improving existing inference tec…

A random-key GRASP for combinatorial optimization

2024-05-29 · Antonio A. Chaves, Mauricio G. C. Resende, Ricardo M. A. Silva

This paper proposes a problem-independent GRASP metaheuristic using the random-key optimizer (RKO) paradigm. GRASP (greedy randomized adaptive search procedure) is a metaheuristic for combinatorial optimization that repe…

Combinatorial OptimizationDecodergraph partitioningTraveling Salesman Problem

Large-scale Urban Facility Location Selection with Knowledge-informed Reinforcement Learning

2024-09-03 · Hongyuan Su, Yu Zheng, Jingtao Ding, Depeng Jin 외

The facility location problem (FLP) is a classical combinatorial optimization challenge aimed at strategically laying out facilities to maximize their accessibility. In this paper, we propose a reinforcement learning met…

Combinatorial OptimizationGraph Neural Network

Self-Improved Learning for Scalable Neural Combinatorial Optimization

2024-03-28 · Fu Luo, Xi Lin, Zhenkun Wang, Xialiang Tong 외

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…

Combinatorial Optimization

Combinatorial Optimization with Automated Graph Neural Networks

2024-06-05 · Yang Liu, Peng Zhang, Yang Gao, Chuan Zhou 외

In recent years, graph neural networks (GNNs) have become increasingly popular for solving NP-hard combinatorial optimization (CO) problems, such as maximum cut and maximum independent set. The core idea behind these met…

Combinatorial OptimizationGraph EmbeddingGraph LearningNeural Architecture Search