错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Efficient Siamese model for visual object tracking with attention-based fusion modules

  • Wenjun Zhou,
  • Yao Liu,
  • Nan Wang,
  • Dong Liang,
  • Bo Peng

摘要

In the realm of visual object tracking, achieving precise target localization poses a significant challenge. While Siamese trackers based on shallow networks often prioritize speed, they tend to suffer from subpar localization performance. This can be attributed to the inadequacy of features extracted by shallow networks, making it challenging to accurately pinpoint the target within intricate backgrounds. This paper presents an efficient Siamese model architecture for visual object tracking, aimed at mitigating the challenge of suboptimal feature extraction often observed in shallow network designs. On the basis of the Siamese network, we devise the Channel Attention Feature Enhancement Fusion Module and Spatial-Channel Attention Feature Enhancement Fusion Module to bolster feature extraction while suppressing background noise. Furthermore, we enhance the model’s resilience to disturbances by combining Siamese classification scores with those from an online classifier and to maintain high-quality image features during tracking, we introduce an online updating strategy for refreshing the template image.Experimental results across four publicly available datasets consistently demonstrate the outstanding performance of the proposed Siamese model architecture.The code is available at https://github.com/lejunXTS/ESM-VOTAFM/tree/master.