LGMLApr 6, 2017

Training Triplet Networks with GAN

arXiv:1704.02227v16 citations
Originality Incremental advance
AI Analysis

This work addresses enhancing representation learning for classification and retrieval tasks, but it appears incremental as it combines existing techniques (triplet networks and GANs) without introducing a fundamentally new approach.

The authors tackled the problem of improving triplet network performance by training them as discriminators in GANs, resulting in significant classification improvements on Cifar10 and MNIST datasets using k-nn.

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.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes