博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Online Object Tracking: A Benchmark 论文笔记(转)
阅读量:5079 次
发布时间:2019-06-12

本文共 3012 字,大约阅读时间需要 10 分钟。

转自:http://blog.csdn.net/lanbing510/article/details/40411877

有博主翻译了这篇论文:http://blog.csdn.net/roamer_nuptgczx/article/details/45790415

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
 
//补充
Concluding Remarks
1.background information is critical for effective tracking. 
2.local models are important for tracking 
3.motion model or dynamic model is crucial for object tracking, especially when the motion of target
is large or abrupt

Good location prediction based on the dynamic model could reduce the search range and thus improve the tracking efficiency and robustness. 

 
 
 
Dataset

1 CAVIAR: 
 
对应网站

 
一篇教程:http://blog.csdn.net/carrierlxksuper/article/details/47054231

转载于:https://www.cnblogs.com/573177885qq/p/4661534.html

你可能感兴趣的文章
MVC+Servlet+mysql+jsp读取数据库信息
查看>>
黑马程序员——2 注释
查看>>
用OGRE1.74搭建游戏框架(三)--加入人物控制和场景
查看>>
转化课-计算机基础及上网过程
查看>>
android dialog使用自定义布局 设置窗体大小位置
查看>>
ionic2+ 基础
查看>>
互联网模式下我们更加应该“专注”
查看>>
myeclipse集成jdk、tomcat8、maven、svn
查看>>
查询消除重复行
查看>>
Win 10 文件浏览器无法打开
查看>>
HDU 1212 Big Number(C++ 大数取模)(java 大数类运用)
查看>>
-bash: xx: command not found 在有yum源情况下处理
查看>>
[leetcode]Minimum Path Sum
查看>>
内存管理 浅析 内存管理/内存优化技巧
查看>>
hiho1079 线段树区间改动离散化
查看>>
【BZOJ 5222】[Lydsy2017省队十连测]怪题
查看>>
第二次作业
查看>>
【input】 失去焦点时 显示默认值 focus blur ★★★★★
查看>>
Java跟Javac,package与import
查看>>
day-12 python实现简单线性回归和多元线性回归算法
查看>>