当前位置: 首页 > news >正文

目标跟踪相关综述文章

文章年份会议/引用量IF
Object tracking:A survery20067618
Object Tracking Methods:A Review2019554
Multiple object tracking: A literature review20201294
Deep learning for multiple object tracking: a survey2019145
Deep Learning for Visual Tracking:A Comprehensive Survey202143223.60
Deep learning in multi-object detection and tracking: state of the art2021305
Deep Learning in Video Multi-Object Tracking: A Survey20208076

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(YX),即已知样本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 paper:Object Tracking Methods:A Review

http://www.dtcms.com/a/196615.html

相关文章:

  • 震荡指标工具
  • 桌面端进程通信
  • 记录算法笔记(2025.5.17)验证二叉搜索树
  • 高效视频理解的临时移位模块(Temporal Shift Module)
  • 【LUT技术专题】针对降噪优化的通道感知轻量级LUT算法:DnLUT
  • AI Agent | Coze 插件使用指南:从功能解析到实操步骤
  • Linux 文件权限 (rwx) 详解
  • AI Agent开发第69课-彻底消除RAG知识库幻觉(3)-手撕“重排序”
  • React Fiber 架构深度解析:时间切片与性能优化的核心引擎
  • windows系统各版本下载
  • Vivado2024.2+Modelsim仿真环境搭建大全(保姆式说明)
  • bitmap/hyperloglog/GEO详解与案例实战
  • 【MySQL进阶】如何在ubuntu下安装MySQL数据库
  • Java—— 异常详解
  • 机器学习中的过拟合及示例
  • 计算机图形学编程(使用OpenGL和C++)(第2版)学习笔记 12.曲面细分
  • MySQL初阶:sql事务和索引
  • 深入解析Spring Boot与Redis集成:高效缓存实践
  • 如何彻底清空docker里面不使用的容器?
  • 面向对象详解和JVM底层内存分析
  • Windows运维工具批处理版
  • 使用Python和`python-docx`库复制Word文档样式
  • mysql中4种扫描方式和聚簇索引非聚簇索引【爽文一篇】
  • BG开发者日志517:demo数据分析与修改方向
  • muduo库TcpConnection模块详解——C++
  • MySQL只操作同一条记录也会死锁吗?
  • Linux面试题集合(5)
  • 通俗版解释CPU、核心、进程、线程、协程的定义及关系
  • AGI大模型(21):混合检索之混合搜索
  • CSS 浮动与定位以及定位中z-index的堆叠问题