SlideShare a Scribd company logo
Artificial Intelligence in Autonomous Driving
Bhanu Prakash P.
ADAS, Continental AG.,
Chassis & Safety | Advanced Driver Assistance Systems
Public
BU ADAS 08.03.2018
2Robert Thiel
Agenda
SAE Levels of Driving Automation2
Building Blocks of AD3
AI in Autonomous Driving4
AI/AD Challenges5
Continental Product Line1
Public
BU ADAS 08.03.2018
3Bhanu Prakash P.
ADAS
Product Portfolio
SHORT RANGE RADAR
SURROUND VIEW
3D HIGH – RESOLUTION
FLASH LIDAR
CAMERA (opt. LIDAR) ASS./AUT. DRIVING
CONTROL UNIT
LONG RANGE RADAR
STEREO CAMERA
eHorizon
cloud
services
Public
BU ADAS 08.03.2018
4Robert Thiel
Agenda
Continental Product Line1
Building Blocks of AD3
AI in Autonomous Driving4
AI/AD Challenges5
SAE Levels of Driving Automation2
Public
BU ADAS 08.03.2018
5Bhanu Prakash P.
Levels of Driving Automation
Level 0
Level 1
Level 2
Level 3
Level 4*
Level 5
Driver Only
Assisted
Partial
Automation
Conditional
Automation
High
Automation
Full
Automation
Chauffeur
Assistant
Robot
Driver Only
Assistant
Chauffeur
‘Vehicle supports the driver.
Driver must monitor the system at all times.’
‘Vehicle performs driving functions
partially or fully.’
* machine is fallback
Public
BU ADAS
Automated
Parking
2
NCAP
New Car Assessment
Programme
1
Partly / Highly
Automated Driving
3
Self Driving Car
4
6Bhanu Prakash P.
08.03.2018
On the Way to Automated Driving
Public
BU ADAS 08.03.2018
7Robert Thiel
Agenda
Continental Product Line1
SAE Levels of Driving Automation2
AI in Autonomous Driving4
AI/AD Challenges5
Building Blocks of AD3
Public
BU ADAS 08.03.2018
8Bhanu Prakash P.
Building Blocks of Automated Driving
IMUHFLRADARCamera
Features :
› High Resolution
› Wider FOVs
› Driving path Geometry
› Static Scene Semantics
› 360° View with Fish eye
lens
Features :
› Cheap
› Velocity Accuracy
› Weather Robustness
› Depth Estimation
› Object Detection
› Tracking
Features :
› Low Light
› 3D point cloud
› Range/Depth Accuracy
› Angular Resolution
› Road Surface
Features:
› Where am I?
› vehicle’s dynamics in space
and time
› Odometry
Public
BU ADAS 08.03.2018
9
CEMGPSHD MapV2X
Features:
› Situational awareness
› predictive insights,
› around-corner View
› Real time updates
› DSRC/5G
› Not affected by weather
conditions
Features:
› Path sensing
› foresight purposes
› Crowd sourced
› Localization
Features:
› For Localization
› “Cm” level accuracy
› GNSS/DR
Bhanu Prakash P.
Building Blocks of Automated Driving
Features:
› Understand Environment
› Trajectory planning
› Traffic Participants
› Static Objects
› Kerbs, lanes
› Road Infrastructure - Signs,
Traffic lights
Public
BU ADAS
10Bhanu Prakash P.
Together Solves the problem of
• Where am I ?
• Where is everyone else?
• How do I get from A to B
08.03.2018
Building Blocks of Automated Driving
Public
BU ADAS 08.03.2018
11Robert Thiel
Agenda
Continental Product Line1
SAE Levels of Driving Automation2
Building Blocks of AD3
AI/AD Challenges5
AI in Autonomous Driving4
Public
BU ADAS
AI is better than classical SW
2005
Source: http://www.vision.caltech.edu
Example Pedestrian Detection
(caltech pedestrian dataset)
x5
x10
08.03.2018
12Bhanu Prakash P.
Artificial Intelligence in AD
› Deep Learning can be a solution for AD if
› There is no correct „physical“ model
› There is enough and the right data
available
› The architecture fits to the problem
› We optimize for the right criterions
› We can bring it to embedded hardware
Examples
Public
BU ADAS 08.03.2018
13
› Results based on state of the art Deep Learning
architecture. (based on ResNet-50)
› Improved by Factor of 5
Ped@Night
Bhanu Prakash P.
Deep Learning improves performance significantly
Pedestrian Pose Estimation
› Using Adverserial PoseNets
Public
BU ADAS 08.03.2018
14
• Object Detection
• TSR/TLR
• Pedestrian Detection
• Semantic Segmentation
• Road Boundary Detection
• Free space detection
• Debris Detection
• Driving policy & Path Planning
• Driver Status Monitoring
Bhanu Prakash P.
Other AI Applications
Public
BU ADAS
15Bhanu Prakash P.
08.03.2018
Deep Learning In Action
Public
BU ADAS 08.03.2018
16Robert Thiel
Agenda
Continental Product Line1
SAE Levels of Driving Automation2
Building Blocks of AD3
AI in Autonomous Driving4
AI/AD Challenges5
Public
BU ADAS
17
Challenges: Complexity / Portability
Complexity Reduction Embedded Hardware
0
10
20
30
40
50
60
70
80
mAP (%) Parameters
(Million)
GMAC/frame
Example: Object Detection
@Kitti dataset „cars hard“
original (yolo v2) reduced
x15
x10
08.03.2018
Bhanu Prakash P.
• High performing Hardware
• Lack of flexibility and multitasking
• Need Lots and Lots of Data
• Need Millions of miles of Labelled data
• Data Augmentation
© Carla Simulator
Public
BU ADAS
18
+
2017 – Metzen et al - Universal Adversarial Perturbations
Against Semantic Image Segmentation
“Adversarial Examples for Semantic Image Segmentation” Fischer et al.,
Bosch Center for AI
Bhanu Prakash P.
Challenges:Adversarial Attacks
08.03.2018
Public
BU ADAS 08.03.2018
19
Camouflage graffiti and art stickers or
Perturbations cause NN to misclassify
• stop signs -> speed limit 45 signs
• Right turn -> stop signs
Bhanu Prakash P.
Challenges:Adversarial Attacks
Public
BU ADAS
20
• AI cannot interpret data on its own.
• Neural networks are essentially Blackboxes
• Need networks that can be explained / Interpretable
• Risk: Hundreds of signals and their combinations to
plan ahead. Every time there is a mishap, should
understand why a certain decision?
Challenges: Explainability/Interpretability of DNN
08.03.2018
Bhanu Prakash P.
David Gunning DARPA/I2O
Public
BU ADAS
21Bhanu Prakash P.
08.03.2018
Summary
Performance ScalabilityPerformance Av. Hardware
Compute Power
Code Complexity Data Engineering
Efforts Predictability
Featurebased
MachineLearning
Deep
MachineLearning
Public
BU ADAS
22Bhanu Prakash P.
08.03.2018
› Deep Learning Architecture
› Design, Training, Validation
› Deep Machine learning Solutions for Real world Problems
› Computer Vision, Radar, Lidar, Sensor Fusion, Planning and Action
› Deep Learning Frameworks
› Tensorflow, Keras, Theano, nvidia Digits, CuDNN
› Scheduling and distribution of compute jobs
› Amazon AWS, HPC Cluster
› Compute complexity analysis
› nVidia Drive PX, Renesas HW
What are we working on at Continental ADAS
Public
BU ADAS 08.03.2018
23Bhanu Prakash P.
From Research to Industry
Project CUbE
SensePlanAct

More Related Content

What's hot

Powerpoint case study audi
Powerpoint case study audiPowerpoint case study audi
Powerpoint case study audi
Tanishk Deoghare
 
Software Defined Car
Software Defined CarSoftware Defined Car
Software Defined Car
Pratik Desai, PhD
 
Adobe on Adobe - Our Transformation Story
Adobe on Adobe - Our Transformation StoryAdobe on Adobe - Our Transformation Story
Adobe on Adobe - Our Transformation Story
Colin Tan
 
Advanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGAAdvanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGA
QuEST Global (erstwhile NeST Software)
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance   externalMachine learning for predictive maintenance   external
Machine learning for predictive maintenance external
Prashant K Dhingra
 
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
Bernard Marr
 
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”  “ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
GlobalLogic Ukraine
 
Generative AI Potential
Generative AI PotentialGenerative AI Potential
Generative AI Potential
Kapil Khandelwal (KK)
 
Jatin sharma (42162)
Jatin sharma (42162)Jatin sharma (42162)
Jatin sharma (42162)Jatin Sharma
 
Adoption of Connected Automated Vehicles for Traffic Safety
Adoption of Connected Automated Vehicles for Traffic SafetyAdoption of Connected Automated Vehicles for Traffic Safety
Adoption of Connected Automated Vehicles for Traffic Safety
Texas A&M Transportation Institute
 
Car dealership proposal
Car dealership proposalCar dealership proposal
Car dealership proposaldarrellgwynn
 
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec..."Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
Edge AI and Vision Alliance
 
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
Hayoung Yoon
 
Audi presentation
Audi presentationAudi presentation
Audi presentation
Nitin Yadav
 
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
Wei-Chao Chen
 
The Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected CarThe Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected Car
Jorgen Thelin
 
Google Analytics Alternatives
Google Analytics AlternativesGoogle Analytics Alternatives
Google Analytics Alternatives
Jason Packer
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
OlivierDuyvejonck
 
Is AI generation the next platform shift?
Is AI generation the next platform shift?Is AI generation the next platform shift?
Is AI generation the next platform shift?
Bessemer Venture Partners
 
AI: A risk and way to manage risk
AI: A risk and way to manage riskAI: A risk and way to manage risk
AI: A risk and way to manage risk
Karan Sachdeva
 

What's hot (20)

Powerpoint case study audi
Powerpoint case study audiPowerpoint case study audi
Powerpoint case study audi
 
Software Defined Car
Software Defined CarSoftware Defined Car
Software Defined Car
 
Adobe on Adobe - Our Transformation Story
Adobe on Adobe - Our Transformation StoryAdobe on Adobe - Our Transformation Story
Adobe on Adobe - Our Transformation Story
 
Advanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGAAdvanced Driver Assistance System using FPGA
Advanced Driver Assistance System using FPGA
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance   externalMachine learning for predictive maintenance   external
Machine learning for predictive maintenance external
 
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022The 7 Biggest Artificial Intelligence (AI) Trends In 2022
The 7 Biggest Artificial Intelligence (AI) Trends In 2022
 
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”  “ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
“ADAS in Action (POC Autonomous Driving Vehicle Presentation)”
 
Generative AI Potential
Generative AI PotentialGenerative AI Potential
Generative AI Potential
 
Jatin sharma (42162)
Jatin sharma (42162)Jatin sharma (42162)
Jatin sharma (42162)
 
Adoption of Connected Automated Vehicles for Traffic Safety
Adoption of Connected Automated Vehicles for Traffic SafetyAdoption of Connected Automated Vehicles for Traffic Safety
Adoption of Connected Automated Vehicles for Traffic Safety
 
Car dealership proposal
Car dealership proposalCar dealership proposal
Car dealership proposal
 
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec..."Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
"Intelligent Video Surveillance: Are We There Yet?," a Presentation from Chec...
 
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
[July/2015] Android Wi-Fi Direct/Display Overview and Performance Measurement...
 
Audi presentation
Audi presentationAudi presentation
Audi presentation
 
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
Edge AI Smart Manufacturing - Defect Detection and Beyond (GTC 2019)
 
The Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected CarThe Internet of Cars - Towards the Future of the Connected Car
The Internet of Cars - Towards the Future of the Connected Car
 
Google Analytics Alternatives
Google Analytics AlternativesGoogle Analytics Alternatives
Google Analytics Alternatives
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Is AI generation the next platform shift?
Is AI generation the next platform shift?Is AI generation the next platform shift?
Is AI generation the next platform shift?
 
AI: A risk and way to manage risk
AI: A risk and way to manage riskAI: A risk and way to manage risk
AI: A risk and way to manage risk
 

Similar to AI in Autonomous Driving - Bhanu Prakash - Continental - AI Dev Days 2018

Hitch-hikers guide to AI for Connected and Autonomous Vehicles
Hitch-hikers guide to AI for Connected and Autonomous VehiclesHitch-hikers guide to AI for Connected and Autonomous Vehicles
Hitch-hikers guide to AI for Connected and Autonomous Vehicles
Bill Harpley
 
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systemsSolutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Ganesan Narayanasamy
 
Mika Karaila - Ai chatbots industry cases
Mika Karaila - Ai chatbots industry casesMika Karaila - Ai chatbots industry cases
Mika Karaila - Ai chatbots industry cases
Eficode
 
Advance Self Driving Car Using Machine Learning
Advance Self Driving Car Using Machine LearningAdvance Self Driving Car Using Machine Learning
Advance Self Driving Car Using Machine Learning
Associate Professor in VSB Coimbatore
 
Autonomous Vehicles: Technologies, Economics, and Opportunities
Autonomous Vehicles: Technologies, Economics, and OpportunitiesAutonomous Vehicles: Technologies, Economics, and Opportunities
Autonomous Vehicles: Technologies, Economics, and Opportunities
Jeffrey Funk
 
The autonomous driving reality or fiction?
The autonomous driving reality or fiction?The autonomous driving reality or fiction?
The autonomous driving reality or fiction?
Davor Andric
 
AI in the Enterprise
AI in the EnterpriseAI in the Enterprise
AI in the Enterprise
Ron Bodkin
 
Embedded ppt
Embedded pptEmbedded ppt
Embedded ppt
Akash Satamkar
 
Self-driving: AI evolution and Massive deployment in production cars
Self-driving: AI evolution and Massive deployment in production carsSelf-driving: AI evolution and Massive deployment in production cars
Self-driving: AI evolution and Massive deployment in production cars
Junli Gu
 
A Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry piA Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry pi
Azharo7
 
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
Conclusion Connect enabling industry 4.0 with IoT
 
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
KTN
 
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
Chris Andrews
 
How to Make Cars Smarter: A Step Towards Self-Driving Cars
How to Make Cars Smarter: A Step Towards Self-Driving CarsHow to Make Cars Smarter: A Step Towards Self-Driving Cars
How to Make Cars Smarter: A Step Towards Self-Driving Cars
VMware Tanzu
 
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision Detection...
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision  Detection...Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision  Detection...
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision Detection...
K S RANJITH KUMAR
 
Arpan pal icdcn
Arpan pal icdcnArpan pal icdcn
Arpan pal icdcn
Arpan Pal
 
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Autonomous Vehicles: the Intersection of Robotics and Artificial IntelligenceAutonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Wiley Jones
 
Data Scientist CV
Data Scientist CVData Scientist CV
Data Scientist CV
Anoop V
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
Rudradeb Mitra
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Provectus
 

Similar to AI in Autonomous Driving - Bhanu Prakash - Continental - AI Dev Days 2018 (20)

Hitch-hikers guide to AI for Connected and Autonomous Vehicles
Hitch-hikers guide to AI for Connected and Autonomous VehiclesHitch-hikers guide to AI for Connected and Autonomous Vehicles
Hitch-hikers guide to AI for Connected and Autonomous Vehicles
 
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systemsSolutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
 
Mika Karaila - Ai chatbots industry cases
Mika Karaila - Ai chatbots industry casesMika Karaila - Ai chatbots industry cases
Mika Karaila - Ai chatbots industry cases
 
Advance Self Driving Car Using Machine Learning
Advance Self Driving Car Using Machine LearningAdvance Self Driving Car Using Machine Learning
Advance Self Driving Car Using Machine Learning
 
Autonomous Vehicles: Technologies, Economics, and Opportunities
Autonomous Vehicles: Technologies, Economics, and OpportunitiesAutonomous Vehicles: Technologies, Economics, and Opportunities
Autonomous Vehicles: Technologies, Economics, and Opportunities
 
The autonomous driving reality or fiction?
The autonomous driving reality or fiction?The autonomous driving reality or fiction?
The autonomous driving reality or fiction?
 
AI in the Enterprise
AI in the EnterpriseAI in the Enterprise
AI in the Enterprise
 
Embedded ppt
Embedded pptEmbedded ppt
Embedded ppt
 
Self-driving: AI evolution and Massive deployment in production cars
Self-driving: AI evolution and Massive deployment in production carsSelf-driving: AI evolution and Massive deployment in production cars
Self-driving: AI evolution and Massive deployment in production cars
 
A Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry piA Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry pi
 
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
Conclusion Connect state of IoT 2019 Review io t solutions world congress 2019
 
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
 
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
2023 GEOINT Tutorial - Synthetic Data Tools for Computer Vision-Based AI - Re...
 
How to Make Cars Smarter: A Step Towards Self-Driving Cars
How to Make Cars Smarter: A Step Towards Self-Driving CarsHow to Make Cars Smarter: A Step Towards Self-Driving Cars
How to Make Cars Smarter: A Step Towards Self-Driving Cars
 
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision Detection...
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision  Detection...Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision  Detection...
Semi Autonomous Vehicle For Pot Hole, Humps And Possible Collision Detection...
 
Arpan pal icdcn
Arpan pal icdcnArpan pal icdcn
Arpan pal icdcn
 
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Autonomous Vehicles: the Intersection of Robotics and Artificial IntelligenceAutonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
Autonomous Vehicles: the Intersection of Robotics and Artificial Intelligence
 
Data Scientist CV
Data Scientist CVData Scientist CV
Data Scientist CV
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
 

More from CodeOps Technologies LLP

AWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetupAWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetup
CodeOps Technologies LLP
 
Understanding azure batch service
Understanding azure batch serviceUnderstanding azure batch service
Understanding azure batch service
CodeOps Technologies LLP
 
DEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNINGDEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNING
CodeOps Technologies LLP
 
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
CodeOps Technologies LLP
 
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONSBUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
CodeOps Technologies LLP
 
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICESAPPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
CodeOps Technologies LLP
 
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPSBUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
CodeOps Technologies LLP
 
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNERCREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CodeOps Technologies LLP
 
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CodeOps Technologies LLP
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
CodeOps Technologies LLP
 
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh SharmaTraining And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
CodeOps Technologies LLP
 
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu SalujaDeploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
CodeOps Technologies LLP
 
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
CodeOps Technologies LLP
 
YAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra KhareYAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra Khare
CodeOps Technologies LLP
 
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
CodeOps Technologies LLP
 
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta JhaMonitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
CodeOps Technologies LLP
 
Jet brains space intro presentation
Jet brains space intro presentationJet brains space intro presentation
Jet brains space intro presentation
CodeOps Technologies LLP
 
Functional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and StreamsFunctional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and Streams
CodeOps Technologies LLP
 
Distributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps FoundationDistributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps Foundation
CodeOps Technologies LLP
 
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire  "Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
CodeOps Technologies LLP
 

More from CodeOps Technologies LLP (20)

AWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetupAWS Serverless Event-driven Architecture - in lastminute.com meetup
AWS Serverless Event-driven Architecture - in lastminute.com meetup
 
Understanding azure batch service
Understanding azure batch serviceUnderstanding azure batch service
Understanding azure batch service
 
DEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNINGDEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNING
 
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONSSERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
SERVERLESS MIDDLEWARE IN AZURE FUNCTIONS
 
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONSBUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
BUILDING SERVERLESS SOLUTIONS WITH AZURE FUNCTIONS
 
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICESAPPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
APPLYING DEVOPS STRATEGIES ON SCALE USING AZURE DEVOPS SERVICES
 
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPSBUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
BUILD, TEST & DEPLOY .NET CORE APPS IN AZURE DEVOPS
 
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNERCREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
CREATE RELIABLE AND LOW-CODE APPLICATION IN SERVERLESS MANNER
 
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
 
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESSWRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
WRITE SCALABLE COMMUNICATION APPLICATION WITH POWER OF SERVERLESS
 
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh SharmaTraining And Serving ML Model Using Kubeflow by Jayesh Sharma
Training And Serving ML Model Using Kubeflow by Jayesh Sharma
 
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu SalujaDeploy Microservices To Kubernetes Without Secrets by Reenu Saluja
Deploy Microservices To Kubernetes Without Secrets by Reenu Saluja
 
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
Leverage Azure Tech stack for any Kubernetes cluster via Azure Arc by Saiyam ...
 
YAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra KhareYAML Tips For Kubernetes by Neependra Khare
YAML Tips For Kubernetes by Neependra Khare
 
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
Must Know Azure Kubernetes Best Practices And Features For Better Resiliency ...
 
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta JhaMonitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
 
Jet brains space intro presentation
Jet brains space intro presentationJet brains space intro presentation
Jet brains space intro presentation
 
Functional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and StreamsFunctional Programming in Java 8 - Lambdas and Streams
Functional Programming in Java 8 - Lambdas and Streams
 
Distributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps FoundationDistributed Tracing: New DevOps Foundation
Distributed Tracing: New DevOps Foundation
 
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire  "Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
"Distributed Tracing: New DevOps Foundation" by Jayesh Ahire
 

Recently uploaded

GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Anthony Dahanne
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
Fermin Galan
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
kalichargn70th171
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 

Recently uploaded (20)

GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 

AI in Autonomous Driving - Bhanu Prakash - Continental - AI Dev Days 2018

  • 1. Artificial Intelligence in Autonomous Driving Bhanu Prakash P. ADAS, Continental AG., Chassis & Safety | Advanced Driver Assistance Systems
  • 2. Public BU ADAS 08.03.2018 2Robert Thiel Agenda SAE Levels of Driving Automation2 Building Blocks of AD3 AI in Autonomous Driving4 AI/AD Challenges5 Continental Product Line1
  • 3. Public BU ADAS 08.03.2018 3Bhanu Prakash P. ADAS Product Portfolio SHORT RANGE RADAR SURROUND VIEW 3D HIGH – RESOLUTION FLASH LIDAR CAMERA (opt. LIDAR) ASS./AUT. DRIVING CONTROL UNIT LONG RANGE RADAR STEREO CAMERA eHorizon cloud services
  • 4. Public BU ADAS 08.03.2018 4Robert Thiel Agenda Continental Product Line1 Building Blocks of AD3 AI in Autonomous Driving4 AI/AD Challenges5 SAE Levels of Driving Automation2
  • 5. Public BU ADAS 08.03.2018 5Bhanu Prakash P. Levels of Driving Automation Level 0 Level 1 Level 2 Level 3 Level 4* Level 5 Driver Only Assisted Partial Automation Conditional Automation High Automation Full Automation Chauffeur Assistant Robot Driver Only Assistant Chauffeur ‘Vehicle supports the driver. Driver must monitor the system at all times.’ ‘Vehicle performs driving functions partially or fully.’ * machine is fallback
  • 6. Public BU ADAS Automated Parking 2 NCAP New Car Assessment Programme 1 Partly / Highly Automated Driving 3 Self Driving Car 4 6Bhanu Prakash P. 08.03.2018 On the Way to Automated Driving
  • 7. Public BU ADAS 08.03.2018 7Robert Thiel Agenda Continental Product Line1 SAE Levels of Driving Automation2 AI in Autonomous Driving4 AI/AD Challenges5 Building Blocks of AD3
  • 8. Public BU ADAS 08.03.2018 8Bhanu Prakash P. Building Blocks of Automated Driving IMUHFLRADARCamera Features : › High Resolution › Wider FOVs › Driving path Geometry › Static Scene Semantics › 360° View with Fish eye lens Features : › Cheap › Velocity Accuracy › Weather Robustness › Depth Estimation › Object Detection › Tracking Features : › Low Light › 3D point cloud › Range/Depth Accuracy › Angular Resolution › Road Surface Features: › Where am I? › vehicle’s dynamics in space and time › Odometry
  • 9. Public BU ADAS 08.03.2018 9 CEMGPSHD MapV2X Features: › Situational awareness › predictive insights, › around-corner View › Real time updates › DSRC/5G › Not affected by weather conditions Features: › Path sensing › foresight purposes › Crowd sourced › Localization Features: › For Localization › “Cm” level accuracy › GNSS/DR Bhanu Prakash P. Building Blocks of Automated Driving Features: › Understand Environment › Trajectory planning › Traffic Participants › Static Objects › Kerbs, lanes › Road Infrastructure - Signs, Traffic lights
  • 10. Public BU ADAS 10Bhanu Prakash P. Together Solves the problem of • Where am I ? • Where is everyone else? • How do I get from A to B 08.03.2018 Building Blocks of Automated Driving
  • 11. Public BU ADAS 08.03.2018 11Robert Thiel Agenda Continental Product Line1 SAE Levels of Driving Automation2 Building Blocks of AD3 AI/AD Challenges5 AI in Autonomous Driving4
  • 12. Public BU ADAS AI is better than classical SW 2005 Source: http://www.vision.caltech.edu Example Pedestrian Detection (caltech pedestrian dataset) x5 x10 08.03.2018 12Bhanu Prakash P. Artificial Intelligence in AD › Deep Learning can be a solution for AD if › There is no correct „physical“ model › There is enough and the right data available › The architecture fits to the problem › We optimize for the right criterions › We can bring it to embedded hardware Examples
  • 13. Public BU ADAS 08.03.2018 13 › Results based on state of the art Deep Learning architecture. (based on ResNet-50) › Improved by Factor of 5 Ped@Night Bhanu Prakash P. Deep Learning improves performance significantly Pedestrian Pose Estimation › Using Adverserial PoseNets
  • 14. Public BU ADAS 08.03.2018 14 • Object Detection • TSR/TLR • Pedestrian Detection • Semantic Segmentation • Road Boundary Detection • Free space detection • Debris Detection • Driving policy & Path Planning • Driver Status Monitoring Bhanu Prakash P. Other AI Applications
  • 15. Public BU ADAS 15Bhanu Prakash P. 08.03.2018 Deep Learning In Action
  • 16. Public BU ADAS 08.03.2018 16Robert Thiel Agenda Continental Product Line1 SAE Levels of Driving Automation2 Building Blocks of AD3 AI in Autonomous Driving4 AI/AD Challenges5
  • 17. Public BU ADAS 17 Challenges: Complexity / Portability Complexity Reduction Embedded Hardware 0 10 20 30 40 50 60 70 80 mAP (%) Parameters (Million) GMAC/frame Example: Object Detection @Kitti dataset „cars hard“ original (yolo v2) reduced x15 x10 08.03.2018 Bhanu Prakash P. • High performing Hardware • Lack of flexibility and multitasking • Need Lots and Lots of Data • Need Millions of miles of Labelled data • Data Augmentation © Carla Simulator
  • 18. Public BU ADAS 18 + 2017 – Metzen et al - Universal Adversarial Perturbations Against Semantic Image Segmentation “Adversarial Examples for Semantic Image Segmentation” Fischer et al., Bosch Center for AI Bhanu Prakash P. Challenges:Adversarial Attacks 08.03.2018
  • 19. Public BU ADAS 08.03.2018 19 Camouflage graffiti and art stickers or Perturbations cause NN to misclassify • stop signs -> speed limit 45 signs • Right turn -> stop signs Bhanu Prakash P. Challenges:Adversarial Attacks
  • 20. Public BU ADAS 20 • AI cannot interpret data on its own. • Neural networks are essentially Blackboxes • Need networks that can be explained / Interpretable • Risk: Hundreds of signals and their combinations to plan ahead. Every time there is a mishap, should understand why a certain decision? Challenges: Explainability/Interpretability of DNN 08.03.2018 Bhanu Prakash P. David Gunning DARPA/I2O
  • 21. Public BU ADAS 21Bhanu Prakash P. 08.03.2018 Summary Performance ScalabilityPerformance Av. Hardware Compute Power Code Complexity Data Engineering Efforts Predictability Featurebased MachineLearning Deep MachineLearning
  • 22. Public BU ADAS 22Bhanu Prakash P. 08.03.2018 › Deep Learning Architecture › Design, Training, Validation › Deep Machine learning Solutions for Real world Problems › Computer Vision, Radar, Lidar, Sensor Fusion, Planning and Action › Deep Learning Frameworks › Tensorflow, Keras, Theano, nvidia Digits, CuDNN › Scheduling and distribution of compute jobs › Amazon AWS, HPC Cluster › Compute complexity analysis › nVidia Drive PX, Renesas HW What are we working on at Continental ADAS
  • 23. Public BU ADAS 08.03.2018 23Bhanu Prakash P. From Research to Industry Project CUbE