当前位置:网站首页>深度学习跟踪DLT (deep learning tracker)
深度学习跟踪DLT (deep learning tracker)
2022-08-03 17:20:00 【代码的路】
1 粒子滤波(particle filtering)
粒子滤波是对预测粒子进行评价,添加不同的权重,越接近于真实状态的粒子,其权重越大;否则,就加的权重小一些。
步骤:
(1)初始状态:开始认为x(0)在全状态空间内平均分布。然后将所有采样输入状态转移方程,得到预测粒子。
(2)预测阶段:粒子滤波首先根据x(t-1)的概率分布生成大量的采样,这些采样就称之为粒子。那么这些采样在状态空间中的分布实际是x(t-1)的概率分布了。接下来依据状态转移方程加上控制量可以对每一粒子得到一个预测粒子。
(3)校正阶段:观测值y到达后,利用观测方程即条件概率P(y|xi),对所有的粒子进行评价。这个条件概率代表了假设真实状态x(t)取第i个粒子xi时获得观测y的概率。令这个条件概率为第i个粒子的权重。越有可能获得观测y的粒子,获得的权重越高。
(4)重采样:根据粒子权重对粒子进行筛选,筛选过程中,既要大量保留权重大的粒子,又要有一小部分权重小的粒子。而这些重采样后的粒子,就代表了真实状态的概率分布。
2 DLT框架
粒子滤波是完成粒子的随机扰动和扩散(在一帧图像中选出多个候选区)过程后,判断**(measure)哪些粒子接近实际粒子(对候选区进行确认),找权重最大的粒子。用权重最大的粒子+上一帧已知的跟踪结果=完成当前帧跟踪。即DLT通过粒子滤波+measure分类器完成跟踪。**
3 measure 分类器
measure分类器由自编码器和sigmoid层形成。自编码器(auto encoder)包括编码部分(encoder)和解码部分(decoder)。
sigmoid部分训练主要是为了得到sigmoid层与encoder层连接的200多个参数。
相关资源
论文下载:http://winsty.net/papers/dlt.pdf
代码下载:http://winsty.net/dlt/DLTcode.zip
数据集下载:http://winsty.net/dlt/woman.zip
学习更多编程知识,请关注我的公众号:

边栏推荐
猜你喜欢

双指针/滑动窗口问题

ICDAR比赛技术分享

通用型安全监测数据管理系统

Understand the recommendation system in one article: Outline 02: The link of the recommendation system, from recalling rough sorting, to fine sorting, to rearranging, and finally showing the recommend

最强分布式锁工具:Redisson

sphinx coreseek的安装和php下使用

浅谈Service Mesh对业务系统的价值

node连接mongoose数据库流程

【指针初解】

Detailed explanation of setting HiSilicon MMZ memory and OS memory
随机推荐
软考 --- 软件工程(1)概念、开发模型
Halcon 小笔记 C# 图片是否有效
数字资产的价值激发:NFT 质押
EasyExcel implements dynamic column parsing and table storage
#yyds干货盘点# 面试必刷TOP101:两个链表的第一个公共结点
【云驻共创】【HCSD大咖直播】亲授大厂面试秘诀
【用户运营】用这4个最佳客户服务策略,减少客户流失率
完整的搭建内网穿透ngrok详细教程(有图有真相)
A complete detailed tutorial on building intranet penetration ngrok (with pictures and truth)
Description of the functional scenario of "collective storage and general governance" in the data center
Detailed explanation of setting HiSilicon MMZ memory and OS memory
The strongest distributed lock tool: Redisson
Understand the recommendation system in one article: Outline 02: The link of the recommendation system, from recalling rough sorting, to fine sorting, to rearranging, and finally showing the recommend
【目标检测】Focal Loss for Dense Object Detection
怎么在opengauss中进行测试自己添加的新函数的性能(循环n次的运行时间)?
node connection mongoose database process
大型企业数据治理的现状和解决方案有哪些参考?_光点科技
ICDAR比赛技术分享
一键进入华为云会议,长期免费值得所有开发团队有一套【华为云至简致远】
SkyWalking概要介绍