Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15



Similar documents
Applications of Deep Learning to the GEOINT mission. June 2015

DEEP LEARNING WITH GPUS

Sense Making in an IOT World: Sensor Data Analysis with Deep Learning

Steven C.H. Hoi School of Information Systems Singapore Management University

Deep Learning Meets Heterogeneous Computing. Dr. Ren Wu Distinguished Scientist, IDL, Baidu

MulticoreWare. Global Company, 250+ employees HQ = Sunnyvale, CA Other locations: US, China, India, Taiwan

What is Artificial Intelligence?

Deep Learning and GPUs. Julie Bernauer

Learning to Process Natural Language in Big Data Environment

PhD in Computer Science and Engineering Bologna, April Machine Learning. Marco Lippi. Marco Lippi Machine Learning 1 / 80

FAST DATA = BIG DATA + GPU. Carlo Nardone, Senior Solution Architect EMEA Enterprise UNITO, March 21 th, 2016

How To Get A Computer Science Degree

Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016

SIPAC. Signals and Data Identification, Processing, Analysis, and Classification

DATA EXPERTS MINE ANALYZE VISUALIZE. We accelerate research and transform data to help you create actionable insights

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

Machine Learning Introduction

CS 1699: Intro to Computer Vision. Deep Learning. Prof. Adriana Kovashka University of Pittsburgh December 1, 2015

Advanced analytics at your hands

Analecta Vol. 8, No. 2 ISSN

How To Use Neural Networks In Data Mining

Image Classification for Dogs and Cats

CSC384 Intro to Artificial Intelligence

Computer Science Electives and Clusters

Lecture 6: CNNs for Detection, Tracking, and Segmentation Object Detection

McAfee Web Gateway Administration Intel Security Education Services Administration Course Training

Big Data: Image & Video Analytics

Padma Charan Das Dept. of E.T.C. Berhampur, Odisha, India

Taking Inverse Graphics Seriously

Application and practice of parallel cloud computing in ISP. Guangzhou Institute of China Telecom Zhilan Huang

: Introduction to Machine Learning Dr. Rita Osadchy

How To Make Sense Of Data With Altilia

Gerard Mc Nulty Systems Optimisation Ltd BA.,B.A.I.,C.Eng.,F.I.E.I

Introduction to Machine Learning CMU-10701

Abdullah Mohammed Abdullah Khamis

GLOVE-BASED GESTURE RECOGNITION SYSTEM

Bachelor Degree in Informatics Engineering Master courses

CPSC 340: Machine Learning and Data Mining. Mark Schmidt University of British Columbia Fall 2015

APPLICATION OF INTELLIGENT METHODS IN COMMERCIAL WEBSITE MARKETING STRATEGIES DEVELOPMENT

Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel

An Introduction to Deep Learning

Augmented Search for Web Applications. New frontier in big log data analysis and application intelligence

HOW WILL BIG DATA AFFECT RADIOLOGY (RESEARCH / ANALYTICS)? Ronald Arenson, MD

USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE

CIKM 2015 Melbourne Australia Oct. 22, 2015 Building a Better Connected World with Data Mining and Artificial Intelligence Technologies

Scalable Developments for Big Data Analytics in Remote Sensing

Software Development Training Camp 1 (0-3) Prerequisite : Program development skill enhancement camp, at least 48 person-hours.

Data Science, Predictive Analytics & Big Data Analytics Solutions. Service Presentation

What is Data Science? Girl Develop It! Meetup Renée M. P. Teate, March 2015

Comparison of K-means and Backpropagation Data Mining Algorithms

Introduction. Selim Aksoy. Bilkent University

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski

Machine Learning with MATLAB David Willingham Application Engineer

Big Data and Analytics: Challenges and Opportunities

Projects - Neural and Evolutionary Computing

A Demonstration of a Robust Context Classification System (CCS) and its Context ToolChain (CTC)

Search and Real-Time Analytics on Big Data

The 4 Pillars of Technosoft s Big Data Practice

COMP9321 Web Application Engineering

Pedestrian Detection with RCNN

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc])

Graduate Co-op Students Information Manual. Department of Computer Science. Faculty of Science. University of Regina

Simulation-based traffic management for autonomous and connected vehicles

Lecture 6: Classification & Localization. boris. ginzburg@intel.com

Delivering new insights and value to consumer products companies through big data

How does Big Data disrupt the technology ecosystem of the public cloud?

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics

Novelty Detection in image recognition using IRF Neural Networks properties

What do Big Data & HAVEn mean? Robert Lejnert HP Autonomy

3D Object Recognition using Convolutional Neural Networks with Transfer Learning between Input Channels

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON

Maschinelles Lernen mit MATLAB

Social Media Implementations

The Cyber Threat Profiler

Lecture 6. Artificial Neural Networks

Deep learning applications and challenges in big data analytics

Masters in Information Technology

Danny Wang, Ph.D. Vice President of Business Strategy and Risk Management Republic Bank

A picture is worth five captions

The Scientific Data Mining Process

Apache Hama Design Document v0.6

KEITH LEHNERT AND ERIC FRIEDRICH

COMP 590: Artificial Intelligence

Keywords data mining, prediction techniques, decision making.

NTT DATA Big Data Reference Architecture Ver. 1.0

Computer Vision Technology. Dave Bolme and Steve O Hara

The Purview Solution Integration With Splunk

School of Computer Science

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

Dr. Raju Namburu Computational Sciences Campaign U.S. Army Research Laboratory. The Nation s Premier Laboratory for Land Forces UNCLASSIFIED

Analysis Tools and Libraries for BigData

Fall 2012 Q530. Programming for Cognitive Science

agility made possible

The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2

Transcription:

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 GENIVI is a registered trademark of the GENIVI Alliance in the USA and other countries Copyright GENIVI Alliance 2015 Kyungwon Byun(Steve Byun) FAE NVIDIA 1

AGENDA 1. What is Deep Learning? 2. Deep Learning software 3. Deep Learning deployment 4. CDL using Deep Learning 5. Driver Workload Assessor using Deep Learning 5-Oct-15 GENIVI is a registered trademark of the GENIVI Alliance in the USA and other countries Copyright GENIVI Alliance 2015 2

Deep Learning & Artificial Intelligence Deep Learning has become the most popular approach to developing Artificial Intelligence (AI) machines that perceive and understand the world The focus is currently on specific perceptual tasks, and there are many successes. Today, some of the world s largest internet companies, as well as the foremost research institutions, are using GPUs for deep learning in research and production

Practical DEEP LEARNING Examples Image Classification, Object Detection, Localization, Action Recognition, Scene Understanding Speech Recognition, Speech Translation, Natural Language Processing Pedestrian Detection, Traffic Sign Recognition Breast Cancer Cell Mitosis Detection, Volumetric Brain Image Segmentation

Traditional MACHINE PERCEPTION hand tuned features Classifier/ Raw data Feature extraction Result detector SVM, shallow neural net, HMM, shallow neural net, Speaker ID, speech transcription, Clustering, HMM, LDA, LSA Topic classification, machine translation, sentiment analysis

Deep Learning Approach Train: Dog Errors Cat Dog Cat Raccoon Honey badger Deploy: Dog

SOME DEEP LEARNING Use Cases

Artificial Neural Network (ANN) A collection of simple, trainable mathematical units that collectively learn complex functions Biological neuron Artificial neuron y w 1 w 2 w 3 x 1 x 2 x 3 From Stanford cs231n lecture notes y=f(w 1 x 1 +w 2 x 2 +w 3 x 3 ) F(x)=max(0,x)

Artificial Neural Network (Ann) A collection of simple, trainable mathematical units that collectively learn complex functions Hidden layers Input layer Output layer Given sufficient training data an artificial neural network can approximate very complex functions mapping raw data to output decisions

Deep Neural Network (DNN) Raw data Low-level features Mid-level features High-level features Application components: Input Result Task objective e.g. Identify face Training data 10-100M images Network architecture ~10 layers 1B parameters Learning algorithm ~30 Exaflops ~30 GPU days

Deep Learning Advantages Robust No need to design the features ahead of time features are automatically learned to be optimal for the task at hand Robustness to natural variations in the data is automatically learned Generalizable The same neural net approach can be used for many different applications and data types Scalable Performance improves with more data, method is massively parallelizable

Convolutional Neural Network (cnn) Inspired by the human visual cortex Learns a hierarchy of visual features Local pixel level features are scale and translation invariant Learns the essence of visual objects and generalizes well

Convolutional Neural Network (cnn)

Recurrent Neural Network (RNN)

Slide credit: Yann Lecun, Facebook & NYU DNNs dominate in perceptual tasks

Why is Deep learning hot now? Three Driving Factors Big Data Availability 350 millions images uploaded per day 2.5 Petabytes of customer data hourly 100 hours of video uploaded every minute New DL Techniques GPU acceleration

The platform for Deep Learning Image Recognition Challenge 1.2M training images 1000 object categories Hosted by

How to write applications using DL

GPU-Accelerated Deep Learning Frameworks CAFFE TORCH THEANO KALDI Domain Deep Learning Framework Scientific Computing Framework Math Expression Compiler Speech Recognition Toolkit cudnn 2.0 2.0 2.0 -- Multi-GPU via DIGITS 2 In Progress In Progress (nnet2) Multi-CPU (nnet2) License BSD-2 GPL BSD Apache 2.0 Interface(s) Command line, Python, MATLAB Lua, Python, MATLAB Python C++, Shell scripts Embedded (TK1)

Deep Learning deployment workflow

Project DAVE - DARPA autonomous vehicle Accuracy % 72% IMAGENET CHALLENGE 74% 84% DNN CV DNN-based self-driving robot Training data by human driver No hand-coded CV algorithms 2010 2011 2012 2013 2014

Project DAVE - DARPA autonomous vehicle TRAINING DATA 225K Images

Project DAVE - DARPA autonomous vehicle TEST DRIVE No training

Project DAVE - DARPA autonomous vehicle TEST DRIVE Partially Trained (52K images)

Project DAVE - DARPA autonomous vehicle TEST DRIVE Fully Trained (225K images)

Project DAVE - DARPA autonomous vehicle DAVE IN ACTION

Project DAVE - DARPA autonomous vehicle

CAR classification using DL

From: An Empirical Evaluation of Deep Learning on Highway Driving

CDL(Car Data Logging) Logging Car Information - Diagnostic data: engine parameter, speedometer etc. - Navigation data: GPS position, travel route etc. - Infotainment data: video, audio, music etc. Automatic Logging & Filtering for Real-Time Car Information - Interworking with DLT (Diagnostic Log & Trace) system on GENIVI platform - Using CAN/IPC/Serial/Ethernet protocols Logging data saving and sending data to off-board server - Saving Log data after Filtering and File format conversions. - Uploading Log data to off-board server

CDL(Car Data Logging) Why does CDL need? - The need to collect amount of Data generated by vehicle.(e.g. CAN data collection, Analysis) - Mass production stage for gathering real field data. - Reference Usage: Real time CAN Data Monitoring, Data Analysis CDL Scope - Specify what kind of data we have to collect and how to store it. - Specify how often do we have to collect data. - Specify what method we use for data transferring from car to server.

CDL(Car Data Logging) Arch

Deep Learning to Car Data Logging (CDL) Server model CDL Box DL model manager CDL manager CAN interface D1 D2 D : Device D3 D4 D5 D6....

Driver Workload Assessor Diagram

Driver Workload Assessor using DL Driver face DL model manager Driver Workload Assessor Application Driver emotion analysis Control applications

THANK YOU sbyun@nvidia.com