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

目标跟踪相关综述文章

文章年份会议/引用量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.xdnf.cn/news/6787.html

相关文章:

  • 25、DeepSeek-R1论文笔记
  • 从数据分析到数据可视化:揭开数据背后的故事
  • 【VSCode】修改侧边文件资源管理器中的文件夹折叠模式
  • OpenHarmony:开源操作系统重塑产业数字化底座
  • 数据分析 —— 数据预处理
  • 摩方 12 代 N200 迷你主机(Ubuntu 系统)WiFi 抓包环境配置教程
  • 第3章 自动化测试:从单元测试到硬件在环(HIL)
  • 为什么 Docker 建议关闭 Swap
  • 慢速降落字母html
  • Jackson使用详解
  • Unbuntu 命令
  • Python文件操作
  • 荷兰国旗问题 之 指针划分区间问题
  • 开源项目实战学习之YOLO11:12.4 ultralytics-models-sam-memory_attention.py源码分析
  • 力扣-比特位计数(统计一个数二进制下1的个数)
  • React中useDeferredValue与useTransition终极对比。
  • p024基于Django的网上购物系统的设计与实现
  • LeetCode Hot100刷题——轮转数组
  • Python爬虫之路(14)--playwright浏览器自动化
  • LeetCode 153. 寻找旋转排序数组中的最小值:二分查找法详解及高频疑问解析
  • mysql数据库-中间件MyCat
  • 【LINUX操作系统】生产者消费者模型(下):封装、信号量与环形队列
  • 【赵渝强老师】在PostgreSQL中访问Oracle
  • “即时取模”的快读 → 数论
  • vscode vue 项目 css 颜色调色版有两个
  • 【Closure-Hayd】
  • Linux面试题集合(5)
  • RJ连接器的未来:它还会是网络连接的主流标准吗?
  • Vue.js教学第四章:Vue.js 模板语法之指令应用
  • 反射机制动态解析