首页 > 编程语言 > 详细

SiamFC网络影响

时间:2019-03-02 00:26:56      阅读:228      评论:0      收藏:0      [点我收藏+]

To investigate the underlying reason, we analyze the
Siamese network architecture and identify that the receptive
field size of neurons, network stride and feature padding
are three important factors affecting tracking accuracy. In
author
1particular, the receptive field determines the image region
used in computing a feature. A larger receptive field pro-
vides greater image context, while a small one may not
capture the structure of target objects. The network stride
affects the degree of localization precision, especially for
small-sized objects. Meanwhile, it controls the size of out-
put feature maps, which affects feature discriminability and
detection accuracy. Moreover, for a fully-convolutional ar-
chitecture [2], the feature padding for convolutions induces
a potential position bias in model training, such that when
an object moves near the search range boundary, it has a
very low probability of being predicted as the target. These
three factors together prevent Siamese trackers from bene-
fiting from current deeper and more sophisticated network
architectures.

SiamFC网络影响

原文:https://www.cnblogs.com/Zak-NoS/p/10459315.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!