paper-with-me

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 frames. While already achieving top performance on many benchmarks, it was the recent release of SAM2 that placed memory-based trackers into focus of the visual object tracking community. Nevertheless, modern trackers still struggle in the presence of distractors. We argue that a more sophisticated memory model is required, and propose a new distractor-aware memory model for SAM2 and an introspection-based update strategy that jointly addresses the segmentation accuracy as well as tracking robustness. The resulting tracker is denoted as SAM2.1++. We also propose a new distractor-distilled DiDi dataset to study the distractor problem better. SAM2.1++ outperforms SAM2.1 and related SAM memory extensions on seven benchmarks and sets a solid new state-of-the-art on six of them.

📄 PDF Abstract BibTeX arXiv:2411.17576

Code (1)

jovanavidenovic/dam4sam 공식 구현 pytorch

Tasks

Object TrackingSemi-Supervised Video Object SegmentationVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

SAM 설명 없음
Focus 설명 없음

Similar 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 …

Visual Object TrackingVideo Segmentation

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