CVJul 25, 2021

Will Multi-modal Data Improves Few-shot Learning?

arXiv:2107.11853v1
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing few-shot learning for AI systems by integrating multi-modal data, though it is incremental as it builds on existing models like ProtoNet and MAML.

The paper investigates whether adding text descriptions to images improves few-shot learning performance, finding that an attention-based fusion method boosts classification accuracy by approximately 30% compared to baseline models.

Most few-shot learning models utilize only one modality of data. We would like to investigate qualitatively and quantitatively how much will the model improve if we add an extra modality (i.e. text description of the image), and how it affects the learning procedure. To achieve this goal, we propose four types of fusion method to combine the image feature and text feature. To verify the effectiveness of improvement, we test the fusion methods with two classical few-shot learning models - ProtoNet and MAML, with image feature extractors such as ConvNet and ResNet12. The attention-based fusion method works best, which improves the classification accuracy by a large margin around 30% comparing to the baseline result.

Foundations

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

Your Notes