1 / 36

T racking L earning D etection

T racking L earning D etection. A Camera that Learns. Why is object tracking so important ?. vehicle detection. motion capture. r obot vision. scene analysis. hand recognition. surveillance. Outline. Why TLD?. - Traditional methods - Challenges to old ways. What is TLD intuitively?.

fadhila
Télécharger la présentation

T racking L earning D etection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TrackingLearningDetection A Camera that Learns.

  2. Why is object tracking so important ? vehicle detection motion capture robot vision scene analysis hand recognition surveillance

  3. Outline Why TLD? - Traditional methods - Challenges to old ways What is TLD intuitively? - Framework - Key ideas Howdoes TLD work exactly? - Tracking - Learning - Detection - TLD Experiment Results

  4. Why TLD ?

  5. Why TLD ?

  6. Why TLD ?- Traditional method1 : Tracking Estimate motion over frames Only need initialization. Appearance changing & Partial occlusions.(?) Accumulate error. Fail if the object disappears.

  7. Why TLD ?- Traditional method2 : Scan every frame independently Off-line Learning Detection Do not fail if the object disappears. Need off-line training. Appearance changing & Partial occlusions.

  8. Why TLD ?- Challenges to old ways • Not fail if the object disappears. • Appearance changing. • Partial occlusions.

  9. Why TLD ?- Challenges to old ways • Not fail if the object disappears. TLD is an algorithm that can solve all these tasks ! • Appearance changing. • Partial occlusions.

  10. What is TLD intuitively?

  11. What is TLD intuitively?- Framework Tracking Off-line Learning Detection

  12. What is TLD intuitively?- Framework On-line Learning Location Trajectory fragment Update Tracking Detection Update

  13. What is TLD intuitively?- Key ideas1 : Learning Updates training examples (add/delete) Detect Track & detect Update detector • Appearance changing. Track

  14. What is TLD intuitively?- Key ideas2 : Updating True trajectory Tracking Detection TLD • Not fail if no object. • Partial occlusions.

  15. How does TLD work exactly?

  16. How does TLD work exactly?-Framework

  17. How does TLD work exactly?-Tracking 1.Reliable point selection: - Forward-backward selection Choose point 1 Discard point 2 - Use forward-backward selection to select 50% of the most reliable points.

  18. How does TLD work exactly?-Tracking 2.Median-Flow tracker: and estimates displacement using median with confidence proportional to (1/scale of the median). Tracks the reliable points between consecutive frames ,

  19. How does TLD work exactly?-Framework

  20. How does TLD work exactly?-Detection 2bitBP features Scanning window Illumination invariance 2bitBP features

  21. How does TLD work exactly?-Detection Random Forest Random Forest Posteriors Scanning window If the average posteriors is larger than 50%, consider it an object 2bitBP features

  22. How does TLD work exactly?-Detection 1-NN classifier Confidence =d-/(d-+d+) Feature space Random Forest Posteriors Scanning window 2bitBP features

  23. How does TLD work exactly?-Framework Pick the one with higher confidence score

  24. How does TLD work exactly?-Learning Feature space

  25. How does TLD work exactly?-Learning Updates training examples (add/delete) Detect Track & detect Update detector Track

  26. How does TLD work exactly?-Learning : Appearance changing problem solved! 1 6 10 9

  27. How does TLD work exactly? - Recap : t=0

  28. How does TLD work exactly? - Recap : t=1 Decide by confidence score

  29. How does TLD work exactly? - Recap : t=1

  30. How does TLD work exactly? - Recap : t=2 Remove if false detect

  31. Experiment Result

  32. Experiment Result

  33. Experiment Result

  34. Experiment Result

  35. Thank you

More Related