1
Object Detection using NVIDIA DIGITS
Customization and Modification
Deep Learning Institute NVIDIA Corporation
Object Detection using NVIDIA DIGITS Customization and Modification - - PowerPoint PPT Presentation
Object Detection using NVIDIA DIGITS Customization and Modification Deep Learning Institute NVIDIA Corporation 1 2 2 Introduction to Object Detection Detection by Combining Deep Learning with Traditional Computer Vision AGENDA Detection by
1
Deep Learning Institute NVIDIA Corporation
2 2
4
We want to know IF there are whale faces in aerial images, and if so, where.
5
Take 2 minutes to think through and write down (paper or computer) ideas.
6 6
Solving novel problems with code
7
8
9 9
10
11
12
13
14
15
16
17
18
19
20
21
22 22
We’ve been working in a framework called Caffe. Each framework requires a different way (syntax) of describing architectures and hyperparameters. Other frameworks include TensorFlow, MXNet, etc. We’ve been working with a UI called DIGITS The community works to make model building and deployment easier. Other tools include Keras, Tensorboard, or APIs with common programming languages. We’ve been working with a network called AlexNet. Each network can be described and trained using ANY framework. Different networks learn differently: different training rates, methods,
learners.
23
managed by Facebook
and training parameters
name: “conv1” type: “Convolution” bottom: “data” top: “conv1” convolution_param { num_output: 16 kernel_size: 3 stride: 1 weight_filler { type: “xavier” } }
24
Input Result
Application components: Task objective e.g. Identify face Training data 10-100M images Network architecture ~10s-100s of layers 1B parameters Learning algorithm ~30 Exaflops 1-30 GPU days
Raw data Low-level features Mid-level features High-level features
25
27
28
29
30
31
32
33
March 26-29, 2018| Silicon Valley | #GTC18
www.gputechconf.com
INNOVATE
Hear about disruptive innovations from startups
DISCOVER
See how GPUs are creating amazing breakthroughs in important fields such as deep learning and AI
CONNECT
Connect with technology experts from NVIDIA and
LEARN
Gain insight and valuable hands-on training through hundreds of sessions and research posters
34