paper-with-me

Papers

TripletGAN: Training Generative Model with Triplet Loss

2017-11-14 · Gongze Cao, Yezhou Yang, Jie Lei, Cheng Jin, Yang Liu, Mingli Song

As an effective way of metric learning, triplet loss has been widely used in many deep learning tasks, including face recognition and person-ReID, leading to many states of the arts. The main innovation of triplet loss is using feature map to replace softmax in the classification task. Inspired by this concept, we propose here a new adversarial modeling method by substituting the classification loss of discriminator with triplet loss. Theoretical proof based on IPM (Integral probability metric) demonstrates that such setting will help the generator converge to the given distribution theoretically under some conditions. Moreover, since triplet loss requires the generator to maximize distance within a class, we justify tripletGAN is also helpful to prevent mode collapse through both theory and experiment.

📄 PDF Abstract BibTeX arXiv:1711.05084

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionGeneral ClassificationMetric LearningmodelTriplet

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Correcting the Triplet Selection Bias for Triplet Loss

2018-09-01 · ECCV 2018 9 · Baosheng Yu, Tongliang Liu, Mingming Gong, Changxing Ding 외

Triplet loss, popular for metric learning, has made a great success in many computer vision tasks, such as fine-grained image classification, image retrieval, and face recognition. Considering that the number of triplets…

Face RecognitionFine-Grained Image ClassificationGeneral Classificationimage-classification+6

Deep Ranking with Adaptive Margin Triplet Loss

2021-07-13 · Mai Lan Ha, Volker Blanz

We propose a simple modification from a fixed margin triplet loss to an adaptive margin triplet loss. While the original triplet loss is used widely in classification problems such as face recognition, face re-identifica…

Face RecognitionTriplet

AdaTriplet: Adaptive Gradient Triplet Loss with Automatic Margin Learning for Forensic Medical Image Matching

2022-05-05 · Khanh Nguyen, Huy Hoang Nguyen, Aleksei Tiulpin

This paper tackles the challenge of forensic medical image matching (FMIM) using deep neural networks (DNNs). FMIM is a particular case of content-based image retrieval (CBIR). The main challenge in FMIM compared to the …

Content-Based Image RetrievalImage RetrievalRetrievalTriplet

PCCT: Progressive Class-Center Triplet Loss for Imbalanced Medical Image Classification

2022-07-11 · Kanghao Chen, Weixian Lei, Rong Zhang, Shen Zhao 외

Imbalanced training data is a significant challenge for medical image classification. In this study, we propose a novel Progressive Class-Center Triplet (PCCT) framework to alleviate the class imbalance issue particularl…

image-classificationImage ClassificationMedical Image ClassificationTriplet

Batch-Incremental Triplet Sampling for Training Triplet Networks Using Bayesian Updating Theorem

2020-07-10 · Milad Sikaroudi, Benyamin Ghojogh, Fakhri Karray, Mark Crowley 외

Variants of Triplet networks are robust entities for learning a discriminative embedding subspace. There exist different triplet mining approaches for selecting the most suitable training triplets. Some of these mining m…

Dimensionality ReductionHistopathological Image ClassificationMetric LearningTriplet