Approach
Classification Model
Key Points
- Extract Features
- Cluster to find similar faces
- Approximate k-NN search
Classification Model
- Using SIFT, Color Histograms
- Determining the individual identity (aka class)
- Image Categorization by Age / Gender and Search
- Learning a similarity function, which takes two images as input and expresses how similar they are.
- Triplet Siamese model, Pairwise Model
- Triplet models - The triplet loss function takes face encoding of three images anchor, positive and negative. Here anchor and positive are the images of same person whereas negative is the image of a different person
Key Points
- Represent objects with feature vectors
- Employ an indexing or approximate search scheme in the feature space
- Fast filtering step (Approximate k-NN search)
- Re-ranking step (K Candidates Deep Feature Similarity)
- Scenario #1 – Find a person in Camera1 and Find him across all other cameras
- Scenario #2 – Find a person at Entrance and Track him across in-store video
- Scenario #3 – Retrain this for every +/- 10 minutes, Dynamically Track for every single customer, Retrain as Class – Query Image Scenario
No comments:
Post a Comment