paper-with-me

Papers

A single target tracking algorithm based on Generative Adversarial Networks

2019-12-27 · Zhaofu Diao

In the single target tracking field, occlusion leads to the loss of tracking targets is a ubiquitous and arduous problem. To solve this problem, we propose a single target tracking algorithm with anti-occlusion capability. The main content of our algorithm is to use the Region Proposal Network to obtain the tracked target and potential interferences, and use the occlusion awareness module to judge whether the interfering object occludes the target. If no occlusion occurs, continue tracking. If occlusion occurs, the prediction module is started, and the motion trajectory of the target in subsequent frames is predicted according to the motion trajectory before occlusion. The result obtained by the prediction module is used to replace the target position feature obtained by the original tracking algorithm. So we solve the problem that the occlusion causes the tracking algorithm to lose the target. In actual performance, our algorithm can successfully track the target in the occluded dataset. On the VOT2018 dataset, our algorithm has an EAO of 0.421, an Accuracy of 0.67, and a Robustness of 0.186. Compared with SiamRPN ++, they increased by 1.69%, 11.67% and 9.3%, respectively.

📄 PDF Abstract BibTeX arXiv:1912.11967

Code (0)

등록된 구현이 없습니다.

Tasks

Region Proposal

Similar Papers 제목 키워드 기반

One-Shot Adversarial Attacks on Visual Tracking With Dual Attention

2020-06-01 · CVPR 2020 6 · Xuesong Chen, Xiyu Yan, Feng Zheng, Yong Jiang 외

Almost all adversarial attacks in computer vision are aimed at pre-known object categories, which could be offline trained for generating perturbations. But as for visual object tracking, the tracked target categories ar…

Adversarial AttackObjectObject TrackingVisual Object Tracking+1

Diffusion Models for Multi-target Adversarial Tracking

2023-07-12 · Sean Ye, Manisha Natarajan, Zixuan Wu, Matthew Gombolay

Target tracking plays a crucial role in real-world scenarios, particularly in drug-trafficking interdiction, where the knowledge of an adversarial target's location is often limited. Improving autonomous tracking systems…

Adversarial Feature Sampling Learning for Efficient Visual Tracking

2018-09-13 · Yingjie Yin, Lei Zhang, De Xu, Xingang Wang

The tracking-by-detection framework usually consist of two stages: drawing samples around the target object in the first stage and classifying each sample as the target object or background in the second stage. Current p…

Generative Adversarial NetworkObjectVisual Tracking

Tracking by Joint Local and Global Search: A Target-aware Attention based Approach

2021-06-09 · Xiao Wang, Jin Tang, Bin Luo, YaoWei Wang 외

Tracking-by-detection is a very popular framework for single object tracking which attempts to search the target object within a local search window for each frame. Although such local search mechanism works well on simp…

DecoderObjectObject Tracking

Efficient Adversarial Attacks for Visual Object Tracking

2020-08-01 · ECCV 2020 8 · Siyuan Liang, Xingxing Wei, Siyuan Yao, Xiaochun Cao

Visual object tracking is an important task that requires the tracker to find the objects quickly and accurately. The existing state-ofthe-art object trackers, i.e., Siamese based trackers, use DNNs to attain high accura…

GPUObjectObject TrackingVisual Object Tracking+1