ICLR, 2019 Jiahe Li 2019.1.24.

Slides:



Advertisements
Similar presentations
Probabilistic Tracking and Recognition of Non-rigid Hand Motion
Advertisements

Spatial Pyramid Pooling in Deep Convolutional
Kuan-Chuan Peng Tsuhan Chen
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
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:
Towards Total Scene Understanding: Classification, Annotation and Segmentation in an Automatic Framework N 工科所 錢雅馨 2011/01/16 Li-Jia Li, Richard.
Scanned Documents INST 734 Module 10 Doug Oard. Agenda Document image retrieval  Representation Retrieval Thanks for David Doermann for most of these.
Title Authors Introduction Text, text, text, text, text, text Background Information Text, text, text, text, text, text Observations Text, text, text,
1 A Statistical Matching Method in Wavelet Domain for Handwritten Character Recognition Presented by Te-Wei Chiang July, 2005.
Parsing Natural Scenes and Natural Language with Recursive Neural Networks INTERNATIONAL CONFERENCE ON MACHINE LEARNING (ICML 2011) RICHARD SOCHER CLIFF.
Facial Smile Detection Based on Deep Learning Features Authors: Kaihao Zhang, Yongzhen Huang, Hong Wu and Liang Wang Center for Research on Intelligent.
Wenchi MA CV Group EECS,KU 03/20/2017
Recent developments in object detection
Data Mining, Neural Network and Genetic Programming
Observations by Dance Move
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
The Problem: Classification
Perceptual Loss Deep Feature Interpolation for Image Content Changes
Image Recognition. Contents: Motivation Objective Definition Introduction Preprocessing / Edge Detection Neural Networks in Image Recognition Practical.
Regularizing Face Verification Nets To Discrete-Valued Pain Regression
Adversaries.
Ajita Rattani and Reza Derakhshani,
Hierarchical Deep Convolutional Neural Network
A VERY Brief Introduction to Convolutional Neural Network using TensorFlow 李 弘
mengye ren, ryan kiros, richard s. zemel
Reinforcement learning with unsupervised auxiliary tasks
Machine Learning: The Connectionist
Deep Residual Learning for Image Recognition
Project Implementation for ITCS4122
ECE 599/692 – Deep Learning Lecture 6 – CNN: The Variants
Combining Sketch and Tone for Pencil Drawing Production
By: Kevin Yu Ph.D. in Computer Engineering
Layer-wise Performance Bottleneck Analysis of Deep Neural Networks
Visual Question Generation
Introduction to Neural Networks
Neural network systems
A Comparative Study of Convolutional Neural Network Models with Rosenblatt’s Brain Model Abu Kamruzzaman, Atik Khatri , Milind Ikke, Damiano Mastrandrea,
Convolutional Neural Networks for Visual Tracking
Deep Learning Tutorial
Towards Understanding the Invertibility of Convolutional Neural Networks Anna C. Gilbert1, Yi Zhang1, Kibok Lee1, Yuting Zhang1, Honglak Lee1,2 1University.
Counting in Dense Crowds using Deep Learning
Presented by Shixing Chen
ECE 599/692 – Deep Learning Lecture 5 – CNN: The Representative Power
Hairong Qi, Gonzalez Family Professor
Fine-Grained Visual Categorization
Visualizing CNNs and Deeper Deep Architectures
Outline Background Motivation Proposed Model Experimental Results
Machine Learning – Neural Networks David Fenyő
Source: Pattern Recognition Vol. 38, May, 2005, pp
Logistic Regression & Transfer Learning
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
Heterogeneous convolutional neural networks for visual recognition
Course Recap and What’s Next?
Abnormally Detection
Neural Architecture Search: Basic Approach, Acceleration and Tricks
Reuben Feinman Research advised by Brenden Lake
Sequence to Sequence Video to Text
Car Damage Classification
低比特卷积神经网络的量化研究介绍 主讲人:朱锋.
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
CRCV REU 2019 Kara Schatz.
Bidirectional LSTM-CRF Models for Sequence Tagging
Real-time Object Recognition using deep learning-Raspberry Pi
CRCV REU 2019 Aaron Honculada.
CVPR2019 Jiahe Li SiamRPN introduces the region proposal network after the Siamese network and performs joint classification and regression.
Do Better ImageNet Models Transfer Better?
Presentation transcript:

ICLR, 2019 Jiahe Li 2019.1.24

Outlines Introduction Experiments Conclusions

Introduction: Texture versus Shape Classification of a standard ResNet-50

Data Sets Original (160 natural colour images of objects (10 per category) with white background) Greyscale Silhouette Edges Texture 4 networks: AlexNet, GoogLeNet, VGG16, ResNet50.

Results

Data Sets Cue conflict Images generated using iterative style transfer (Gatys et al., 2016) between an image of the Texture data set (as style) and an image from the Original data set (as content). We generated a total of 1280 cue conflict images (80 per category), which allows for presentation to human observers within a single experimental session.

Stylized-ImageNet (SIN) AdaIN style transfer (Huang & Belongie, 2017) Different stylization techniques Take prohibitively long with an iterative approach

Overcoming the texture bias of CNNs AlexNet: 195, VGG-16: 212, ResNet-50: 299

Robustness and Accuracy of Shape-based Representation

Robert Geirhos et al. Generalisation in humans and deep neural networks, 2018 NeurIPS

Conclusions Texture bias of CNNs trained on IN A step towards more plausible models of human visual object recognition Emergent benefits