RouteFinder: Towards Foundation Models for Vehicle Routing Problems

πŸ“… 2024-06-21
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 3
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the challenge of poor generalization across the vast landscape of Vehicle Routing Problem (VRP) variants. We propose the first foundational model paradigm for VRP. Methodologically, we introduce a unified VRP environment capable of modeling diverse constraint combinations; design hybrid batch training, multi-variant reward normalization, and lightweight plug-and-play adapter layers; and integrate a Transformer encoder with global attribute embeddings to enable zero-shot transfer and efficient fine-tuning on unseen variants. Evaluated across 48 distinct VRP variants, our approach consistently outperforms existing learning-based methods, achieving substantial improvements in cross-variant generalization and training efficiency. The implementation is publicly available.

Technology Category

Application Category

πŸ“ Abstract
This paper introduces RouteFinder, a comprehensive foundation model framework to tackle different Vehicle Routing Problem (VRP) variants. Our core idea is that a foundation model for VRPs should be able to represent variants by treating each as a subset of a generalized problem equipped with different attributes. We propose a unified VRP environment capable of efficiently handling any attribute combination. The RouteFinder model leverages a modern transformer-based encoder and global attribute embeddings to improve task representation. Additionally, we introduce two reinforcement learning techniques to enhance multi-task performance: mixed batch training, which enables training on different variants at once, and multi-variant reward normalization to balance different reward scales. Finally, we propose efficient adapter layers that enable fine-tuning for new variants with unseen attributes. Extensive experiments on 48 VRP variants show RouteFinder outperforms recent state-of-the-art learning methods. Code: https://github.com/ai4co/routefinder.
Problem

Research questions and friction points this paper is trying to address.

Foundation model for Vehicle Routing Problems
Unified environment for VRP variants
Transformer-based encoder and reinforcement learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Transformer-based encoder
Global attribute embeddings
Efficient adapter layers
πŸ”Ž Similar Papers
No similar papers found.