Download presentation
Presentation is loading. Please wait.
Published byJemima Chapman Modified over 8 years ago
1
Latent SVM 1 st Frame: manually select target Find 6 highest weighted areas in template Area of 16 blocks Train 6 SVMs on those areas Train 1 SVM on entire template 7 SVMs total
2
Latent SVM 2 nd Frame: Scan neighborhood with all 7 templates Get a combined score map. Find best detection.
3
Latent SVM - Retraining Detection is found in 2 nd frame Now each classifier is retrained. Entire frame is scanned and a new score map is created. Top 100 detections from the frame, outside of the neighborhood are used as negative samples. This scanning of the entire frame to find new negative samples is only done every 5 frames. Assumption: the scan will most likely find the same false positives. No need to rescan each frame.
4
Latent SVM - Retraining In each frame, a new positive sample is found from the combined score maps. To retrain the 6 sub SVMs, each of the 6 sub templates are scanned over the new positive sample to create 6 score maps. The best detection in each score map is then used for the new location of each box respectively. This allows the boxes (or parts) to move around inside of the template.
5
Latent SVM - Retraining Each of the 6 sub SVMs are retrained using all past positive samples and the negative samples collected for the full template. Things We Tried... We tried only retraining when there was a bad detection. We tried not changing the positions of the boxes until there was a bad detection. We tried only using color features for the sub templates.
6
This Week Finished the Latent SVM Framework. Finalized Parameters Ran Tests Compared Results to both the Blended Template Framework and the original Tracking By Detection Framework using HOG, LBP and Color features.
7
Results
9
Framewor k HOGHOG-LBP-ColorBlended Template Latent SVM Total Frames Person 13234838485 Person 2148590 15 90 Person 3101233 Person 47261908990 Person 5425355
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.