Research Papers 论文研究 5d ago Updated 4d ago 更新于 4天前 44

Dynamic Multi-Depot Vehicle Routing with Online Requests: Event-Driven Transformer--DRL and Rolling-Horizon Benchmarking 动态多仓库车辆路径问题与在线请求:事件驱动Transformer--DRL与滚动时域基准测试

Event-driven learning and benchmarking framework for Dynamic Multi-Depot Vehicle Routing Problem with progressively revealed requests and evolving vehicle states Masked MLP and Transformer policies trained via behavior cloning and PPO, with deterministic feasibility masking preventing invalid vehicle-request assignments Nearest feasible heuristic outperformed all learned policies across routing quality, waiting time, stability, makespan, and runtime in a 20-scenario benchmark Rolling-horizon opt 提出事件驱动的Transformer-DRL框架解决动态多车场车辆路径问题,支持渐进式请求揭示和车辆状态演化 采用Masked MLP和Transformer策略,通过行为克隆初始化结合PPO优化,确定性可行性掩码确保有效分配 最近可行(nearest feasible)启发式在路由质量、等待时间、稳定性、完工时间和运行时间上全面优于学习策略 学习策略实现毫秒级决策并可泛化至80个请求实例无需重训,但未超越最强启发式方法 无单一方法在所有评估维度(路由效率、服务响应性、稳定性、在线计算)上同时最优

60
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Event-driven learning and benchmarking framework for Dynamic Multi-Depot Vehicle Routing Problem with progressively revealed requests and evolving vehicle states
  • Masked MLP and Transformer policies trained via behavior cloning and PPO, with deterministic feasibility masking preventing invalid vehicle-request assignments
  • Nearest feasible heuristic outperformed all learned policies across routing quality, waiting time, stability, makespan, and runtime in a 20-scenario benchmark
  • Rolling-horizon optimization achieved lowest waiting times and makespan but at substantially higher computational cost
  • Learned policies retained millisecond-level decision speed and generalized to instances with up to 80 requests without retraining, though no single method dominated all criteria

Why It Matters

This work bridges deep reinforcement learning and operations research for dynamic vehicle routing, a problem with direct applications in logistics, ride-sharing, and delivery services. It provides a rigorous benchmarking protocol that reveals the persistent competitiveness of classical heuristics against learned policies, offering practitioners a realistic assessment of when DRL-based approaches add value. The event-driven framework with fixed-prefix/flexible-suffix commitments also introduces a novel evaluation methodology for separating route reassignment from resequencing effects.

Technical Details

  • Architectures: Masked MLP and Transformer policies trained through behavior cloning (BC) followed by proximal policy optimization (PPO), with deterministic feasibility masking to prevent invalid vehicle-request assignments
  • Commitment mechanism: Fixed-prefix/flexible-suffix route commitments protect completed, active, and near-term decisions, enabling separate measurement of vehicle reassignment and resequencing costs
  • Benchmarks: 20-scenario policy benchmark comparing learned policies against dynamic insertion heuristics (nearest feasible) and time-limited rolling-horizon optimization
  • Scalability: Learned policies transferred to instances with up to 80 requests without retraining while maintaining millisecond-level inference speed
  • Training variability: PPO had minimal average effect on MLP but improved Transformer performance on average, though with greater seed variability across five independent training runs

Industry Insight

  • Classical heuristics like nearest feasible remain highly competitive against learned DRL policies in dynamic routing; practitioners should benchmark learned approaches against strong baselines before deployment
  • The fixed-prefix/flexible-suffix evaluation protocol offers a practical framework for isolating different types of route disruption, which is valuable for real-world systems where decision stability affects operational costs
  • For latency-sensitive applications requiring sub-second decisions at scale, learned policies offer transferability and speed advantages even when suboptimal in routing quality, suggesting hybrid approaches combining heuristic quality with DRL efficiency may be the most promising direction

TL;DR

  • 提出事件驱动的Transformer-DRL框架解决动态多车场车辆路径问题,支持渐进式请求揭示和车辆状态演化
  • 采用Masked MLP和Transformer策略,通过行为克隆初始化结合PPO优化,确定性可行性掩码确保有效分配
  • 最近可行(nearest feasible)启发式在路由质量、等待时间、稳定性、完工时间和运行时间上全面优于学习策略
  • 学习策略实现毫秒级决策并可泛化至80个请求实例无需重训,但未超越最强启发式方法
  • 无单一方法在所有评估维度(路由效率、服务响应性、稳定性、在线计算)上同时最优

为什么值得看

本文系统对比了深度学习策略与传统启发式/优化方法在动态车辆路径问题上的性能,揭示了当前AI方法在组合优化领域的实际能力边界。对从事运筹优化、强化学习应用的研究者和工程师具有重要参考价值。

技术解析

  • 事件驱动框架处理动态请求和 evolving vehicle states,采用固定前缀/灵活后缀路线承诺机制分离已完成决策与待优化决策,分别度量车辆重分配和重排序成本
  • 模型架构包含Masked MLP和Transformer两种策略网络,通过行为克隆预训练初始化,再使用PPO进行强化学习微调,确定性可行性掩码防止无效车辆-请求分配
  • 基准测试涵盖20个场景,对比方法包括:最近可行启发式、动态插入启发式、时间受限滚动时域优化、以及学习的MLP/Transformer策略
  • 实验结果显示PPO对MLP平均效果有限,对Transformer有平均提升但种子方差更大;学习策略保持毫秒级推理速度且具备跨规模泛化能力(最多80个请求)

行业启示

  • 深度学习在动态组合优化任务上尚未全面超越经典启发式,实际工业部署需审慎评估学习方法的性价比和稳定性
  • 滚动时域优化在响应性和完工时间上表现最优但计算成本高,适合对服务质量要求高的场景;启发式方法在综合效率上更优
  • 事件驱动架构和混合评估协议(分离路由质量与路线扰动)为动态优化问题的基准测试提供了可复用的方法论框架

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Benchmark 基准测试 Training 训练 Inference 推理