paper-with-me

홈 › Papers

Triplet Loss in Siamese Network for Object Tracking

2018-09-01 · ECCV 2018 9 · Xingping Dong, Jianbing Shen

Object tracking is still a critical and challenging problem with many applications in computer vision. For this challenge, more and more researchers pay attention to applying deep learning to get powerful feature for better tracking accuracy. In this paper, a novel triplet loss is proposed to extract expressive deep feature for object tracking by adding it into Siamese network framework instead of pairwise loss for training. Without adding any inputs, our approach is able to utilize more elements for training to achieve more powerful feature via the combination of original samples. Furthermore, we propose a theoretical analysis by combining comparison of gradients and back-propagation, to prove the effectiveness of our method. In experiments, we apply the proposed triplet loss for three real-time trackers based on Siamese network. And the results on several popular tracking benchmarks show our variants operate at almost the same frame-rate with baseline trackers and achieve superior tracking performance than them, as well as the comparable accuracy with recent state-of-the-art real-time trackers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject TrackingTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
Siamese Network 설명 없음

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

Exemplar Loss for Siamese Network in Visual Tracking

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

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, du…

TripletVisual 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 Local Image Descriptors with Deep Siamese and Triplet Convolutional Networks by Minimising Global Loss Functions

2015-12-31 · CVPR 2016 6 · Vijay Kumar B G, Gustavo Carneiro, Ian Reid

Recent innovations in training deep convolutional neural network (ConvNet) models have motivated the design of new methods to automatically learn local image descriptors. The latest deep ConvNets proposed for this task c…

General ClassificationTriplet

Fisher Discriminant Triplet and Contrastive Losses for Training Siamese Networks

2020-04-05 · Benyamin Ghojogh, Milad Sikaroudi, Sobhan Shafiei, H. R. Tizhoosh 외

Siamese neural network is a very powerful architecture for both feature extraction and metric learning. It usually consists of several networks that share weights. The Siamese concept is topology-agnostic and can use any…

Classification Of Breast Cancer Histology ImagesDimensionality ReductionDomain GeneralizationHistopathological Image Classification+2