菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - FiLMMeD: Feature-wise Linear Modulation for Cross-Problem Multi-Depot Vehicle Routing

Solving practical multi-depot vehicle routing problems (MDVRP) is a challenging optimization task central to modern logistics, increasingly driven by e-commerce. To address the MDVRP's computational complexity, neural-based combinatorial optimization methods offer a promising scalable alternative to traditional approaches. However, neural-based methods typically rely on rigid architectures and input encodings tailored to specific problem formulations. In real-world settings, heterogeneous constraints create multiple MDVRP variants, limiting the applicability of such models. While multi-task learning (MTL) has begun to accelerate the development of unified neural-based solvers, prior works focus almost exclusively on single-depot VRPs, leaving the MDVRP unaddressed. To bridge this gap, we propose Feature-wise Linear Modulation for Cross-Problem Multi-Depot Vehicle Routing (FiLMMeD), a novel unified neural-based model for 24 different MDVRP variants. We introduce three main contributions: (1) to improve the model's generalization, we augment the standard Transformer encoder with Feature-wise Linear Modulation (FiLM), which dynamically conditions learned internal representations based on the active set of constraints; (2) we provide an initial demonstration of Preference Optimization in the MTL setting, establishing it as a superior alternative to Reinforcement Learning for future MTL works; (3) to mitigate the generalization gap caused by the introduction of multi-depot constraints, we introduce a targeted curriculum learning strategy that progressively exposes the model to increasingly more complex constraint interactions. Extensive experiments on 24 MDVRP variants (including 8 novel formulations) and 16 single-depot VRPs confirm the effectiveness of FiLMMeD, which consistently outperforms state-of-the-art baselines. Our code is available at: this https URL

顶级标签: machine learning multi-modal
详细标签: vehicle routing multi-depot multi-task learning transformer optimization 或 搜索:

特征级线性调制:面向跨问题多车场车辆路径问题的统一神经求解方法 / FiLMMeD: Feature-wise Linear Modulation for Cross-Problem Multi-Depot Vehicle Routing


1️⃣ 一句话总结

该论文提出了一种名为FiLMMeD的神经网络模型,通过引入特征级线性调制技术,让模型能根据不同的约束条件动态调整内部处理方式,从而统一高效地求解多达24种不同变体的多车场车辆路径问题,并在性能上超越了现有方法。

源自 arXiv: 2604.28102