AIJun 10, 2025

SHIELD: Multi-task Multi-distribution Vehicle Routing Solver with Sparsity and Hierarchy

arXiv:2506.08424v27 citationsh-index: 12ICML
Originality Incremental advance
AI Analysis

This work addresses a realistic but incremental extension of multi-task VRP to multi-distribution settings for routing optimization applications.

The paper tackles the challenge of solving vehicle routing problems (VRP) across multiple tasks and customer distributions by introducing SHIELD, a model that uses sparsity and hierarchy principles to improve generalization, achieving superior performance on 9 real-world maps with 16 VRP variants each.

Recent advances toward foundation models for routing problems have shown great potential of a unified deep model for various VRP variants. However, they overlook the complex real-world customer distributions. In this work, we advance the Multi-Task VRP (MTVRP) setting to the more realistic yet challenging Multi-Task Multi-Distribution VRP (MTMDVRP) setting, and introduce SHIELD, a novel model that leverages both sparsity and hierarchy principles. Building on a deeper decoder architecture, we first incorporate the Mixture-of-Depths (MoD) technique to enforce sparsity. This improves both efficiency and generalization by allowing the model to dynamically select nodes to use or skip each decoder layer, providing the needed capacity to adaptively allocate computation for learning the task/distribution specific and shared representations. We also develop a context-based clustering layer that exploits the presence of hierarchical structures in the problems to produce better local representations. These two designs inductively bias the network to identify key features that are common across tasks and distributions, leading to significantly improved generalization on unseen ones. Our empirical results demonstrate the superiority of our approach over existing methods on 9 real-world maps with 16 VRP variants each.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes