Classifier Crafting: Turn Your ConvNet into a Zero-Shot Learner!
Jacopo Cavazza

TL;DR
This paper introduces a method to convert standard ConvNets into zero-shot learners by crafting their classifiers with fixed rules and learned features, enabling effective unseen class recognition without retraining.
Contribution
It presents a novel classifier crafting approach that transforms vanilla ConvNets into zero-shot learners by fixing classification rules and learning ZSL-specific features, outperforming prior methods.
Findings
Outperforms state-of-the-art in benchmark ZSL datasets.
Effectively combines semantic and visual cues for improved accuracy.
Maintains interpretability using neural attention methods.
Abstract
In Zero-shot learning (ZSL), we classify unseen categories using textual descriptions about their expected appearance when observed (class embeddings) and a disjoint pool of seen classes, for which annotated visual data are accessible. We tackle ZSL by casting a "vanilla" convolutional neural network (e.g. AlexNet, ResNet-101, DenseNet-201 or DarkNet-53) into a zero-shot learner. We do so by crafting the softmax classifier: we freeze its weights using fixed seen classification rules, either semantic (seen class embeddings) or visual (seen class prototypes). Then, we learn a data-driven and ZSL-tailored feature representation on seen classes only to match these fixed classification rules. Given that the latter seamlessly generalize towards unseen classes, while requiring not actual unseen data to be computed, we can perform ZSL inference by augmenting the pool of classification rules at…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsSoftmax
