CVFeb 27

SpikeTrack: A Spike-driven Framework for Efficient Visual Tracking

Qiuyang Zhang, Jiujun Cheng, Qichao Mao, Cong Liu, Yu Fang, Yuhong Li, Mengying Ge, Shangce Gao
arXiv:2602.23963v11 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the problem of energy-efficient object tracking for vision applications, offering a novel method that balances accuracy and efficiency, though it is incremental in advancing SNN-based approaches.

The authors tackled the challenge of applying Spiking Neural Networks (SNNs) to RGB visual tracking by introducing SpikeTrack, a spike-driven framework that achieves state-of-the-art performance among SNN-based trackers and surpasses TransT on the LaSOT dataset while consuming only 1/26 of its energy.

Spiking Neural Networks (SNNs) promise energy-efficient vision, but applying them to RGB visual tracking remains difficult: Existing SNN tracking frameworks either do not fully align with spike-driven computation or do not fully leverage neurons' spatiotemporal dynamics, leading to a trade-off between efficiency and accuracy. To address this, we introduce SpikeTrack, a spike-driven framework for energy-efficient RGB object tracking. SpikeTrack employs a novel asymmetric design that uses asymmetric timestep expansion and unidirectional information flow, harnessing spatiotemporal dynamics while cutting computation. To ensure effective unidirectional information transfer between branches, we design a memory-retrieval module inspired by neural inference mechanisms. This module recurrently queries a compact memory initialized by the template to retrieve target cues and sharpen target perception over time. Extensive experiments demonstrate that SpikeTrack achieves the state-of-the-art among SNN-based trackers and remains competitive with advanced ANN trackers. Notably, it surpasses TransT on LaSOT dataset while consuming only 1/26 of its energy. To our knowledge, SpikeTrack is the first spike-driven framework to make RGB tracking both accurate and energy efficient. The code and models are available at https://github.com/faicaiwawa/SpikeTrack.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes