paper-with-me

Papers

Training Triplet Networks with GAN

2017-04-06 · Maciej Zieba, Lei Wang

Triplet networks are widely used models that are characterized by good performance in classification and retrieval tasks. In this work we propose to train a triplet network by putting it as the discriminator in Generative Adversarial Nets (GANs). We make use of the good capability of representation learning of the discriminator to increase the predictive quality of the model. We evaluated our approach on Cifar10 and MNIST datasets and observed significant improvement on the classification performance using the simple k-nn method.

📄 PDF Abstract BibTeX arXiv:1704.02227

Code (5)

Saswati08/Triplet-Networks-with-GANs pytorch
dikshantsagar/Triplet-GAN pytorch
geekysethi/triplet-GAN pytorch
sedflix/tripletgan.pytorch pytorch
viditjain99/TripletGAN pytorch

Tasks

General ClassificationRepresentation LearningRetrievalTriplet

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

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

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

Detecting unseen visual relations using analogies

2018-12-13 · ICCV 2019 10 · Julia Peyre, Ivan Laptev, Cordelia Schmid, Josef Sivic

We seek to detect visual relations in images of the form of triplets t = (subject, predicate, object), such as "person riding dog", where training examples of the individual entities are available but their combinations …

RetrievalTriplet

Deep Triplet Quantization

2019-02-01 · Bin Liu, Yue Cao, Mingsheng Long, Jian-Min Wang 외

Deep hashing establishes efficient and effective image retrieval by end-to-end learning of deep representations and hash codes from similarity data. We present a compact coding solution, focusing on deep learning to quan…

Deep HashingImage RetrievalQuantizationRetrieval+1