目标跟踪相关综述文章

文章 年份 会议/引用量 IF
Object tracking:A survery 2006 7618
Object Tracking Methods:A Review 2019 554
Multiple object tracking: A literature review 2020 1294
Deep learning for multiple object tracking: a survey 2019 145
Deep Learning for Visual Tracking:A Comprehensive Survey 2021 432 23.60
Deep learning in multi-object detection and tracking: state of the art 2021 305
Deep Learning in Video Multi-Object Tracking: A Survey 2020 807 6

others are coming soon...

  1. 定义:
    It aims to infer the location of an arbitrary target in a video sequence, given only its location in the first frame

  2. 应用:
    traffic monitoring, robotics, autonomous vehicle tracking, medical diagnosis systems, activity recognition, and so on.

  • monitoring of traffic flow and detection of traffic accidents
  • ASIMO humanoid robot
  • path-tracking
  • tracking of ventricular wall and medical instruments control
  • learning activity patterns and human activity recognition(比如说VR)
  1. 挑战:
  • Illumination Variation
  • Background Clutters:the backgroundnear the targethas a similarcolor or textureas the target
  • Low Resolution
  • Scale Variation:the ratio ofbounding boxesof the first frameand the currentframe is out ofthe range
  • Occlusion:the target is partially or fully occluded(被遮挡)
  • Change the target position:During themovement, thetarget may berotated,deformed, and soon.
  • Fast Motion:the motion of theground truth islarge
  1. 方法:
    feature-based, segmentation-based, estimation-based, and learning-based methods
  • generative methodsVS discriminative methods
    都需要求 P ( Y ∣ X ) P(Y\mid X) P(Y∣X),即已知样本x,求其属于类别y的概率。不同的是generative methods需根据公式P(Y∣X)= \\frac{P(X∣Y)P(Y)}{P(X)} 来求,但 ' d i s c r i m i n a t i v e m e t h o d s ' 直接求 来求,但\`discriminative methods\`直接求 来求,但'discriminativemethods'直接求P(Y\\mid X)。(Note that deep learning is belong to discriminative methods)
  1. 方法的评价:
  • Robustness
  • Adaptability
  • Real-time processing of information

more details are provided in this paperObject Tracking Methods:A Review

相关推荐
zm-v-1593043398643 分钟前
ArcGIS 水文分析升级:基于深度学习的流域洪水演进过程模拟
人工智能·深度学习·arcgis
拓端研究室2 小时前
视频讲解|核密度估计朴素贝叶斯:业务数据分类—从理论到实践
人工智能·分类·数据挖掘
灵智工坊LingzhiAI2 小时前
人体坐姿检测系统项目教程(YOLO11+PyTorch+可视化)
人工智能·pytorch·python
昨日之日20062 小时前
Video Background Remover V3版 - AI视频一键抠像/视频换背景 支持50系显卡 一键整合包下载
人工智能·音视频
SHIPKING3933 小时前
【机器学习&深度学习】什么是下游任务模型?
人工智能·深度学习·机器学习
子燕若水7 小时前
Unreal Engine 5中的AI知识
人工智能
极限实验室8 小时前
Coco AI 实战(一):Coco Server Linux 平台部署
人工智能
杨过过儿8 小时前
【学习笔记】4.1 什么是 LLM
人工智能
巴伦是只猫8 小时前
【机器学习笔记Ⅰ】13 正则化代价函数
人工智能·笔记·机器学习
大千AI助手8 小时前
DTW模版匹配:弹性对齐的时间序列相似度度量算法
人工智能·算法·机器学习·数据挖掘·模版匹配·dtw模版匹配