CVJul 19, 2022

Bayesian Evidential Learning for Few-Shot Classification

arXiv:2207.13137v22 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses uncertainty modeling for few-shot classification, an incremental improvement for researchers in meta-learning and AI safety.

The paper tackles the challenge of modeling uncertainty in metric-based few-shot classification by proposing a Bayesian evidential learning approach that decouples uncertainty modeling from metric learning, resulting in improved accuracy and uncertainty quantification on standard benchmarks.

Few-Shot Classification(FSC) aims to generalize from base classes to novel classes given very limited labeled samples, which is an important step on the path toward human-like machine learning. State-of-the-art solutions involve learning to find a good metric and representation space to compute the distance between samples. Despite the promising accuracy performance, how to model uncertainty for metric-based FSC methods effectively is still a challenge. To model uncertainty, We place a distribution over class probability based on the theory of evidence. As a result, uncertainty modeling and metric learning can be decoupled. To reduce the uncertainty of classification, we propose a Bayesian evidence fusion theorem. Given observed samples, the network learns to get posterior distribution parameters given the prior parameters produced by the pre-trained network. Detailed gradient analysis shows that our method provides a smooth optimization target and can capture the uncertainty. The proposed method is agnostic to metric learning strategies and can be implemented as a plug-and-play module. We integrate our method into several newest FSC methods and demonstrate the improved accuracy and uncertainty quantification on standard FSC benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes