What Is And How Will Machine Learning Change Our Lives. Fair Use Agreement

Size: px
Start display at page:

Download "What Is And How Will Machine Learning Change Our Lives. Fair Use Agreement"

Transcription

1 What Is And How Will Machine Learning Change Our Lives Raymond Ptucha, Rochester Institute of Technology 2018 Engineering Symposium April 24, 2018, 9:45am Ptucha 18 1 Fair Use Agreement This agreement covers the use of all slides in this document, please read carefully. You may freely use these slides, if: You send me an telling me the conference/venue/company name in advance, and which slides you wish to use. You receive a positive confirmation back from me. My name (Ptucha) appears on each slide you use. (c) Raymond Ptucha, rwpeec@rit.edu Ptucha

2 Machine Learning Machine learning is giving computers the ability to analyze, generalize, think/reason/behave like humans. Machine learning is transforming medical research, financial markets, international security, and generally making humans more efficient and improving quality of life. Inspired by the mammalian brain, deep learning is machine learning on steroids- bigger, faster, better! Ptucha 18 4 AI (Artificial Intelligence) technology is now poised to transform every industry, just as electricity did 100 years ago. Between now and 2030, it will create an estimated $13 trillion of GDP growth. Andrew Ng Chairman and CEO, Landing AI Ptucha

3 Interest in Machine Learning Growing Faster Over Time Interest over time for keywords machine learning, deep learning Oct, 2012 April, 2014 Feb, Oct, 2017 Machine learning, cs229 is the most popular course at Stanford Their deep learning class, cs231 went from 150 to 350 to 750 in 2015/16/17 respectively Ptucha 18 6 We Live in a Flattened World Interest by by Region for for Machine Deep Learning Ptucha

4 The point of Singularity intelligence The point of singularity is when computers become smarter than humans. time Evolution of biology Advancement of technology Ptucha 18 8 Question 1 Do you think machines will ever be as intelligent as Machines??? Ptucha

5 Unleashing of Intelligence Machines will slowly match, then quickly surpass human capabilities. Today it is exciting/scary/fun to drive next to an autonomous car. Tomorrow it may be considered irresponsible for a human to relinquish control from a car that has faster reaction times, doesn t drink/text/get distracted/tired, and is communicating with surrounding vehicles and objects. Ptucha : The Year of AI: The Wall Street Journal, Forbes, and Fortune NEC Face Recognition SONY Playstation Virtual Reality Evolutionary Reinforcement Learning Ptucha

6 2017: The Year of AI: The Wall Street Journal, Forbes, and Fortune DeepBach NVIDIA Autonomous Car Detection & Segmentation YOLO v2 Object Detection Ptucha Some Things to Look for in Ptucha

7 Some Things to Look for in 2018 Faceshift GDC Apple iphone X, Animoji Yourself Ptucha Some Things to Look for in 2018 NVIDIA Drive Ptucha

8 AI Jobs Already deciding who gets and how much credit for credit card companies. Clerical tasks can all be automated, reducing human errors. Insurance claims being assisted by AI agents. AI lawyers can memorize every case ever presented and one day may recommend sentencing. Conversation bots may take over call centers. In law enforcement, money laundering, fraud, and cyber crimes will be detected by AI bots. In healthcare, AI assistants aiding doctors in making better diagnosis. Ptucha Ptucha

9 Question 2 Would you encourage someone to pursue a career in clerical task or a nursing field? Ptucha The Human Brain We ve learned more about the brain in the last 5 years than we have learned in the last 5000 years! It controls every aspect of our lives, but we still don t understand exactly how it works. Ptucha

10 The Brain on Pattern Recognition Airplane, Cat, Car, Dog STL-10 dataset /08/blindsight.html Ptucha The Brain on Pattern Recognition Despite Changes in Deformation: Ptucha

11 The Brain on Pattern Recognition Despite Changes in Occlusion: Ptucha The Brain on Pattern Recognition Despite Changes in Size, Pose, Angle: Tardar Sauce Grumpy Cat Ptucha

12 The Brain on Pattern Recognition Despite Changes in Background Clutter: Ptucha The Brain on Pattern Recognition Despite Changes in Class Variation Ptucha

13 Teaching Computers to See It took evolution 540M years to develop the marvel of the eye-brain. Lets say a child collects a new image every 200msec. By age 3, this child has processed over 250M images. 5 "#$%&'/'&) 60'&)/#", 60#",/h. 12h./1$2 3651$2'/2. 32.' = 2365 Today s computers can do this in a few days Ptucha Neural Nets on Pattern Recognition Instead of trying to code simple intuitions/rules on what makes an airplane, car, cat, and dog We feed neural networks a large number of training samples, and it will automatically learn the rules! Lets take a glimpse into the magic behind this! Ptucha

14 Artificial Neuron x 0 q 0 x 1 q 1 q x 2 2 q n g ( ) Note, x 0 is the bias unit, x 0 =1 h q (x)! =! #! $! %! ' ( = ( # ( $ ( % ( ' x n dendrites ' h *! = +! # ( # +! $ ( $ + +! ' ( ' = +.! / ( / h *! = + ( 1! Axons Activation function /0# Ptucha Artificial Neural Networks Artificial Neural Network (ANN) A network of interconnected artificial neurons that mimic the properties of a biological network of neurons. Input Hidden Output Ptucha

15 4-Layer ANN Fully Connected Topology Input Layer Hidden Layer 1 Hidden Layer 2 Output Layer D 1 D 2 D 3 D C A image would have 400 input nodes a nodes b nodes C nodes, where C is the number of classes Backpropagation (~1985) uses!" for learning!# Learning happens in the weights- each line is a weight. Ptucha Question 3 Do artificial neurons faithfully mimic real neurons in the brain? Ptucha

16 Two Most Important Deep Learning Fields Convolutional Neural Networks (CNN) Examine high dimensional input, learn features and classifier simultaneously Recurrent Neural Networks (RNN) Learn temporal signals, remember both short and long sequences Ptucha Two Most Important Deep Learning Fields Convolutional Neural Networks (CNN) Examine high dimensional input, learn features and classifier simultaneously Recurrent Neural Networks (RNN) Learn temporal signals, remember both short and long sequences Ptucha

17 Fully Connected Layers? pixel image. 40K input fully connected to 40K hidden (or output) layer. 1.6 billion weights! Generally don t have enough training samples to learn that many weights. Ranzato CVPR 14 Ptucha Convolution Filter Ranzato CVPR 14 Convolution filters apply a transform to an image. The above filter detects vertical edges. Ptucha

18 Locally Connected Layer pixel image. 40K input. Four filters, each fully connected 40K =16M weights.getting better! Ranzato CVPR 14 Ptucha Locally Connected Layer pixel image. 40K input. Four filters, each fully connected 40K =16M weights.getting better! Can we formulate so each filter has similar statistics across all locations? Ranzato CVPR 14 Ptucha

19 Convolution Layer pixel image. 40K input. Four filters, each fully connected 40K =16M weights.getting better! Require each filter has same statistics across all locations. Learn filters. Ranzato CVPR 14 Ptucha Convolution Layer Ranzato CVPR pixel image. 40K input. Four filters, each fully connected 40K =16M weights.getting better! Require each filter has same statistics across all locations. Learn filters. To learn four filters we have =400 parameters- great! Ptucha

20 Many Flavors of CNNs LeNet-5, LeCun 1989 AlexNet, Krizhevsky 2012 VGGNet, Simonyan 2014 GoogLeNet (Inception), Szegedy 2014 ResNet, He 2015 DenseNet, Huang 2017 Ptucha Image Convolution output By padding (filterwidth-1)/2, output image size matches input image size 3 3 filter sliding over input image Vert pad input Horiz pad Ptucha

21 Max Pooling- Reducing the Size of an Image cs321n, Karpathy, Li Ptucha Convolution Neural Network (CNN) Building Block Pooling Convolution Image Deng ICML 14 Ptucha

22 Putting it All Together Convolution Pooling Whole System Ptucha Learning Filters 32 Learned Filters, each Filtered images, each is Input image Use zero padding Ptucha

23 Learning Filters 32 Learned Filters, each Filtered images, each is Input image Use zero padding Ptucha Question 4: What are the two key building blocks in a convolutional neural network? Ptucha

24 CNN Visualization Zeiler, Fergus, 2014 Ptucha CNN Visualization Zeiler, Fergus, 2014 Ptucha

25 CNN as Vector Representation Typical CNN Architecture Input Image 2D Plot of fc8 Feature Vector Image of fc8 Feature Vector Ptucha CNN as Vector Representation As it turns out, these fully connected layers are excellent descriptors of the input image! For example, you can pass images through a pre-trained CNN, then take the output from a FC layer as input to a SVM classifier. (image2vec) Images in this vector space generally have the property that similar images are close in this latent representation. Ptucha

26 Vision Tasks Classification Classification + Localization Object Detection Instance Segmentation Single Object Multiple Objects Ptucha Classification vs. Classification + Localization Classification Input: Image Output: Class label Evaluation metric: Accuracy CAT Classification + Localization Input: Image Output: Class label, Box coordinates Evaluation metric: Intersection over Union (IoU) (CAT,x,y,w,h) Ptucha

27 Facial feature points Localization Each face has 68 points, so CNN would output: Face? pt1x pt1y pt2x pt2y... pt68x pt68y 137 outputs Of course, need GT for thousands of faces to train model. ptucha Ptucha FAIR Mask R-CNN, COCO + Places Workshop, ICCV 2017 Ptucha

28 FAIR Mask R-CNN, COCO + Places Workshop, ICCV 2017 Ptucha FAIR Mask R-CNN, COCO + Places Workshop, ICCV 2017 Ptucha

29 FAIR Mask R-CNN, COCO + Places Workshop, ICCV 2017 Ptucha ImageNet Amazon Turk did bulk of labeling 14M labeled images 20K classes Russakovsky et al., M images, 1000 categories Image classification, object localization, video detection Ptucha

30 ImageNet: Examples of Hammer Ptucha Deep Learning- Surpassing The Visual Cortex s Object Detection and Recognition Capability Traditional Computer Vision and Machine Learning Top-5 error on ImageNet Deep Convolution Neural Networks (CNNs) Error Introduction of deep learning AlexNet ZFNet 6.7 Trained Human (genius intellect) GoogleLeNet Human (Karpathy) ResNet Similar effect demonstrated on voice and pattern recognition CUImage 2018 moved to Kaggle SENet Year Ptucha

31 AI vs. IA Artificial Intelligence (AI) is the subject of developing machines that can think, act, or reason like humans. Intelligent Augmentation (IA) is the subject of enhancing human abilities- making us faster, smarter, more efficient. Note- according to CB insights 1, AI startup funding in 2016 was $4.2B, up 8 from just four years ago. Central to this is the exponential growth in deep learning the past few years. 1 Ptucha IA vs AI Examples Intelligent Augmentation Enterprise Automate mundane tasks Virtual assistants AR glasses for workers, doctors, repair Autonomous Vehicles Robots/Industrial IoT Highway assist Campus/controlled driving Humans take over for exceptions Collaborative robots work with humans for hard, unsafe, or repetitive Efficient and safer factories Drones Intelligent, but with human overseeing drones for inspections (cell towers, remote locations) Artificial Intelligence Machines perform tasks better and faster than humans All vehicles autonomous Illegal to drive own car Fully automated factories All humans replaced by robots on factory floor Drones don t require human supervision Ptucha

32 An engineer over estimates what she can do in 5 years and under estimates what she can do in 20 years The impact of IA (human-enhancing automation using deep learning and other machine learning techniques) would be bigger in the medium term than most think, while full automation is further away than some recent reporting might indicate Ptucha Question 5 Do we know what technologies will help us make the leap from intelligent augmentation to artificial intelligence? Ptucha

33 Andrew Ng, Deep Learning Specialization, Five courses: 1. Neural Networks and Deep Learning 2. Improving Deep Neural Networks 3. Structured Machine Learning Projects 4. Convolutional Neural Networks 5. Sequence Models Ptucha Li, Johnson, Yeung l Ptucha

34 Thank you!! Ray Ptucha Ptucha

Lecture 11-1 CNN introduction. Sung Kim

Lecture 11-1 CNN introduction. Sung Kim Lecture 11-1 CNN introduction Sung Kim 'The only limit is your imagination' http://itchyi.squarespace.com/thelatest/2012/5/17/the-only-limit-is-your-imagination.html Lecture 7: Convolutional

More information

Biologically Inspired Computation

Biologically Inspired Computation Biologically Inspired Computation Deep Learning & Convolutional Neural Networks Joe Marino biologically inspired computation biological intelligence flexible capable of detecting/ executing/reasoning about

More information

Deep Learning. Dr. Johan Hagelbäck.

Deep Learning. Dr. Johan Hagelbäck. Deep Learning Dr. Johan Hagelbäck johan.hagelback@lnu.se http://aiguy.org Image Classification Image classification can be a difficult task Some of the challenges we have to face are: Viewpoint variation:

More information

Lecture 23 Deep Learning: Segmentation

Lecture 23 Deep Learning: Segmentation Lecture 23 Deep Learning: Segmentation COS 429: Computer Vision Thanks: most of these slides shamelessly adapted from Stanford CS231n: Convolutional Neural Networks for Visual Recognition Fei-Fei Li, Andrej

More information

CS 7643: Deep Learning

CS 7643: Deep Learning CS 7643: Deep Learning Topics: Toeplitz matrices and convolutions = matrix-mult Dilated/a-trous convolutions Backprop in conv layers Transposed convolutions Dhruv Batra Georgia Tech HW1 extension 09/22

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

Convolutional Neural Networks

Convolutional Neural Networks Convolutional Neural Networks Convolution, LeNet, AlexNet, VGGNet, GoogleNet, Resnet, DenseNet, CAM, Deconvolution Sept 17, 2018 Aaditya Prakash Convolution Convolution Demo Convolution Convolution in

More information

Neural Networks The New Moore s Law

Neural Networks The New Moore s Law Neural Networks The New Moore s Law Chris Rowen, PhD, FIEEE CEO Cognite Ventures December 216 Outline Moore s Law Revisited: Efficiency Drives Productivity Embedded Neural Network Product Segments Efficiency

More information

Detection and Segmentation. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 11 -

Detection and Segmentation. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 11 - Lecture 11: Detection and Segmentation Lecture 11-1 May 10, 2017 Administrative Midterms being graded Please don t discuss midterms until next week - some students not yet taken A2 being graded Project

More information

GPU ACCELERATED DEEP LEARNING WITH CUDNN

GPU ACCELERATED DEEP LEARNING WITH CUDNN GPU ACCELERATED DEEP LEARNING WITH CUDNN Larry Brown Ph.D. March 2015 AGENDA 1 Introducing cudnn and GPUs 2 Deep Learning Context 3 cudnn V2 4 Using cudnn 2 Introducing cudnn and GPUs 3 HOW GPU ACCELERATION

More information

DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition. ECE 289G: Paper Presentation #3 Philipp Gysel

DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition. ECE 289G: Paper Presentation #3 Philipp Gysel DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition ECE 289G: Paper Presentation #3 Philipp Gysel Autonomous Car ECE 289G Paper Presentation, Philipp Gysel Slide 2 Source: maps.google.com

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

Impact of Automatic Feature Extraction in Deep Learning Architecture

Impact of Automatic Feature Extraction in Deep Learning Architecture Impact of Automatic Feature Extraction in Deep Learning Architecture Fatma Shaheen, Brijesh Verma and Md Asafuddoula Centre for Intelligent Systems Central Queensland University, Brisbane, Australia {f.shaheen,

More information

Convolutional Neural Networks. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 5-1

Convolutional Neural Networks. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 5-1 Lecture 5: Convolutional Neural Networks Lecture 5-1 Administrative Assignment 1 due Thursday April 20, 11:59pm on Canvas Assignment 2 will be released Thursday Lecture 5-2 Last time: Neural Networks Linear

More information

AI Application Processing Requirements

AI Application Processing Requirements AI Application Processing Requirements 1 Low Medium High Sensor analysis Activity Recognition (motion sensors) Stress Analysis or Attention Analysis Audio & sound Speech Recognition Object detection Computer

More information

Value-added Applications with Deep Learning. src:

Value-added Applications with Deep Learning. src: SMART TOURISM Value-added Applications with Deep Learning src: https://www.wttc.org/-/media/files/reports/economic-impact-research/countries-2017/thailand2017.pdf Somnuk Phon-Amnuaisuk, Minh-Son Dao, CIE,

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN?

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? Marc Stampfli https://www.linkedin.com/in/marcstampfli/ https://twitter.com/marc_stampfli E-Mail: mstampfli@nvidia.com INTELLIGENT ROBOTS AND SMART MACHINES

More information

6. Convolutional Neural Networks

6. Convolutional Neural Networks 6. Convolutional Neural Networks CS 519 Deep Learning, Winter 2016 Fuxin Li With materials from Zsolt Kira Quiz coming up Next Tuesday (1/26) 15 minutes Topics: Optimization Basic neural networks No Convolutional

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Convolutional Neural Networks. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 5-1

Convolutional Neural Networks. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 5-1 Lecture 5: Convolutional Neural Networks Lecture 5-1 Administrative Assignment 1 due Wednesday April 17, 11:59pm - Important: tag your solutions with the corresponding hw question in gradescope! - Some

More information

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS Kuan-Chuan Peng and Tsuhan Chen Cornell University School of Electrical and Computer Engineering Ithaca, NY 14850

More information

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris Artificial intelligence, made simple Written by: Dale Benton Produced by: Danielle Harris THE ARTIFICIAL INTELLIGENCE MARKET IS SET TO EXPLODE AND NVIDIA, ALONG WITH THE TECHNOLOGY ECOSYSTEM INCLUDING

More information

Demystifying Machine Learning

Demystifying Machine Learning Demystifying Machine Learning By Simon Agius Muscat Software Engineer with RightBrain PyMalta, 19/07/18 http://www.rightbrain.com.mt 0. Talk outline 1. Explain the reasoning behind my talk 2. Defining

More information

Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems

Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems Tiny ImageNet Challenge Investigating the Scaling of Inception Layers for Reduced Scale Classification Problems Emeric Stéphane Boigné eboigne@stanford.edu Jan Felix Heyse heyse@stanford.edu Abstract Scaling

More information

Digital image processing vs. computer vision Higher-level anchoring

Digital image processing vs. computer vision Higher-level anchoring Digital image processing vs. computer vision Higher-level anchoring Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

arxiv: v1 [cs.ce] 9 Jan 2018

arxiv: v1 [cs.ce] 9 Jan 2018 Predict Forex Trend via Convolutional Neural Networks Yun-Cheng Tsai, 1 Jun-Hao Chen, 2 Jun-Jie Wang 3 arxiv:1801.03018v1 [cs.ce] 9 Jan 2018 1 Center for General Education 2,3 Department of Computer Science

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Perceptron Barnabás Póczos Contents History of Artificial Neural Networks Definitions: Perceptron, Multi-Layer Perceptron Perceptron algorithm 2 Short History of Artificial

More information

Sketch-a-Net that Beats Humans

Sketch-a-Net that Beats Humans Sketch-a-Net that Beats Humans Qian Yu SketchLab@QMUL Queen Mary University of London 1 Authors Qian Yu Yongxin Yang Yi-Zhe Song Tao Xiang Timothy Hospedales 2 Let s play a game! Round 1 Easy fish face

More information

ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN

ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN Hairong Qi, Gonzalez Family Professor Electrical Engineering and Computer Science University of Tennessee, Knoxville http://www.eecs.utk.edu/faculty/qi

More information

ROAD RECOGNITION USING FULLY CONVOLUTIONAL NEURAL NETWORKS

ROAD RECOGNITION USING FULLY CONVOLUTIONAL NEURAL NETWORKS Bulletin of the Transilvania University of Braşov Vol. 10 (59) No. 2-2017 Series I: Engineering Sciences ROAD RECOGNITION USING FULLY CONVOLUTIONAL NEURAL NETWORKS E. HORVÁTH 1 C. POZNA 2 Á. BALLAGI 3

More information

CSC 578 Neural Networks and Deep Learning

CSC 578 Neural Networks and Deep Learning CSC 578 Neural Networks and Deep Learning Fall 2018/19 6. Convolutional Neural Networks (Some figures adapted from NNDL book) 1 Convolution Neural Networks 1. Convolutional Neural Networks Convolution,

More information

arxiv: v1 [cs.lg] 2 Jan 2018

arxiv: v1 [cs.lg] 2 Jan 2018 Deep Learning for Identifying Potential Conceptual Shifts for Co-creative Drawing arxiv:1801.00723v1 [cs.lg] 2 Jan 2018 Pegah Karimi pkarimi@uncc.edu Kazjon Grace The University of Sydney Sydney, NSW 2006

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

Camera Model Identification With The Use of Deep Convolutional Neural Networks

Camera Model Identification With The Use of Deep Convolutional Neural Networks Camera Model Identification With The Use of Deep Convolutional Neural Networks Amel TUAMA 2,3, Frédéric COMBY 2,3, and Marc CHAUMONT 1,2,3 (1) University of Nîmes, France (2) University Montpellier, France

More information

Semantic Segmentation on Resource Constrained Devices

Semantic Segmentation on Resource Constrained Devices Semantic Segmentation on Resource Constrained Devices Sachin Mehta University of Washington, Seattle In collaboration with Mohammad Rastegari, Anat Caspi, Linda Shapiro, and Hannaneh Hajishirzi Project

More information

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger An Introduction to Artificial Intelligence, Machine Learning, and Neural networks ATA58 Carola F. Berger Outline What is Artificial Intelligence (AI)? What does it do? How does it work? Will there be a

More information

Swiss Re Institute. September 2018 Dr. Jeffrey R. Bohn

Swiss Re Institute. September 2018 Dr. Jeffrey R. Bohn Swiss Re Institute September 2018 Dr. Jeffrey R. Bohn Welcome & Introduction to the Swiss Re Institute 2 Global presence US infrastructure SRI Symposia sigma Monte Carlo launch Insurance market report

More information

Embedding Artificial Intelligence into Our Lives

Embedding Artificial Intelligence into Our Lives Embedding Artificial Intelligence into Our Lives Michael Thompson, Synopsys D&R IP-SOC DAYS Santa Clara April 2018 1 Agenda Introduction What AI is and is Not Where AI is being used Rapid Advance of AI

More information

Artificial Intelligence and Deep Learning

Artificial Intelligence and Deep Learning Artificial Intelligence and Deep Learning Cars are now driving themselves (far from perfectly, though) Speaking to a Bot is No Longer Unusual March 2016: World Go Champion Beaten by Machine AI: The Upcoming

More information

Humanification Go Digital, Stay Human

Humanification Go Digital, Stay Human Humanification Go Digital, Stay Human Image courtesy: Home LOCAL AND PREDICTABLE WORLD GLOBAL AND UNPREDICTABLE WORLD MASSIVE DISRUPTION IN THE NEXT DECADE DISRUPTIVE STRESS OR DISRUPTIVE OPPORTUNITY DISRUPTION

More information

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15 Lecture Overview What is Artificial Intelligence? Agents acting in an environment Learning objectives: at the end of the class, you should be able to describe what an intelligent agent is identify the

More information

SUNG-UK PARK THE 4TH INDUSTRIAL REVOLUTION AND R&D POLICY

SUNG-UK PARK THE 4TH INDUSTRIAL REVOLUTION AND R&D POLICY DOI: 10.20472/IAC.2017.33.056 SUNG-UK PARK KISTI, Korea, Republic of THE 4TH INDUSTRIAL REVOLUTION AND R&D POLICY Abstract: In this 4th Industrial Revolution, we are facing a range of new technologies

More information

Classification Accuracies of Malaria Infected Cells Using Deep Convolutional Neural Networks Based on Decompressed Images

Classification Accuracies of Malaria Infected Cells Using Deep Convolutional Neural Networks Based on Decompressed Images Classification Accuracies of Malaria Infected Cells Using Deep Convolutional Neural Networks Based on Decompressed Images Yuhang Dong, Zhuocheng Jiang, Hongda Shen, W. David Pan Dept. of Electrical & Computer

More information

FROM AI TO IA AI: Artificial Intelligence IA: Intelligence Amplification Mieke De Ketelaere, SAS NEMEA

FROM AI TO IA AI: Artificial Intelligence IA: Intelligence Amplification Mieke De Ketelaere, SAS NEMEA FROM AI TO IA AI: Artificial Intelligence IA: Intelligence Amplification Mieke De Ketelaere, AI/CI @ SAS NEMEA About myself G.M. De Ketelaere University of Stuttgart, DE G.M. De Ketelaere and H.W. Guesgen

More information

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013 INTRODUCTION TO DEEP LEARNING Steve Tjoa kiemyang@gmail.com June 2013 Acknowledgements http://ufldl.stanford.edu/wiki/index.php/ UFLDL_Tutorial http://youtu.be/ayzoubkuf3m http://youtu.be/zmnoatzigik 2

More information

Responsible AI & National AI Strategies

Responsible AI & National AI Strategies Responsible AI & National AI Strategies European Union Commission Dr. Anand S. Rao Global Artificial Intelligence Lead Today s discussion 01 02 Opportunities in Artificial Intelligence Risks of Artificial

More information

Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Launchmetrics

Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Launchmetrics Cómo estructurar un buen proyecto de Machine Learning? Anna Bosch Rue VP Data Intelligence @ Launchmetrics annaboschrue@gmail.com Motivating example 90% Accuracy and you want to do better IDEAS: - Collect

More information

GESTURE RECOGNITION FOR ROBOTIC CONTROL USING DEEP LEARNING

GESTURE RECOGNITION FOR ROBOTIC CONTROL USING DEEP LEARNING 2017 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM AUTONOMOUS GROUND SYSTEMS (AGS) TECHNICAL SESSION AUGUST 8-10, 2017 - NOVI, MICHIGAN GESTURE RECOGNITION FOR ROBOTIC CONTROL USING

More information

Convolutional Networks Overview

Convolutional Networks Overview Convolutional Networks Overview Sargur Srihari 1 Topics Limitations of Conventional Neural Networks The convolution operation Convolutional Networks Pooling Convolutional Network Architecture Advantages

More information

Jeff Bezos, CEO and Founder Amazon

Jeff Bezos, CEO and Founder Amazon Jeff Bezos, CEO and Founder Amazon Artificial Intelligence and Machine Learning... will empower and improve every business, every government organization, every philanthropy there is not an institution

More information

MENA-ECA-APAC NETWORK MEETINGS, 2017

MENA-ECA-APAC NETWORK MEETINGS, 2017 MENA-ECA-APAC NETWORK MEETINGS, 2017 INNOVATION AND DISRUPTIVE TECHNOLOGY Sleem Hasan, Founder and CEO, Privity November 15, 2017 "Technology is the ONLY discipline I have identified that has the ability

More information

Driving Using End-to-End Deep Learning

Driving Using End-to-End Deep Learning Driving Using End-to-End Deep Learning Farzain Majeed farza@knights.ucf.edu Kishan Athrey kishan.athrey@knights.ucf.edu Dr. Mubarak Shah shah@crcv.ucf.edu Abstract This work explores the problem of autonomously

More information

HUMAN-LEVEL ARTIFICIAL INTELIGENCE & COGNITIVE SCIENCE

HUMAN-LEVEL ARTIFICIAL INTELIGENCE & COGNITIVE SCIENCE HUMAN-LEVEL ARTIFICIAL INTELIGENCE & COGNITIVE SCIENCE Nils J. Nilsson Stanford AI Lab http://ai.stanford.edu/~nilsson Symbolic Systems 100, April 15, 2008 1 OUTLINE Computation and Intelligence Approaches

More information

CS 131 Lecture 1: Course introduction

CS 131 Lecture 1: Course introduction CS 131 Lecture 1: Course introduction Olivier Moindrot Department of Computer Science Stanford University Stanford, CA 94305 olivierm@stanford.edu 1 What is computer vision? 1.1 Definition Two definitions

More information

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series

Distributed Robotics: Building an environment for digital cooperation. Artificial Intelligence series Distributed Robotics: Building an environment for digital cooperation Artificial Intelligence series Distributed Robotics March 2018 02 From programmable machines to intelligent agents Robots, from the

More information

EE-559 Deep learning 7.2. Networks for image classification

EE-559 Deep learning 7.2. Networks for image classification EE-559 Deep learning 7.2. Networks for image classification François Fleuret https://fleuret.org/ee559/ Fri Nov 16 22:58:34 UTC 2018 ÉCOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE Image classification, standard

More information

Disrupting our way to a Very Human City

Disrupting our way to a Very Human City Disrupting our way to a Very Human City Zagreb Forum 2017 Technology Park Zagreb 20 th November 2017 Steve Wells COO, Fast Future Publishing steve@fastfuturepublishing.com Image: http://www.bbc.com Through

More information

GPU Computing for Cognitive Robotics

GPU Computing for Cognitive Robotics GPU Computing for Cognitive Robotics Martin Peniak, Davide Marocco, Angelo Cangelosi GPU Technology Conference, San Jose, California, 25 March, 2014 Acknowledgements This study was financed by: EU Integrating

More information

The Three Laws of Artificial Intelligence

The Three Laws of Artificial Intelligence The Three Laws of Artificial Intelligence Dispelling Common Myths of AI We ve all heard about it and watched the scary movies. An artificial intelligence somehow develops spontaneously and ferociously

More information

Smart Manufacturing: A Big Data Perspective. Andrew Kusiak Intelligent Systems Laboratory The University of Iowa Iowa City, Iowa USA

Smart Manufacturing: A Big Data Perspective. Andrew Kusiak Intelligent Systems Laboratory The University of Iowa Iowa City, Iowa USA Smart Manufacturing: A Big Data Perspective Andrew Kusiak Iowa City, Iowa USA andrew-kusiak@uiowa.edu https://research.engineering.uiowa.edu/kusiak/ ISPR 2017, Wien, Austria Outline Introduction Data-driven

More information

Visualizing and Understanding. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 12 -

Visualizing and Understanding. Fei-Fei Li & Justin Johnson & Serena Yeung. Lecture 12 - Lecture 12: Visualizing and Understanding Lecture 12-1 May 16, 2017 Administrative Milestones due tonight on Canvas, 11:59pm Midterm grades released on Gradescope this week A3 due next Friday, 5/26 HyperQuest

More information

Convolu'onal Neural Networks. November 17, 2015

Convolu'onal Neural Networks. November 17, 2015 Convolu'onal Neural Networks November 17, 2015 Ar'ficial Neural Networks Feedforward neural networks Ar'ficial Neural Networks Feedforward, fully-connected neural networks Ar'ficial Neural Networks Feedforward,

More information

Transer Learning : Super Intelligence

Transer Learning : Super Intelligence Transer Learning : Super Intelligence GIS Group Dr Narayan Panigrahi, MA Rajesh, Shibumon Alampatta, Rakesh K P of Centre for AI and Robotics, Defence Research and Development Organization, C V Raman Nagar,

More information

A.I in Automotive? Why and When.

A.I in Automotive? Why and When. A.I in Automotive? Why and When. AGENDA 01 02 03 04 Definitions A.I? A.I in automotive Now? Next big A.I breakthrough in Automotive 01 DEFINITIONS DEFINITIONS Artificial Intelligence Artificial Intelligence:

More information

Beyond Buzzwords: Emerging Technologies That Matter

Beyond Buzzwords: Emerging Technologies That Matter Norm Rose President Beyond Buzzwords: Emerging Technologies That Matter Demystifying Emerging Technologies for the Global Travel Industry April 26, 2018 Overview otechnology Evolution and Hype oemerging

More information

Recognition: Overview. Sanja Fidler CSC420: Intro to Image Understanding 1/ 83

Recognition: Overview. Sanja Fidler CSC420: Intro to Image Understanding 1/ 83 Recognition: Overview Sanja Fidler CSC420: Intro to Image Understanding 1/ 83 Textbook This book has a lot of material: K. Grauman and B. Leibe Visual Object Recognition Synthesis Lectures On Computer

More information

Applied Applied Artificial Intelligence - a (short) Silicon Valley appetizer

Applied Applied Artificial Intelligence - a (short) Silicon Valley appetizer Applied Applied Artificial Intelligence - a (short) Silicon Valley appetizer ATV tech Talk, 4. May, 2018 Martin Broch Pedersen Innovation Center Denmark, Silicon Valley Carlsberg turns to AI to help develop

More information

En ny æra for uthenting av informasjon fra satellittbilder ved hjelp av maskinlæring

En ny æra for uthenting av informasjon fra satellittbilder ved hjelp av maskinlæring En ny æra for uthenting av informasjon fra satellittbilder ved hjelp av maskinlæring Mathilde Ørstavik og Terje Midtbø Mathilde Ørstavik and Terje Midtbø, A New Era for Feature Extraction in Remotely Sensed

More information

A Fuller Understanding of Fully Convolutional Networks. Evan Shelhamer* Jonathan Long* Trevor Darrell UC Berkeley in CVPR'15, PAMI'16

A Fuller Understanding of Fully Convolutional Networks. Evan Shelhamer* Jonathan Long* Trevor Darrell UC Berkeley in CVPR'15, PAMI'16 A Fuller Understanding of Fully Convolutional Networks Evan Shelhamer* Jonathan Long* Trevor Darrell UC Berkeley in CVPR'15, PAMI'16 1 pixels in, pixels out colorization Zhang et al.2016 monocular depth

More information

An Introduction to Convolutional Neural Networks. Alessandro Giusti Dalle Molle Institute for Artificial Intelligence Lugano, Switzerland

An Introduction to Convolutional Neural Networks. Alessandro Giusti Dalle Molle Institute for Artificial Intelligence Lugano, Switzerland An Introduction to Convolutional Neural Networks Alessandro Giusti Dalle Molle Institute for Artificial Intelligence Lugano, Switzerland Sources & Resources - Andrej Karpathy, CS231n http://cs231n.github.io/convolutional-networks/

More information

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology

Wadehra Kartik, Kathpalia Mukul, Bahl Vasudha, International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 1) Available online at www.ijariit.com Hand Detection and Gesture Recognition in Real-Time Using Haar-Classification and Convolutional Neural Networks

More information

Computer vision, wearable computing and the future of transportation

Computer vision, wearable computing and the future of transportation Computer vision, wearable computing and the future of transportation Amnon Shashua Hebrew University, Mobileye, OrCam 1 Computer Vision that will Change Transportation Amnon Shashua Mobileye 2 Computer

More information

GESTURE RECOGNITION WITH 3D CNNS

GESTURE RECOGNITION WITH 3D CNNS April 4-7, 2016 Silicon Valley GESTURE RECOGNITION WITH 3D CNNS Pavlo Molchanov Xiaodong Yang Shalini Gupta Kihwan Kim Stephen Tyree Jan Kautz 4/6/2016 Motivation AGENDA Problem statement Selecting the

More information

Colorful Image Colorizations Supplementary Material

Colorful Image Colorizations Supplementary Material Colorful Image Colorizations Supplementary Material Richard Zhang, Phillip Isola, Alexei A. Efros {rich.zhang, isola, efros}@eecs.berkeley.edu University of California, Berkeley 1 Overview This document

More information

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Journal of Advanced College of Engineering and Management, Vol. 3, 2017 DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Anil Bhujel 1, Dibakar Raj Pant 2 1 Ministry of Information and

More information

Artificial Neural Networks

Artificial Neural Networks Artificial Neural Networks ABSTRACT Just as life attempts to understand itself better by modeling it, and in the process create something new, so Neural computing is an attempt at modeling the workings

More information

MSc(CompSc) List of courses offered in

MSc(CompSc) List of courses offered in Office of the MSc Programme in Computer Science Department of Computer Science The University of Hong Kong Pokfulam Road, Hong Kong. Tel: (+852) 3917 1828 Fax: (+852) 2547 4442 Email: msccs@cs.hku.hk (The

More information

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab. 김강일

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab.  김강일 신경망기반자동번역기술 Konkuk University Computational Intelligence Lab. http://ci.konkuk.ac.kr kikim01@kunkuk.ac.kr 김강일 Index Issues in AI and Deep Learning Overview of Machine Translation Advanced Techniques in

More information

The AI Awakening and the Challenge for Society

The AI Awakening and the Challenge for Society The AI Awakening and the Challenge for Society MIT, November 28, 2017 Erik Brynjolfsson The Second Machine Age Changing the world requires two things: Power system: move or transform things Control system:

More information

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018 DEEP LEARNING ON RF DATA Adam Thompson Senior Solutions Architect March 29, 2018 Background Information Signal Processing and Deep Learning Radio Frequency Data Nuances AGENDA Complex Domain Representations

More information

Application of AI Technology to Industrial Revolution

Application of AI Technology to Industrial Revolution Application of AI Technology to Industrial Revolution By Dr. Suchai Thanawastien 1. What is AI? Artificial Intelligence or AI is a branch of computer science that tries to emulate the capabilities of learning,

More information

یادآوری: خالصه CNN. ConvNet

یادآوری: خالصه CNN. ConvNet 1 ConvNet یادآوری: خالصه CNN شبکه عصبی کانولوشنال یا Convolutional Neural Networks یا نوعی از شبکههای عصبی عمیق مدل یادگیری آن باناظر.اصالح وزنها با الگوریتم back-propagation مناسب برای داده های حجیم و

More information

Artificial Intelligence in distribution

Artificial Intelligence in distribution Artificial Intelligence in distribution (an oxymoron?) Sergi Mesquida etravel Lab Feb 2018 In situations where an accident is unavoidable, we expect a decision from the autonomous car. How artificial

More information

The future of work. Artificial Intelligence series

The future of work. Artificial Intelligence series The future of work Artificial Intelligence series The future of work March 2017 02 Cognition and the future of work We live in an era of unprecedented change. The world s population is expected to reach

More information

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Technology trends in the digitalization era ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Summary About CRIT Top Trends for Emerging Technologies

More information

Neural Network Part 4: Recurrent Neural Networks

Neural Network Part 4: Recurrent Neural Networks Neural Network Part 4: Recurrent Neural Networks Yingyu Liang Computer Sciences 760 Fall 2017 http://pages.cs.wisc.edu/~yliang/cs760/ Some of the slides in these lectures have been adapted/borrowed from

More information

Trends Report R I M S

Trends Report R I M S Trends Report R I M S 2 0 1 8 Changing technology Changing workplaces Changing risk Progress is a good thing. But, with evolution and change comes risk. Fast-moving technology and super-charged innovation

More information

AI for Autonomous Ships Challenges in Design and Validation

AI for Autonomous Ships Challenges in Design and Validation VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD AI for Autonomous Ships Challenges in Design and Validation ISSAV 2018 Eetu Heikkilä Autonomous ships - activities in VTT Autonomous ship systems Unmanned engine

More information

Video Object Segmentation with Re-identification

Video Object Segmentation with Re-identification Video Object Segmentation with Re-identification Xiaoxiao Li, Yuankai Qi, Zhe Wang, Kai Chen, Ziwei Liu, Jianping Shi Ping Luo, Chen Change Loy, Xiaoou Tang The Chinese University of Hong Kong, SenseTime

More information

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni.

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni. Lesson 08 Convolutional Neural Network Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni Lesson 08 Convolution we will consider 2D convolution the result

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence CSE 120 Spring 2017 Slide credits: Pieter Abbeel, Dan Klein, Stuart Russell, Pat Virtue & http://csillustrated.berkeley.edu Instructor: Justin Hsia Teaching Assistants: Anupam Gupta,

More information

Course Objectives. This course gives a basic neural network architectures and learning rules.

Course Objectives. This course gives a basic neural network architectures and learning rules. Introduction Course Objectives This course gives a basic neural network architectures and learning rules. Emphasis is placed on the mathematical analysis of these networks, on methods of training them

More information

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University EMERGENCE OF INTELLIGENT MACHINES: CHALLENGES AND OPPORTUNITIES CS6700: The Emergence of Intelligent Machines Prof. Carla Gomes Prof. Bart Selman Cornell University Artificial Intelligence After a distinguished

More information

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

Technologies Worth Watching. Case Study: Investigating Innovation Leader s

Technologies Worth Watching. Case Study: Investigating Innovation Leader s Case Study: Investigating Innovation Leader s Technologies Worth Watching 08-2017 Mergeflow AG Effnerstrasse 39a 81925 München Germany www.mergeflow.com 2 About Mergeflow What We Do Our innovation analytics

More information

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews Today CS 395T Visual Recognition Course logistics Overview Volunteers, prep for next week Thursday, January 18 Administration Class: Tues / Thurs 12:30-2 PM Instructor: Kristen Grauman grauman at cs.utexas.edu

More information

Adversarial Robustness for Aligned AI

Adversarial Robustness for Aligned AI Adversarial Robustness for Aligned AI Ian Goodfellow, Staff Research NIPS 2017 Workshop on Aligned Artificial Intelligence Many thanks to Catherine Olsson for feedback on drafts The Alignment Problem (This

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information