TPGAN overview.

Slides:



Advertisements
Similar presentations
Face Alignment with Part-Based Modeling
Advertisements

Mixture of trees model: Face Detection, Pose Estimation and Landmark Localization Presenter: Zhang Li.
More sliding window detection: Discriminative part-based models Many slides based on P. FelzenszwalbP. Felzenszwalb.
CONTENT BASED FACE RECOGNITION Ankur Jain 01D05007 Pranshu Sharma Prashant Baronia 01D05005 Swapnil Zarekar 01D05001 Under the guidance of Prof.
Face Recognition Based on 3D Shape Estimation
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Generic object detection with deformable part-based models
An Example of Course Project Face Identification.
Object Detection with Discriminatively Trained Part Based Models
EE459 Neural Networks Examples of using Neural Networks Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University.
Age-invariant Face Recognition
Generative Adversarial Nets
Computer vision: models, learning and inference
Environment Generation with GANs
Deep Neural Net Scenery Generation
Object detection with deformable part-based models
Face Detection EE368 Final Project Group 14 Ping Hsin Lee
KDD CUP 2001 Task 1: Thrombin Jie Cheng (
PRINCIPAL COMPONENT ANALYSIS (PCA)
Krishna Kumar Singh, Yong Jae Lee University of California, Davis
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Perceptual Loss Deep Feature Interpolation for Image Content Changes
Generative Adversarial Networks
کاربرد نگاشت با حفظ تنکی در شناسایی چهره
Fast Preprocessing for Robust Face Sketch Synthesis
Recovery from Occlusion in Deep Feature Space for Face Recognition
CNN Demo LIU Pengpeng.
Sujay Yadawadkar, Virginia Tech
3D Shape Reconstruction from Sketches via Multi-view Convolutional Networks Zhaoliang Lun Matheus Gadelha Evangelos Kalogerakis Subhransu Maji Rui.
Single Image Super-Resolution
Final Year Project Presentation --- Magic Paint Face
SPACE LINK AREA MID-TERM REPORT
Efficient Deep Model for Monocular Road Segmentation
Authors: Jun-Yan Zhu*, Taesun Park*, Phillip Isola, Alexei A. Efros
Adversarially Tuned Scene Generation
State-of-the-art face recognition systems
Vision Reading Group, 2nd of May 2018 Martin Rünz
Neural Photo Editing Andrew Brock.
Bird-species Recognition Using Convolutional Neural Network
Face Recognition with Deep Learning Method
Categorization by Learning and Combing Object Parts
PCA is “an orthogonal linear transformation that transfers the data to a new coordinate system such that the greatest variance by any projection of the.
Face Components detection
Sparselet Models for Efficient Multiclass Object Detection
CornerNet: Detecting Objects as Paired Keypoints
Presented by: Chang Jia As for: Pattern Recognition
Image to Image Translation using GANs
GAN Applications.
Papers 15/08.
ML – Lecture 3B Deep NN.
Lip movement Synthesis from Text
Boltzmann Machine (BM) (§6.4)
CSC321 Winter 2007 Lecture 21: Some Demonstrations of Restricted Boltzmann Machines Geoffrey Hinton.
Machine learning overview
Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis Speaker: ZHAO Jian
Abnormally Detection
Attacks on Remote Face Classifiers
Portraiture Unit Three.
Automatic Handwriting Generation
Deep Object Co-Segmentation
Object Detection Implementations
Angel A. Cantu, Nami Akazawa Department of Computer Science
Task Produce artistic portrait drawings.. Task Produce artistic portrait drawings.
End-to-End Facial Alignment and Recognition
Cengizhan Can Phoebe de Nooijer
Deep screen image crop and enhance
End-to-End Speech-Driven Facial Animation with Temporal GANs
CRCV REU 2019 Aaron Honculada.
Directional Occlusion with Neural Network
CVPR 2019 Poster.
Presentation transcript:

TPGAN overview

Network components: TPGAN overview Global pathway: to generate the overall view of face images Local pathway: to generate the specific facial part: 2 eyes, nose and mouth. The total 4 local pathway networks are independent in parameter. The 4 local pathways are then merged together according to their facial locations Generation convolutions: The concatenated feature maps (local and global) are convoluted several times to generate the face image.

TPGAN overview Loss components: Cross entropy loss Pre-classifier in global pathway to ensure the class information is preserved in encoded vector. Pixel wise loss between generated images and ground truth images to preserve the overall photo-reality of generated images. Symmetry loss between left and right part of generated images to preserve the symmetry. Adversarial loss to discriminate the real and generated image, to make the generated photo more realistic in abstract level. Identity preserving loss for preserving the identity information, by reducing the feature vectors’ distance of ground truth and generated images. Variation regularization loss. (Perceptual losses for real-time style transfer and super-resolution. In ECCV, 2016.) Cross entropy loss

Difficulties in using TPGAN: TPGAN overview Difficulties in using TPGAN: The model contains 6 different loss components. Although the recommended weights are given in paper, there might also exist chances of failure. The model is highly dependent on facial detection. The model probably work on high quality images but may not so satisfactory on vague images. (minor problem) Current progress: Code for model is finished. Data preparation finished. Code for training will be finished soon. Time and equipment requirements: 1 or 2 GPUs for training. After the model is deployed on GPU, it will not take us so much time. The only thing need to be done is to justify the hyper-parameters and result evaluation.

HPEN and TPGAN

Training TPGAN is much more challenging than using HPEN. HPEN and TPGAN TPGAN performs better since GAN is trained with discriminator to preserve the photo-reality of generated images. Training TPGAN is much more challenging than using HPEN. Performance Convenience