SlideShare a Scribd company logo
Presenter: Rui Xiong
January 2018
How to Leverage
Big Data to Deliver
Smart Logistics
1
2
3
4
What You Will Learn
Background on the Logistics Industry
Future Challenge: Helping Balloons Navigate the Weather
AI Solutions in Logistics & Delivery Optimization
Tianchi Big Data Contest Platform
www.alibabacloud.com 2 / 32
www.alibabacloud.com
01
Background on the Logistics Industry
3 / 32
www.alibabacloud.com
18%
8.7%
8.5%
Industry Background
Logistics Cost / GDP
¥13 Trillion/ USD $2 Trillion
• Transportation: 54.1%
• Inventory Management: 33.2%
• Administration: 12.7%
Reference: Yu, Chunge. "The Analysis of the China National Logistics Costs Structure." Management & Engineering 21: 77.
4 / 32
Intelligent
logistics
Cost
Efficiency
Demand
Delivery
Inventory
Predictable
Controllable
Reachable
Objectives of Intelligent Logistics
www.alibabacloud.com 5 / 32
www.alibabacloud.com
02
AI Solutions in Logistics & Delivery Optimization
6 / 32
Intelligent
Logistics
Demand
Prediction
Inventory
Management
Delivery
Optimization
• Daily, weekly, monthly prediction
• Different scenarios
• What, when and how much to replenish
• Improve inventory turnover rate
• Vehicle-cargo matching
• Route planning
• Distribution network layout design
• Warehouse coverage of facilities
• Inventory setting for each warehouse
Overall
Supply Chain
Optimization
Overview of Intelligent Logistics
www.alibabacloud.com 7 / 32
High cost
• large numbers of couriers
Low efficiency
• random dispatch,
backlog of orders
Intelligent dispatch
Route planning
Integrated management
9 million
order processing capability
500 millisecond
response time
29 minute
average delivery time
Hundred of millions
RMB cost reduction
Case Study:
Ele.me
Problem Solution Result
www.alibabacloud.com 8 / 32
www.alibabacloud.com
Vehicle-
Cargo
Matching
2
Route
Planning
1
Delivery Optimization
9 / 32
Route
Calculation
Vehicle, Driver, Cargo, Traffic, Weather, Time, etc.
User-loss
Analysis
Matching Module
Basic Feature Analysis
Driver
Evaluation
Order
Evaluation
Data
Order
PredictionComplex Feature Analysis
Vehicle-Cargo Matching
Historical
Recommendation Engine
Real Time+
www.alibabacloud.com 10 / 32
Order Prediction
www.alibabacloud.com
under-fitover-fit
• Time Series Model: AR Model
• Machine Learning Model: Linear, Non-Linear Models
11 / 32
Demand Prediction
www.alibabacloud.com
Classification
Regression
Model
Rules
Commodities Set
Merge
Commodities With
Abnormal Sales
Commodities With
Normal Sales
12 / 32
www.alibabacloud.com
• Root Mean Square Error (RMSE)
decreases by 20-25% compared to
regression
• Robustness and strong generalization
Demand Prediction
13 / 32
Route Planning
www.alibabacloud.com
• Shortest Path Problem
a) Dijkstra's Algorithm
b) A* Algorithm
• Vehicle Routing Problem (VRP)
a) Genetic Algorithm
b) Adaptive Large Neighborhood
Search Algorithm
http://home.ku.edu.tr/~daksen/ISOLDE2014-ALNS-for-SPIRP.pdf
5
2
7
10
18
22
66
2010
20
16
4
6
8 24
20
6
9
14 / 32
User’s Transportation
Management System
Facility, Order, Vehicle,
Historical Data, etc.
Execution
Data Cleaning
And Mining
Vehicle-routing
Algorithm
User’s Data
External data
RDS
Alibaba Cloud
Relational Database
Service
Route Optimization
Engine
MaxCompute
Alibaba Cloud’s Big data computing
①
②
③
Human Adjustment
Final Delivery Plan
AMAP YUNDI
Delivery Plan
www.alibabacloud.com
Route Planning: Framework
15 / 32
www.alibabacloud.com
Route Optimization
Gantt Chart for Vehicle
Arrangement
3D Cargo Layout
Manual Adjustment &
Result Confirmation
1 3
2 4
Optimized
Route Plan
Route Planning: Core Functions
16 / 32
www.alibabacloud.com
03
TIANCHI Big Data Contest Platform
17 / 32
www.alibabacloud.com
https://tianchi.aliyun.com/?_lang=en_US
A global contest platform focused on
big data
A community of data talents:
110,000+ developers
2,800+ academic institutes &
business groups
75 countries and regions worldwide
Provides professional solutions
What is TIANCHI
18 / 32
www.alibabacloud.com
Crowd-
sourcing
Data
Sets
Forum
ContestsA world leaderboard
of data talents
Practical solutions from
collective input
Data sets and
computing
resources
A Learn-Explore-Share
one-stop community
What TIANCHI Offers
19 / 32
www.alibabacloud.com
DATA MINING
KDD CUP 2017
Highway Tollgates Traffic Flow Prediction
CIKM AnalytiCup 2017
Short-term Quantitative Precipitation Forecasting
OPERATION
RESEARCH
THE MET OFFICE 2017-2018
Future Challenge—Helping Balloons Navigate the Weather
INFORMS 2016
The Last Mile Rush
ARTIFICIAL
INTELLIGENCE
IJCAI 2017
Customer Flow Forecasts on Koubei.com
IJCAI 2016
Brick-and-Mortar Store Recommendation with Budget Constraints
IJCAI 2015
Repeat Buyers Prediction after Sales Promotion
TIANCHI International Contests
20 / 32
www.alibabacloud.com
• Estimate the average travel time from
designated intersections to tollgates
• Predict average tollgate traffic volume
Task
• The road network topology in target areas
• Vehicle trajectories
• Historical traffic volume at tollgates
• Weather data
(Nasdaq AMAP and the government)
KDD CUP 2017
Data
21 / 32
www.alibabacloud.com
• Estimate the average travel time from
designated intersections to tollgates
• Predict average tollgate traffic volume
• The road network topology in target areas
• Vehicle trajectories
• Historical traffic volume at tollgates
• Weather data
( Nasdaq AMAP and the government)
KDD CUP 2017
Task 1: To estimate the average time from designated intersections to tollgates
Source: http://www.kdd.org/kdd2017/announcements/view/announcing-kdd-cup-2017-highway-tollgates-traffic-flow-prediction
22 / 32
www.alibabacloud.com
Source: http://www.kdd.org/kdd2017/files/Task1_1stPlace.pdf
Solution From Team Convolution
23 / 32
Feature Engineering
• More than 100 features extracted
• Feature selection based on CV
experiments and online feedback
• Multiple feature combinations
used for ensemble, solving
feature conflict
www.alibabacloud.com
Source: http://www.kdd.org/kdd2017/files/Task1_1stPlace.pdf
24 / 32
Tree Based Model
XGBOOST
• Level-wise growth strategy
• Stable
LightGBM
• Leaf-wise growth strategy
• Good algorithm for category features
• Fast
Model Tuning
• Feature selection based on CV experiments and online feedback
• Multiple feature combinations used for ensemble, solving feature
conflict
Sample Weight
• Use 1/label as sample weight, make the little values learn better
Solution From Team Convolution
www.alibabacloud.com
Source: http://www.kdd.org/kdd2017/files/Task1_1stPlace.pdf
25 / 32
One Hot Embedding
• Using embedding layer for basic feature
• Similar locations’ embedding vector is close
Early Interaction vs Later Interaction
• The balance of learning between embedding and statistics
MLP vs RNN
• Multiple Layer Perception: Powerful Expression Ability, Learn
Feature Interaction
• Recurrent Neural Network: Good to model sequence relationships
but unstable for generalization
Solution From Team Convolution
www.alibabacloud.com
Source: http://www.kdd.org/kdd2017/files/Task1_1stPlace.pdf
26 / 32
Model Level Ensemble
• Different ML models, including xgb, lightbm, dnn,
rnn
• Loss function changes, weighted norm-2 and fair
loss to approximate norm-1 loss
• Label transform, such as customized log transform
and sample weight transform
• Model parameter, such as nn structure, gbdt
parameters
Results
• Chose 13 base models based on multiple weighted
cv and leaderboard feedback
• Achived 0.1748 mean absolute percentage error
(MAPE) on leaderboard
Solution From Team Convolution
www.alibabacloud.com
• The Olympic
Games in the field of
data mining
• 3582 teams
participated, the most
of all previous KDD Cups
KDD CUP 2017
27 / 32
www.alibabacloud.com
04
Future Challenge—Helping Balloons Navigate the Weather
28 / 32
www.alibabacloud.com
• Business demands for delivery route optimization
• Importance of meteorology to air transports
• Future Prospect
www.alibabacloud.com
Q & A
30 / 32
www.alibabacloud.com
• www.alibabacloud.com
• www.tianchi.aliyun.com/?_lang=en_US
• www.alibabacloud.com/campaign/bigdatacontest
ruixiong.srx@alibaba-inc.com
Further Resources
31 / 32
How to Leverage Big Data to Deliver Smart Logistics

More Related Content

PDF
Protecting Your Big Data on the Cloud
PDF
Why a Multi-cloud Strategy is Essential
PPTX
Introduction to Alibaba Cloud
PPTX
Benchmark of Alibaba Cloud capabilities
PPTX
Datastax Expedia
PDF
Comparison of Cloud Computing Services | Torry Harris Whitepaper
PDF
Cloud Computing Essentials in Alibaba Cloud
PDF
Elastically Scaling Kafka Using Confluent
Protecting Your Big Data on the Cloud
Why a Multi-cloud Strategy is Essential
Introduction to Alibaba Cloud
Benchmark of Alibaba Cloud capabilities
Datastax Expedia
Comparison of Cloud Computing Services | Torry Harris Whitepaper
Cloud Computing Essentials in Alibaba Cloud
Elastically Scaling Kafka Using Confluent

What's hot (18)

PDF
Cloud vs. Cloud: Comparing the TCO of Office 365 and Private Clouds
PDF
How a Data Mesh is Driving our Platform | Trey Hicks, Gloo
PPTX
Applying ML on your Data in Motion with AWS and Confluent | Joseph Morais, Co...
PDF
5 Points to Consider - Enterprise Road Map to AWS Cloud
PPTX
Google Cloud and Data Pipeline Patterns
PDF
DataOps Automation for a Kafka Streaming Platform (Andrew Stevenson + Spiros ...
PPTX
Streaming data in the cloud with Confluent and MongoDB Atlas | Robert Waters,...
PPT
Cloud Crowd GigaSpaces Presentation
PDF
Mainframe Integration, Offloading and Replacement with Apache Kafka | Kai Wae...
PPTX
Introduction to Elastic Compute Service on Alibaba Cloud to Power Your Busine...
PDF
Streaming Data in the Cloud with Confluent and MongoDB Atlas | Robert Walters...
PDF
How to Discover, Visualize, Catalog, Share and Reuse your Kafka Streams (Jona...
PPTX
Enterprise Cloud Architecture Best Practices
PPTX
Building Bulletproof Infrastructure on AWS
PPTX
Aws migration case study_blr_meetup
PPTX
"Cars.com Journey to AWS Cloud" by Naresh Chintalcheru at Cars.com July 11 20...
PDF
Caching for Microservices Architectures: Session I
PDF
IBM Cloud pak for data brochure
Cloud vs. Cloud: Comparing the TCO of Office 365 and Private Clouds
How a Data Mesh is Driving our Platform | Trey Hicks, Gloo
Applying ML on your Data in Motion with AWS and Confluent | Joseph Morais, Co...
5 Points to Consider - Enterprise Road Map to AWS Cloud
Google Cloud and Data Pipeline Patterns
DataOps Automation for a Kafka Streaming Platform (Andrew Stevenson + Spiros ...
Streaming data in the cloud with Confluent and MongoDB Atlas | Robert Waters,...
Cloud Crowd GigaSpaces Presentation
Mainframe Integration, Offloading and Replacement with Apache Kafka | Kai Wae...
Introduction to Elastic Compute Service on Alibaba Cloud to Power Your Busine...
Streaming Data in the Cloud with Confluent and MongoDB Atlas | Robert Walters...
How to Discover, Visualize, Catalog, Share and Reuse your Kafka Streams (Jona...
Enterprise Cloud Architecture Best Practices
Building Bulletproof Infrastructure on AWS
Aws migration case study_blr_meetup
"Cars.com Journey to AWS Cloud" by Naresh Chintalcheru at Cars.com July 11 20...
Caching for Microservices Architectures: Session I
IBM Cloud pak for data brochure
Ad

Similar to How to Leverage Big Data to Deliver Smart Logistics (20)

PDF
Smart App@Pivotal by Dat Tran
PPTX
Behind The Scenes Data Science Coolblue 2018-03-22
PPTX
Delivery Schedule Optimization Using AI and Decision Modeling
PDF
Smart logistics solution
PDF
Using Data Science to Build an End-to-End Recommendation System
PDF
Deep Learning in Food Retail - From Convenient Shopping to Smart Shopping
PDF
Sustainable Urban Transport Planning using Big Data from Mobile Phones
PPTX
BIG Data & Hadoop Applications in Logistics
PPTX
The Importance of Open Innovation in AI era
PDF
Meeting the future - Big data in freight transport
PDF
ACTOR - "Il ruolo chiave degli Advanced Analytics per la Supply Chain. Intel...
PDF
Il ruolo chiave degli Advanced Analytics per la Supply Chain
PDF
Big Data LDN 2018: MICROLISE: USING BIG DATA AND AI IN TRANSPORT AND LOGISTICS
PDF
Big data @ #Webcoast
PPTX
Transmetrics
PPTX
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
PPT
Big Data: Improving capacity utilization of transport companies
PDF
Everywhere commerce –voice interfaces, autonomous warehouses, self-driving de...
PDF
Big data in freight transport
PDF
Revolutionizing Big Data with AI-Driven Hybrid Soft Computing Techniques
Smart App@Pivotal by Dat Tran
Behind The Scenes Data Science Coolblue 2018-03-22
Delivery Schedule Optimization Using AI and Decision Modeling
Smart logistics solution
Using Data Science to Build an End-to-End Recommendation System
Deep Learning in Food Retail - From Convenient Shopping to Smart Shopping
Sustainable Urban Transport Planning using Big Data from Mobile Phones
BIG Data & Hadoop Applications in Logistics
The Importance of Open Innovation in AI era
Meeting the future - Big data in freight transport
ACTOR - "Il ruolo chiave degli Advanced Analytics per la Supply Chain. Intel...
Il ruolo chiave degli Advanced Analytics per la Supply Chain
Big Data LDN 2018: MICROLISE: USING BIG DATA AND AI IN TRANSPORT AND LOGISTICS
Big data @ #Webcoast
Transmetrics
Big Data Applications | Big Data Application Examples | Big Data Use Cases | ...
Big Data: Improving capacity utilization of transport companies
Everywhere commerce –voice interfaces, autonomous warehouses, self-driving de...
Big data in freight transport
Revolutionizing Big Data with AI-Driven Hybrid Soft Computing Techniques
Ad

More from Alibaba Cloud (20)

PDF
Getting Started with Elasticsearch
PDF
Alibaba Cloud’s ET City Brain - Empowering Cities to Think
PDF
Serverless Computing: Driving Innovation and Business Value
PDF
Loan Default Prediction with Machine Learning
PDF
Next Level Digital Media with Alibaba Cloud (Part 2)
PDF
An Introduction to Alibaba Cloud’s Message Service
PDF
Next Generation Retail Part 3 - Retail Transformation Best Practices
PPTX
Cyber Security Compliance Solutions for Foreign Companies in China - Alibaba ...
PPTX
The Next Generation of Retail - Unlocking Alibaba Retail Cloud
PPTX
Big Data Quickstart Series 3: Perform Data Integration
PPTX
Migration to Alibaba Cloud
PPTX
How to Leverage ApsaraDB to Deploy Business Data on the Cloud
PPTX
Big Data Quickstart Series 1: Create Powerful Data Visualization
PPTX
Introduction to Elastic Compute Service on Alibaba Cloud to Power Your Busine...
PPTX
Launch and Scale Your E-commerce Website with Magento
PPTX
Responding to Digital Transformation With RDS Database Technology
PPTX
How to Set Up ApsaraDB for RDS on Alibaba Cloud
PPTX
Guide to Cybersecurity Compliance in China
PPTX
Discovering Cloud Networking: VPC, VPN, Express Connect & Server Load Balancer
PPTX
Introduction to WAF and Network Application Security
Getting Started with Elasticsearch
Alibaba Cloud’s ET City Brain - Empowering Cities to Think
Serverless Computing: Driving Innovation and Business Value
Loan Default Prediction with Machine Learning
Next Level Digital Media with Alibaba Cloud (Part 2)
An Introduction to Alibaba Cloud’s Message Service
Next Generation Retail Part 3 - Retail Transformation Best Practices
Cyber Security Compliance Solutions for Foreign Companies in China - Alibaba ...
The Next Generation of Retail - Unlocking Alibaba Retail Cloud
Big Data Quickstart Series 3: Perform Data Integration
Migration to Alibaba Cloud
How to Leverage ApsaraDB to Deploy Business Data on the Cloud
Big Data Quickstart Series 1: Create Powerful Data Visualization
Introduction to Elastic Compute Service on Alibaba Cloud to Power Your Busine...
Launch and Scale Your E-commerce Website with Magento
Responding to Digital Transformation With RDS Database Technology
How to Set Up ApsaraDB for RDS on Alibaba Cloud
Guide to Cybersecurity Compliance in China
Discovering Cloud Networking: VPC, VPN, Express Connect & Server Load Balancer
Introduction to WAF and Network Application Security

Recently uploaded (20)

PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
Teaching material agriculture food technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Advanced Soft Computing BINUS July 2025.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
“AI and Expert System Decision Support & Business Intelligence Systems”
Diabetes mellitus diagnosis method based random forest with bat algorithm
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Teaching material agriculture food technology
Review of recent advances in non-invasive hemoglobin estimation
NewMind AI Monthly Chronicles - July 2025
Advanced Soft Computing BINUS July 2025.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The AUB Centre for AI in Media Proposal.docx

How to Leverage Big Data to Deliver Smart Logistics

Editor's Notes

  • #6: Inventory management Replenishment decision-making support Improve inventory turnover rate Reasonable warehouse layout/distribution Delivery planning and control (Trunk/Branch-line transportation, city distribution, last-mile delivery ) Synthesis of data from warehouse, cargo, route, vehicle, and order Precise vehicle-cargo matching Efficient route planning Flexible real-time scheduling Delivery solution for various scenes of trunk/branch-line transportation, city distribution, last-mile delivery Smooth connection between various sectors or warehouses Demand prediction Accurate demand prediction From human-seeking-good to good-seeking-human
  • #9: 问题: 成本高:订单量大,派单人员多 效果差:人工派单靠经验,随机性强 效率低:订单积压严重,时效性差 方案: 智能派单: 基于画像分析,标签信息 路径规划: 基于订单、实时地图信息 整合管理: 整合设备数据,监控配送 结果: 900万 高峰订单处理能力 500毫秒 响应时间 29分钟 平均配送时间 数亿元 人力成本降低