paper-with-me

홈 › Papers

Variational Prototyping-Encoder: One-Shot Learning with Prototypical Images

2019-04-17 · CVPR 2019 6 · Junsik Kim, Tae-Hyun Oh, Seokju Lee, Fei Pan, In So Kweon

In daily life, graphic symbols, such as traffic signs and brand logos, are ubiquitously utilized around us due to its intuitive expression beyond language boundary. We tackle an open-set graphic symbol recognition problem by one-shot classification with prototypical images as a single training example for each novel class. We take an approach to learn a generalizable embedding space for novel tasks. We propose a new approach called variational prototyping-encoder (VPE) that learns the image translation task from real-world input images to their corresponding prototypical images as a meta-task. As a result, VPE learns image similarity as well as prototypical concepts which differs from widely used metric learning based approaches. Our experiments with diverse datasets demonstrate that the proposed VPE performs favorably against competing metric learning based one-shot methods. Also, our qualitative analyses show that our meta-task induces an effective embedding space suitable for unseen data representation.

📄 PDF Abstract BibTeX arXiv:1904.08482

Code (1)

mibastro/VPE 공식 구현 pytorch

Tasks

Metric LearningOne-Shot LearningTranslation

Similar Papers 제목 키워드 기반

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

Prototypical Variational Autoencoder for 3D Few-shot Object Detection

2023-09-21 · NeurIPS 2023 11

Few-Shot 3D Point Cloud Object Detection (FS3D) is a challenging task, aiming to detect 3D objects of novel classes using only limited annotated samples for training. Considering that the detection performance highly rel…

Adaptive Prototypical Networks

2022-11-22 · Manas Gogoi, Sambhavi Tiwari, Shekhar Verma

Prototypical network for Few shot learning tries to learn an embedding function in the encoder that embeds images with similar features close to one another in the embedding space. However, in this process, the support s…

Few-Shot Learning

LPN: Language-guided Prototypical Network for few-shot classification

2023-07-04 · Kaihui Cheng, Chule Yang, Xiao Liu, Naiyang Guan 외

Few-shot classification aims to adapt to new tasks with limited labeled examples. To fully use the accessible data, recent methods explore suitable measures for the similarity between the query and support images and bet…

Classification

VCE: Variational Convertor-Encoder for One-Shot Generalization

2020-11-12 · Chengshuai Li, Shuai Han, Jianping Xing

Variational Convertor-Encoder (VCE) converts an image to various styles; we present this novel architecture for the problem of one-shot generalization and its transfer to new tasks not seen before without additional trai…