SlideShare a Scribd company logo
1 of 19
Download to read offline
Wayne Zhang, Uber
Applications of Deep
Learning in Telematics
#UnifiedAnalytics #SparkAISummit
We want Uber to be the
safest transportation
platform on the planet.
Safety should be our
number-one priority. We
have to, as a company,
stand for safety.”
Dara Khosrowshahi (2018)
Stand for Safety
Driving Hours Limit Speed Limit Alert Ride Check
Example Driving Safety Products
Telematics
4
Source: Smartphone-based Vehicle Telematics - A Ten-Year Anniversary
- Wide availability
- Cheap
- Short upgrade cycle
- Lower quality
- Measure phone motion
Sensor Data (Driver Device)
● GPS
○ Absolute location, velocity and time
○ Low frequency (~0.5Hz)
● IMU
○ Relative motion of phone
○ Accelerometer: 3D linear acceleration
○ Gyroscope: 3D angular velocity
○ High frequency (~25Hz)
Motivation
● High-frequency signals
○ Intricate and diverse patterns
○ Dynamic over time
Driving WalkingDrivingHandling
Phone
On Train
Motivation
Sequence Classification
Classify whole sequence to certain events:
● Crash
● Driving events (brake, turn, speeding)
● Phone handling
● Rider complaint
● ...
Sequence-Sequence Prediction
Input sequence
(Phone sensor data)
Output sequence
Align to other sensor
phone => vehicle
Pinpoint telematics
events
(turn, activity)
Vehicle sensor
Turn event (binary encoding)
Pre-filtering
● High-frequency data result in huge # time steps
○ Pre-filtering: identify specific time window of interest
○ Window segmentation: divide input sequence into small windows
Design Choice
Window Segmentation
window0
window1
window2 windowT
Raw data
LSTM
Embedding
Window Prediction
[optional]
Feature Extraction
window 1 window 2 window t window T
- Time domain stats
(min, max, mean, sd)
- Frequency domain feature
(FFT)
1-D CNNSample Summary
Raw data
New Feature
Vector
LSTM LSTM
Data Augmentation
● Sensor readings depend on phone orientation
● Create augmented data by artificially rotating phone
○ New sensor readings
○ Label stays the same
Model
- SparkML Transformer
- XgBoost
- xM trips in training
- xM trips in validation
- Saved model pipeline
Data
- Sensor (Driver)
Score
- Sensor embedding
Model Dev Pipeline
Data
- Sensor (Driver)
- Map
- Trip
- Other
Label/Feature
- Telematics
- Trip
Label/Feature
- Event definition
- Feature
Model
- Multi-layer LSTM
- xM trips in training
- Saved protocol buffer
Non-DL
DL
Score
- Score and classify
Horovod
● Open source library developed at Uber
● Distributed training for TensorFlow, Keras & PyTorch
● Uses bandwidth-optimal communication protocols &
makes use of advanced networking
● Seamlessly installs via pip install horovod
● Open source library developed at Uber ATG
● Enables deep learning directly from Parquet
● Supports Tensorflow, PyTorch, and PySpark
Petastorm
Apache Parquet as a dataframe with
tensors
nd-arrays,
scalars
(e.g. images,
lidar point
clouds)
Apache Parquet
store
Fog
Horse
Hedgehog
Performance
DL model DL model
Proprietary and confidential © 2019 Uber Technologies, Inc. All rights reserved. No part of this document may be reproduced or utilized in any
form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval systems, without
permission in writing from Uber. This document is intended only for the use of the individual or entity to whom it is addressed and contains
information that is privileged, confidential or otherwise exempt from disclosure under applicable law. All recipients of this document are notified
that the information contained herein includes proprietary and confidential information of Uber, and recipient may not make use of, disseminate,
or in any way disclose this document or any of the enclosed information to any person other than employees of addressee to the extent
necessary for consultations with authorized personnel of Uber.
Thank You!
Wayne Zhang
actuaryzhang@uber.com

More Related Content

What's hot

Logistics - Operational Planning - for XLRI PGCLSM
Logistics - Operational Planning - for XLRI PGCLSMLogistics - Operational Planning - for XLRI PGCLSM
Logistics - Operational Planning - for XLRI PGCLSM
Vinodh Soundarajan
 

What's hot (20)

IT project : Uber
IT project : UberIT project : Uber
IT project : Uber
 
Modes of transportation and there performance charecteristics - akshay jadhav
Modes of transportation and there performance charecteristics - akshay jadhavModes of transportation and there performance charecteristics - akshay jadhav
Modes of transportation and there performance charecteristics - akshay jadhav
 
Parking Guidance Systems
Parking Guidance SystemsParking Guidance Systems
Parking Guidance Systems
 
Innovation Global Supply Chain
Innovation Global Supply ChainInnovation Global Supply Chain
Innovation Global Supply Chain
 
Smart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things SolutionSmart Parking Concept - An Internet of Things Solution
Smart Parking Concept - An Internet of Things Solution
 
Fleet management system
Fleet management systemFleet management system
Fleet management system
 
Smart infrastructure for autonomous vehicles
Smart infrastructure for autonomous vehicles Smart infrastructure for autonomous vehicles
Smart infrastructure for autonomous vehicles
 
Last mile
Last mileLast mile
Last mile
 
Automotive Cybersecurity: The Gap Still Exists
Automotive Cybersecurity: The Gap Still ExistsAutomotive Cybersecurity: The Gap Still Exists
Automotive Cybersecurity: The Gap Still Exists
 
Presentation on INTELLIGENT TRANSPORT SYSTEM by jaswinder singh
Presentation on INTELLIGENT TRANSPORT SYSTEM by jaswinder singhPresentation on INTELLIGENT TRANSPORT SYSTEM by jaswinder singh
Presentation on INTELLIGENT TRANSPORT SYSTEM by jaswinder singh
 
Augmented Reality in supply chain management
Augmented Reality in supply chain managementAugmented Reality in supply chain management
Augmented Reality in supply chain management
 
RISK ASSESSMENT OF METRO SITE
RISK ASSESSMENT OF METRO SITERISK ASSESSMENT OF METRO SITE
RISK ASSESSMENT OF METRO SITE
 
Logistics - Operational Planning - for XLRI PGCLSM
Logistics - Operational Planning - for XLRI PGCLSMLogistics - Operational Planning - for XLRI PGCLSM
Logistics - Operational Planning - for XLRI PGCLSM
 
Logistics operations in india
Logistics operations in indiaLogistics operations in india
Logistics operations in india
 
First-Last Mile Presentation
First-Last Mile PresentationFirst-Last Mile Presentation
First-Last Mile Presentation
 
The ethical supply chain
The ethical supply chain The ethical supply chain
The ethical supply chain
 
Reverse Logistics in eCommerce
Reverse Logistics in eCommerceReverse Logistics in eCommerce
Reverse Logistics in eCommerce
 
Uber for Trucks Business Plan
Uber for Trucks Business PlanUber for Trucks Business Plan
Uber for Trucks Business Plan
 
THIRD PARTY LOGISTICS
THIRD PARTY LOGISTICS THIRD PARTY LOGISTICS
THIRD PARTY LOGISTICS
 
Mc Kinsey last mile delivery ecosystem
Mc Kinsey last mile delivery ecosystemMc Kinsey last mile delivery ecosystem
Mc Kinsey last mile delivery ecosystem
 

Similar to Applications of Deep Learning in Telematics

Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
Karthik Murugesan
 
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
Databricks
 
Company profile & product presentation v 1.00
Company profile & product presentation v 1.00Company profile & product presentation v 1.00
Company profile & product presentation v 1.00
Vasudev Bhat
 
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
mfrancis
 
Marek Jersak. Autonomous Drive – From Sensors to Motion
Marek Jersak. Autonomous Drive – From Sensors to MotionMarek Jersak. Autonomous Drive – From Sensors to Motion
Marek Jersak. Autonomous Drive – From Sensors to Motion
IT Arena
 

Similar to Applications of Deep Learning in Telematics (20)

Big Data Pipelines and Machine Learning at Uber
Big Data Pipelines and Machine Learning at UberBig Data Pipelines and Machine Learning at Uber
Big Data Pipelines and Machine Learning at Uber
 
Vehicle Monitoring Solutions By Sensel Telematics Private Limited, Bengaluru
Vehicle Monitoring Solutions By Sensel Telematics Private Limited, BengaluruVehicle Monitoring Solutions By Sensel Telematics Private Limited, Bengaluru
Vehicle Monitoring Solutions By Sensel Telematics Private Limited, Bengaluru
 
Megharaj Nandi
Megharaj NandiMegharaj Nandi
Megharaj Nandi
 
How I built my robot with ROS and deep learning
How I built my robot with ROS and deep learningHow I built my robot with ROS and deep learning
How I built my robot with ROS and deep learning
 
Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
Uber - Building Intelligent Applications, Experimental ML with Uber’s Data Sc...
 
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
Building Intelligent Applications, Experimental ML with Uber’s Data Science W...
 
Data Agility—A Journey to Advanced Analytics and Machine Learning at Scale
Data Agility—A Journey to Advanced Analytics and Machine Learning at ScaleData Agility—A Journey to Advanced Analytics and Machine Learning at Scale
Data Agility—A Journey to Advanced Analytics and Machine Learning at Scale
 
Location Based Services - IoT Enabled Solutions for Real-Time Location Update...
Location Based Services - IoT Enabled Solutions for Real-Time Location Update...Location Based Services - IoT Enabled Solutions for Real-Time Location Update...
Location Based Services - IoT Enabled Solutions for Real-Time Location Update...
 
Company profile & product presentation v 1.00
Company profile & product presentation v 1.00Company profile & product presentation v 1.00
Company profile & product presentation v 1.00
 
Intel Vision for-autonomous-driving
Intel Vision for-autonomous-drivingIntel Vision for-autonomous-driving
Intel Vision for-autonomous-driving
 
PLAY GPS
PLAY GPS PLAY GPS
PLAY GPS
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Robust ai
Robust aiRobust ai
Robust ai
 
Advancing Active Safety for Next-Gen Automotive
Advancing Active Safety for Next-Gen AutomotiveAdvancing Active Safety for Next-Gen Automotive
Advancing Active Safety for Next-Gen Automotive
 
AiRFLOW - Drone Services Platform
AiRFLOW - Drone Services PlatformAiRFLOW - Drone Services Platform
AiRFLOW - Drone Services Platform
 
Smart parking
Smart parkingSmart parking
Smart parking
 
Device to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in OracleDevice to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in Oracle
 
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
End-to-End Architectures for Mobile Device Services - Dave Marples, Telcordia...
 
Marek Jersak. Autonomous Drive – From Sensors to Motion
Marek Jersak. Autonomous Drive – From Sensors to MotionMarek Jersak. Autonomous Drive – From Sensors to Motion
Marek Jersak. Autonomous Drive – From Sensors to Motion
 

More from Databricks

Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized Platform
Databricks
 
Stage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI IntegrationStage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI Integration
Databricks
 
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorchSimplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Databricks
 
Raven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction QueriesRaven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction Queries
Databricks
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache Spark
Databricks
 

More from Databricks (20)

DW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptxDW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptx
 
Data Lakehouse Symposium | Day 1 | Part 1
Data Lakehouse Symposium | Day 1 | Part 1Data Lakehouse Symposium | Day 1 | Part 1
Data Lakehouse Symposium | Day 1 | Part 1
 
Data Lakehouse Symposium | Day 1 | Part 2
Data Lakehouse Symposium | Day 1 | Part 2Data Lakehouse Symposium | Day 1 | Part 2
Data Lakehouse Symposium | Day 1 | Part 2
 
Data Lakehouse Symposium | Day 2
Data Lakehouse Symposium | Day 2Data Lakehouse Symposium | Day 2
Data Lakehouse Symposium | Day 2
 
Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4
 
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
 
Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized Platform
 
Learn to Use Databricks for Data Science
Learn to Use Databricks for Data ScienceLearn to Use Databricks for Data Science
Learn to Use Databricks for Data Science
 
Why APM Is Not the Same As ML Monitoring
Why APM Is Not the Same As ML MonitoringWhy APM Is Not the Same As ML Monitoring
Why APM Is Not the Same As ML Monitoring
 
The Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
The Function, the Context, and the Data—Enabling ML Ops at Stitch FixThe Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
The Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
 
Stage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI IntegrationStage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI Integration
 
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorchSimplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorch
 
Scaling your Data Pipelines with Apache Spark on Kubernetes
Scaling your Data Pipelines with Apache Spark on KubernetesScaling your Data Pipelines with Apache Spark on Kubernetes
Scaling your Data Pipelines with Apache Spark on Kubernetes
 
Scaling and Unifying SciKit Learn and Apache Spark Pipelines
Scaling and Unifying SciKit Learn and Apache Spark PipelinesScaling and Unifying SciKit Learn and Apache Spark Pipelines
Scaling and Unifying SciKit Learn and Apache Spark Pipelines
 
Sawtooth Windows for Feature Aggregations
Sawtooth Windows for Feature AggregationsSawtooth Windows for Feature Aggregations
Sawtooth Windows for Feature Aggregations
 
Redis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
Redis + Apache Spark = Swiss Army Knife Meets Kitchen SinkRedis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
Redis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
 
Re-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and SparkRe-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and Spark
 
Raven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction QueriesRaven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction Queries
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache Spark
 
Massive Data Processing in Adobe Using Delta Lake
Massive Data Processing in Adobe Using Delta LakeMassive Data Processing in Adobe Using Delta Lake
Massive Data Processing in Adobe Using Delta Lake
 

Recently uploaded

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 

Applications of Deep Learning in Telematics

  • 1. Wayne Zhang, Uber Applications of Deep Learning in Telematics #UnifiedAnalytics #SparkAISummit
  • 2. We want Uber to be the safest transportation platform on the planet. Safety should be our number-one priority. We have to, as a company, stand for safety.” Dara Khosrowshahi (2018) Stand for Safety
  • 3. Driving Hours Limit Speed Limit Alert Ride Check Example Driving Safety Products
  • 4. Telematics 4 Source: Smartphone-based Vehicle Telematics - A Ten-Year Anniversary - Wide availability - Cheap - Short upgrade cycle - Lower quality - Measure phone motion
  • 5. Sensor Data (Driver Device) ● GPS ○ Absolute location, velocity and time ○ Low frequency (~0.5Hz) ● IMU ○ Relative motion of phone ○ Accelerometer: 3D linear acceleration ○ Gyroscope: 3D angular velocity ○ High frequency (~25Hz)
  • 6. Motivation ● High-frequency signals ○ Intricate and diverse patterns ○ Dynamic over time Driving WalkingDrivingHandling Phone On Train
  • 8. Sequence Classification Classify whole sequence to certain events: ● Crash ● Driving events (brake, turn, speeding) ● Phone handling ● Rider complaint ● ...
  • 9. Sequence-Sequence Prediction Input sequence (Phone sensor data) Output sequence Align to other sensor phone => vehicle Pinpoint telematics events (turn, activity) Vehicle sensor Turn event (binary encoding)
  • 10. Pre-filtering ● High-frequency data result in huge # time steps ○ Pre-filtering: identify specific time window of interest ○ Window segmentation: divide input sequence into small windows Design Choice Window Segmentation window0 window1 window2 windowT
  • 12. Feature Extraction window 1 window 2 window t window T - Time domain stats (min, max, mean, sd) - Frequency domain feature (FFT) 1-D CNNSample Summary Raw data New Feature Vector LSTM LSTM
  • 13. Data Augmentation ● Sensor readings depend on phone orientation ● Create augmented data by artificially rotating phone ○ New sensor readings ○ Label stays the same
  • 14. Model - SparkML Transformer - XgBoost - xM trips in training - xM trips in validation - Saved model pipeline Data - Sensor (Driver) Score - Sensor embedding Model Dev Pipeline Data - Sensor (Driver) - Map - Trip - Other Label/Feature - Telematics - Trip Label/Feature - Event definition - Feature Model - Multi-layer LSTM - xM trips in training - Saved protocol buffer Non-DL DL Score - Score and classify
  • 15. Horovod ● Open source library developed at Uber ● Distributed training for TensorFlow, Keras & PyTorch ● Uses bandwidth-optimal communication protocols & makes use of advanced networking ● Seamlessly installs via pip install horovod
  • 16. ● Open source library developed at Uber ATG ● Enables deep learning directly from Parquet ● Supports Tensorflow, PyTorch, and PySpark Petastorm Apache Parquet as a dataframe with tensors nd-arrays, scalars (e.g. images, lidar point clouds) Apache Parquet store Fog Horse Hedgehog
  • 18. Proprietary and confidential © 2019 Uber Technologies, Inc. All rights reserved. No part of this document may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval systems, without permission in writing from Uber. This document is intended only for the use of the individual or entity to whom it is addressed and contains information that is privileged, confidential or otherwise exempt from disclosure under applicable law. All recipients of this document are notified that the information contained herein includes proprietary and confidential information of Uber, and recipient may not make use of, disseminate, or in any way disclose this document or any of the enclosed information to any person other than employees of addressee to the extent necessary for consultations with authorized personnel of Uber.