paper-with-me

Papers

Distractor-aware Event-based Tracking

2023-10-22 · Yingkai Fu, Meng Li, Wenxi Liu, Yuanchen Wang, Jiqing Zhang, BaoCai Yin, Xiaopeng Wei, Xin Yang

Event cameras, or dynamic vision sensors, have recently achieved success from fundamental vision tasks to high-level vision researches. Due to its ability to asynchronously capture light intensity changes, event camera has an inherent advantage to capture moving objects in challenging scenarios including objects under low light, high dynamic range, or fast moving objects. Thus event camera are natural for visual object tracking. However, the current event-based trackers derived from RGB trackers simply modify the input images to event frames and still follow conventional tracking pipeline that mainly focus on object texture for target distinction. As a result, the trackers may not be robust dealing with challenging scenarios such as moving cameras and cluttered foreground. In this paper, we propose a distractor-aware event-based tracker that introduces transformer modules into Siamese network architecture (named DANet). Specifically, our model is mainly composed of a motion-aware network and a target-aware network, which simultaneously exploits both motion cues and object contours from event data, so as to discover motion objects and identify the target object by removing dynamic distractors. Our DANet can be trained in an end-to-end manner without any post-processing and can run at over 80 FPS on a single V100. We conduct comprehensive experiments on two large event tracking datasets to validate the proposed model. We demonstrate that our tracker has superior performance against the state-of-the-art trackers in terms of both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2310.14194

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject TrackingVisual Object Tracking

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음
DANet In the field of scene segmentation, encoder-decoder structures cannot make use of the global relationships between objects, whereas RNN-based structures heavily rely on the…
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

Distractor-Aware Fast Tracking via Dynamic Convolutions and MOT Philosophy

2021-04-25 · CVPR 2021 1 · Zikai Zhang, Bineng Zhong, Shengping Zhang, Zhenjun Tang 외

A practical long-term tracker typically contains three key properties, i.e. an efficient model design, an effective global re-detection strategy and a robust distractor awareness mechanism. However, most state-of-the-art…

Multiple Object TrackingObject TrackingPhilosophy

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

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