Object Tracking Benchmark
Abstract
问题:
1)evaluation is often not suffcient
2)biased for certain types of algorthms
3)datasets do not have common ground-truth object positions or extents
4)the initial conditions or parameters of the evaluated tracking algorithms are not the same
本文工作:
1)carry out extensive an evaluation of the state-of-the-art online object-tracking algorithms with various evaluation criteria to understand how these methods perform within the same framework
2)first construct a large dataset with ground-truth objectpositions and extents for tracking and introduce the sequence attributes for the performance analysis
3)second,we integrate most of the publicly available trackers into one code library with uniform input and output formats to facilitate large-scale performance evaluation.
4)Third, we extensively evaluate the performance of 31 algorithms on 100 sequences with different initialization settings.
1 Introduction
定义
难点
总结优劣
数据集
初始化鲁棒性的提出
本文的贡献:基准数据集、代码库、性能评估
2 Brief review of object tracking
1、Representation (描述)
1)holistic(整体) templates
2)LK approaches(do not take large appearance variability into account, not perform well)
3)developed a template update method by exploiting the infrmation of the first frame to correct drifts
4)to better account for appearance changes, subspace-based tracking approaches
5)an efficient LK algorithm and used low-dimensional representations for tracking under varying illumination conditions
6)a robust error norm and proposed an algorithm using a pre-trained view-based eigenbasis representation
7)a low-dimensional subspace representation was learned incrementally to account for target appearance variation for object tracking
8)sparse representations
9)used a dictionary of holistic intensity templates composed of target and trivial templates,and determined the target location by solving multiple l1 minimization problems.
10)local sparse representations and collaborative representations
11) for run-time efficiency, a minimal error bounding strategy was introduced to reduce the number of l1 minimization problems to solve
accelerated proximal gradient approach to efficintly solve l1 minimization problems
12)local sparse appearance model + mean shift algorithm
13)by assuming the representation of particles as jointly sparse ,formulated object tracking as a multi-task sparse learning problem
14)collaborative tracking algorithm=a sparsity-based discriminative classifier+a sparsity-based generative model
15)sparse codes of local image patches with spatial layout in an object were used for modeling the object appearance for tracking
16)a least soft-threshold squares algorithm by modeling image noise with the Gaussian-Laplacian distribution other than the trivial templates
17)a number of tracking methods based on color histograms
18)Recently, discriminative models have been developed in the field of object tracking,where a binary classifier is learned online to separete the target from the background.Numerous classifier object tracking.
19)To account for an appearance change caused by a large pose variation and heavy occlusion, an object can be represented by parts with descriptors or histograms.
20)Several approaches based on multiple representation schemes have been developed, to better handle appearance varations.
2、 Search Mechanism
deterministic and stochastic search methods have been developed to estimate the object states.
...
objective functions for object tracking are usually nonlinear with many local minma.To alleviate this problem, dense sampling metnods have been adopted,at the expense of a high computational load.Onthe other hand, stochastic search algorithms such as particle filters have been widely used since they are relatively insensitive to the local minimum and are computationally efficeint.
3、Model Update
1)online update of target representation to account for appearance variations plays an important role for robust object tracking.
2)...addressed the template update problem for the LK algorithm,where the template was updated with the combination of the fixed reference template extracted from the first frame and the result from the most recent frame.
3)effective update algorithms have also been proposed in the from of the online mixture model, online boosting, and incremental subspace update.
4)discriminative model:recently, considerable attention has been paid to draw samples effective for training online classifiers.
5)semi-supervised
6)someone focused on the tracking problem within the multiple instance learning framework and developed an online algorithm.
7)to exploit the underlying structure of the unlabeled data, Kalal et al. developed a tracking algorithm within the semi-supervised learning framework to select positive and negative samples for model update.
8)the proposed tracking algorthm directly predicts the target location change between frames on the basis of structured learning.
9)a tracking method based on co-training to combine generative and discriminative models.
4、 Context and Fusion of Trackers
5、Performance Evaluation
1)time-reversed Markov chain
2)introduced a unified conceptual framework and presented an experimental analysis.
3)poor initialization of a tracker signigicantly decreases the tracking accuracy, however, further analysis based on comprehensive experimental evaluations is necessary and important to better understand the state-of-the-art algorithms.
4)a ranking approach to analyze the reported results of object traching methods.
5)the failure rate of a tracking method was computed by counting the number of frames in which a method fails to follow a target object.
6、Challenging Factors
1)Occlusion
2)Deformation
modeled the target appearance by using a small number of rectangular blocks from which histograms were extracted. The positions of these blocks within an object were adaptively determined for object tracking
a target object was represented by a patch-based appearance model and the topology between local patches was updated online.
based on segmentation techniques to describe opject shape.
based on a generalized Hough transform and used segmentation based on the GrabCut method to better describe the forground objects.
3)Scale Variation
search at multiple scales and use the one with the maximum likelihood for tracking
used the scale space theory to improve the mean-shift tracking method
include object scale as one state in the motion model
in the tracking methods based on particle filters, object states are often estimated by the average of a few particles with large weights
4)Fast Motion
extended the mean-shift tracking method by using multiple kernels centered around fast motion areas
introduced the Wang-Landau Monte Carlo sampling method to handle fast motion by alleviating motion smoothness constraints with both the likelihood functions and the desity of states.
to cope with abrupt motion and large appearance changes, multiple trackers with different motion and appearance models were used where the best one was selected using Markov Chain Monte Carlo sampling.
3 Evaluated tracking algorithms
as all implementations inevitably involve technical details and specific parameter settings, we included the algorithms only if the original source or binary code was publicly available
4 datasets
VIVID
CAVIAR
TB-100
TB-50(challenging)
attributes of a test sequence(11个)
5 Evaluation methodology
position accuracy robustness over a certain type of appearance changes, tracking speed, memory requirement, and ease of use can be considered.
precision plot:中心距离,尺寸如何体现:阀值
success plot:AOS,AUC(召回率?)
1)Robustness evaluation:OPE(one-pass evaluation)->TRE(temporal robustness evaluation) & SRE(spatial robustness evaluation)
2)Robustness Evaluation with Restart(下面是承接关系,不是并列关系):
OPER(One-Pass Evaluation with Restart)
SRER(Spatial Robustness Evaluation with Restart)
as in the case of OPER, we evaluate whether a tracking method is sensitive to spatial perturbatio with restarts such that the tracking performance in challenging sequences can be better analyzed.
Approximation using Virtual Runs
两个问题:1、restart的阀值在不同情况下选择不同,选所有情况的阀值不切实际;2、很多算法提供binary code,无法检测到失败然后重启。
因此,提出该法:...(论文中有一个说明例子)
6 Evaluation Results
1)overall performance
2)performance of SRER
3)performance Analysis by Attributes
4)tracking speed
7 Conclusions
参考文献:Yi Wu, Jongwoo Lim, and Ming-Hsuan Yang. Object Tracking Benchmark.***
Object Tracking Benchmark的更多相关文章
- [Object Tracking] Overview of Object Tracking
From: 目标跟踪方法的发展概述 From: 目标跟踪领域进展报告 通用目标的跟踪 经典目标跟踪方法 2010 年以前,目标跟踪领域大部分采用一些经典的跟踪方法,比如 Meanshift.Parti ...
- [Object Tracking] Overview of algorithms for Object Tracking
From: https://www.zhihu.com/question/26493945 可以载入史册的知乎贴 目标跟踪之NIUBILITY的相关滤波 - 专注于分享目标跟踪中非常高效快速的相关滤波 ...
- Online Object Tracking: A Benchmark 论文笔记(转)
转自:http://blog.csdn.net/lanbing510/article/details/40411877 有博主翻译了这篇论文:http://blog.csdn.net/roamer_n ...
- Online Object Tracking: A Benchmark 论文笔记
Factors that affect the performance of a tracing algorithm 1 Illumination variation 2 Occlusion 3 Ba ...
- correlation filters in object tracking
http://www.cnblogs.com/hanhuili/p/4266990.html Correlation Filter in Visual Tracking系列一:Visual Objec ...
- Correlation Filter in Visual Tracking系列一:Visual Object Tracking using Adaptive Correlation Filters 论文笔记
Visual Object Tracking using Adaptive Correlation Filters 一文发表于2010的CVPR上,是笔者所知的第一篇将correlation filt ...
- 论文笔记之:Fully-Convolutional Siamese Networks for Object Tracking
gansh Fully-Convolutional Siamese Network for Object Tracking 摘要:任意目标的跟踪问题通常是根据一个物体的外观来构建表观模型.虽然也取得了 ...
- 论文笔记之:Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking
Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking arXiv Paper ...
- 基于粒子滤波的物体跟踪 Particle Filter Object Tracking
Video来源地址 一直都觉得粒子滤波是个挺牛的东西,每次试图看文献都被复杂的数学符号搞得看不下去.一个偶然的机会发现了Rob Hess(http://web.engr.oregonstate.edu ...
随机推荐
- c++ 容器元素遍历打印(for_each)
#include <iostream> // cout #include <algorithm> // for_each #include <vector> // ...
- Mutex, semaphore, spinlock
Mutex是一把钥匙,一个人拿了就可进入一个房间,出来的时候把钥匙交给队列的第一个.一般的用法是用于串行化对critical section代码的访问,保证这段代码不会被并行的运行. Semaphor ...
- Hibernate HQL查询 插入 更新(update)实例
1.实体查询:有关实体查询技术,其实我们在先前已经有多次涉及,比如下面的例子:String hql=”from User user ”;List list=session.CreateQuery(hq ...
- 证明: 2^0+2^1+2^2+2^3+.+2^n-1=(2^n)-1
S=2^0+2^1+2^2+2^3+.+2^(n-1)2S=2^1+2^2+2^3+...+2^(n-1)+2^n两式相减,2S-S=2^n-2^0S=2^(n)-1
- Codeforces 847E - Packmen
847E - Packmen 思路:二分时间. 代码: #include<bits/stdc++.h> using namespace std; #define ll long long ...
- Freemarker 简介
1.动态网页和静态网页差异 在进入主题之前我先介绍一下什么是动态网页,动态网页是指跟静态网页相对应的一种网页编程技术.静态网页,随着HTML代码的生成,页面的内容和显示效果就不会再发生变化(除非你修改 ...
- win7创建 VirtualBox COM 对象失败。 应用程序现在将终止。 Callee RC: E_NOINTERFACE (0x80004002)
win7创建 VirtualBox COM 对象失败. 应用程序现在将终止. Callee RC: E_NOINTERFACE (0x80004002) 启动VirtualBox提示这个错误, ...
- Spring Cloud常用组件介绍
一.Eureka (Netfix下) 云端服务发现,一个基于 REST 的服务,用于定位服务,以实现云端中间层服务发现和故障转移. 二.Spring Cloud Config (Spring下) 配置 ...
- python-day21--序列化模块模块
什么叫序列化——将原本的字典.列表等内容转换成一个字符串的过程就叫做序列化 序列化的目的: 1.以某种存储形式使自定义对象持久化: 2.将对象从一个地方传递到另一个地方. 3.使程序更具维护性. ...
- 联想笔记本V470安装Win8.1 X64位系统,关机黑屏、电源灯亮
以前的WIN7 X86系统用了很长时间了,软件业装了很多,现在使用的时候就有点卡了,最近决定重装个系统,后台发现开发的有一个东西要求WIN8 X64位的,就下载了一个准备直接安装了,也从此开始了整整2 ...