Paper #1 - Camera Style Adaptation for Person Re-identification
Key Lessons
Techniques
Techniques
Key Lessons
Happy Mastering DL!!!
Key Lessons
- Person Reidentification - Given Query Person, Retrieve person from multiple sources
- Challenges - Resolution, Environment, Illumination
- Camera Style Adaptation Approach - unsupervised, camera-invariant property
- Input image pairs are partitioned into three overlapping horizontal parts respectively, and through a siamese CNN model to learn the similarity of them using cosine distance
Techniques
- Kalman filtering in image space and frame by frame
- Kalman filter with constant velocity motion
Techniques
- A plain CNN with a triplet loss
Key Lessons
- Look at Anchor, Distance with Positive Example, Distance with Negative Example
- 3 Images at a time Anchor, Positive, Negative Image
- APNN
- d(A,P) = 0.5 Set Margin to achieve it for positive / negative
- L(A,P,N) = Max(||f(A)-f(P)||^2 - ||f(A)-f(N)||^2 + Alpha)
- Chosing Triplets Randomly
- Map Training Set into Triple
Happy Mastering DL!!!
No comments:
Post a Comment