paper-with-me

Papers

Compositional Prototypical Networks for Few-Shot Classification

2023-06-11 · Qiang Lyu, Weiqiang Wang

It is assumed that pre-training provides the feature extractor with strong class transferability and that high novel class generalization can be achieved by simply reusing the transferable feature extractor. In this work, our motivation is to explicitly learn some fine-grained and transferable meta-knowledge so that feature reusability can be further improved. Concretely, inspired by the fact that humans can use learned concepts or components to help them recognize novel classes, we propose Compositional Prototypical Networks (CPN) to learn a transferable prototype for each human-annotated attribute, which we call a component prototype. We empirically demonstrate that the learned component prototypes have good class transferability and can be reused to construct compositional prototypes for novel classes. Then a learnable weight generator is utilized to adaptively fuse the compositional and visual prototypes. Extensive experiments demonstrate that our method can achieve state-of-the-art results on different datasets and settings. The performance gains are especially remarkable in the 5-way 1-shot setting. The code is available at https://github.com/fikry102/CPN.

📄 PDF Abstract BibTeX arXiv:2306.06584

Code (1)

fikry102/CPN 공식 구현 pytorch

Tasks

AttributeClassification

Similar Papers 제목 키워드 기반

Independent Prototype Propagation for Zero-Shot Compositionality

2021-06-01 · NeurIPS 2021 12 · Frank Ruis, Gertjan Burghouts, Doina Bucur

Humans are good at compositional zero-shot reasoning; someone who has never seen a zebra before could nevertheless recognize one when we tell them it looks like a horse with black and white stripes. Machine learning syst…

AttributeCompositional Zero-Shot Learning

State Space Models are Effective Sign Language Learners: Exploiting Phonological Compositionality for Vocabulary-Scale Recognition

2026-04-09 · Bryan Cheng, Austin Jin, Jasper Zhang arxiv

Sign language recognition suffers from catastrophic scaling failure: models achieving high accuracy on small vocabularies collapse at realistic sizes. Existing architectures treat signs as atomic visual patterns, learnin…

Sign Language RecognitionRepresentation Learning

Gaussian Prototypical Networks for Few-Shot Learning on Omniglot

2017-08-09 · ICLR 2018 1 · Stanislav Fort

We propose a novel architecture for $k$-shot classification on the Omniglot dataset. Building on prototypical networks, we extend their architecture to what we call Gaussian prototypical networks. Prototypical networks l…

ClassificationClusteringFew-Shot LearningGeneral Classification

Eliciting Knowledge from Pretrained Language Models for Prototypical Prompt Verbalizer

2022-01-14 · Yinyi Wei, Tong Mo, Yongtao Jiang, Weiping Li 외

Recent advances on prompt-tuning cast few-shot classification tasks as a masked language modeling problem. By wrapping input into a template and using a verbalizer which constructs a mapping between label space and label…

ClassificationContrastive LearningLanguage ModelingLanguage Modelling+3

Prototypical Networks for Few-shot Learning

2017-03-15 · NeurIPS 2017 12 · Jake Snell, Kevin Swersky, Richard S. Zemel

We propose prototypical networks for the problem of few-shot classification, where a classifier must generalize to new classes not seen in the training set, given only a small number of examples of each new class. Protot…

Category-Agnostic Pose EstimationFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+4