paper-with-me

홈 › Papers

Efficient Decoder Scaling Strategy for Neural Routing Solvers

2026-02-28 · Qing Luo, Fu Luo, Ke Li, Zhenkun Wang arxiv

Construction-based neural routing solvers, typically composed of an encoder and a decoder, have emerged as a promising approach for solving vehicle routing problems. While recent studies suggest that shifting parameters from the encoder to the decoder enhances performance, most works restrict the decoder size to 1-3M parameters, leaving the effects of scaling largely unexplored. To address this gap, we conduct a systematic study comparing two distinct strategies: scaling depth versus scaling width. We synthesize these strategies to construct a suite of 12 model configurations, spanning a parameter range from 1M to ~150M, and extensively evaluate their scaling behaviors across three critical dimensions: parameter efficiency, data efficiency, and compute efficiency. Our empirical results reveal that parameter count is insufficient to accurately predict the model performance, highlighting the critical and distinct roles of model depth (layer count) and width (embedding dimension). Crucially, we demonstrate that scaling depth yields superior performance gains to scaling width. Based on these findings, we provide and experimentally validate a set of design principles for the efficient allocation of parameters and compute resources to enhance the model performance.

📄 PDF Abstract BibTeX arXiv:2603.00430

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Constraint Awareness for Efficient State Embedding of Neural Routing Solver

2026-05-11 · Canhong Yu, Changliang Zhou, Rongsheng Chen, Zhenkun Wang 외 arxiv

Heavy-Encoder-Light-Decoder (HELD) neural routing solvers have emerged as a promising paradigm due to their broad applicability across multiple vehicle routing problems (VRPs). However, they typically struggle with VRP v…

Improving Generalization of Neural Vehicle Routing Problem Solvers Through the Lens of Model Architecture

2024-06-10 · Yubin Xiao, Di Wang, Xuan Wu, Yuesong Wu 외

Neural models produce promising results when solving Vehicle Routing Problems (VRPs), but often fall short in generalization. Recent attempts to enhance model generalization often incur unnecessarily large training cost …

BenchmarkingDecoder

LRM-1B: Towards Large Routing Model

2025-07-04 · Han Li, Fei Liu, Zhenkun Wang, Qingfu Zhang

Vehicle routing problems (VRPs) are central to combinatorial optimization with significant practical implications. Recent advancements in neural combinatorial optimization (NCO) have demonstrated promising results by lev…

Combinatorial Optimizationmodel

LINC: Decoupling Local Consequence Scoring from Hidden Matching in Constructive Neural Routing

2026-05-07 · Shaofeng Qin, Li Wang arxiv

Constructive neural routing solvers usually score the next action by matching a decoder context to candidate embeddings, hiding deterministic one-step consequences such as travel, waiting, slack, and capacity changes. We…

Learning to Search Feasible and Infeasible Regions of Routing Problems with Flexible Neural k-Opt

2023-10-27 · NeurIPS 2023 11 · Yining Ma, Zhiguang Cao, Yeow Meng Chee

In this paper, we present Neural k-Opt (NeuOpt), a novel learning-to-search (L2S) solver for routing problems. It learns to perform flexible k-opt exchanges based on a tailored action factorization method and a customize…

Data AugmentationDecoderTraveling Salesman Problem