LGCLAug 17, 2022

Constrained Few-Shot Learning: Human-Like Low Sample Complexity Learning and Non-Episodic Text Classification

arXiv:2208.08089v22 citationsh-index: 13
AI Analysis

This addresses the problem of making few-shot learning more human-like for AI researchers, though it is incremental as it builds on existing FSL frameworks.

The paper tackles the misalignment between conventional few-shot learning (FSL) and human learning by introducing constrained few-shot learning (CFSL), where training and test classes have similar instance constraints, and proposes a method using Cat2Vec with a novel categorical contrastive loss, achieving results that better mimic human-like learning.

Few-shot learning (FSL) is an emergent paradigm of learning that attempts to learn to reason with low sample complexity to mimic the way humans learn, generalise and extrapolate from only a few seen examples. While FSL attempts to mimic these human characteristics, fundamentally, the task of FSL as conventionally formulated using meta-learning with episodic-based training does not in actuality align with how humans acquire and reason with knowledge. FSL with episodic training, while only requires $K$ instances of each test class, still requires a large number of labelled training instances from disjoint classes. In this paper, we introduce the novel task of constrained few-shot learning (CFSL), a special case of FSL where $M$, the number of instances of each training class is constrained such that $M \leq K$ thus applying a similar restriction during FSL training and test. We propose a method for CFSL leveraging Cat2Vec using a novel categorical contrastive loss inspired by cognitive theories such as fuzzy trace theory and prototype theory.

Foundations

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

Your Notes