paper-with-me

Papers

Learning from Drivers to Tackle the Amazon Last Mile Routing Research Challenge

2022-05-09 · Chen Wu, Yin Song, Verdi March, Eden Duthie

The goal of the Amazon Last Mile Routing Research Challenge is to integrate the real-life experience of Amazon drivers into the solution of optimal route planning and optimization. This paper presents our method that tackles this challenge by hierarchically combining machine learning and conventional Traveling Salesperson Problem (TSP) solvers. Our method reaps the benefits from both worlds. On the one hand, our method encodes driver know-how by learning a sequential probability model from historical routes at the zone level, where each zone contains a few parcel stops. It then uses a single step policy iteration method, known as the Rollout algorithm, to generate plausible zone sequences sampled from the learned probability model. On the other hand, our method utilizes proven methods developed in the rich TSP literature to sequence stops within each zone efficiently. The outcome of such a combination appeared to be promising. Our method obtained an evaluation score of $0.0374$, which is comparable to what the top three teams have achieved on the official Challenge leaderboard. Moreover, our learning-based method is applicable to driving routes that may exhibit distinct sequential patterns beyond the scope of this Challenge. The source code of our method is publicly available at https://github.com/aws-samples/amazon-sagemaker-amazon-routing-challenge-sol

📄 PDF Abstract BibTeX arXiv:2205.04001

Code (1)

aws-samples/amazon-sagemaker-amazon-routing-challenge-sol 공식 구현

Similar Papers 제목 키워드 기반

A Bi-Objective Approach to Last-Mile Delivery Routing Considering Driver Preferences

2024-05-25 · Juan Pablo Mesa, Alejandro Montoya, Raul Ramos-Pollán, Mauricio Toro

The Multi-Objective Vehicle Routing Problem (MOVRP) is a complex optimization problem in the transportation and logistics industry. This paper proposes a novel approach to the MOVRP that aims to create routes that consid…

Predicting Drivers' Route Trajectories in Last-Mile Delivery Using A Pair-wise Attention-based Pointer Neural Network

2023-01-10 · Baichuan Mo, Qing Yi Wang, Xiaotong Guo, Matthias Winkenbach 외

In last-mile delivery, drivers frequently deviate from planned delivery routes because of their tacit knowledge of the road and curbside infrastructure, customer availability, and other characteristics of the respective …

Decoder

Inverse Optimization for Routing Problems

2023-07-14 · Pedro Zattoni Scroccaro, Piet van Beek, Peyman Mohajerin Esfahani, Bilge Atasoy

We propose a method for learning decision-makers' behavior in routing problems using Inverse Optimization (IO). The IO framework falls into the supervised learning category and builds on the premise that the target behav…

Preference-Aware Delivery Planning for Last-Mile Logistics

2023-03-08 · Qian Shao, Shih-Fen Cheng

Optimizing delivery routes for last-mile logistics service is challenging and has attracted the attention of many researchers. These problems are usually modeled and solved as variants of vehicle routing problems (VRPs) …

Bayesian OptimizationTraveling Salesman Problem

A zone-based training approach for last-mile routing using Graph Neural Networks and Pointer Networks

2026-01-08 · Àngel Ruiz-Fas, Carlos Granell, José Francisco Ramos, Joaquín Huerta 외 arxiv

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 trave…

Graph Neural Network