Resolving Semantic Confusions for Improved Zero-Shot Detection
Sandipan Sarma, Sushil Kumar, Arijit Sur

TL;DR
This paper introduces a novel generative approach with triplet and cyclic-consistency losses to reduce semantic confusion in zero-shot detection, significantly improving unseen object recognition.
Contribution
It proposes a new generative model training method that incorporates class dissimilarity and semantic consistency to enhance zero-shot detection performance.
Findings
Significant improvement on MSCOCO and PASCAL-VOC datasets
Reduced semantic confusion in zero-shot detection
Enhanced recognition of unseen classes
Abstract
Zero-shot detection (ZSD) is a challenging task where we aim to recognize and localize objects simultaneously, even when our model has not been trained with visual samples of a few target ("unseen") classes. Recently, methods employing generative models like GANs have shown some of the best results, where unseen-class samples are generated based on their semantics by a GAN trained on seen-class data, enabling vanilla object detectors to recognize unseen objects. However, the problem of semantic confusion still remains, where the model is sometimes unable to distinguish between semantically-similar classes. In this work, we propose to train a generative model incorporating a triplet loss that acknowledges the degree of dissimilarity between classes and reflects them in the generated samples. Moreover, a cyclic-consistency loss is also enforced to ensure that generated visual samples of a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning · COVID-19 diagnosis using AI
MethodsRoIPool · Softmax · Region Proposal Network · Faster R-CNN · Convolution · Wasserstein GAN · Triplet Loss
