CVJun 23

SENTRY: SAM2-Enhanced Neighbor-Aware and Temporally Reasoned Memory for Visual Tracking

arXiv:2606.2444914.0Has Code
Predicted impact top 30% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For visual object tracking researchers, SENTRY addresses the drift problem in SAM2-based trackers caused by occlusion, rapid motion, and distractors, offering a simple yet effective fix without retraining.

SENTRY is a training-free, plug-and-play module that improves SAM2-based visual object tracking by replacing confidence-only mask selection with temporal consistency validation, achieving new zero-shot SOTA on six benchmarks (LaSOT, LaSOT_ext, GOT-10k, VOT20, VOT22, DiDi) while maintaining real-time speed (32.8 FPS on A100).

We revisit the memory update mechanism in SAM2-based visual object tracking and identify confidence-only mask selection as the dominant cause of drift under occlusion, rapid motion, and distractors. We introduce SENTRY, a training-free, plug-and-play, refine-before-write module that validates each memory update for short-horizon temporal consistency before committing it. SENTRY aggregates diverse segmentation hypotheses per frame, backtracks them into short tracklets, and uses neighbor-aware cycle-consistent matching against recent trajectories to favor temporally and geometrically consistent masks. It leaves the base architecture untouched, replacing confidence-driven writes with consistency-validated ones. For fair evaluation, we re-evaluate major open-source SAM2-based trackers across all available scales and datasets, filling gaps in prior reports. Integrated into five strong baselines, SENTRY delivers consistent gains across nine benchmarks, achieving new zero-shot SOTA on LaSOT, LaSOT_ext, GOT-10k, VOT20, VOT22, and DiDi. Despite these checks, the SAM2-L version runs at 32.8 FPS on an A100, and across compatible hosts adds only about 0.4--0.6 GB VRAM. Our results provide the first unified all-scale evaluation of SAM2-based trackers and show that enforcing temporal validity at write time stabilizes memory-augmented tracking without retraining.

Foundations

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

Your Notes