SOTAVerified

FEAR: Fast, Efficient, Accurate and Robust Visual Tracker

2021-12-15Code Available1· sign in to hype

Vasyl Borsuk, Roman Vei, Orest Kupyn, Tetiana Martyniuk, Igor Krashenyi, Jiři Matas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present FEAR, a family of fast, efficient, accurate, and robust Siamese visual trackers. We present a novel and efficient way to benefit from dual-template representation for object model adaption, which incorporates temporal information with only a single learnable parameter. We further improve the tracker architecture with a pixel-wise fusion block. By plugging-in sophisticated backbones with the abovementioned modules, FEAR-M and FEAR-L trackers surpass most Siamese trackers on several academic benchmarks in both accuracy and efficiency. Employed with the lightweight backbone, the optimized version FEAR-XS offers more than 10 times faster tracking than current Siamese trackers while maintaining near state-of-the-art results. FEAR-XS tracker is 2.4x smaller and 4.3x faster than LightTrack with superior accuracy. In addition, we expand the definition of the model efficiency by introducing FEAR benchmark that assesses energy consumption and execution speed. We show that energy consumption is a limiting factor for trackers on mobile devices. Source code, pretrained models, and evaluation protocol are available at https://github.com/PinataFarms/FEARTracker.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
GOT-10kFEAR-LAverage Overlap64.5Unverified
GOT-10kFEAR-MAverage Overlap62.3Unverified
GOT-10kFEAR-XSAverage Overlap61.9Unverified

Reproductions