paper-with-me

홈 › Papers

Tackling Occlusion in Siamese Tracking with Structured Dropouts

2020-06-30 · Deepak K. Gupta, Efstratios Gavves, Arnold W. M. Smeulders

Occlusion is one of the most difficult challenges in object tracking to model. This is because unlike other challenges, where data augmentation can be of help, occlusion is hard to simulate as the occluding object can be anything in any shape. In this paper, we propose a simple solution to simulate the effects of occlusion in the latent space. Specifically, we present structured dropout to mimick the change in latent codes under occlusion. We present three forms of dropout (channel dropout, segment dropout and slice dropout) with the various forms of occlusion in mind. To demonstrate its effectiveness, the dropouts are incorporated into two modern Siamese trackers (SiamFC and SiamRPN++). The outputs from multiple dropouts are combined using an encoder network to obtain the final prediction. Experiments on several tracking benchmarks show the benefits of structured dropouts, while due to their simplicity requiring only small changes to the existing tracker models.

📄 PDF Abstract BibTeX arXiv:2006.16571

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObject Tracking

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SiamReID: Confuser Aware Siamese Tracker with Re-identification Feature

2021-04-08 · Abu Md Niamul Taufique, Andreas Savakis, Michael Braun, Daniel Kubacki 외

Siamese deep-network trackers have received significant attention in recent years due to their real-time speed and state-of-the-art performance. However, Siamese trackers suffer from similar looking confusers, that are p…

ObjectObject TrackingTriplet

Object Tracking Using Siamese Network-Based Reinforcement Learning

2022-06-13 · IEEE Access 2022 6 · S. J. Park, S. J. Hwang, J. H. Baek

Object tracking is a technique for tracking a specific object appearing in a video sequence while observing its features or changes. Recently, many algorithms showing high performance have emerged by applying the Siamese…

ObjectObject Trackingreinforcement-learningReinforcement Learning+1

F-Siamese Tracker: A Frustum-based Double Siamese Network for 3D Single Object Tracking

2020-10-22 · Hao Zou, Jinhao Cui, Xin Kong, Chujuan Zhang 외

This paper presents F-Siamese Tracker, a novel approach for single object tracking prominently characterized by more robustly integrating 2D and 3D information to reduce redundant search space. A main challenge in 3D sin…

3D Single Object TrackingObjectObject Tracking

T-SiamTPN: Temporal Siamese Transformer Pyramid Networks for Robust and Efficient UAV Tracking

2025-09-16 · Hojat Ardi, Amir Jahanshahi, Ali Diba arxiv

Aerial object tracking remains a challenging task due to scale variations, dynamic backgrounds, clutter, and frequent occlusions. While most existing trackers emphasize spatial cues, they often overlook temporal dependen…

Computational EfficiencyObject Tracking

SMMT: Siamese Motion Mamba with Self-attention for Thermal Infrared Target Tracking

2025-05-07 · Shang Zhang, Huanbin Zhang, Dali Feng, Yujie Cui 외

Thermal infrared (TIR) object tracking often suffers from challenges such as target occlusion, motion blur, and background clutter, which significantly degrade the performance of trackers. To address these issues, this p…

MambaObject Tracking