paper-with-me

홈 › Papers

Complementing Representation Deficiency in Few-shot Image Classification: A Meta-Learning Approach

2020-07-21 · Xian Zhong, Cheng Gu, Wenxin Huang, Lin Li, Shuqin Chen, Chia-Wen Lin

Few-shot learning is a challenging problem that has attracted more and more attention recently since abundant training samples are difficult to obtain in practical applications. Meta-learning has been proposed to address this issue, which focuses on quickly adapting a predictor as a base-learner to new tasks, given limited labeled samples. However, a critical challenge for meta-learning is the representation deficiency since it is hard to discover common information from a small number of training samples or even one, as is the representation of key features from such little information. As a result, a meta-learner cannot be trained well in a high-dimensional parameter space to generalize to new tasks. Existing methods mostly resort to extracting less expressive features so as to avoid the representation deficiency. Aiming at learning better representations, we propose a meta-learning approach with complemented representations network (MCRNet) for few-shot image classification. In particular, we embed a latent space, where latent codes are reconstructed with extra representation information to complement the representation deficiency. Furthermore, the latent space is established with variational inference, collaborating well with different base-learners, and can be extended to other models. Finally, our end-to-end framework achieves the state-of-the-art performance in image classification on three standard few-shot learning datasets.

📄 PDF Abstract BibTeX arXiv:2007.10778

Code (1)

GuChenghs/MCRNet pytorch

Tasks

Few-Shot Image ClassificationFew-Shot LearningGeneral Classificationimage-classificationImage ClassificationMeta-LearningVariational Inference

Similar Papers 제목 키워드 기반

The Variational Deficiency Bottleneck

2018-10-27 · Pradeep Kr. Banerjee, Guido Montúfar

We introduce a bottleneck method for learning data representations based on information deficiency, rather than the more traditional information sufficiency. A variational upper bound allows us to implement this method e…

General Classification

A Simple Framework for Open-Vocabulary Zero-Shot Segmentation

2024-06-23 · Thomas Stegmüller, Tim Lebailly, Nikola Dukic, Behzad Bozorgtabar 외

Zero-shot classification capabilities naturally arise in models trained within a vision-language contrastive framework. Despite their classification prowess, these models struggle in dense tasks like zero-shot open-vocab…

Representation Learningzero-shot-classificationZero-Shot LearningZero Shot Segmentation

Collaboration of Pre-trained Models Makes Better Few-shot Learner

2022-09-25 · Renrui Zhang, Bohao Li, Wei zhang, Hao Dong 외

Few-shot classification requires deep neural networks to learn generalized representations only from limited training images, which is challenging but significant in low-data regimes. Recently, CLIP-based methods have sh…

Few-Shot LearningRepresentation Learning

Continual Local Replacement for Few-shot Learning

2020-01-23 · Canyu Le, Zhonggui Chen, Xihan Wei, Biao Wang 외

The goal of few-shot learning is to learn a model that can recognize novel classes based on one or few training data. It is challenging mainly due to two aspects: (1) it lacks good feature representation of novel classes…

Few-Shot LearningGeneral Classification

VOCABULARY-INFORMED VISUAL FEATURE AUGMENTATION FOR ONE-SHOT LEARNING

2018-01-01 · ICLR 2018 1 · jianqi ma, Hangyu Lin, yinda zhang, Yanwei Fu 외

A natural solution for one-shot learning is to augment training data to handle the data deficiency problem. However, directly augmenting in the image domain may not necessarily generate training data that sufficiently ex…

ClassificationData AugmentationDecoderGeneral Classification+1