LGJun 5, 2022

DeeprETA: An ETA Post-processing System at Scale

arXiv:2206.02127v116 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses ETA accuracy for delivery and ride-hailing platforms like Uber, which is incremental as it builds on existing route planning methods.

The paper tackles the unreliability of Estimated Time of Arrival (ETA) predictions from route planning algorithms by introducing DeeprETA, a deep residual network that refines these naive ETAs, resulting in significant improvements in accuracy as measured by mean and median absolute error.

Estimated Time of Arrival (ETA) plays an important role in delivery and ride-hailing platforms. For example, Uber uses ETAs to calculate fares, estimate pickup times, match riders to drivers, plan deliveries, and more. Commonly used route planning algorithms predict an ETA conditioned on the best available route, but such ETA estimates can be unreliable when the actual route taken is not known in advance. In this paper, we describe an ETA post-processing system in which a deep residual ETA network (DeeprETA) refines naive ETAs produced by a route planning algorithm. Offline experiments and online tests demonstrate that post-processing by DeeprETA significantly improves upon the accuracy of naive ETAs as measured by mean and median absolute error. We further show that post-processing by DeeprETA attains lower error than competitive baseline regression models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes