paper-with-me

홈 › Papers

Mutual-Information Based Few-Shot Classification

2021-06-23 · Malik Boudiaf, Ziko Imtiaz Masud, Jérôme Rony, Jose Dolz, Ismail Ben Ayed, Pablo Piantanida

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction with a supervision loss based on the support set. We motivate our transductive loss by deriving a formal relation between the classification accuracy and mutual-information maximization. Furthermore, we propose a new alternating-direction solver, which substantially speeds up transductive inference over gradient-based optimization, while yielding competitive accuracy. We also provide a convergence analysis of our solver based on Zangwill's theory and bound-optimization arguments. TIM inference is modular: it can be used on top of any base-training feature extractor. Following standard transductive few-shot settings, our comprehensive experiments demonstrate that TIM outperforms state-of-the-art methods significantly across various datasets and networks, while used on top of a fixed feature extractor trained with simple cross-entropy on the base classes, without resorting to complex meta-learning schemes. It consistently brings between 2 % and 5 % improvement in accuracy over the best performing method, not only on all the well-established few-shot benchmarks but also on more challenging scenarios, with random tasks, domain shift and larger numbers of classes, as in the recently introduced META-DATASET. Our code is publicly available at https://github.com/mboudiaf/TIM. We also publicly release a standalone PyTorch implementation of META-DATASET, along with additional benchmarking results, at https://github.com/mboudiaf/pytorch-meta-dataset.

📄 PDF Abstract BibTeX arXiv:2106.12252

Code (3)

mboudiaf/TIM 공식 구현 pytorch
mboudiaf/pytorch-meta-dataset 공식 구현 pytorch
sicara/easy-few-shot-learning pytorch

Tasks

BenchmarkingClassificationFew-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

Transductive Inference 설명 없음

Similar Papers 제목 키워드 기반

Uncertainty-based Network for Few-shot Image Classification

2022-05-17 · Minglei Yuan, Qian Xu, Chunhao Cai, Yin-Dong Zheng 외

The transductive inference is an effective technique in the few-shot learning task, where query sets update prototypes to improve themselves. However, these methods optimize the model by considering only the classificati…

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classification+1

Visual Data Synthesis via GAN for Zero-Shot Video Classification

2018-04-26 · Chenrui Zhang, Yuxin Peng

Zero-Shot Learning (ZSL) in video classification is a promising research direction, which aims to tackle the challenge from explosive growth of video categories. Most existing methods exploit seen-to-unseen correlation v…

ClassificationGeneral ClassificationVideo ClassificationZero-Shot Learning

Attentive Weights Generation for Few Shot Learning via Information Maximization

2020-06-01 · CVPR 2020 6 · Yiluan Guo, Ngai-Man Cheung

Few shot image classification aims at learning a classifier from limited labeled data. Generating the classification weights has been applied in many meta-learning methods for few shot image classification due to its sim…

ClassificationFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+3

Information Theoretic Meta Learning with Gaussian Processes

2020-09-07 · Michalis K. Titsias, Francisco J. R. Ruiz, Sotirios Nikoloutsopoulos, Alexandre Galashov

We formulate meta learning using information theoretic concepts; namely, mutual information and the information bottleneck. The idea is to learn a stochastic representation or encoding of the task description, given by a…

Gaussian ProcessesMeta-Learning

Interpreting and Analysing CLIP's Zero-Shot Image Classification via Mutual Knowledge

2024-10-16 · Fawaz Sammani, Nikos Deligiannis

Contrastive Language-Image Pretraining (CLIP) performs zero-shot image classification by mapping images and textual class representation into a shared embedding space, then retrieving the class closest to the image. This…

Classificationimage-classificationImage Classificationzero-shot-classification+2