Real Time Visual Tracking using Spatial-Aware Temporal Aggregation Network
Tao Hu, Lichao Huang, Xianming Liu, Han Shen

TL;DR
This paper introduces SATA, a real-time visual tracking method that aggregates historical features using spatial-aware and scale-aware techniques, significantly improving tracking accuracy and robustness.
Contribution
The paper proposes a novel correlation filter based tracker that effectively aggregates temporal features with spatial alignment and multi-scale handling, enhancing tracking performance.
Findings
Achieves leading performance on multiple benchmarks.
Operates at 26 FPS in real-time.
Effectively handles appearance changes and drift.
Abstract
More powerful feature representations derived from deep neural networks benefit visual tracking algorithms widely. However, the lack of exploitation on temporal information prevents tracking algorithms from adapting to appearances changing or resisting to drift. This paper proposes a correlation filter based tracking method which aggregates historical features in a spatial-aligned and scale-aware paradigm. The features of historical frames are sampled and aggregated to search frame according to a pixel-level alignment module based on deformable convolutions. In addition, we also use a feature pyramid structure to handle motion estimation at different scales, and address the different demands on feature granularity between tracking losses and deformation offset learning. By this design, the tracker, named as Spatial-Aware Temporal Aggregation network (SATA), is able to assemble…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Human Pose and Action Recognition · Advanced Vision and Imaging
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
