当前位置:网站首页>[target tracking] |siamfc
[target tracking] |siamfc
2022-07-02 17:42:00 【rrr2】
The paper :Fully-Convolutional Siamese Networks for Object Tracking
Code :https://github.com/huanglianghua/siamfc-pytorch
We trained a twin network to locate sample images in larger search images . A further contribution is the novel twin architecture of complete convolution relative to the search image : The dense and effective sliding window evaluation is realized by calculating the bilinear layer of the cross-correlation between its two inputs .
Z Templates ,x Search area ,ϕ Transform function Feature mapping operation ,g Is a simple distance or similarity measure 

* Represents convolution operation , Get one 17^17 Of score map, Represents the search region The similarity value between each position in the template .
take 17×17 The score graph of is generated by bicubic interpolation 272×272 Image , To determine the position of an object .
The algorithm itself is to compare the similarity between the search area and the target template , Finally get the search area score map. In fact, in principle , This method is very similar to the method of correlation filtering . It matches the target template one by one in the search area , This method of calculating similarity by translation matching one by one is regarded as a convolution , Then find the point with the largest similarity value in the convolution result , As the center of new goals .
The picture above ϕ It's actually CNN Part of , And two ϕ The network structure is the same , This is a typical twin neural network , And in the whole model only conv Layer and the pooling layer , So this is also a typical full convolution (fully-convolutional) neural network .
Extract the sample image and search image of each frame offline , To avoid resizing the image during training .
Feature extraction network φ
φ The corresponding feature extraction network adopts AlexNet
Input
about z
The image cutting method is to select a tight bounding box ( w x h ) , And select more pixels in a certain range around p As the context boundary , p The calculation method of is p = ( w + h ) / 4 , Multiply by a scale parameter , become A ( 127 x 127 )
about x
Will be cut out from the whole picture 255×255 Pictures of the , The center of clipping is predicted by the previous frame bounding-box Center of .
When template image z And search for images x When not enough cutting , The missing part will be averaged RGB Value padding .
Loss function




边栏推荐
- SAP Commerce Cloud Storefront 框架选型:Accelerator 还是 Spartacus?
- si446使用记录(二):使用WDS3生成头文件
- Modbus协议通信异常
- em120.gige.h
- [非线性控制理论]8_三种鲁棒控制器的比较
- This "architect growth note" made 300 people successfully change jobs and enter the big factory, with an annual salary of 50W
- Introduction to Hisilicon hi3798mv100 set top box chip [easy to understand]
- Update iteration of cloud communication interface -- the official launch of subail API V4
- 简单介绍BASE64Encoder的使用
- Map集合详细讲解
猜你喜欢
随机推荐
When the industrial Internet began to enter the deep-water area, it appeared more in the form of industry
Introduction to Hisilicon hi3798mv100 set top box chip [easy to understand]
嵌入式 ~ 介绍
si446使用记录(一):基本资料获取
Easyswoole3.2 restart failed
Microservice architecture practice: Construction of scalable distributed database cluster
VirtualLab基础实验教程-7.偏振(1)
[非线性控制理论]8_三种鲁棒控制器的比较
ROS knowledge point - message_filters
chrome浏览器快速访问stackoverflow
求简单微分方程
2022 interview questions
从收集到输出:盘点那些强大的知识管理工具——优秀笔记软件盘点(四)
Modbus协议通信异常
JDBC
si446使用记录(二):使用WDS3生成头文件
Uniapp H5 page calls wechat payment
Si446 usage record (I): basic data acquisition
[how is the network connected] Chapter 4 explores access networks and network operators
微信小程序 —— 上下浮动的箭头



![链表求和[dummy+尾插法+函数处理链表引用常见坑位]](/img/08/30e8ca2376104d648a82dca8a72c42.png)




