html5-img
1 / 49

Learning to Associate: HybridBoosted Multi-Target Tracker for Crowded Scene

Learning to Associate: HybridBoosted Multi-Target Tracker for Crowded Scene. Yuan Li, Chang Huang and Ram Nevatia. Yuan Li. Outline. introduction Related work MAP formulation Affinity model Results Conclusion. overview. STAGE 1. STAGE 2. STAGE 3. STAGE 4. Introduction.

jenna
Download Presentation

Learning to Associate: HybridBoosted Multi-Target Tracker for Crowded Scene

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. Learning to Associate: HybridBoosted Multi-Target Tracker for Crowded Scene Yuan Li, Chang Huang and Ram Nevatia

  2. Yuan Li

  3. Outline • introduction • Related work • MAP formulation • Affinity model • Results • Conclusion

  4. overview

  5. STAGE 1 STAGE 2 STAGE 3 STAGE 4

  6. Introduction • learning-based hierarchical approach of multi-target tracking • HybridBoost algorithm-hybrid loss function • association of tracklet is formulated as a joint problem of ranking and classification

  7. ranking • the ranking part aims to rank correct tracklet associations higher than other alternatives

  8. classification • the classification part is responsible to reject wrong associations when no further association should be done

  9. HybridBoost • combines the merits of the RankBoost algorithm and the AdaBoost algorithm .

  10. adaboost

  11. RankBoost

  12. Related work • the earliest works look at a longer period of time in contrast to frame-by-frame tracking. • To overcome this, a category of DataAssociation based Tracking algorithm • there has been no use of machine learning algorithmin building the affinity model.

  13. MAP formulation • Robust Object Tracking by Hierarchical Association of Detection Responses • ours

  14. MAP formulation v1 • R = {ri} the set of all detection responses

  15. MAP formulation v1(cont.) • tracklet association

  16. MAP formulation v1(cont.)

  17. MAP formulation v2

  18. MAP formulation v2(cont.) • Inner cost • Transition cost

  19. MAP formulation v2(cont.) • With these ,we can rewrite it

  20. Affinity model • Hybridboostalgorithm • Feature pool and weak learner • Training process

  21. Hybridboostalgorithm • Ie. T2 T1 T3

  22. Hybridboostalgorithm(cont.)

  23. Loos function • initial

  24. Strong ranking classifier weak weak weak weak Update sample weight Update weight Update weight

  25. Hybridboostalgorithm

  26. Feature pool and weak learner

  27. Training process • T:tracklet set from the previous stage • G:groundtruth track set

  28. Training process(cont) • For each Ti ∈ T, if • connecting Ti’stail to the head of some other tracklet

  29. Training process(cont) • connecting Ti’s head to the tail of some other tracklet before Ti which is also matched to G

  30. Ranking sample set

  31. Binary sample set

  32. Training process(cont.) • use thegroundtruthG and the tracklet set Tk−1 obtained from stagek − 1 to generate ranking and binary classification samples • learn a strong ranking classifier Hkby the HybridBoost algorithm • UsingHk as the affinity model to perform association on Tk−1and generate Tk

  33. Experimental results • Implementation details • Evaluation metrics • Analysis of the training process • Tracking performance

  34. Implementation details • dual-threshold strategy to generate short but reliable tracklets • four stages of association • maximum allowed frame gap 16, 32, 64 and 128 • a strong ranking classifier H with 100 weak ranking classifiers • Β=0.75 • ζ = 0

  35. Evaluation metrics

  36. track fragments &ID switches • Traditional ID switch:“two tracks exchanging their ids”. • ID switch : a tracked trajectory changing its matched GT ID • track fragments:more strict

  37. compare

  38. Best features • Motion smoothness (feature type 13 or 14) • color histogram similarity (feature 4) • number of miss detected frames in the gap between the two trackelts (feature 7 or 9).

  39. Strong ranking classifier output

  40. Choice of β

  41. Tracking performance

  42. Conclusion and future work • Use HybridBoost algorithm to learn the affinity model as a joint problem of ranking and classification • The affinity model is integrated in a hierarchical data association framework to track multiple targets in very crowded scenes.

  43. Thank you

  44. problem • tracklet ?affinity model?圓圈?路徑? • automatically selectamong various features andcorresponding non-parametric models? Rankboost ? Adaboost? 匈牙利演算法

More Related