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.

Slides:



Advertisements
Similar presentations
ImageNet Classification with Deep Convolutional Neural Networks
Advertisements

Large-Scale Object Recognition with Weak Supervision
Lecture 4: CNN: Optimization Algorithms
Deep Convolutional Nets
Learning Features and Parts for Fine-Grained Recognition Authors: Jonathan Krause, Timnit Gebru, Jia Deng, Li-Jia Li, Li Fei-Fei ICPR, 2014 Presented by:
CS 188: Artificial Intelligence Learning II: Linear Classification and Neural Networks Instructors: Stuart Russell and Pat Virtue University of California,
ImageNet Classification with Deep Convolutional Neural Networks Presenter: Weicong Chen.
Object Recognizing. Deep Learning Success in 2012 DeepNet and speech processing.
Spatial Localization and Detection
Compression of CNNs Mooyeol Baek Xiangyu Zhang, Jianhua Zou, Xiang Ming, Kaiming He, Jian Sun: Efficient and Accurate Approximations of Nonlinear Convolutional.
Convolutional Neural Networks at Constrained Time Cost (CVPR 2015) Authors : Kaiming He, Jian Sun (MSR) Presenter : Hyunjun Ju 1.
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.
CNN architectures Mostly linear structure
CS 4501: Introduction to Computer Vision Computer Vision + Natural Language Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy / Justin Johnson.
Data Mining, Neural Network and Genetic Programming
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
The Problem: Classification
A Pool of Deep Models for Event Recognition
Lecture 24: Convolutional neural networks
Deep Learning Hung-yi Lee 李宏毅.
Ajita Rattani and Reza Derakhshani,
Inception and Residual Architecture in Deep Convolutional Networks
Hierarchical Deep Convolutional Neural Network
CNN Demo LIU Pengpeng.
Training Techniques for Deep Neural Networks
CVPR 2017 (in submission) Genetic CNN
CS6890 Deep Learning Weizhen Cai
Machine Learning: The Connectionist
Deep Residual Learning for Image Recognition
ECE 599/692 – Deep Learning Lecture 6 – CNN: The Variants
Introduction to Deep Learning for neuronal data analyses
קורס פיננסי – מושגים פיננסיים / כלכליים
Layer-wise Performance Bottleneck Analysis of Deep Neural Networks
Visual Question Generation
Introduction to Neural Networks
Neural network systems
VALSE Webinar ICCV Pre-conference SORT & Genetic CNN
Learning Hierarchical Features from Generative Models
Toward improved document classification and retrieval
Convolutional Neural Networks for Visual Tracking
Deep Learning Tutorial
Counting in Dense Crowds using Deep Learning
ECE 599/692 – Deep Learning Lecture 5 – CNN: The Representative Power
Hairong Qi, Gonzalez Family Professor
Lecture: Deep Convolutional Neural Networks
Visualizing CNNs and Deeper Deep Architectures
Forward and Backward Max Pooling
Designing Neural Network Architectures Using Reinforcement Learning
Going Deeper with Convolutions
Ladislav Rampasek, Anna Goldenberg  Cell 
Inception-v4, Inception-ResNet and the Impact of
Heterogeneous convolutional neural networks for visual recognition
Course Recap and What’s Next?
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
CSC 578 Neural Networks and Deep Learning
Neural Architecture Search: Basic Approach, Acceleration and Tricks
Reuben Feinman Research advised by Brenden Lake
Samira Khan University of Virginia Feb 6, 2019
低比特卷积神经网络的量化研究介绍 主讲人:朱锋.
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.
Neural Machine Translation using CNN
Search-Based Approaches to Accelerate Deep Learning
CRCV REU 2019 Kara Schatz.
Prabhas Chongstitvatana Chulalongkorn University
CRCV REU 2019 Aaron Honculada.
Principles of Back-Propagation
ICLR, 2019 Jiahe Li
Presentation transcript:

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 et pourquoi. AlexNet (2012): gagnant de ImageNet avec 15% de ’top 5 error rate’, 2e=26% ZFNet (2013): ”was not only the winner of the competition in 2013 (13% error rate), but also provided great intuition as to the workings on CNNs and illustrated more ways to improve performance“ VGGNet (2014): 7% error rate. ”One of the most influential papers in my mind because it reinforced the notion that convolutional neural networks have to have a deep network of layers in order for this hierarchical representation of visual data to work. Keep it deep. Keep it simple.” GoogLeNet (2014): 6% error rate. “The authors showed that a creative structuring of layers (inception) can lead to improved performance and computational efficiency” ResNet (2015): 3.6% error rate. Aussi: Region-based CNNs, GANs, etc.