SlideShare a Scribd company logo
Deep learning for person re-identification
Jingya Wang
jingya.wang@usyd.edu.au
2
Person re-identification (re-id)
Person re-identification (re-id) aims at matching people
across non-overlapping camera views distributed at distinct
locations.
Camera A Camera B
Presentation Outline
• Supervised Person Re-Identification
• Unsupervised Person Re-Identification
• Active Learning for Person Re-Identification
Supervised Person Re-Identification
• Training and testing data are from same domain
Lavi, B., Serj, M.F. and Ullah, I., 2018. Survey on deep learning techniques for person re-identification task
Contrastive loss Triplet lossClassification loss
https://paperswithcode.com/sota/person-re-identification-on-market-1501
10
300
600
900
1200
1500
1800
2100
2400
2700
3000
3300
3600
3900
4200
4500
4800
5100
5400
5700
6000
6300
6600
6900
7200
7500
7800
8100
8400
8700
9000
9300
9600
9900102001050010800
AnnotationCost
Data Size
Challenge For Re-ID
rapid increase
Presentation Outline
• Supervised Person Re-Identification
• Unsupervised Person Re-Identification
• Active Learning for Person Re-Identification
Unsupervised Person Re-Identification
Training and testing data are from different domain
-> learned on the source domain and transfer the knowledge to
target domain (unsupervised domain adaptation)
Train: Market1501 Test: DUKE
Challenges:
• Source and target domains have unknown camera viewing conditions
• The identity/class between source and target domains are non-overlapping
therefore presents a more challenging open-set recognition problem
-> Transferring knowledge of the source domain to target domain in
attribute space
Wang J, Zhu X, Gong S, Li W. Transferable joint attribute-identity deep learning
for unsupervised person re-identification. CVPR,2018
Unsupervised Person Re-Identification
Wang J, Zhu X, Gong S, Li W. Transferable joint attribute-identity deep learning
for unsupervised person re-identification. CVPR,2018
Unsupervised Person Re-Identification
Unsupervised Target Domain Adaptation
Wang J, Zhu X, Gong S, Li W. Transferable joint attribute-identity deep learning
for unsupervised person re-identification. CVPR,2018
Unsupervised Person Re-Identification
Unsupervised Person Re-Identification
Image-to-image translation method: SPGAN
Deng et al., Image-image domain adaptation with preserved self-similarity
and domain-dissimilarity for person re-identification. CVPR 2018
preserved self-similarity and domain dissimilarity
Unsupervised Person Re-Identification
Image-to-image translation method: CamStyle GAN
Zhong, Zhun, et al. "Camera style adaptation for person re-identification." CVPR. 2018.
10
300
600
900
1200
1500
1800
2100
2400
2700
3000
3300
3600
3900
4200
4500
4800
5100
5400
5700
6000
6300
6600
6900
7200
7500
7800
8100
8400
8700
9000
9300
9600
9900102001050010800
AnnotationCost
Data Size
Challenge For Re-ID
rapid increase
Presentation Outline
• Supervised Person Re-Identification
• Unsupervised Person Re-Identification
• Active Learning for Person Re-Identification
Make AI work in the real world: Human-In-The-Loop
Human-in-the-Loop (HITL) explores human feedback
in an incremental learning cycle of the machine for
rapid model domain adaptation
Active learning is a special case of machine learning in which a learning algorithm
is able to interactively query the user (or some other information source) to obtain
the desired outputs at new data points.
There are three scenarios for Active learning :
1. Membership Query Synthesis: the learner generates/constructs an
instance (from some underlying natural distribution).
2. Stream-Based selective sampling, i.e, each sample is considered separately
in our case for label-querying or rejection. Similarly to online-learning, the
data is not saved, there are no assumptions on data distribution, and
therefore it is adaptive to change.
3. Pool-Based sampling, i.e., sampled are chosen from a pool of
unlabeled data for the purpose of labeling
Training
Pool
Agent
request
label
model
query
Training
Pool
selection
strategy
request
label
model
Active Learning Person Re-Identification
Liu, Z.*, Wang, J *., Gong, S., Lu, H. and Tao, D. Deep Reinforcement
Active Learning for Human-in-the-Loop Person Re-Identification. ICCV,
2019,Oral
Concept
A user annotates few informative pedestrian pairs recommended
by an adaptive agent in a human-in-the-loop learning
mechanism
Re-ID
Model
Sample Selection
(agent)
annotator
Pairwise Data
human-in-the-loop
Agent
action!"
query
ancho
r
query for label
unlabeled gallery
pool
state
reward
Goal: Sample Informative Pair
Action: Select One Sample at Each Step
State: Reflect Sample Correlation
Reward: Uncertainty
Liu, Z.*, Wang, J *., Gong, S., Lu, H. and Tao, D. Deep Reinforcement
Active Learning for Human-in-the-Loop Person Re-Identification. ICCV,
2019,Oral
STATE
annotator
Re-ID Loss(Triplet)
REWARD
ACTION
Sample Selection Strategy
gallery pool
query
q
…
g
1
g
2
g
N
0 0.83 0.71 0.66 0.47 0.36
0.83 0 0.85 0 0.87 0
0.71 0.85 0 0 0 0
0.66 0 0 0 0 0
0.47 0.87 0 0 0 0.77
0.36 0 0 0 0.77 0
gKq
Methodology
Joint Reinforcement Active Learning in A Deep Network
false
CNN
!
Agent
"
Liu, Z.*, Wang, J *., Gong, S., Lu, H. and Tao, D. Deep Reinforcement
Active Learning for Human-in-the-Loop Person Re-Identification. ICCV,
2019,Oral
Action: Select One Sample at Each Step
State: We construct a sparse similarity graph among query and gallery samples and take
it as the state value (Reflect Sample Correlation)
1. Base CNN Network
2. A Deep Reinforced Active Learner - An Agent
Methodology
An example of state updating with different human feedback
Reward: we perform a similar hard triplet loss to measure the uncertainty of data.
Dataset & Result (Market-1501)
Supervised Transfer unsupervised
87.95
84.2
42.79
Ours
0.15%
annotated
100%
annotated
0% annotated
73.25
66.26
20.04
R-1 mAP
Presentation Outline
Link Person Re-Identification with ….
• Attribute Learning
• Detection (Person Search )
• Tracking (Multi-target multi-camera tracking)
Attribute recognition usually denotes local structures of a person
Person Re-Identification and Attribute Learning
Ø How do human brain match person?
Long hair
bag
31
Attribute recognition usually denotes local structures of a person
Person Re-Iden3fica3on and A6ribute Learning
Ø How do human brain match person?
Long hair
bag
Attribute Recognition in in Surveillance
ØChallenges:
• Poor image quality
• Complex background clutter
• Uncontrolled viewing conditions
• Small number of labelled training
ØMain idea:
•Discover the interdependency and correlation among
attributes
•Explore visual context as an extra information source to
assist attribute recognition
ØContributions:
•A novel end-to-end encoder-decoder architecture capable
of jointly learning image level context and attribute level
sequential correlation
•Exploit more latent and richer higher-order dependency
among attributes
Wang, J, et al. "Attribute recognition by joint recurrent learning of
context and correlation." ICCV. 2017
Attribute Recognition in in Surveillance
Person Re-Identification and Attribute Recognition
Lin, Yutian, et al. "Improving person re-identification by attribute and
identity learning." Pattern Recognition (2019).
Attribute-based Person Re-Identification
35
•Teenager
•Backpack
•Pants
•Short bottom wear
•Short top wear
•Long hair
•Female
•Top white
•Bottom blue
Ranked
retrieval
results
Query attribute descriptions
Gallery images
Yin, Zhou, et al. "Adversarial attribute-image person re-identification." IJCAI, 2018.
Attribute-based Person Re-Identification
Presentation Outline
Link Person Re-Identification with ….
• Attribute Learning
• Detection (Person Search )
• Tracking (Multi-target multi-camera tracking)
Person Re-Identification and Detection
Zheng, L., Yang, Y., & Hauptmann, A. G. (2016). Person re-identification: Past, present and future.
Person Re-Identification Datasets
Detection
Xiao, Tong, et al. "Joint detection and identification feature learning for
person search." CVPR. 2017
Person Re-Identification and Detection
Liu, Hao, et al. "Neural person search machines." ICCV. 2017.
Person Re-Identification and Detection
Presentation Outline
Link Person Re-Identification with ….
• Attribute Learning
• Detection (Person Search )
• Tracking (Multi-target multi-camera tracking)
Multi-target multi-camera tracking
1st MTMCT and ReID workshop CVPR 2017
2nd MTMCT and ReID workshop CVPR 2019
Duke MTMC (Multi-Target, Multi-Camera) dataset
Multi-target multi-camera tracking
Ristani, Ergys, and Carlo Tomasi. "Features for multi-target multi-
camera tracking and re-identification." CVPR. 2018.
Conclusion
• Supervised Person Re-Identification
• Unsupervised Person Re-Identification
• Active Learning for Person Re-Identification
Link Person Re-Identification with ….
Ø Attribute Learning
Ø Detection (Person Search )
Ø Tracking (Multi-target multi-camera tracking)
Thank you

More Related Content

What's hot

Viola-Jones Object Detection
Viola-Jones Object DetectionViola-Jones Object Detection
Viola-Jones Object Detection
Venugopal Boddu
 
Feature Extraction
Feature ExtractionFeature Extraction
Feature Extractionskylian
 
Image classification using convolutional neural network
Image classification using convolutional neural networkImage classification using convolutional neural network
Image classification using convolutional neural network
KIRAN R
 
Convolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep LearningConvolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep Learning
Mohamed Loey
 
Human Action Recognition
Human Action RecognitionHuman Action Recognition
Human Action Recognition
NAVER Engineering
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Md Shabir Alam
 
YOLO
YOLOYOLO
Image recognition
Image recognitionImage recognition
Image recognition
Harika Nalla
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extractionRushin Shah
 
Object tracking presentation
Object tracking  presentationObject tracking  presentation
Object tracking presentation
MrsShwetaBanait1
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
Attention is All You Need (Transformer)
Attention is All You Need (Transformer)Attention is All You Need (Transformer)
Attention is All You Need (Transformer)
Jeong-Gwan Lee
 
Supervised Machine Learning
Supervised Machine LearningSupervised Machine Learning
Supervised Machine Learning
Ankit Rai
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection Abu Saleh Musa
 
ResNet basics (Deep Residual Network for Image Recognition)
ResNet basics (Deep Residual Network for Image Recognition)ResNet basics (Deep Residual Network for Image Recognition)
ResNet basics (Deep Residual Network for Image Recognition)
Sanjay Saha
 
Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and Python
Akash Satamkar
 
Rnn and lstm
Rnn and lstmRnn and lstm
Rnn and lstm
Shreshth Saxena
 
Face recognition v1
Face recognition v1Face recognition v1
Face recognition v1
San Kim
 
Survey of Super Resolution Task (SISR Only)
Survey of Super Resolution Task (SISR Only)Survey of Super Resolution Task (SISR Only)
Survey of Super Resolution Task (SISR Only)
MYEONGGYU LEE
 

What's hot (20)

Viola-Jones Object Detection
Viola-Jones Object DetectionViola-Jones Object Detection
Viola-Jones Object Detection
 
Feature Extraction
Feature ExtractionFeature Extraction
Feature Extraction
 
Image classification using convolutional neural network
Image classification using convolutional neural networkImage classification using convolutional neural network
Image classification using convolutional neural network
 
Convolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep LearningConvolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep Learning
 
Human Action Recognition
Human Action RecognitionHuman Action Recognition
Human Action Recognition
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
YOLO
YOLOYOLO
YOLO
 
Image recognition
Image recognitionImage recognition
Image recognition
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extraction
 
Computer Vision Introduction
Computer Vision IntroductionComputer Vision Introduction
Computer Vision Introduction
 
Object tracking presentation
Object tracking  presentationObject tracking  presentation
Object tracking presentation
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
 
Attention is All You Need (Transformer)
Attention is All You Need (Transformer)Attention is All You Need (Transformer)
Attention is All You Need (Transformer)
 
Supervised Machine Learning
Supervised Machine LearningSupervised Machine Learning
Supervised Machine Learning
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection
 
ResNet basics (Deep Residual Network for Image Recognition)
ResNet basics (Deep Residual Network for Image Recognition)ResNet basics (Deep Residual Network for Image Recognition)
ResNet basics (Deep Residual Network for Image Recognition)
 
Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and Python
 
Rnn and lstm
Rnn and lstmRnn and lstm
Rnn and lstm
 
Face recognition v1
Face recognition v1Face recognition v1
Face recognition v1
 
Survey of Super Resolution Task (SISR Only)
Survey of Super Resolution Task (SISR Only)Survey of Super Resolution Task (SISR Only)
Survey of Super Resolution Task (SISR Only)
 

Similar to Deep learning for person re-identification

Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3
ijtsrd
 
Backbone can not be trained at once rolling back to pre trained network for p...
Backbone can not be trained at once rolling back to pre trained network for p...Backbone can not be trained at once rolling back to pre trained network for p...
Backbone can not be trained at once rolling back to pre trained network for p...
NAVER Engineering
 
Deep re-id: 关于行人重识别的深度学习方法
Deep re-id: 关于行人重识别的深度学习方法Deep re-id: 关于行人重识别的深度学习方法
Deep re-id: 关于行人重识别的深度学习方法
哲东 郑
 
Fame cvpr
Fame cvprFame cvpr
Survey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNNSurvey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNN
IRJET Journal
 
MediaEval 2018 Pixel Privacy: Task Overview
MediaEval 2018 Pixel Privacy: Task OverviewMediaEval 2018 Pixel Privacy: Task Overview
MediaEval 2018 Pixel Privacy: Task Overview
multimediaeval
 
Study of assessment of cognitive ability
Study of assessment of cognitive abilityStudy of assessment of cognitive ability
Study of assessment of cognitive ability
Dr G R Sinha
 
The deep learning technology on coco framework
The deep learning technology on coco frameworkThe deep learning technology on coco framework
The deep learning technology on coco framework
JIEMS Akkalkuwa
 
Age and gender detection using deep learning
Age and gender detection using deep learningAge and gender detection using deep learning
Age and gender detection using deep learning
IRJET Journal
 
Paper of Final Year Project.pdf
Paper of Final Year Project.pdfPaper of Final Year Project.pdf
Paper of Final Year Project.pdf
MuhammadAsfandyarJan1
 
Hierarchical cross network for person re identification
Hierarchical cross network for person re identificationHierarchical cross network for person re identification
Hierarchical cross network for person re identification
Huan-Cheng Hsu
 
Adversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re IdentificationAdversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re Identification
ijtsrd
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
Kyuhwan Jung
 
Global-local attention with triplet loss and label smoothed cross-entropy for...
Global-local attention with triplet loss and label smoothed cross-entropy for...Global-local attention with triplet loss and label smoothed cross-entropy for...
Global-local attention with triplet loss and label smoothed cross-entropy for...
IAESIJAI
 
Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues
Beyond Frontal Faces: Improving Person Recognition Using Multiple CuesBeyond Frontal Faces: Improving Person Recognition Using Multiple Cues
Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues
João Gabriel Lima
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471IJRAT
 
IRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object DetectionIRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object Detection
IRJET Journal
 
Hardoon Image Ranking With Implicit Feedback From Eye Movements
Hardoon Image Ranking With Implicit Feedback From Eye MovementsHardoon Image Ranking With Implicit Feedback From Eye Movements
Hardoon Image Ranking With Implicit Feedback From Eye Movements
Kalle
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paperSmriti Tikoo
 
Image annotation - Segmentation & Annotation
Image annotation - Segmentation & AnnotationImage annotation - Segmentation & Annotation
Image annotation - Segmentation & Annotation
Taposh Roy
 

Similar to Deep learning for person re-identification (20)

Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3
 
Backbone can not be trained at once rolling back to pre trained network for p...
Backbone can not be trained at once rolling back to pre trained network for p...Backbone can not be trained at once rolling back to pre trained network for p...
Backbone can not be trained at once rolling back to pre trained network for p...
 
Deep re-id: 关于行人重识别的深度学习方法
Deep re-id: 关于行人重识别的深度学习方法Deep re-id: 关于行人重识别的深度学习方法
Deep re-id: 关于行人重识别的深度学习方法
 
Fame cvpr
Fame cvprFame cvpr
Fame cvpr
 
Survey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNNSurvey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNN
 
MediaEval 2018 Pixel Privacy: Task Overview
MediaEval 2018 Pixel Privacy: Task OverviewMediaEval 2018 Pixel Privacy: Task Overview
MediaEval 2018 Pixel Privacy: Task Overview
 
Study of assessment of cognitive ability
Study of assessment of cognitive abilityStudy of assessment of cognitive ability
Study of assessment of cognitive ability
 
The deep learning technology on coco framework
The deep learning technology on coco frameworkThe deep learning technology on coco framework
The deep learning technology on coco framework
 
Age and gender detection using deep learning
Age and gender detection using deep learningAge and gender detection using deep learning
Age and gender detection using deep learning
 
Paper of Final Year Project.pdf
Paper of Final Year Project.pdfPaper of Final Year Project.pdf
Paper of Final Year Project.pdf
 
Hierarchical cross network for person re identification
Hierarchical cross network for person re identificationHierarchical cross network for person re identification
Hierarchical cross network for person re identification
 
Adversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re IdentificationAdversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re Identification
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
 
Global-local attention with triplet loss and label smoothed cross-entropy for...
Global-local attention with triplet loss and label smoothed cross-entropy for...Global-local attention with triplet loss and label smoothed cross-entropy for...
Global-local attention with triplet loss and label smoothed cross-entropy for...
 
Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues
Beyond Frontal Faces: Improving Person Recognition Using Multiple CuesBeyond Frontal Faces: Improving Person Recognition Using Multiple Cues
Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
 
IRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object DetectionIRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object Detection
 
Hardoon Image Ranking With Implicit Feedback From Eye Movements
Hardoon Image Ranking With Implicit Feedback From Eye MovementsHardoon Image Ranking With Implicit Feedback From Eye Movements
Hardoon Image Ranking With Implicit Feedback From Eye Movements
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paper
 
Image annotation - Segmentation & Annotation
Image annotation - Segmentation & AnnotationImage annotation - Segmentation & Annotation
Image annotation - Segmentation & Annotation
 

More from 哲东 郑

Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...
哲东 郑
 
Step zhedong
Step zhedongStep zhedong
Step zhedong
哲东 郑
 
Visual saliency
Visual saliencyVisual saliency
Visual saliency
哲东 郑
 
Image Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and StyleImage Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and Style
哲东 郑
 
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal RetrievalPolysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
哲东 郑
 
Weijian image retrieval
Weijian image retrievalWeijian image retrieval
Weijian image retrieval
哲东 郑
 
Scops self supervised co-part segmentation
Scops self supervised co-part segmentationScops self supervised co-part segmentation
Scops self supervised co-part segmentation
哲东 郑
 
Video object detection
Video object detectionVideo object detection
Video object detection
哲东 郑
 
Center nets
Center netsCenter nets
Center nets
哲东 郑
 
C2 ae open set recognition
C2 ae open set recognitionC2 ae open set recognition
C2 ae open set recognition
哲东 郑
 
Sota semantic segmentation
Sota semantic segmentationSota semantic segmentation
Sota semantic segmentation
哲东 郑
 
Deep randomized embedding
Deep randomized embeddingDeep randomized embedding
Deep randomized embedding
哲东 郑
 
Semantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive NormalizationSemantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive Normalization
哲东 郑
 
Instance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flowInstance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flow
哲东 郑
 
Learning to adapt structured output space for semantic
Learning to adapt structured output space for semanticLearning to adapt structured output space for semantic
Learning to adapt structured output space for semantic
哲东 郑
 
Unsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image GenerationUnsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image Generation
哲东 郑
 
Graph based global reasoning networks
Graph based global reasoning networks Graph based global reasoning networks
Graph based global reasoning networks
哲东 郑
 
Style gan
Style ganStyle gan
Style gan
哲东 郑
 
Vi2vi
Vi2viVi2vi
Vi2vi
哲东 郑
 
Variational Discriminator Bottleneck
Variational Discriminator BottleneckVariational Discriminator Bottleneck
Variational Discriminator Bottleneck
哲东 郑
 

More from 哲东 郑 (20)

Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...Cross-domain complementary learning with synthetic data for multi-person part...
Cross-domain complementary learning with synthetic data for multi-person part...
 
Step zhedong
Step zhedongStep zhedong
Step zhedong
 
Visual saliency
Visual saliencyVisual saliency
Visual saliency
 
Image Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and StyleImage Synthesis From Reconfigurable Layout and Style
Image Synthesis From Reconfigurable Layout and Style
 
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal RetrievalPolysemous Visual-Semantic Embedding for Cross-Modal Retrieval
Polysemous Visual-Semantic Embedding for Cross-Modal Retrieval
 
Weijian image retrieval
Weijian image retrievalWeijian image retrieval
Weijian image retrieval
 
Scops self supervised co-part segmentation
Scops self supervised co-part segmentationScops self supervised co-part segmentation
Scops self supervised co-part segmentation
 
Video object detection
Video object detectionVideo object detection
Video object detection
 
Center nets
Center netsCenter nets
Center nets
 
C2 ae open set recognition
C2 ae open set recognitionC2 ae open set recognition
C2 ae open set recognition
 
Sota semantic segmentation
Sota semantic segmentationSota semantic segmentation
Sota semantic segmentation
 
Deep randomized embedding
Deep randomized embeddingDeep randomized embedding
Deep randomized embedding
 
Semantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive NormalizationSemantic Image Synthesis with Spatially-Adaptive Normalization
Semantic Image Synthesis with Spatially-Adaptive Normalization
 
Instance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flowInstance level facial attributes transfer with geometry-aware flow
Instance level facial attributes transfer with geometry-aware flow
 
Learning to adapt structured output space for semantic
Learning to adapt structured output space for semanticLearning to adapt structured output space for semantic
Learning to adapt structured output space for semantic
 
Unsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image GenerationUnsupervised Learning of Object Landmarks through Conditional Image Generation
Unsupervised Learning of Object Landmarks through Conditional Image Generation
 
Graph based global reasoning networks
Graph based global reasoning networks Graph based global reasoning networks
Graph based global reasoning networks
 
Style gan
Style ganStyle gan
Style gan
 
Vi2vi
Vi2viVi2vi
Vi2vi
 
Variational Discriminator Bottleneck
Variational Discriminator BottleneckVariational Discriminator Bottleneck
Variational Discriminator Bottleneck
 

Recently uploaded

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 

Recently uploaded (20)

Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 

Deep learning for person re-identification