Visualizing CNNs and Deeper Deep Architectures

Slides:



Advertisements
Similar presentations
Karen Simonyan Andrew Zisserman
Advertisements

Spatial Pyramid Pooling in Deep Convolutional
PRLab TUDelft NL. What is the source of this magic?  Deep net has more parameters than the shallow net;  Deep net is deeper than the shallow net; 
Deep face recognition Omkar M. Parkhi, Andrea Vedaldi, Andrew Zisserman.
Deeper is Better Latha Pemula.
Deep Convolutional Nets
CS 188: Artificial Intelligence Learning II: Linear Classification and Neural Networks Instructors: Stuart Russell and Pat Virtue University of California,
Convolutional Neural Network
Lecture 3b: CNN: Advanced Layers
Feature selection using Deep Neural Networks March 18, 2016 CSI 991 Kevin Ham.
Convolutional Neural Networks
Wenchi MA CV Group EECS,KU 03/20/2017
Deep Learning and Its Application to Signal and Image Processing and Analysis Class III - Fall 2016 Tammy Riklin Raviv, Electrical and Computer Engineering.
Recent developments in object detection
CNN architectures Mostly linear structure
LSUN Semantic Segmentation Extended PSPNet
Parallel Multi Channel Convolution using General Matrix Multiplication
Data Mining, Neural Network and Genetic Programming
The Problem: Classification
Lecture 24: Convolutional neural networks
Mentor: Afshin Dehghan
Adversaries.
Inception and Residual Architecture in Deep Convolutional Networks
Hierarchical Deep Convolutional Neural Network
GoogLeNet.
Structured Predictions with Deep Learning
CVPR 2017 (in submission) Genetic CNN
Machine Learning: The Connectionist
Project Implementation for ITCS4122
ECE 599/692 – Deep Learning Lecture 6 – CNN: The Variants
Layer-wise Performance Bottleneck Analysis of Deep Neural Networks
Deep Face Recognition Omkar M. Parkhi Andrea Vedaldi Andrew Zisserman
Visual Question Generation
Introduction to Neural Networks
Neural network systems
Image Classification.
VALSE Webinar ICCV Pre-conference SORT & Genetic CNN
Deep Learning Tutorial
ECE 599/692 – Deep Learning Lecture 4 – CNN: Practical Issues
ECE 599/692 – Deep Learning Lecture 5 – CNN: The Representative Power
SAS Deep Learning Object Detection, Keypoint Detection
Hairong Qi, Gonzalez Family Professor
Very Deep Convolutional Networks for Large-Scale Image Recognition
Smart Robots, Drones, IoT
Lecture: Deep Convolutional Neural Networks
Machine Learning – Neural Networks David Fenyő
Object Tracking: Comparison of
Convolutional Network by GoogLeNet
Deep Learning Some slides are from Prof. Andrew Ng of Stanford.
Earthen Mounds Recognition Using LiDAR Images
Going Deeper with Convolutions
The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3) Fait un tour historique du domaine: quels articles/travaux ont été marquants.
Neural Network Pipeline CONTACT & ACKNOWLEDGEMENTS
Ladislav Rampasek, Anna Goldenberg  Cell 
Inception-v4, Inception-ResNet and the Impact of
Heterogeneous convolutional neural networks for visual recognition
Convolutional Neural Network
Course Recap and What’s Next?
CSC 578 Neural Networks and Deep Learning
Neural Architecture Search: Basic Approach, Acceleration and Tricks
低比特卷积神经网络的量化研究介绍 主讲人:朱锋.
Natalie Lang Tomer Malach
CS295: Modern Systems: Application Case Study Neural Network Accelerator Sang-Woo Jun Spring 2019 Many slides adapted from Hyoukjun Kwon‘s Gatech “Designing.
VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION
End-to-End Facial Alignment and Recognition
CRCV REU 2019 Kara Schatz.
Real-time Object Recognition using deep learning-Raspberry Pi
Identifying Private Content for Online Image Sharing
CRCV REU 2019 Aaron Honculada.
ICLR, 2019 Jiahe Li
Presentation transcript:

Visualizing CNNs and Deeper Deep Architectures

Visualizing Deep Networks See slides here: http://places.csail.mit.edu/slide_iclr2015.pdf

Beyond AlexNet

VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION Karen Simonyan & Andrew Zisserman 2015 These are the “VGG” networks. Including what you use in Project 6

Compared to Alex-Net – Deeper, smaller convolutions, more parameters

Compared to Alex-Net – Deeper, smaller convolutions, more parameters

Going Deeper with Convolutions Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich 2015 This is the “Inception” architecture or “GoogLeNet” *The architecture blocks are called “Inception” modules and the collection of them into a particular net is “GoogLeNet”

Only 6. 8 million parameters Only 6.8 million parameters. AlexNet ~60 million, VGG up to 138 million

Surely it would be ridiculous to go any deeper… ResNet

Surely it would be ridiculous to go any deeper… ResNet See the following slides: http://kaiminghe.com/cvpr16resnet/cvpr2016_dee p_residual_learning_kaiminghe.pdf