ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2503.12662
48
0

TuneNSearch: a hybrid transfer learning and local search approach for solving vehicle routing problems

16 March 2025
Arthur Corrêa
Cristóvão Silva
Liming Xu
Alexandra Brintrup
Samuel Moniz
ArXivPDFHTML
Abstract

This paper introduces TuneNSearch, a hybrid transfer learning and local search approach for addressing different variants of vehicle routing problems (VRP). Recently, multi-task learning has gained much attention for solving VRP variants. However, this adaptability often compromises the performance of the models. To address this challenge, we first pre-train a reinforcement learning model on the multi-depot VRP, followed by a short fine-tuning phase to adapt it to different variants. By leveraging the complexity of the multi-depot VRP, the pre-trained model learns richer node representations and gains more transferable knowledge compared to models trained on simpler routing problems, such as the traveling salesman problem. TuneNSearch employs, in the first stage, a Transformer-based architecture, augmented with a residual edge-graph attention network to capture the impact of edge distances and residual connections between layers. This architecture allows for a more precise capture of graph-structured data, improving the encoding of VRP's features. After inference, our model is also coupled with a second stage composed of a local search algorithm, which yields substantial performance gains with minimal computational overhead added. Results show that TuneNSearch outperforms many existing state-of-the-art models trained for each VRP variant, requiring only one-fifth of the training epochs. Our approach demonstrates strong generalization, achieving high performance across different tasks, distributions and problem sizes, thus addressing a long-standing gap in the literature.

View on arXiv
@article{corrêa2025_2503.12662,
  title={ TuneNSearch: a hybrid transfer learning and local search approach for solving vehicle routing problems },
  author={ Arthur Corrêa and Cristóvão Silva and Liming Xu and Alexandra Brintrup and Samuel Moniz },
  journal={arXiv preprint arXiv:2503.12662},
  year={ 2025 }
}
Comments on this paper