paper-with-me

홈 › Papers

A Statistical Model for Predicting Generalization in Few-Shot Classification

2022-12-13 · Yassir Bendou, Vincent Gripon, Bastien Pasdeloup, Lukas Mauch, Stefan Uhlich, Fabien Cardinaux, Ghouthi Boukli Hacene, Javier Alonso Garcia

The estimation of the generalization error of classifiers often relies on a validation set. Such a set is hardly available in few-shot learning scenarios, a highly disregarded shortcoming in the field. In these scenarios, it is common to rely on features extracted from pre-trained neural networks combined with distance-based classifiers such as nearest class mean. In this work, we introduce a Gaussian model of the feature distribution. By estimating the parameters of this model, we are able to predict the generalization error on new classification tasks with few samples. We observe that accurate distance estimates between class-conditional densities are the key to accurate estimates of the generalization performance. Therefore, we propose an unbiased estimator for these distances and integrate it in our numerical analysis. We empirically show that our approach outperforms alternatives such as the leave-one-out cross-validation strategy.

📄 PDF Abstract BibTeX arXiv:2212.06461

Code (1)

ybendou/fs-generalization 공식 구현 pytorch

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

SemSup-XC: Semantic Supervision for Zero and Few-shot Extreme Classification

2023-01-26 · Pranjal Aggarwal, Ameet Deshpande, Karthik Narasimhan

Extreme classification (XC) involves predicting over large numbers of classes (thousands to millions), with real-world applications like news article classification and e-commerce product tagging. The zero-shot version o…

Contrastive Learning

Shot Or Not: Comparison of NLP Approaches for Vaccination Behaviour Detection

2018-10-01 · WS 2018 10 · Aditya Joshi, Xiang Dai, Sarvnaz Karimi, Ross Sparks 외

Vaccination behaviour detection deals with predicting whether or not a person received/was about to receive a vaccine. We present our submission for vaccination behaviour detection shared task at the SMM4H workshop. Our …

General Classificationtext-classificationText ClassificationWord Embeddings

Boosting the Generalization Capability in Cross-Domain Few-shot Learning via Noise-enhanced Supervised Autoencoder

2021-08-11 · ICCV 2021 10 · Hanwen Liang, Qiong Zhang, Peng Dai, Juwei Lu

State of the art (SOTA) few-shot learning (FSL) methods suffer significant performance drop in the presence of domain differences between source and target datasets. The strong discrimination ability on the source datase…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Learning

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

2022-05-05 · Song Wang, Yushun Dong, Xiao Huang, Chen Chen 외

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning framewor…

ClassificationFew-Shot LearningGraph Classification

Online-to-PAC Conversions: Generalization Bounds via Regret Analysis

2023-05-31 · Gábor Lugosi, Gergely Neu

We present a new framework for deriving bounds on the generalization bound of statistical learning algorithms from the perspective of online learning. Specifically, we construct an online learning game called the "genera…

Generalization Bounds