LGMLOct 16, 2023

Revisiting Logistic-softmax Likelihood in Bayesian Meta-Learning for Few-Shot Classification

arXiv:2310.10379v213 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses uncertainty calibration in few-shot classification for high-risk fields, but it is incremental as it modifies an existing likelihood function.

The paper tackled the suboptimal performance of logistic-softmax likelihood in Bayesian meta-learning for few-shot classification by redesigning it with a temperature parameter to control confidence, resulting in well-calibrated uncertainty estimates and comparable or superior results on standard benchmarks.

Meta-learning has demonstrated promising results in few-shot classification (FSC) by learning to solve new problems using prior knowledge. Bayesian methods are effective at characterizing uncertainty in FSC, which is crucial in high-risk fields. In this context, the logistic-softmax likelihood is often employed as an alternative to the softmax likelihood in multi-class Gaussian process classification due to its conditional conjugacy property. However, the theoretical property of logistic-softmax is not clear and previous research indicated that the inherent uncertainty of logistic-softmax leads to suboptimal performance. To mitigate these issues, we revisit and redesign the logistic-softmax likelihood, which enables control of the \textit{a priori} confidence level through a temperature parameter. Furthermore, we theoretically and empirically show that softmax can be viewed as a special case of logistic-softmax and logistic-softmax induces a larger family of data distribution than softmax. Utilizing modified logistic-softmax, we integrate the data augmentation technique into the deep kernel based Gaussian process meta-learning framework, and derive an analytical mean-field approximation for task-specific updates. Our approach yields well-calibrated uncertainty estimates and achieves comparable or superior results on standard benchmark datasets. Code is publicly available at \url{https://github.com/keanson/revisit-logistic-softmax}.

Code Implementations1 repo
Foundations

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

Your Notes