paper-with-me

홈 › Papers

Lightweight Full-Convolutional Siamese Tracker

2023-10-09 · Yunfeng Li, Bo wang, Xueyi Wu, Zhuoyan Liu, Ye Li

Although single object trackers have achieved advanced performance, their large-scale models hinder their application on limited resources platforms. Moreover, existing lightweight trackers only achieve a balance between 2-3 points in terms of parameters, performance, Flops and FPS. To achieve the optimal balance among these points, this paper proposes a lightweight full-convolutional Siamese tracker called LightFC. LightFC employs a novel efficient cross-correlation module (ECM) and a novel efficient rep-center head (ERH) to improve the feature representation of the convolutional tracking pipeline. The ECM uses an attention-like module design, which conducts spatial and channel linear fusion of fused features and enhances the nonlinearity of the fused features. Additionally, it refers to successful factors of current lightweight trackers and introduces skip-connections and reuse of search area features. The ERH reparameterizes the feature dimensional stage in the standard center-head and introduces channel attention to optimize the bottleneck of key feature flows. Comprehensive experiments show that LightFC achieves the optimal balance between performance, parameters, Flops and FPS. The precision score of LightFC outperforms MixFormerV2-S on LaSOT and TNL2K by 3.7 % and 6.5 %, respectively, while using 5x fewer parameters and 4.6x fewer Flops. Besides, LightFC runs 2x faster than MixFormerV2-S on CPUs. In addition, a higher-performance version named LightFC-vit is proposed by replacing a more powerful backbone network. The code and raw results can be found at https://github.com/LiYunfengLYF/LightFC.

📄 PDF Abstract BibTeX arXiv:2310.05392

Code (1)

liyunfenglyf/lightfc 공식 구현 pytorch

Similar Papers 제목 키워드 기반

STA: Adversarial Attacks on Siamese Trackers

2019-09-08 · Xugang Wu, XiaoPing Wang, Xu Zhou, Songlei Jian

Recently, the majority of visual trackers adopt Convolutional Neural Network (CNN) as their backbone to achieve high tracking accuracy. However, less attention has been paid to the potential adversarial threats brought b…

Adversarial Attack

Improving Siamese Based Trackers with Light or No Training through Multiple Templates and Temporal Network

2022-11-24 · Ali Sekhavati, Won-Sook Lee

High computational power and significant time are usually needed to train a deep learning based tracker on large datasets. Depending on many factors, training might not always be an option. In this paper, we propose a fr…

Object TrackingVisual Object Tracking

MFST: Multi-Features Siamese Tracker

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers have recently achieved interesting results due to their balance between accuracy and speed. This success is mainly due to the fact that deep similarity networks were specifically designed to address the …

SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking

2019-11-17 · CVPR 2020 6 · Dongyan Guo, Jun Wang, Ying Cui, Zhenhua Wang 외

By decomposing the visual tracking task into two subproblems as classification for pixel category and regression for object bounding box at this pixel, we propose a novel fully convolutional Siamese network to solve visu…

ClassificationGeneral ClassificationRegion Proposalregression+1

SiamRPN++: Evolution of Siamese Visual Tracking with Very Deep Networks

2018-12-31 · CVPR 2019 6 · Bo Li, Wei Wu, Qiang Wang, Fangyi Zhang 외

Siamese network based trackers formulate tracking as convolutional feature cross-correlation between target template and searching region. However, Siamese trackers still have accuracy gap compared with state-of-the-art …

TranslationVisual Object TrackingVisual Tracking