TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/FEAR: Fast, Efficient, Accurate and Robust Visual Tracker

FEAR: Fast, Efficient, Accurate and Robust Visual Tracker

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

2021-12-15Visual Object Tracking
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Object TrackingGOT-10kAverage Overlap64.5FEAR-L
Object TrackingGOT-10kAverage Overlap62.3FEAR-M
Object TrackingGOT-10kAverage Overlap61.9FEAR-XS
Visual Object TrackingGOT-10kAverage Overlap64.5FEAR-L
Visual Object TrackingGOT-10kAverage Overlap62.3FEAR-M
Visual Object TrackingGOT-10kAverage Overlap61.9FEAR-XS

Related Papers

UMDATrack: Unified Multi-Domain Adaptive Tracking Under Adverse Weather Conditions2025-07-01Mamba-FETrack V2: Revisiting State Space Model for Frame-Event based Visual Object Tracking2025-06-30R1-Track: Direct Application of MLLMs to Visual Object Tracking via Reinforcement Learning2025-06-27Fully Spiking Neural Networks for Unified Frame-Event Object Tracking2025-05-27Progressive Scaling Visual Object Tracking2025-05-26Adapting SAM 2 for Visual Object Tracking: 1st Place Solution for MMVPR Challenge Multi-Modal Tracking2025-05-23Towards Low-Latency Event Stream-based Visual Object Tracking: A Slow-Fast Approach2025-05-19CGTrack: Cascade Gating Network with Hierarchical Feature Aggregation for UAV Tracking2025-05-09