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


1 CAVIAR: http://homepages.inf.ed.ac.uk/rbf/CAVIARDATA1/

对应网站


http://visual-tracking.net/#

时间: 2024-08-08 01:16:27

Online Object Tracking: A Benchmark 论文笔记的相关文章

Online Object Tracking: A Benchmark 论文笔记(转)

转自:http://blog.csdn.net/lanbing510/article/details/40411877 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

Deep Reinforcement Learning for Visual Object Tracking in Videos 论文笔记

Deep Reinforcement Learning for Visual Object Tracking in Videos 论文笔记 arXiv 摘要:本文提出了一种 DRL 算法进行单目标跟踪,算是单目标跟踪中比较早的应用强化学习算法的一个工作.  在基于深度学习的方法中,想学习一个较好的 robust spatial and temporal representation for continuous video data 是非常困难的.  尽管最近的 CNN based tracke

Struck: Structrued Output Tracking with Kernels 论文笔记

Main idear Treat the tracking problem as a classification task and use online learning techniques to update the object model Main Innovative Points 1 Based on structured output prediction (Structured SVM), in which the task is directly predict the ch

Online Object Tracking: A Benchmark 翻译

来自http://www.aichengxu.com/view/2426102 摘要 目标跟踪是计算机视觉大量应用中的重要组成部分之一.近年来,尽管在分享源码和数据集方面的努力已经取得了许多进展,开发一套库和标准用于评估当前最先进的跟踪算法仍然是极其重要的.在简单回顾近年来在线目标跟踪的研究进展后,我们以多种评价标准进行了大量的实验,用于研究这些算法的性能.为了便于性能评估和分析,测试图片序列分别被标注了不同的特性.通过定量分析结果,我们得出了实现鲁棒性跟踪的有效方法,并给出了目标跟踪领域潜在的

Correlation Filter in Visual Tracking系列一:Visual Object Tracking using Adaptive Correlation Filters 论文笔记

Visual Object Tracking using Adaptive Correlation Filters 一文发表于2010的CVPR上,是笔者所知的第一篇将correlation filter引入tracking领域内的文章,文中所提的Minimum Output Sum of Squared Error(MOSSE),可以说是后来CSK.STC.Color Attributes等tracker的鼻祖.Correlation Filter(以下简称CF)源于信号处理领域,后被运用于图

论文笔记之:Fully-Convolutional Siamese Networks for Object Tracking

Fully-Convolutional Siamese Network for Object Tracking 摘要:任意目标的跟踪问题通常是根据一个物体的外观来构建表观模型.虽然也取得了不错的效果,但是他们这些 online-only approach 限制了模型可以学到的模型的丰富性.最近,已经有几个尝试开始探索深度卷积网络的强大的表达能力(express power).但是,当跟踪目标提前未知时,需要在线的执行 SGD 来适应网络的权重,严重的影响了系统的速度.本文中,我们提出一种基本的跟

论文笔记 Deep Patch Learning for Weakly Supervised Object Classi cation and Discovery

Background 1) "Patch-level image representation"的优势 "Patch-level image representation is very important for object classification and detection, since it is robust to spatial transformation, scale variation, and cluttered background" &

Staple: Complementary Learners for Real-Time Tracking 论文笔记

Staple: Complementary Learners for Real-Time Tracking 论文笔记  相关滤波相关的跟踪算法,最近非常的流行,对运动模糊和光照变换有一定的鲁棒性.但是,由于像模型展示的那样,他们的跟踪结果严重的依赖于跟踪物体的空间布局,对形变非常的敏感(deformation).基于颜色统计的模型有互补的性能:他们对物体的外形有较好的处理能力,但是,对出现的光照变量却无法很好的应对.此外,仅仅依赖于颜色统计,没有那么好的判别性.本文提出一种简单的跟踪算法,结合互

论文笔记之:Visual Tracking with Fully Convolutional Networks

ICCV 2015  CUHK 本文利用 FCN 来做跟踪问题,但开篇就提到并非将其看做是一个 黑匣子,只是用来提取特征,而是在大量的图像和 ImageNet 分类任务上关于 CNN 的 feature 做了大量的深度的研究.这些发现促使他们设计了该跟踪系统,他们发现: 不同的卷积层会从不同的角度来刻画目标.顶层的 layer 编码了更多的关于 语义特征并且可以作为种类检测器,而底层的层懈怠了更多的具有判别性的信息,并且可以更好的区分具有相似外观的目标.在跟踪的过程中利用这两种层的不断切换而完成