paper-with-me

Papers

Exemplar Loss for Siamese Network in Visual Tracking

2020-06-20 · Shuo Chang, Yifan Zhang, Sai Huang, Yuanyuan Yao, Zhiyong Feng

Visual tracking plays an important role in perception system, which is a crucial part of intelligent transportation. Recently, Siamese network is a hot topic for visual tracking to estimate moving targets' trajectory, due to its superior accuracy and simple framework. In general, Siamese tracking algorithms, supervised by logistic loss and triplet loss, increase the value of inner product between exemplar template and positive sample while reduce the value of inner product with background sample. However, the distractors from different exemplars are not considered by mentioned loss functions, which limit the feature models' discrimination. In this paper, a new exemplar loss integrated with logistic loss is proposed to enhance the feature model's discrimination by reducing inner products among exemplars. Without the bells and whistles, the proposed algorithm outperforms the methods supervised by logistic loss or triplet loss. Numerical results suggest that the newly developed algorithm achieves comparable performance in public benchmarks.

📄 PDF Abstract BibTeX arXiv:2006.12987

Code (0)

등록된 구현이 없습니다.

Tasks

TripletVisual Tracking

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Graph Convolutional Tracking

2019-06-01 · CVPR 2019 6 · Junyu. Gao, Tianzhu Zhang, Changsheng Xu

Tracking by siamese networks has achieved favorable performance in recent years. However, most of existing siamese methods do not take full advantage of spatial-temporal target appearance modeling under different context…

Visual Tracking

Quadruplet Network with One-Shot Learning for Fast Visual Object Tracking

2017-05-19 · Xingping Dong, Jianbing Shen, Dongming Wu, Kan Guo 외

In the same vein of discriminative one-shot learning, Siamese networks allow recognizing an object from a single exemplar with the same class label. However, they do not take advantage of the underlying structure of the …

Object TrackingOne-Shot LearningTripletVisual Object Tracking

Learning Cascaded Siamese Networks for High Performance Visual Tracking

2019-05-08 · Peng Gao, Yipeng Ma, Ruyue Yuan, Liyi Xiao 외

Visual tracking is one of the most challenging computer vision problems. In order to achieve high performance visual tracking in various negative scenarios, a novel cascaded Siamese network is proposed and developed base…

ClassificationGeneral ClassificationVisual TrackingVocal Bursts Intensity Prediction

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

Hard Negative Samples Emphasis Tracker without Anchors

2020-08-08 · Zhongzhou Zhang, Lei Zhang

Trackers based on Siamese network have shown tremendous success, because of their balance between accuracy and speed. Nevertheless, with tracking scenarios becoming more and more sophisticated, most existing Siamese-base…