DoorDash deploys MLP-gated MoE deep learning model for 20% relative improvement in ETA prediction accuracy
DoorDash's tree-based ETA models had limited expressiveness — predictions showed less variance than ground truth — and struggled to capture intricate temporal and spatial patterns across a large, varied delivery network as operations scaled.
Initial co-training of multitask models caused significant accuracy degradation due to task interference. Enforcing cross-stage consistency via an adjustment to later-stage predictions lowered accuracy. Training Weibull distribution parameters with a log-likelihood loss function produced unreasonable outputs, including negative location parameter values.
The new MLP-gated MoE architecture delivered a 20% relative improvement in ETA accuracy across large and small orders, long and short distances, and peak and off-peak hours, improving customer trust and operational efficiency.
Frequently asked questions
What did this team achieve with this AI workflow?
The new MLP-gated MoE architecture delivered a 20% relative improvement in ETA accuracy across large and small orders, long and short distances, and peak and off-peak hours, improving customer trust and operational ef…
What tools did this team use?
MLP-gated MoE, DeepNet, CrossNet, transformer.
What results were reported?
ETA prediction accuracy improvement: 20% relative improvement (source-reported, not independently verified).
What failed first in this deployment?
Initial co-training of multitask models caused significant accuracy degradation due to task interference.
How is this logistics ops AI workflow structured?
Order triggers ETA computation → Embedding feature engineering → Time series signal collection → Parallel encoder processing → MLP decoder combines expert outputs → Multitask sequential training → Probabilistic ETA distribution output.