paper-with-me

Papers

Distractor-Aware Memory-Based Visual Object Tracking

2025-09-17 · Jovana Videnovic, Matej Kristan, Alan Lukezic arxiv

Recent emergence of memory-based video segmentation methods such as SAM2 has led to models with excellent performance in segmentation tasks, achieving leading results on numerous benchmarks. However, these modes are not fully adjusted for visual object tracking, where distractors (i.e., objects visually similar to the target) pose a key challenge. In this paper we propose a distractor-aware drop-in memory module and introspection-based management method for SAM2, leading to DAM4SAM. Our design effectively reduces the tracking drift toward distractors and improves redetection capability after object occlusion. To facilitate the analysis of tracking in the presence of distractors, we construct DiDi, a Distractor-Distilled dataset. DAM4SAM outperforms SAM2.1 on thirteen benchmarks and sets new state-of-the-art results on ten. Furthermore, integrating the proposed distractor-aware memory into a real-time tracker EfficientTAM leads to 11% improvement and matches tracking quality of the non-real-time SAM2.1-L on multiple tracking and segmentation benchmarks, while integration with edge-based tracker EdgeTAM delivers 4% performance boost, demonstrating a very good generalization across architectures.

📄 PDF Abstract BibTeX arXiv:2509.13864

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Object TrackingVideo Segmentation

Similar Papers 제목 키워드 기반

A Distractor-Aware Memory for Visual Object Tracking with SAM2

2024-11-26 · CVPR 2025 1 · Jovana Videnovic, Alan Lukezic, Matej Kristan

Memory-based trackers are video object segmentation methods that form the target model by concatenating recently tracked frames into a memory buffer and localize the target by attending the current image to the buffered …

Object TrackingSemi-Supervised Video Object SegmentationVisual Object TrackingVisual Tracking

EdgeDAM: Real-time Object Tracking for Mobile Devices

2026-03-05 · Syed Muhammad Raza, Syed Murtaza Hussain Abidi, Khawar Islam, Muhammad Ibrahim 외 arxiv

Single-object tracking (SOT) on edge devices is a critical computer vision task, requiring accurate and continuous target localization across video frames under occlusion, distractor interference, and fast motion. Howeve…

Object Tracking

A New Dataset and a Distractor-Aware Architecture for Transparent Object Tracking

2024-01-08 · Alan Lukezic, Ziga Trojer, Jiri Matas, Matej Kristan

Performance of modern trackers degrades substantially on transparent objects compared to opaque objects. This is largely due to two distinct reasons. Transparent objects are unique in that their appearance is directly af…

2kObjectObject TrackingTransparent objects

Spatio-Temporal Bi-directional Cross-frame Memory for Distractor Filtering Point Cloud Single Object Tracking

2024-03-23 · Shaoyu Sun, Chunyang Wang, Xuelian Liu, Chunhao Shi 외

3D single object tracking within LIDAR point clouds is a pivotal task in computer vision, with profound implications for autonomous driving and robotics. However, existing methods, which depend solely on appearance match…

3D Single Object TrackingAutonomous DrivingObject LocalizationObject Tracking

Distractor-aware Siamese Networks for Visual Object Tracking

2018-08-18 · ECCV 2018 9 · Zheng Zhu, Qiang Wang, Bo Li, Wei Wu 외

Recently, Siamese networks have drawn great attention in visual tracking community because of their balanced accuracy and speed. However, features used in most Siamese tracking approaches can only discriminate foreground…

Incremental LearningObjectObject TrackingVideo Object Tracking+2