paper-with-me

Papers

Transductive Decoupled Variational Inference for Few-Shot Classification

2022-08-22 · Anuj Singh, Hadi Jamali-Rad

The versatility to learn from a handful of samples is the hallmark of human intelligence. Few-shot learning is an endeavour to transcend this capability down to machines. Inspired by the promise and power of probabilistic deep learning, we propose a novel variational inference network for few-shot classification (coined as TRIDENT) to decouple the representation of an image into semantic and label latent variables, and simultaneously infer them in an intertwined fashion. To induce task-awareness, as part of the inference mechanics of TRIDENT, we exploit information across both query and support images of a few-shot task using a novel built-in attention-based transductive feature extraction module (we call AttFEX). Our extensive experimental results corroborate the efficacy of TRIDENT and demonstrate that, using the simplest of backbones, it sets a new state-of-the-art in the most commonly adopted datasets miniImageNet and tieredImageNet (offering up to 4% and 5% improvements, respectively), as well as for the recent challenging cross-domain miniImagenet --> CUB scenario offering a significant margin (up to 20% improvement) beyond the best existing cross-domain baselines. Code and experimentation can be found in our GitHub repository: https://github.com/anujinho/trident

📄 PDF Abstract BibTeX arXiv:2208.10559

Code (1)

anujinho/trident 공식 구현 pytorch

Tasks

ClassificationFew-Shot Image ClassificationFew-Shot LearningProbabilistic Deep LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Few-Shot Open-Set Audio Classification via Transductive Prototype Refinement and Class Logit Enhancement

2026-07-29 · Tianyan Deng, Yanxiong Li, Rui Gao, Jiahao Du arxiv

Few-shot Open-set audio classification requires classifying query samples from known classes with a few labeled support samples while rejecting query samples from unknown classes. Transductive inference jointly observes …

Audio Classification

Adaptive Dimension Reduction and Variational Inference for Transductive Few-Shot Classification

2022-09-18 · Yuqing Hu, Stéphane Pateux, Vincent Gripon

Transductive Few-Shot learning has gained increased attention nowadays considering the cost of data annotations along with the increased accuracy provided by unlabelled samples in the domain of few shot. Especially in Fe…

Bayesian InferenceClusteringDimensionality ReductionFew-Shot Image Classification+2

Empirical Bayes Transductive Meta-Learning with Synthetic Gradients

2020-04-27 · ICLR 2020 1 · Shell Xu Hu, Pablo G. Moreno, Yang Xiao, Xi Shen 외

We propose a meta-learning approach that learns from multiple tasks in a transductive setting, by leveraging the unlabeled query set in addition to the support set to generate a more powerful model for each task. To deve…

Few-Shot Image ClassificationMeta-LearningMulti-Task LearningVariational Inference+1

Transductive Zero-Shot and Few-Shot CLIP

2024-01-01 · CVPR 2024 1 · Ségolène Martin, Yunshi Huang, Fereshteh Shakeri, Jean-Christophe Pesquet 외

Transductive inference has been widely investigated in few-shot image classification but completely overlooked in the recent fast growing literature on adapting vision-langage models like CLIP. This paper addresses t…

ClassificationFew-Shot Image Classificationimage-classificationImage Classification

Transductive Learning for Textual Few-Shot Classification in API-based Embedding Models

2023-10-21 · Pierre Colombo, Victor Pellegrain, Malik Boudiaf, Victor Storchan 외

Proprietary and closed APIs are becoming increasingly common to process natural language, and are impacting the practical applications of natural language processing, including few-shot classification. Few-shot classific…

ClassificationInductive LearningTransductive Learning