当前位置:网站首页>[target tracking] | template update time context information (updatenet) "learning the model update for Siamese trackers"
[target tracking] | template update time context information (updatenet) "learning the model update for Siamese trackers"
2022-07-01 15:25:00 【rrr2】
Article title :《Learning the Model Update for Siamese Trackers》
Article address :[1] arXiv,[2] ICCV2019 openaccess
github Address :https://github.com/zhanglichao/updatenet
Update strategy
Use only the initial template of the first frame
Early Siamese In the tracker , Initialize the target template in the first frame , This template is used for tracking later . However, in the actual task, the change of target appearance is usually obvious , If the target template cannot be updated effectively , Soon the tracking will fail .
Linear update
To solve this problem , At present, some people have made some simple update strategies , Through the moving average method of fixed learning rate , Update the target template linearly :
We think this method has some disadvantages :
- For all the videos , It uses a fixed update rate . But in different cases , The need for updates is different , The factors to consider are complex . For example, camera motion blur , Dynamic changes at different times, etc .
- This update rate applies to all spatial dimensions of the template ( Including channel dimension ) It's also fixed on . But sometimes we only need to update a part of the template , For example, when occlusion occurs .
- The tracker cannot recover from the cumulative drift . As the template is updated , We lost T 0 The original information of , And the template of the first frame T0 That's what we first wanted to track .
- The formula (1) Just a very simple linear combination , But we need a flexible update mechanism , It's necessary to change the appearance when the goal is very complex . It may be better to use more complex combinatorial functions .
Adaptive update
The update algorithm will always consider the template of the first frame Provides highly reliable information , It enhances the robustness to the later tracking drift .
ref
translate
https://blog.csdn.net/PAN_Andy/article/details/103008079
https://blog.csdn.net/Yemiekai/article/details/123014839、
边栏推荐
- Fix the failure of idea global search shortcut (ctrl+shift+f)
- opencv学习笔记六--图像特征[harris+SIFT]+特征匹配
- 《QT+PCL第六章》点云配准icp系列4
- Wechat applet 02 - Implementation of rotation map and picture click jump
- DirectX repair tool v4.1 public beta! [easy to understand]
- 【LeetCode】16、最接近的三数之和
- What are the test items of juicer ul982
- Apk signature principle
- It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!
- Hardware design guide for s32k1xx microcontroller
猜你喜欢
The solution to turn the newly created XML file into a common file in idea
leetcode:329. Longest increasing path in matrix
Fix the failure of idea global search shortcut (ctrl+shift+f)
[advanced ROS] lesson 5 TF coordinate transformation in ROS
Short Wei Lai grizzly, to "touch China" in the concept of stocks for a living?
"Qt+pcl Chapter 6" point cloud registration ICP Series 6
Guide de conception matérielle du microcontrôleur s32k1xx
Wechat applet 02 - Implementation of rotation map and picture click jump
Tiantou village, Guankou Town, Xiamen special agricultural products Tiantou Village special agricultural products ant new village 7.1 answer
【STM32-USB-MSC问题求助】STM32F411CEU6 (WeAct)+w25q64+USB-MSC Flash用SPI2 读出容量只有520KB
随机推荐
Survey of intrusion detection systems:techniques, datasets and challenges
Create employee data in SAP s/4hana by importing CSV
What are the test items of juicer ul982
Beilianzhuguan joined the dragon lizard community to jointly promote carbon neutralization
竣达技术丨多台精密空调微信云监控方案
Implementation of deploying redis sentry in k8s
Short Wei Lai grizzly, to "touch China" in the concept of stocks for a living?
DirectX repair tool v4.1 public beta! [easy to understand]
【LeetCode】16、最接近的三数之和
《QT+PCL第六章》点云配准icp系列4
Tableapi & SQL and Kafka message insertion in Flink
[advanced ROS] lesson 5 TF coordinate transformation in ROS
Phpcms background upload picture button cannot be clicked
Qt+pcl Chapter 6 point cloud registration ICP series 3
Opencv learning note 4 -- bank card number recognition
如何实现时钟信号分频?
SQL常用的四个排序函数梳理
Task.Run(), Task.Factory.StartNew() 和 New Task() 的行为不一致分析
[one day learning awk] function and user-defined function
IDEA全局搜索快捷键(ctrl+shift+F)失效修复