用地理分区训练神经网络,提升最后一公里配送效率。
A zone-based training approach for last-mile routing using Graph Neural Networks and Pointer Networks
- 按地理网格分区,分区域训练模型,优化路线生成。
- 分区训练使平均路线长度减少,节点越多效果越明显。
- 适合大规模城市配送场景,尤其适合复杂路况地区。
快速发展的电子商务使最后一公里配送网络面临极限挑战,微小的路线优化即可降低运营成本、提升服务速度并减少排放。传统启发式方法在行程时间高度不对称(如单行道、交通拥堵)时难以适应。本文提出一种基于深度学习的解决方案,通过图神经网络与指针网络构建编码器-解码器架构,将每条路线表示为完整有向图,节点为配送点,边权为非对称行驶时间。图神经网络编码器生成捕捉停靠点空间关系的节点嵌入,指针网络解码器根据嵌入和起始点,逐次选择下一个停靠点,并为每个未访问节点分配概率。通过获取训练数据中包含停靠点的离散全球网格系统单元,并进行聚类,生成大小相似的地理分区。每个分区独立训练一个模型,仅使用该区域内训练路线的停靠点。该方法在2021年亚马逊最后一公里路由挑战赛洛杉矶数据集上评估,结果显示,相较于通用训练,分区训练显著降低了平均预测路线长度,且随着每条路线停靠点数量增加,性能提升更加明显。
原文摘要 · Abstract (English)
Rapid e-commerce growth has pushed last-mile delivery networks to their limits, where small routing gains translate into lower costs, faster service, and fewer emissions. Classical heuristics struggle to adapt when travel times are highly asymmetric (e.g., one-way streets, congestion). A deep learning-based approach to the last-mile routing problem is presented to generate geographical zones composed of stop sequences to minimize last-mile delivery times. The presented approach is an encoder-decoder architecture. Each route is represented as a complete directed graph whose nodes are stops and whose edge weights are asymmetric travel times. A Graph Neural Network encoder produces node embeddings that captures the spatial relationships between stops. A Pointer Network decoder then takes the embeddings and the route's start node to sequentially select the next stops, assigning a probability to each unvisited node as the next destination. Cells of a Discrete Global Grid System which contain route stops in the training data are obtained and clustered to generate geographical zones of similar size in which the process of training and inference are divided. Subsequently, a different instance of the model is trained per zone only considering the stops of the training routes which are included in that zone. This approach is evaluated using the Los Angeles routes from the 2021 Amazon Last Mile Routing Challenge. Results from general and zone-based training are compared, showing a reduction in the average predicted route length in the zone-based training compared to the general training. The performance improvement of the zone-based approach becomes more pronounced as the number of stops per route increases.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。