参考文献:Yancheng Bai and Ming Tang. Robust Tracking via Weakly Supervised Ranking SVM

Abstract

通常的算法:utilize the object information contained in the current and previous frames to construct the object appearance model and locate the object with the model in frame t+1

问题:if the visual appearance fluctuates in short time intervals, suboptimal locations will be generated in frame t+1 if the visual appearance change substantially from the model.The continuous changes would accumulate errors and finally result in a tracking failure.

解决方法:online Laplacian ranking support vector tracker(LRSVT) to robustly locate the object; incorporates the labeled information of the object in the initial and the latest frames to resist the occlusion and adapt to the fluctuation of the visual appearance, and the weakly labeled information from frame t+1 to adapt to substantial changes of the appearance.

1、Introduction

困难:to resist the visual appearance changing frame by frame due to 3Drotation, sudden illumination changing and partial occlusion.

经典算法包含:image representation, the appearance model and the dynamic model. (appearance model plays a crucial role).

本文重点:focus on the model-free tracking problem, i.e., no prior knowledge except for the object location is known at the beginning of tracking.

其他人的算法:

1)construct and update the appearance model only using the current frame

2)the mean shift

3)learned a low-dimensional subspace representation of the object frame by frame, efficiently adapting to appearance changes.

4)learned a classifier as the appearance model via multiple instance boosting. The weak classifiers were online updated by means of a forgetting factor.

5)constructed the appearance model by means of linear and sparse combination of target templates and trival ones. The template set was dynamically updated according to the similarity between the tracking result and the template set.

6)used the initial frame and the latest four frames to learn the appearance model by means of sparse principal component analysis of a set of feature templates.

7)By introducing the local spasrse appearance model ,extended the mean shift based tracking algorithm and modeled the appearance in terms of a static sparse dictionalry of the object in the initial frame and an online updated histogram of the current frame.

8)formulated the tracking problem as a semi-supervised one,  where only the object bounding box in the first frame was considered as labeled, and all subsequent tracking results were letf unlabeled.(not good)

9)an online semi-supervised MILBoost tracker to combine the adptivity of multiple instance tracking and robustness aginst drifting of semi-supervised learning based tracking.

10)incorporated the positive and negative samples in the next frame to model the object appearance till the current frame, and located the object with the model in the next frame.

在substantially change下,这些模型不足。

文中的算法:

1)the target should be ranked higher than others around it

2)the relative relation between patches is easily figured out

3)extend the learning to rank algorithm, ranking SVM, to learn the relative relation.

4)provide rough loctions of the target object, i.e., some weakly labeled samples, in the next frame.

5)Based on above considerations, we propose a weakly supervised ranking SVM algorithm based on the smoothness assumption and the manifold regularization. called online Laplacian ranking suport vector tracking(LRSVT)

6)the labeled higher-ranked samples are composed of pathes very closed to the ground truth of the initial frame and those very close to the object locations in several most recent frames, and the labeled lower-ranked samples are those around the labeled higher-ranked ones. The weakly labeled higher-ranked samples are composed of patches close to that labeled as object patch by the weak labeler in the new frame.

7)These three sample sets are used to train the novel weakly supervised ranking SVM to result in the ranking function F(x).

8)then patches are sampled and ranked with the highest score by F(x) is accepted as the object location.

9)advantages:

  incorporates the labeled information in the initial and the latest frames

  incorporates the weakly labeled information in the next frame

2、Related Work

1)the topic of learning to rank, which combines relevance problems with prediction problems, has recently attracted considerable attention in machine learning community, and a great many of ranking algorithms have been proposed. The main goul of learning to rank is to automatically construct a ranking model based on the partial order of training data.

...

2)in the computer vision domian, learning to rank is mianly used in image and video retrieval.

3)learning to rank has begun to apply to other areas of computer vision. ..RankBoost...a two stage cascaded ranking SVMs detector

4)as a powerful machine learning technique, semi-supervised learning has been applied to cope with the visual object tracking problem.

3、Laplacian Ranking SVM

4、Tracking with Laplacian Ranking SVM

5、Experiments

6、Conclusions

Robust Tracking via Weakly Supervised Ranking SVM的更多相关文章

  1. [place recognition]NetVLAD: CNN architecture for weakly supervised place recognition 论文翻译及解析(转)

    https://blog.csdn.net/qq_32417287/article/details/80102466 abstract introduction method overview Dee ...

  2. [CVPR 2016] Weakly Supervised Deep Detection Networks论文笔记

    p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px "Helvetica Neue"; color: #323333 } p. ...

  3. [CVPR2017] Weakly Supervised Cascaded Convolutional Networks论文笔记

    p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px "Helvetica Neue"; color: #042eee } p. ...

  4. Kemaswill 机器学习 数据挖掘 推荐系统 Ranking SVM 简介

    Ranking SVM 简介 排序一直是信息检索的核心问题之一,Learning to Rank(简称LTR)用机器学习的思想来解决排序问题(关于Learning to Rank的简介请见我的博文Le ...

  5. [CVPR2017] Deep Self-Taught Learning for Weakly Supervised Object Localization 论文笔记

    http://openaccess.thecvf.com/content_cvpr_2017/papers/Jie_Deep_Self-Taught_Learning_CVPR_2017_paper. ...

  6. 2018年发表论文阅读:Convolutional Simplex Projection Network for Weakly Supervised Semantic Segmentation

    记笔记目的:刻意地.有意地整理其思路,综合对比,以求借鉴.他山之石,可以攻玉. <Convolutional Simplex Projection Network for Weakly Supe ...

  7. Learning to Rank之Ranking SVM 简介

    排序一直是信息检索的核心问题之一,Learning to Rank(简称LTR)用机器学习的思想来解决排序问题(关于Learning to Rank的简介请见我的博文Learning to Rank简 ...

  8. [ICCV 2019] Weakly Supervised Object Detection With Segmentation Collaboration

    新在ICCV上发的弱监督物体检测文章,偷偷高兴一下,贴出我的poster,最近有点忙,话不多说,欢迎交流- https://arxiv.org/pdf/1904.00551.pdf http://op ...

  9. 【机器学习】Learning to Rank之Ranking SVM 简介

    Learning to Rank之Ranking SVM 简介 排序一直是信息检索的核心问题之一,Learning to Rank(简称LTR)用机器学习的思想来解决排序问题(关于Learning t ...

随机推荐

  1. 警告:Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

    加入 import os os.environ[' demo: import os os.environ[' import tensorflow as tf tf.enable_eager_execu ...

  2. 会话技术及jsp概述

    一.会话技术 1.概念:在一次会话中共享数据,在web中指,浏览器和服务器的一次通信.包含多次请求,和多次响应. 可以在一次会话的多次请求中共享数据. 2.客户端会话技术:Cookie 将数据保存在客 ...

  3. Mask R-CNN论文理解

    摘要: Mask RCNN可以看做是一个通用实例分割架构. Mask RCNN以Faster RCNN原型,增加了一个分支用于分割任务. Mask RCNN比Faster RCNN速度慢一些,达到了5 ...

  4. jq 插入结构

    一.插入 1. append $("#div").append('<a href="baidu.com">a</a>') ;   // ...

  5. nodejs 监听文件夹变化的模块

    使用Node.JS监听文件夹变化 fs.watch 其中Node.JS的文件系统也可侦听某个目录的改变, 如fs.watch   其中fs.watch的最大缺点就是不支持子文件夹的侦听,并且在很多情况 ...

  6. php fpm深度解析

    摘自:https://www.cnblogs.com/wanghetao/p/3934350.html 当我们在谈到cgi的时候,我们在讨论什么 最早的Web服务器简单地响应浏览器发来的HTTP请求, ...

  7. Neo4j视频教程 Neo4j 图数据库视频教程

    课程名称 课程发布地址 地址: 腾讯课堂<Neo4j 图数据库视频教程> https://ke.qq.com/course/327374?tuin=442d3e14 作者 庞国明,< ...

  8. BZOJ-1010 玩具装箱toy (斜率优化)

    题目大意:将n个数分成若干组,并且每组的数在原数组中应是连续的,每组会产生的代价为sum(i)-sum(j)+i-j-1-m,m为已知的常数.求最小代价. 题目分析:定义dp(i)表示将前 i 个元素 ...

  9. LeetCode 318. Maximum Product of Word Lengths (状态压缩)

    题目大意:给出一些字符串,找出两个不同的字符串之间长度之积的最大值,但要求这两个字符串之间不能拥有相同的字符.(字符只考虑小写字母). 题目分析:字符最多只有26个,因此每个字符串可以用一个二进制数来 ...

  10. Oracle11g温习-第八章:归档日志

    2013年4月27日 星期六 10:36 1.归档和非归档的区别 1)  归档会在日志切换时,备份历史日志,用于OLTP(在线事务处理系统),可以进行冷备份和热备份,可以实现数据库完全恢复.不完全恢复 ...