Zhedong Zheng, Liang Zheng and Yi Yang

Slides:



Advertisements
Similar presentations
Unsupervised Transfer Classification Application to Text Categorization Tianbao Yang, Rong Jin, Anil Jain, Yang Zhou, Wei Tong Michigan State University.
Advertisements

Presented by Arshad Jamal, Rajesh Dhania, Vinkal Vishnoi Active hashing and its application to image and text retrieval Yi Zhen, Dit-Yan Yeung, Published.
Video Tracking Using Learned Hierarchical Features
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
LeCun, Bengio, And Hinton doi: /nature14539
Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Recognizing Partially Occluded, Expression Variant Faces.
HIV Mutation Classifier HIV Mutation Classifier Hannah Bier’s Project Proposal.
A Hierarchical Deep Temporal Model for Group Activity Recognition
Big data classification using neural network
Scalable Person Re-identification on Supervised Smoothed Manifold
Gist of Achieving Human Parity in Conversational Speech Recognition
Learning to Compare Image Patches via Convolutional Neural Networks
A Discriminative Feature Learning Approach for Deep Face Recognition
Convolutional Neural Network
The Relationship between Deep Learning and Brain Function
Guillaume-Alexandre Bilodeau
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
Data Mining, Neural Network and Genetic Programming
DeepFont: Identify Your Font from An Image
New Machine Learning in Medical Imaging Journal Club
A Pool of Deep Models for Event Recognition
Automatic Lung Cancer Diagnosis from CT Scans (Week 4)
Matt Gormley Lecture 16 October 24, 2016
Generative Adversarial Networks
کاربرد نگاشت با حفظ تنکی در شناسایی چهره
Wei Wei, PhD, Zhanglong Ji, PhD, Lucila Ohno-Machado, MD, PhD
Introductory Seminar on Research: Fall 2017
Ajita Rattani and Reza Derakhshani,
Hierarchical Deep Convolutional Neural Network
CNN Demo LIU Pengpeng.
COMBINED UNSUPERVISED AND SEMI-SUPERVISED LEARNING FOR DATA CLASSIFICATION Fabricio Aparecido Breve, Daniel Carlos Guimarães Pedronette State University.
Presenter: Hajar Emami
State-of-the-art face recognition systems
Bird-species Recognition Using Convolutional Neural Network
PixelGAN Autoencoders
Towards Understanding the Invertibility of Convolutional Neural Networks Anna C. Gilbert1, Yi Zhang1, Kibok Lee1, Yuting Zhang1, Honglak Lee1,2 1University.
Open-Category Classification by Adversarial Sample Generation
Fine-Grained Visual Categorization
Pose Estimation for non-cooperative Spacecraft Rendevous using CNN
Image recognition: Defense adversarial attacks
Progress Report Meng-Ting Zhong 2015/9/10.
Supervised vs. unsupervised Learning
Remah Alshinina and Khaled Elleithy DISCRIMINATOR NETWORK
Image to Image Translation using GANs
Department of Electrical Engineering
Outline Background Motivation Proposed Model Experimental Results
Tuning CNN: Tips & Tricks
Generalized Locality Preserving Projections
Lip movement Synthesis from Text
How To Extend the Training Data
View Inter-Prediction GAN: Unsupervised Representation Learning for 3D Shapes by Learning Global Shape Memories to Support Local View Predictions 1,2 1.
Neural Network Pipeline CONTACT & ACKNOWLEDGEMENTS
Mingzhen Mo and Irwin King
Heterogeneous convolutional neural networks for visual recognition
Unsupervised Perceptual Rewards For Imitation Learning
Department of Computer Science Ben-Gurion University of the Negev
Human-object interaction
Learning and Memorization
Object Detection Implementations
Angel A. Cantu, Nami Akazawa Department of Computer Science
End-to-End Facial Alignment and Recognition
CRCV REU 2019 Kara Schatz.
GhostLink: Latent Network Inference for Influence-aware Recommendation
Da-Rong Liu, Kuan-Yu Chen, Hung-Yi Lee, Lin-shan Lee
Eliminating Background-Bias for Robust Person Re-identification
Learning to Cluster Faces on an Affinity Graph
Learning to Navigate for Fine-grained Classification
CRCV REU 2019 Aaron Honculada.
Do Better ImageNet Models Transfer Better?
Deep CNN for breast cancer histology Image Analysis
Presentation transcript:

Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro Zhedong Zheng, Liang Zheng and Yi Yang Centre for Artificial Intelligence,University of Technology Sydney # Motivation # Method # Experiments and Results Brief Conclusions Can we make use of the samples generated by GAN? How to make it compatible with the current classification model? The generated samples do not have labels. How to assign labels for the generated data? In many practical tasks, such as person re-ID and fine-grained recognition, we may have only 10-20 images pre class for training. Can we use GAN to regularize the CNN model? Network Overview Generated images improve the baseline performance on four datasets although they are imperfect (to cheat human). Generated images possess similar regularization ability as the real images borrowed from other datasets. Three label assignment methods all improve the performance by GAN images. The proposed method LSRO performs better. Our system does not make major changes to the network structure of the GAN or the CNN model. In our implement, we utilize the DCGAN model and ResNet-50 as baseline model. The images generated from original training set Label Assignment Comparison GAN image vs. real image in training State-of-the-art comparison 10-20 images pre class on three person re-ID datasets. Market-1501 DukeMTMC-reID Bird Recognition # Contribution Examples of GAN images and real images. (a) The top two rows show the pedestrian samples generated by DCGAN (b) The bottom row shows the real samples in training set. Although the generated images in (a) can be easily recognized as fake images by a human, they still serve as an effective regularizer in our experiment. Retrieval Sample CUHK03 Label Smoothing for Outliers 1. We propose a semi-supervised learning pipeline. There are two components: a generative adversarial network (GAN) for unsupervised learning and a convolutional neural network (CNN) for semi-supervised learning.  2. An LSRO method for semi-supervised learning. The integration of unlabeled data regularizes the CNN learning process. We show that the LSRO method is superior to the two available strategies. 3. A demonstration that the proposed semi-supervised pipeline have a consistent improvement over the ResNet baseline on four datasets. # Dataset & Code # Conclusion We also propose a large-scale dataset, DukeMTMC-reID for person re-ID. This dataset is derived from DukeMTMC. The introduction of a semi-supervised pipeline; LSRO for label assignment; Competitive results on three Person re-ID datasets and one bird classification dataset. ✓ Compatible with conventional CNN model We assume that generated samples do not belong to any of the predefined classes, so we assign a uniform distribution for generated images. We call the policy label smoothing for outliers (LSRO). Code & Data is available online: http://zdzheng.xyz