zoukankan      html  css  js  c++  java
  • Online Object Tracking: A Benchmark 论文笔记

    Factors that affect the performance of a tracing algorithm

    1 Illumination variation
    2 Occlusion
    3 Background clutters



    Main modules for object tracking

    1 Target representation scheme
    2 Search mechanism
    3 Model update



    Evaluation Methodology

    1 Precison plot:
    The percentage of frames whose estimated location is within the given threshold distance of the ground truth.
    x coordinate: threshold

    2 Success plot: 
    The ratios of successful frames at the thresholds varied from 0 to 1
    x coordinate: threshold

    3 Robustness Evaluation
    A OPE: one-pass evaluation
    B TRE temporal robustness evaluation
    C SRE spatial robustness evaluation




    Overall Performance

    详见论文
    1  TLD performs well in long sequences with a redetection module 
    2 Struck only estimates the location of target and does not handle scale variation
    3 Sparse representations are effectivemodels to account for appearance change (e.g., occlusion).
    4 Local sparse representations are more effective than the ones with holistic sparse
    templates.
    5 It indicates the alignmentpooling technique adopted by ASLA is more robust to misalignments and background clutters.
    6 When an object moves fast, dense sampling based trackers (e.g., Struck, TLD and CXT) perform much better than others
    7 On the OCC subset, the Struck, SCM, TLD, LSK and ASLA methods outperform others. The results suggest that structured learning and local sparse representations are effective in dealing with occlusions.
    8 On the SV subset,ASLA, SCM and Struck perform best. The results show that
    trackers with affine motion models (e.g., ASLA and SCM) often handle scale variation better than others that are designed to account for only translational motion with a few exceptions such as Struck
    9 The performance of TLD, CXT, DFT and LOT decreases with the increase of
    initialization scale. This indicates these trackers are more sensitive to background clutters. 
    10 On the other hand, some trackers perform well or even better when the initial bounding box is enlarged, such as Struck, OAB, SemiT, and BSBT. This indicates that the Haar-like features are somewhat robust to background clutters due to the summation operations when computing features. Overall, Struck is less sensitive to scale variation than other well-performing methods.
    11 Some trackers perform better when the scale factor is smaller, such as L1APG, MTT, LOT and CPF



    Dataset




    相应站点






  • 相关阅读:
    跟我一起了解koa(四)
    快速定位隐蔽的sql性能问题及调优【转载】
    PV,UV,IP
    ActiveMQ的安全机制使用及其源代码分析 [转]
    ActiveMQ中的安全机制 [转]
    ESB、SOA、EAI异同【转】
    磁盘 I/O 性能监控指标和调优方法
    PLS-00306:错误解决思路
    浅谈PetShop之使用存储过程与PLSQL批量处理(附案例)
    关于SQLSQL Server的三值逻辑简析
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/7093911.html
Copyright © 2011-2022 走看看