TechTalks:�Person Re-Identification
By Manideep Kolla
Introduction
The Questions:
How can we associate people across unobserved regions?
OR
How can we identify a person at different times recorded on multiple cameras at different angles and places?
Person Re-Identification
Person Re-identification is the task of re-identifying a target person across multiple non overlapping cameras.
Key Challenges in Person Re-Identification
ViewPoint Change
Illumination variation
Partial Occlusion
Change in camera ViewPoint
Change in Illumination
Objects blocking the image view
Current Approaches
Feature map Similarity Estimation - A Siamese network
Current Approaches
Feature map Similarity Estimation - A Siamese network
Current Approaches
Re-Identification through Pose Estimation
Current Approaches
Re-Identification through Pose Estimation
Spindle Net
Current Approaches
Re-Identification through Pose Estimation
What I have been doing...
The Architecture
Training Scheme:
The Architecture
The Results
The Results
Confusion Matrices
Train | 0 | 1 |
0 | 31165 | 630 |
1 | 177 | 31618 |
Val | 0 | 1 |
0 | 6069 | 172 |
1 | 620 | 5621 |
Test | 0 | 1 |
0 | 4530 | 1296 |
1 | 1277 | 4549 |
Phase | Dataset / Identities | Accuracy (%) |
Training | CUHK03 / 742 | 98.6 |
Validation | CUHK03 / 100 | 93.7 |
Testing | CUHK01 / 971 | 78 |
Testing | Market-1501 / 750 | 80.9 |
Testing | FUJITSU Data / 20 | 81.3 |
Testing on CUHK01
The Results - FUJITSU Data
The Results
Loss Plot
Accuracy Plot
The Results - True-Positives
The Results - True-Negatives
The Results - False-Positives
The Results - False-negatives
Challenges I have faced
Next steps
References
Thank you.