CVSep 21, 2024

A Feature Generator for Few-Shot Learning

arXiv:2409.14141v2h-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of few-shot learning for AI systems needing to recognize novel objects with minimal data, representing an incremental improvement in feature generation methods.

The paper tackles the problem of inaccurate embeddings in few-shot learning due to limited labeled data by introducing a feature generator that creates visual features from class-level textual descriptions, resulting in a 10% accuracy improvement in 1-shot and around 5% in 5-shot approaches over baseline methods.

Few-shot learning (FSL) aims to enable models to recognize novel objects or classes with limited labelled data. Feature generators, which synthesize new data points to augment limited datasets, have emerged as a promising solution to this challenge. This paper investigates the effectiveness of feature generators in enhancing the embedding process for FSL tasks. To address the issue of inaccurate embeddings due to the scarcity of images per class, we introduce a feature generator that creates visual features from class-level textual descriptions. By training the generator with a combination of classifier loss, discriminator loss, and distance loss between the generated features and true class embeddings, we ensure the generation of accurate same-class features and enhance the overall feature representation. Our results show a significant improvement in accuracy over baseline methods, with our approach outperforming the baseline model by 10% in 1-shot and around 5% in 5-shot approaches. Additionally, both visual-only and visual + textual generators have also been tested in this paper. The code is publicly available at https://github.com/heethanjan/Feature-Generator-for-FSL.

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