paper-with-me

홈 › Papers

URS: A Unified Neural Routing Solver for Cross-Problem Zero-Shot Generalization

2025-09-27 · Changliang Zhou, Canhong Yu, Shunyu Yao, Xi Lin, Zhenkun Wang, Yu Zhou, Qingfu Zhang arxiv

Multi-task neural routing solvers have emerged as a promising paradigm for their ability to solve multiple vehicle routing problems (VRPs) using a single model. However, existing neural solvers typically rely on predefined problem constraints or require per-problem fine-tuning, which substantially limits their zero-shot generalization ability to unseen VRP variants. To address this critical bottleneck, we propose URS, a unified neural routing solver that achieves zero-shot generalization across a wide range of unseen VRPs with a single model. We propose a unified data representation (UDR) that replaces problem enumeration with data unification, thereby broadening the problem coverage and reducing reliance on domain expertise. In addition, we introduce a Mixed Bias Module (MBM) during encoding to improve node embeddings, which efficiently captures multiple priors inherent to various problems. On top of the UDR, we develop a problem-conditioned parameter generator to further improve zero-shot generalization. Extensive experiments show that URS consistently produces high-quality solutions for 110 VRP variants (including 99 unseen variants) while demonstrating impressive scalability to large-scale instances with up to 7000 nodes. To the best of our knowledge, URS is the first neural solver to handle over 100 VRP variants with a single model. Our code is available at https://github.com/CIAM-Group/URS.

📄 PDF Abstract BibTeX arXiv:2509.23413

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

MVMoE: Multi-Task Vehicle Routing Solver with Mixture-of-Experts

2024-05-02 · Jianan Zhou, Zhiguang Cao, Yaoxin Wu, Wen Song 외

Learning to solve vehicle routing problems (VRPs) has garnered much attention. However, most neural solvers are only structured and trained independently on a specific problem, making them less generic and practical. In …

Combinatorial OptimizationMixture-of-ExpertsMulti-Task LearningOut-of-Distribution Generalization+1

SPACE: Unifying Symmetric and Asymmetric Routing Problems for Generalist Neural Solver

2026-05-23 · Rongsheng Chen, Changliang Zhou, Canhong Yu, Yuanyao Chen 외 arxiv

Generalist neural routing solvers have shown great potential in solving diverse vehicle routing problems (VRPs) with a unified model. However, existing solvers are typically limited to symmetric settings or degrade in pe…

Zero-shot Generalization

Vehicle-as-Prompt: A Unified Deep Reinforcement Learning Framework for Heterogeneous Fleet Vehicle Routing Problem

2026-04-06 · Shihong Huang, Shengjie Wang, Lei Gao, Hong Ma 외 arxiv

Unlike traditional homogeneous routing problems, the Heterogeneous Fleet Vehicle Routing Problem (HFVRP) involves heterogeneous fixed costs, variable travel costs, and capacity constraints, rendering solution quality hig…

Zero-shot GeneralizationReinforcement Learning

Multi-Task Vehicle Routing Solver via Mixture of Specialized Experts under State-Decomposable MDP

2025-10-24 · Yuxin Pan, Zhiguang Cao, Chengyang Gu, Liu Liu 외 arxiv

Existing neural methods for multi-task vehicle routing problems (VRPs) typically learn unified solvers to handle multiple constraints simultaneously. However, they often underutilize the compositional structure of VRP va…

Parametric Memory Decoding for Zero-Shot Routing in LoRA-Based External Parametric Memory

2026-07-05 · Fengxian Ji, Zhuohan Xie, Jingpu Yang, Fan Zhang 외 arxiv

With the rise of parametric memory, LoRA-based External Parametric Memory (EPM) has emerged as a modular solution, but existing routing methods often introduce additional training, deployment, and maintenance overhead. T…