LGCLCVNov 10, 2022

Few-shot Classification with Hypersphere Modeling of Prototypes

Tsinghua
arXiv:2211.05319v1223 citationsh-index: 35
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust class representation in few-shot learning, which is incremental as it builds on existing metric-based meta-learning approaches.

The paper tackles the problem of limited expressivity and metric design difficulty in few-shot classification by modeling class information as hyperspheres with dynamic sizes, achieving effectiveness across NLP and CV tasks compared to over 20 baselines.

Metric-based meta-learning is one of the de facto standards in few-shot learning. It composes of representation learning and metrics calculation designs. Previous works construct class representations in different ways, varying from mean output embedding to covariance and distributions. However, using embeddings in space lacks expressivity and cannot capture class information robustly, while statistical complex modeling poses difficulty to metric designs. In this work, we use tensor fields (``areas'') to model classes from the geometrical perspective for few-shot learning. We present a simple and effective method, dubbed hypersphere prototypes (HyperProto), where class information is represented by hyperspheres with dynamic sizes with two sets of learnable parameters: the hypersphere's center and the radius. Extending from points to areas, hyperspheres are much more expressive than embeddings. Moreover, it is more convenient to perform metric-based classification with hypersphere prototypes than statistical modeling, as we only need to calculate the distance from a data point to the surface of the hypersphere. Following this idea, we also develop two variants of prototypes under other measurements. Extensive experiments and analysis on few-shot learning tasks across NLP and CV and comparison with 20+ competitive baselines demonstrate the effectiveness of our approach.

Foundations

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

Your Notes