paper-with-me

홈 › Papers

Robust Visual Tracking via Statistical Positive Sample Generation and Gradient Aware Learning

2020-11-09 · Lijian Lin, Haosheng Chen, Yanjie Liang, Yan Yan, Hanzi Wang

In recent years, Convolutional Neural Network (CNN) based trackers have achieved state-of-the-art performance on multiple benchmark datasets. Most of these trackers train a binary classifier to distinguish the target from its background. However, they suffer from two limitations. Firstly, these trackers cannot effectively handle significant appearance variations due to the limited number of positive samples. Secondly, there exists a significant imbalance of gradient contributions between easy and hard samples, where the easy samples usually dominate the computation of gradient. In this paper, we propose a robust tracking method via Statistical Positive sample generation and Gradient Aware learning (SPGA) to address the above two limitations. To enrich the diversity of positive samples, we present an effective and efficient statistical positive sample generation algorithm to generate positive samples in the feature space. Furthermore, to handle the issue of imbalance between easy and hard samples, we propose a gradient sensitive loss to harmonize the gradient contributions between easy and hard samples. Extensive experiments on three challenging benchmark datasets including OTB50, OTB100 and VOT2016 demonstrate that the proposed SPGA performs favorably against several state-of-the-art trackers.

📄 PDF Abstract BibTeX arXiv:2011.04260

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityVisual Tracking

Similar Papers 제목 키워드 기반

SINT++: Robust Visual Tracking via Adversarial Positive Instance Generation

2018-06-01 · CVPR 2018 6 · Xiao Wang, Chenglong Li, Bin Luo, Jin Tang

Existing visual trackers are easily disturbed by occlusion,blurandlargedeformation. Inthechallengesofocclusion, motion blur and large object deformation, the performance of existing visual trackers may be limited due to …

Deep Reinforcement LearningObjectReinforcement LearningVisual Tracking

A New Target-specific Object Proposal Generation Method for Visual Tracking

2018-03-27 · Guanjun Guo, Hanzi Wang, Yan Yan, Hong-Yuan Mark Liao 외

Object proposal generation methods have been widely applied to many computer vision tasks. However, existing object proposal generation methods often suffer from the problems of motion blur, low contrast, deformation, et…

ObjectObject Proposal GenerationVisual Tracking

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

Ranking-Based Siamese Visual Tracking

2022-05-24 · CVPR 2022 1 · Feng Tang, Qiang Ling

Current Siamese-based trackers mainly formulate the visual tracking into two independent subtasks, including classification and localization. They learn the classification subnetwork by processing each sample separately …

ClassificationVisual Tracking

Describe and Attend to Track: Learning Natural Language guided Structural Representation and Visual Attention for Object Tracking

2018-11-25 · Xiao Wang, Chenglong Li, Rui Yang, Tianzhu Zhang 외

The tracking-by-detection framework requires a set of positive and negative training samples to learn robust tracking models for precise localization of target objects. However, existing tracking models mostly treat diff…

Object Tracking