Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking Light Decoder-based Solvers for Vehicle Routing Problems

About

Light decoder-based solvers have gained popularity for solving vehicle routing problems (VRPs) due to their efficiency and ease of integration with reinforcement learning algorithms. However, they often struggle with generalization to larger problem instances or different VRP variants. This paper revisits light decoder-based approaches, analyzing the implications of their reliance on static embeddings and the inherent challenges that arise. Specifically, we demonstrate that in the light decoder paradigm, the encoder is implicitly tasked with capturing information for all potential decision scenarios during solution construction within a single set of embeddings, resulting in high information density. Furthermore, our empirical analysis reveals that the overly simplistic decoder struggles to effectively utilize this dense information, particularly as task complexity increases, which limits generalization to out-of-distribution (OOD) settings. Building on these insights, we show that enhancing the decoder capacity, with a simple addition of identity mapping and a feed-forward layer, can considerably alleviate the generalization issue. Experimentally, our method significantly enhances the OOD generalization of light decoder-based approaches on large-scale instances and complex VRP variants, narrowing the gap with the heavy decoder paradigm. Our code is available at: https://github.com/ziweileonhuang/reld-nco.

Ziwei Huang, Jianan Zhou, Zhiguang Cao, Yixin Xu• 2025

Related benchmarks

TaskDatasetResultRank
Capacitated Vehicle Routing ProblemCVRP N=100
Objective Value15.713
50
Vehicle Routing ProblemVRP 100 Customers (100 instances)
Objective Value15.75
28
Capacitated Vehicle Routing Problem with Backhauls and Time WindowsCVRPBLTW n=50 v1
Objective Value15.925
18
Capacitated Vehicle Routing Problem with Backhauls and Time WindowsCVRPBLTW n=100 v1
Objective Value27.044
18
Vehicle Routing ProblemVRP 500 Customers (100 instances)
Objective Value38.33
16
Showing 5 of 5 rows

Other info

Follow for update