paper-with-me

Papers

Large-Scale Few-Shot Classification with Semi-supervised Hierarchical k-Probabilistic PCAs

2024-09-09 · International Joint Conference on Neural Networks (IJCNN) 2024 9 · Ke Han, Adrian Barbu

This paper introduces a hierarchical semi-supervised framework for few-shot classification on large-scale datasets. The method leverages the development of self-learning-based representation learning and proposes a hierarchical semi-supervised classifier called Hierarchical k-Probabilistic Principal Component Analyzers (Hk-PPCAs), on a pretrained generic self-learned feature extractor. The classifier models the feature space using a two-level hierarchical structure. The first-level image classes and second-level super-classes are modeled as Probabilistic Principal Component Analyzers (PPCA) Gaussian distributions, which makes the framework scalable for adding new classes without retraining the whole model. The proposed PPCA-based Gaussian prototypes ensure the stability of classification under the few-shot setting and the hierarchical structure reduces the classification time from O(K) to O(K−−√) for K image classes. This makes the approach computationally efficient and practicable in large-scale classification. Experiments on ImageNet-1k and ImageNet-10k show the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationRepresentation LearningSelf-Learning

Similar Papers 제목 키워드 기반

Learning to Self-Train for Semi-Supervised Few-Shot Classification

2019-06-03 · NeurIPS 2019 12 · Xinzhe Li, Qianru Sun, Yaoyao Liu, Shibao Zheng 외

Few-shot classification (FSC) is challenging due to the scarcity of labeled training data (e.g. only one labeled data point per class). Meta-learning has shown to achieve promising results by learning to initialize a cla…

ClassificationGeneral ClassificationMeta-Learning

Empirical Perspectives on One-Shot Semi-supervised Learning

2020-04-08 · Leslie N. Smith, Adam Conovaloff

One of the greatest obstacles in the adoption of deep neural networks for new applications is that training the network typically requires a large number of manually labeled training samples. We empirically investigate t…

image-classificationImage Classification

Variadic Learning by Bayesian Nonparametric Deep Embedding

2018-09-27 · Kelsey R Allen, Hanul Shin, Evan Shelhamer, Josh B. Tenenbaum

Learning at small or large scales of data is addressed by two strong but divided frontiers: few-shot learning and standard supervised learning. Few-shot learning focuses on sample efficiency at small scale, while supervi…

ClusteringFew-Shot LearningMeta-LearningMetric Learning

Scaling Laws for Many-Shot In-Context Learning with Self-Generated Annotations

2025-03-04 · Zhengyao Gu, Henry Peng Zou, Yankai Chen, Aiwei Liu 외

The high cost of obtaining high-quality annotated data for in-context learning (ICL) has motivated the development of methods that use self-generated annotations in place of ground-truth labels. While these approaches ha…

In-Context Learning

Self-Adaptive Label Augmentation for Semi-supervised Few-shot Classification

2022-06-16 · Xueliang Wang, Jianyu Cai, Shuiwang Ji, Houqiang Li 외

Few-shot classification aims to learn a model that can generalize well to new tasks when only a few labeled samples are available. To make use of unlabeled data that are more abundantly available in real applications, Re…

Classification