目标跟踪相关综述文章

文章 年份 会议/引用量 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

相关推荐
牛奶27 分钟前
2026年大模型怎么选?前端人实用对比
前端·人工智能·ai编程
牛奶29 分钟前
前端人为什么要学AI?
前端·人工智能·ai编程
罗西的思考3 小时前
AI Agent框架探秘:拆解 OpenHands(10)--- Runtime
人工智能·算法·机器学习
冬奇Lab4 小时前
OpenClaw 源码精读(2):Channel & Routing——一条消息如何找到它的 Agent?
人工智能·开源·源码阅读
冬奇Lab4 小时前
一天一个开源项目(第38篇):Claude Code Telegram - 用 Telegram 远程用 Claude Code,随时随地聊项目
人工智能·开源·资讯
格砸5 小时前
从入门到辞职|从ChatGPT到OpenClaw,跟上智能时代的进化
前端·人工智能·后端
可观测性用观测云6 小时前
可观测性 4.0:教系统如何思考
人工智能
sunny8656 小时前
Claude Code 跨会话上下文恢复:从 8 次纠正到 0 次的工程实践
人工智能·开源·github
小笼包包仔6 小时前
OpenClaw 多Agent软件开发最佳实践指南
人工智能
smallyoung6 小时前
AgenticRAG:智能体驱动的检索增强生成
人工智能