paper-with-me

Papers

SpikeTrack: A Spike-driven Framework for Efficient Visual Tracking

2026-02-27 · Qiuyang Zhang, Jiujun Cheng, Qichao Mao, Cong Liu, Yu Fang, Yuhong Li, Mengying Ge, Shangce Gao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.23963

Code (0)

등록된 구현이 없습니다.

Tasks

Object TrackingVisual Tracking

Similar Papers 제목 키워드 기반

SDTrack: A Baseline for Event-based Tracking via Spiking Neural Networks

2025-03-09 · Yimeng Shan, Zhenbang Ren, Haodi Wu, Wenjie Wei 외

Event cameras provide superior temporal resolution, dynamic range, power efficiency, and pixel bandwidth. Spiking Neural Networks (SNNs) naturally complement event data through discrete spike signals, making them ideal f…

Data Augmentation

SpikingMoE: SDPrompt-Guided Dynamic Expert Fusion in Spiking Neural Networks

2026-05-22 · Yukai Yang, Chenxi Qin, Jungang Li, Xin Zhang 외 arxiv

Spiking Neural Networks (SNNs) provide an energy-efficient paradigm for visual recognition. We present SpikingMoE, which integrates a spike-driven Transformer with a Mixture-of-Experts (MoE) framework for dynamic computa…

SpikingMOT: A Spike-Driven Multi-Object Tracker

2026-07-22 · Yiding Sun, Xiangyang Yang, Dongxu Zhang, Qirui Wang 외 arxiv

Multi-object tracking (MOT) plays a fundamental role in visual perception, where accurate trajectory prediction is essential for reliable target association under complex motion patterns. Recent trackers have improved mo…

Multi-Object TrackingTrajectory Prediction

SPiKeS: Superpixel-Keypoints Structure for Robust Visual Tracking

2016-10-23 · François-Xavier Derue, Guillaume-Alexandre Bilodeau, Robert Bergevin

In visual tracking, part-based trackers are attractive since they are robust against occlusion and deformation. However, a part represented by a rectangular patch does not account for the shape of the target, while a sup…

SuperpixelsVisual Tracking

VL2Spike: Spike-driven Distillation from VLMs for Low-Power Visual Perception in Embodied AI

2026-06-14 · Zinan Liu, Eric Zheng, Soumyaratna Debnath, Hao Shi 외 arxiv

Spiking neural networks (SNNs) are brain-inspired, event-driven models that compute with sparse spikes, which enables highly efficient visual perception in resource-constrained embodied AI models. The emergence of Spikin…

Visual Place RecognitionKnowledge Distillation