LGMLJun 15, 2020

LFD-ProtoNet: Prototypical Network Based on Local Fisher Discriminant Analysis for Few-shot Learning

arXiv:2006.08306v22 citations
AI Analysis

This work addresses a specific bottleneck in few-shot learning for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of high variance in support sets degrading performance in few-shot learning by combining prototypical networks with local Fisher discriminant analysis to improve class separation, achieving superior classification accuracy on miniImageNet and tieredImageNet datasets.

The prototypical network (ProtoNet) is a few-shot learning framework that performs metric learning and classification using the distance to prototype representations of each class. It has attracted a great deal of attention recently since it is simple to implement, highly extensible, and performs well in experiments. However, it only takes into account the mean of the support vectors as prototypes and thus it performs poorly when the support set has high variance. In this paper, we propose to combine ProtoNet with local Fisher discriminant analysis to reduce the local within-class covariance and increase the local between-class covariance of the support set. We show the usefulness of the proposed method by theoretically providing an expected risk bound and empirically demonstrating its superior classification accuracy on miniImageNet and tieredImageNet.

Foundations

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

Your Notes