SlideShare a Scribd company logo
A presentation on
“Deep Learning In The
Automation Industry”
TABLE OF CONTENTS
 ABSTRACT
 INTRODUCTION
 LITERATURE SURVEY:-
1. ARCHITECTURE OF DEEP LEARNING MODELS
2. DEEP LEARNING BASED AUTOMOTIVE USE CASES
 CONCLUSION
 FUTURE SCOPE
 REFERENCES
ABSTRACT
 One of the most exciting technology breakthroughs in the last few years has been the rise of deep learning.
 The increasing scale of data, computational power and the associated algorithmic innovations are the main
drivers for the progress we see in this field.
 These developments also have a huge potential for the automotive industry and therefore the interest in deep
learning-based technology is growing.
 A lot of the product innovations, such as self-driving cars, parking and lane-change assist or safety functions,
such as autonomous emergency braking, are powered by deep learning algorithms.
 Deep learning is poised to offer gains in performance and functionality for most ADAS (Advanced Driver
Assistance System) solutions, vehicle dynamics application, vehicle inspection/heath monitoring, automated
driving and data-driven product development.
INTRODUCTION
 From voice assistants to self-driving cars, deep learning (DL) is redefining the way we interact with
machines.
 DL has been able to achieve breakthroughs in historically difficult areas of machine learning such as text-
to-speech conversion, image classification, and speech recognition.
 Yann LeCun developed convolutional neural network (CNN) in 1980’s. It could classify handwritten digits
[2] with good speed and accuracy and were widely deployed to read over 10% of all the cheques in the
United States.
 DL has matured a lot in the last decade and changed a lot in the last few years.
 The “deep” in deep learning stands for the many layers in the neural network that contribute to a model
of the data.
There are four key factors that are driving the progress and uptake of DL:
More Compute Power: e.g. graphics processing unit (GPUs), tensor processing unit (TPUs)
Organized Large Datasets: e.g. ImageNet
Better Algorithms: e.g. activation functions like ReLU , optimization schemes
Software & Infrastructure: e.g. Git, Robot Operating System (ROS), Tensor Flow, Keras
1
2
3
4
LITERATURE SURVEY
• Automotive industry has been a generator of large volumes of data.
• Data are collected from suppliers during the design,
development and testing of various subsystems, real-
time data are generated by hundreds of on-vehicle
sensors, system faults are recorded by the on-board
diagnostics (OBD), and information is collected about
the vehicle servicing history and customer preferences
at dealerships/service centers.
• Single autonomous vehicle will generate 4,000 GB
of data each day
ARCHITECTURE OF DEEP LEARNING MODELS
 Conventional machine learning models are trained on features extracted from the raw data using
feature extraction and feature engineering techniques.
 Designing a feature extractor that can successfully transform raw data into a suitable feature vector
requires considerable domain expertise.
 DL solves the representation problem for unstructured data.
 The key differentiating point of DL is that the model learns useful representations and features
automatically, directly from the raw data, bypassing this manual and difficult step of hand engineering
the feature vector.
Most commonly used libraries for training DL models include:
TensorFlow, a framework originating from Google Research
Keras, a DL library originally built by Francois Chollet and recently incorporated in TensorFlow
Caffe, a DL framework, originally developed at University of California, Berkeley
Theano, a Python library and optimizing compiler primarily developed by the Montreal Institute for
Learning Algorithms (MILA) at the Université de Montréal
Microsoft Cognitive Toolkit, previously known as CNTK
Pytorch, a framework associated with Facebook Research
1.
3.
6.
2.
4.
5.
Search interest for the different deep learning frameworks
• Training a DL algorithm is a computationally intensive process. It involves repetitive
arithmetic operations, requiring multi-core computing power due to the limited number of
arithmetic logic units (ALUs) on CPUs.
• Graphical processing units (GPUs) are designed for repetitive arithmetic operations. They
have thousands of ALUs and are naturally more suited for DL applications.
• It takes the
power of 16
CPUs to match
the power of 1
GPU
For the GPUs, NVIDIA introduced CUDA and cuDNN, which allow the use of popular languages such as C, C++,
Fortran, Python and MATLAB and express parallelism through extensions in the form of a few basic keywords.
For CPUs, Intel introduced the Math Kernel Library (MKL) which is optimized to speed up arithmetic operations.
A number of companies such as NVIDIA,
Mobileye, Intel,
Qualcomm, Apple and Samsung (Table II) are
developing specialized chips to enable
embedded implementation of real time DL
applications in smartphones, cameras, robots
and self-driving cars.
DEEP LEARNING BASED AUTOMOTIVE USE CASES
The selected use-cases are grouped under four key topics:
1.
2.
3.
4.
Virtual sensing for vehicle dynamics
Vehicle inspection/health monitoring
Automated driving
Data-driven product development
Virtual sensing for
vehicle dynamics
It focuses on the so-called soft/virtual sensors
that can be used for estimating relevant vehicle
dynamic and tire-related states.
Effective implementation of automotive stability control
systems largely depends on accurate vehicle dynamic state
information.
Knowledge of certain tire-vehicle dynamic states is of immense
importance for vehicle motion and control. Vehicle sideslip
angle (β) and the tire-road friction coefficient (μ) are probably
the two most prominent vehicle states of interest.
Vehicle sideslip angle is a strong indicator of the
vehicle’s
stability.
Vehicle inspection/health
monitoring
Vehicle repair workshops and insurance companies are beginning to tap into
the potential of DL.
Vision based algorithms are also being proposed as an effective approach in
preventing fraud claims as well as meeting the requirement to speed up the
insurance claim pre-processing.
DL technology is being used to automate visual tasks, such as inspecting the
damage to a vehicle. This approach provides drivers and insurance
companies with crucial information about the extent of the damage and also
presents tremendous opportunities to reduce the cost of manual labor.
Advanced predictive maintenance enabled by DL techniques is one of the most widely accepted benefits of the fourth
industrial revolution.
With predictive maintenance, faults can be reliably detected before they occur based on
data anomalies.
AUTOMATED DRIVING
Most established OEMs as well as upcoming startups and
mobility service providers like Uber, Cruise and Waymo
are working on building autonomous vehicles (AVs).
These AVs use sensors like camera, radar, LiDAR,
generating massive amounts of data every second.
Unlike traditional vehicles that mostly employed a model based approach with hand-coded decision logic for
vehicle control, most AVs typically leverage an end-to-end DL framework for vehicle control.
In an end-to-end framework, the entire decision-making logic is encoded into a neural network space that
produces the driving decisions.
Apart from vehicle control, end-to-end learning has also been used for other functions such driver distraction
recognition.
DATA DRIVEN PRODUCT
DEVELOPMENT
 AI is expected to play a key role in data-driven product development.
 Understanding the potential threat and developing effective ways to prevent, resolve, and
eliminate recalls is going to be critical.
 Carmakers are investing heavily in technology that will help them track the performance of their
products from cradle to grave, and thus better anticipate and mitigate the risk of massive recalls.
CONCLUSION
 The field of DL has matured a lot in the last decade, and changed a lot in the last few years. New architectures
scaled to be larger/deeper, take advantage of large number of datasets and parallel computing power.
 Supervised DL methods, namely, CNNs and RNNs, are the natural choice for researchers in the automotive
domain.
 As an outcome of this survey, novel uses cases have been identified and bucketed into three categories:
(1) virtual sensing for vehicle dynamics
(2) vehicle inspection/health monitoring and
(3) automated driving
 Important aspects such as compute power requirements, model transparency and interpretability, model
compliance with vehicle safety standards, all of which are expected to appreciably impact the adoption rate of
DL in the automotive industry.
FUTURE SCOPE
In the future, we will:
 Investigate distributed deep learning systems to improve training times for more
complex networks and larger data sets.
 Assess and curate available datasets for computer vision use cases in the domain of
autonomous driving.
 Evaluate natural understanding deep learning models (e. g., sequence-to-sequence
learning).
REFERENCES
 [1] Y. Lecun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document
recognition," Proc. IEEE, vol. 86, no. 11, pp. 2278–2324, Nov. 1998, doi: 10.1109/5.726791.
 [2] Y. LeCun et al., "Backpropagation applied to handwritten zip code recognition," Neural
Computation, vol. 1, no. 4, pp. 541–551, Dec. 1989, doi: 10.1162/neco.1989.1.4.541.
 [3] A. Cetinsoy, F. J. Martin, J. A. Ortega, and P. Petersen, "The past, present, and future of machine
learning APIs," in JMLR: Workshop Conf. Proc., 2016, pp. 43–49.
 [4] F. Chollet and J. J. Allaire, Deep Learning with R. Greenwich, CT, USA: Manning Publications
Company, 2018.
 [5] K. Sato, C. Young, and D. Patterson, "An in-depth look at Google’s first Tensor Processing Unit
(TPU)," Google Cloud Big Data and Machine Learning Blog, 2017.
bhatiap70077@gmail.com
8095284135
THANK YOU

More Related Content

What's hot

Autonomous vehicles: A study of implementation and security
Autonomous vehicles: A study of implementation and security Autonomous vehicles: A study of implementation and security
Autonomous vehicles: A study of implementation and security
IJECEIAES
 
M2M Presentation at Telecom Council of Silicon Valley
M2M Presentation at Telecom Council of Silicon ValleyM2M Presentation at Telecom Council of Silicon Valley
M2M Presentation at Telecom Council of Silicon ValleyDaniel Kellmereit
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
Kamal Spring
 
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
CSCJournals
 
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud EnvironmentA Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
Association of Scientists, Developers and Faculties
 
Better Boards Lead to Safer Cars
Better Boards Lead to Safer CarsBetter Boards Lead to Safer Cars
Better Boards Lead to Safer Cars
Abacus Technologies
 
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoTIRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET Journal
 
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan PetitAutomotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
Security Innovation
 
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled  Autonomous VehicleIndustrial Microcontroller Based Neural Network Controlled  Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
IJMER
 
Survey of accident detection systems
Survey of accident detection systemsSurvey of accident detection systems
Survey of accident detection systems
vivatechijri
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET Journal
 
IRJET- Damage Assessment for Car Insurance
IRJET-  	  Damage Assessment for Car InsuranceIRJET-  	  Damage Assessment for Car Insurance
IRJET- Damage Assessment for Car Insurance
IRJET Journal
 
Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...
redpel dot com
 
IRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine LearningIRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine Learning
IRJET Journal
 
Examining Modern Data Security and Privacy Protocols in Autonomous Vehicles
Examining Modern Data Security and Privacy Protocols in Autonomous VehiclesExamining Modern Data Security and Privacy Protocols in Autonomous Vehicles
Examining Modern Data Security and Privacy Protocols in Autonomous Vehicles
AIRCC Publishing Corporation
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
IRJET Journal
 

What's hot (16)

Autonomous vehicles: A study of implementation and security
Autonomous vehicles: A study of implementation and security Autonomous vehicles: A study of implementation and security
Autonomous vehicles: A study of implementation and security
 
M2M Presentation at Telecom Council of Silicon Valley
M2M Presentation at Telecom Council of Silicon ValleyM2M Presentation at Telecom Council of Silicon Valley
M2M Presentation at Telecom Council of Silicon Valley
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
 
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
A Model for Car Plate Recognition & Speed Tracking (CPR-STS) using Machine Le...
 
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud EnvironmentA Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
A Survey to Augment Energy Efficiency of Mobile Devices in Cloud Environment
 
Better Boards Lead to Safer Cars
Better Boards Lead to Safer CarsBetter Boards Lead to Safer Cars
Better Boards Lead to Safer Cars
 
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoTIRJET - Automobile Enhanced Security System using LabVIEW based on IoT
IRJET - Automobile Enhanced Security System using LabVIEW based on IoT
 
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan PetitAutomotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
Automotive Cybersecurity Challenges for Automated Vehicles: Jonathan Petit
 
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled  Autonomous VehicleIndustrial Microcontroller Based Neural Network Controlled  Autonomous Vehicle
Industrial Microcontroller Based Neural Network Controlled Autonomous Vehicle
 
Survey of accident detection systems
Survey of accident detection systemsSurvey of accident detection systems
Survey of accident detection systems
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysis
 
IRJET- Damage Assessment for Car Insurance
IRJET-  	  Damage Assessment for Car InsuranceIRJET-  	  Damage Assessment for Car Insurance
IRJET- Damage Assessment for Car Insurance
 
Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...Multiagent multiobjective interaction game system for service provisoning veh...
Multiagent multiobjective interaction game system for service provisoning veh...
 
IRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine LearningIRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine Learning
 
Examining Modern Data Security and Privacy Protocols in Autonomous Vehicles
Examining Modern Data Security and Privacy Protocols in Autonomous VehiclesExamining Modern Data Security and Privacy Protocols in Autonomous Vehicles
Examining Modern Data Security and Privacy Protocols in Autonomous Vehicles
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
 

Similar to Deep learning in automation industry

Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...
Dr. Anish Cheriyan (PhD)
 
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
IRJET Journal
 
The Autonomous Driving Technology Stack
The Autonomous Driving Technology StackThe Autonomous Driving Technology Stack
The Autonomous Driving Technology Stack
Nitin Kumar, CMAA, CMC, CITM, iCEO
 
Continuous delivery for digital transformation renu rajani v0 1
Continuous delivery for digital  transformation renu rajani v0 1Continuous delivery for digital  transformation renu rajani v0 1
Continuous delivery for digital transformation renu rajani v0 1
Innovation Roots
 
IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
IRJET Journal
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western Ontario
Bill Wong
 
VMware Solutions for the Connected Car
VMware Solutions for the Connected CarVMware Solutions for the Connected Car
VMware Solutions for the Connected Car
Angel Villar Garea
 
Dell AI Oil and Gas Webinar
Dell AI Oil and Gas WebinarDell AI Oil and Gas Webinar
Dell AI Oil and Gas Webinar
Bill Wong
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future Customers
IRJET Journal
 
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
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Technovision
TechnovisionTechnovision
Technovision
SayantanGhosh58
 
Automatic vehicle to develop artificial intelligent
Automatic vehicle to develop artificial intelligentAutomatic vehicle to develop artificial intelligent
Automatic vehicle to develop artificial intelligent
anthonymadhanraj
 
IRJET- Self Driving Car using Deep Q-Learning
IRJET-  	  Self Driving Car using Deep Q-LearningIRJET-  	  Self Driving Car using Deep Q-Learning
IRJET- Self Driving Car using Deep Q-Learning
IRJET Journal
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
IRJET Journal
 
Using the Open Source VS Code Editor with the HPCC Systems Platform
Using the Open Source VS Code Editor with the HPCC Systems PlatformUsing the Open Source VS Code Editor with the HPCC Systems Platform
Using the Open Source VS Code Editor with the HPCC Systems Platform
HPCC Systems
 
Cost-effective Video Analytics in Smart Cities
Cost-effective Video Analytics in Smart CitiesCost-effective Video Analytics in Smart Cities
Cost-effective Video Analytics in Smart Cities
HCL Technologies
 
Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...
YousefElbayomi
 
Key trends of smart transportation
Key trends of smart transportationKey trends of smart transportation
Key trends of smart transportation
Yoshifumi Sakamoto
 
IBM Think Milano
IBM Think MilanoIBM Think Milano
IBM Think Milano
ATMOSPHERE .
 

Similar to Deep learning in automation industry (20)

Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...
 
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
 
The Autonomous Driving Technology Stack
The Autonomous Driving Technology StackThe Autonomous Driving Technology Stack
The Autonomous Driving Technology Stack
 
Continuous delivery for digital transformation renu rajani v0 1
Continuous delivery for digital  transformation renu rajani v0 1Continuous delivery for digital  transformation renu rajani v0 1
Continuous delivery for digital transformation renu rajani v0 1
 
IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western Ontario
 
VMware Solutions for the Connected Car
VMware Solutions for the Connected CarVMware Solutions for the Connected Car
VMware Solutions for the Connected Car
 
Dell AI Oil and Gas Webinar
Dell AI Oil and Gas WebinarDell AI Oil and Gas Webinar
Dell AI Oil and Gas Webinar
 
IRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future CustomersIRJET- Autonomous Cars – Predicting Future Customers
IRJET- Autonomous Cars – Predicting Future Customers
 
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
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Technovision
TechnovisionTechnovision
Technovision
 
Automatic vehicle to develop artificial intelligent
Automatic vehicle to develop artificial intelligentAutomatic vehicle to develop artificial intelligent
Automatic vehicle to develop artificial intelligent
 
IRJET- Self Driving Car using Deep Q-Learning
IRJET-  	  Self Driving Car using Deep Q-LearningIRJET-  	  Self Driving Car using Deep Q-Learning
IRJET- Self Driving Car using Deep Q-Learning
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
 
Using the Open Source VS Code Editor with the HPCC Systems Platform
Using the Open Source VS Code Editor with the HPCC Systems PlatformUsing the Open Source VS Code Editor with the HPCC Systems Platform
Using the Open Source VS Code Editor with the HPCC Systems Platform
 
Cost-effective Video Analytics in Smart Cities
Cost-effective Video Analytics in Smart CitiesCost-effective Video Analytics in Smart Cities
Cost-effective Video Analytics in Smart Cities
 
Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...
 
Key trends of smart transportation
Key trends of smart transportationKey trends of smart transportation
Key trends of smart transportation
 
IBM Think Milano
IBM Think MilanoIBM Think Milano
IBM Think Milano
 

Recently uploaded

一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
2023240532
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
balafet
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 

Recently uploaded (20)

一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
Quantitative Data AnalysisReliability Analysis (Cronbach Alpha) Common Method...
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 

Deep learning in automation industry

  • 1. A presentation on “Deep Learning In The Automation Industry”
  • 2. TABLE OF CONTENTS  ABSTRACT  INTRODUCTION  LITERATURE SURVEY:- 1. ARCHITECTURE OF DEEP LEARNING MODELS 2. DEEP LEARNING BASED AUTOMOTIVE USE CASES  CONCLUSION  FUTURE SCOPE  REFERENCES
  • 3. ABSTRACT  One of the most exciting technology breakthroughs in the last few years has been the rise of deep learning.  The increasing scale of data, computational power and the associated algorithmic innovations are the main drivers for the progress we see in this field.  These developments also have a huge potential for the automotive industry and therefore the interest in deep learning-based technology is growing.  A lot of the product innovations, such as self-driving cars, parking and lane-change assist or safety functions, such as autonomous emergency braking, are powered by deep learning algorithms.  Deep learning is poised to offer gains in performance and functionality for most ADAS (Advanced Driver Assistance System) solutions, vehicle dynamics application, vehicle inspection/heath monitoring, automated driving and data-driven product development.
  • 4. INTRODUCTION  From voice assistants to self-driving cars, deep learning (DL) is redefining the way we interact with machines.  DL has been able to achieve breakthroughs in historically difficult areas of machine learning such as text- to-speech conversion, image classification, and speech recognition.  Yann LeCun developed convolutional neural network (CNN) in 1980’s. It could classify handwritten digits [2] with good speed and accuracy and were widely deployed to read over 10% of all the cheques in the United States.  DL has matured a lot in the last decade and changed a lot in the last few years.  The “deep” in deep learning stands for the many layers in the neural network that contribute to a model of the data.
  • 5. There are four key factors that are driving the progress and uptake of DL: More Compute Power: e.g. graphics processing unit (GPUs), tensor processing unit (TPUs) Organized Large Datasets: e.g. ImageNet Better Algorithms: e.g. activation functions like ReLU , optimization schemes Software & Infrastructure: e.g. Git, Robot Operating System (ROS), Tensor Flow, Keras 1 2 3 4
  • 6. LITERATURE SURVEY • Automotive industry has been a generator of large volumes of data. • Data are collected from suppliers during the design, development and testing of various subsystems, real- time data are generated by hundreds of on-vehicle sensors, system faults are recorded by the on-board diagnostics (OBD), and information is collected about the vehicle servicing history and customer preferences at dealerships/service centers. • Single autonomous vehicle will generate 4,000 GB of data each day
  • 7. ARCHITECTURE OF DEEP LEARNING MODELS  Conventional machine learning models are trained on features extracted from the raw data using feature extraction and feature engineering techniques.  Designing a feature extractor that can successfully transform raw data into a suitable feature vector requires considerable domain expertise.  DL solves the representation problem for unstructured data.  The key differentiating point of DL is that the model learns useful representations and features automatically, directly from the raw data, bypassing this manual and difficult step of hand engineering the feature vector.
  • 8. Most commonly used libraries for training DL models include: TensorFlow, a framework originating from Google Research Keras, a DL library originally built by Francois Chollet and recently incorporated in TensorFlow Caffe, a DL framework, originally developed at University of California, Berkeley Theano, a Python library and optimizing compiler primarily developed by the Montreal Institute for Learning Algorithms (MILA) at the Université de Montréal Microsoft Cognitive Toolkit, previously known as CNTK Pytorch, a framework associated with Facebook Research 1. 3. 6. 2. 4. 5.
  • 9. Search interest for the different deep learning frameworks
  • 10. • Training a DL algorithm is a computationally intensive process. It involves repetitive arithmetic operations, requiring multi-core computing power due to the limited number of arithmetic logic units (ALUs) on CPUs. • Graphical processing units (GPUs) are designed for repetitive arithmetic operations. They have thousands of ALUs and are naturally more suited for DL applications. • It takes the power of 16 CPUs to match the power of 1 GPU
  • 11. For the GPUs, NVIDIA introduced CUDA and cuDNN, which allow the use of popular languages such as C, C++, Fortran, Python and MATLAB and express parallelism through extensions in the form of a few basic keywords. For CPUs, Intel introduced the Math Kernel Library (MKL) which is optimized to speed up arithmetic operations. A number of companies such as NVIDIA, Mobileye, Intel, Qualcomm, Apple and Samsung (Table II) are developing specialized chips to enable embedded implementation of real time DL applications in smartphones, cameras, robots and self-driving cars.
  • 12. DEEP LEARNING BASED AUTOMOTIVE USE CASES The selected use-cases are grouped under four key topics: 1. 2. 3. 4. Virtual sensing for vehicle dynamics Vehicle inspection/health monitoring Automated driving Data-driven product development
  • 13. Virtual sensing for vehicle dynamics It focuses on the so-called soft/virtual sensors that can be used for estimating relevant vehicle dynamic and tire-related states. Effective implementation of automotive stability control systems largely depends on accurate vehicle dynamic state information. Knowledge of certain tire-vehicle dynamic states is of immense importance for vehicle motion and control. Vehicle sideslip angle (β) and the tire-road friction coefficient (μ) are probably the two most prominent vehicle states of interest. Vehicle sideslip angle is a strong indicator of the vehicle’s stability.
  • 14. Vehicle inspection/health monitoring Vehicle repair workshops and insurance companies are beginning to tap into the potential of DL. Vision based algorithms are also being proposed as an effective approach in preventing fraud claims as well as meeting the requirement to speed up the insurance claim pre-processing. DL technology is being used to automate visual tasks, such as inspecting the damage to a vehicle. This approach provides drivers and insurance companies with crucial information about the extent of the damage and also presents tremendous opportunities to reduce the cost of manual labor. Advanced predictive maintenance enabled by DL techniques is one of the most widely accepted benefits of the fourth industrial revolution. With predictive maintenance, faults can be reliably detected before they occur based on data anomalies.
  • 15. AUTOMATED DRIVING Most established OEMs as well as upcoming startups and mobility service providers like Uber, Cruise and Waymo are working on building autonomous vehicles (AVs). These AVs use sensors like camera, radar, LiDAR, generating massive amounts of data every second.
  • 16. Unlike traditional vehicles that mostly employed a model based approach with hand-coded decision logic for vehicle control, most AVs typically leverage an end-to-end DL framework for vehicle control. In an end-to-end framework, the entire decision-making logic is encoded into a neural network space that produces the driving decisions. Apart from vehicle control, end-to-end learning has also been used for other functions such driver distraction recognition.
  • 17. DATA DRIVEN PRODUCT DEVELOPMENT  AI is expected to play a key role in data-driven product development.  Understanding the potential threat and developing effective ways to prevent, resolve, and eliminate recalls is going to be critical.  Carmakers are investing heavily in technology that will help them track the performance of their products from cradle to grave, and thus better anticipate and mitigate the risk of massive recalls.
  • 18. CONCLUSION  The field of DL has matured a lot in the last decade, and changed a lot in the last few years. New architectures scaled to be larger/deeper, take advantage of large number of datasets and parallel computing power.  Supervised DL methods, namely, CNNs and RNNs, are the natural choice for researchers in the automotive domain.  As an outcome of this survey, novel uses cases have been identified and bucketed into three categories: (1) virtual sensing for vehicle dynamics (2) vehicle inspection/health monitoring and (3) automated driving  Important aspects such as compute power requirements, model transparency and interpretability, model compliance with vehicle safety standards, all of which are expected to appreciably impact the adoption rate of DL in the automotive industry.
  • 19. FUTURE SCOPE In the future, we will:  Investigate distributed deep learning systems to improve training times for more complex networks and larger data sets.  Assess and curate available datasets for computer vision use cases in the domain of autonomous driving.  Evaluate natural understanding deep learning models (e. g., sequence-to-sequence learning).
  • 20. REFERENCES  [1] Y. Lecun, L. Bottou, Y. Bengio, and P. Haffner, "Gradient-based learning applied to document recognition," Proc. IEEE, vol. 86, no. 11, pp. 2278–2324, Nov. 1998, doi: 10.1109/5.726791.  [2] Y. LeCun et al., "Backpropagation applied to handwritten zip code recognition," Neural Computation, vol. 1, no. 4, pp. 541–551, Dec. 1989, doi: 10.1162/neco.1989.1.4.541.  [3] A. Cetinsoy, F. J. Martin, J. A. Ortega, and P. Petersen, "The past, present, and future of machine learning APIs," in JMLR: Workshop Conf. Proc., 2016, pp. 43–49.  [4] F. Chollet and J. J. Allaire, Deep Learning with R. Greenwich, CT, USA: Manning Publications Company, 2018.  [5] K. Sato, C. Young, and D. Patterson, "An in-depth look at Google’s first Tensor Processing Unit (TPU)," Google Cloud Big Data and Machine Learning Blog, 2017.