目标跟踪相关综述文章

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

相关推荐
兴趣使然黄小黄4 分钟前
【AI-agent】LangChain开发智能体工具流程
人工智能·microsoft·langchain
出门吃三碗饭8 分钟前
Transformer前世今生——使用pytorch实现多头注意力(八)
人工智能·深度学习·transformer
l1t21 分钟前
利用DeepSeek改写SQLite版本的二进制位数独求解SQL
数据库·人工智能·sql·sqlite
说私域35 分钟前
开源AI智能名片链动2+1模式S2B2C商城小程序FAQ设计及其意义探究
人工智能·小程序
开利网络1 小时前
合规底线:健康产品营销的红线与避坑指南
大数据·前端·人工智能·云计算·1024程序员节
非著名架构师1 小时前
量化“天气风险”:金融与保险机构如何利用气候大数据实现精准定价与投资决策
大数据·人工智能·新能源风光提高精度·疾风气象大模型4.0
熙梦数字化2 小时前
2025汽车零部件行业数字化转型落地方案
大数据·人工智能·汽车
刘海东刘海东2 小时前
逻辑方程结构图语言的机器实现(草稿)
人工智能
亮剑20182 小时前
第2节:程序逻辑与控制流——让程序“思考”
开发语言·c++·人工智能
hixiong1232 小时前
C# OpenCVSharp使用 读光-票证检测矫正模型
人工智能·opencv·c#