CVAug 22, 2021

Relational Embedding for Few-Shot Classification

arXiv:2108.09666v1256 citations
Originality Incremental advance
AI Analysis

This addresses the problem of few-shot classification for machine learning applications, presenting an incremental advance with a novel hybrid method.

The paper tackles few-shot classification by meta-learning relational patterns within and between images using self-correlational representation and cross-correlational attention, achieving consistent improvements over state-of-the-art methods on benchmarks like miniImageNet and CIFAR-FS.

We propose to address the problem of few-shot classification by meta-learning "what to observe" and "where to attend" in a relational perspective. Our method leverages relational patterns within and between images via self-correlational representation (SCR) and cross-correlational attention (CCA). Within each image, the SCR module transforms a base feature map into a self-correlation tensor and learns to extract structural patterns from the tensor. Between the images, the CCA module computes cross-correlation between two image representations and learns to produce co-attention between them. Our Relational Embedding Network (RENet) combines the two relational modules to learn relational embedding in an end-to-end manner. In experimental evaluation, it achieves consistent improvements over state-of-the-art methods on four widely used few-shot classification benchmarks of miniImageNet, tieredImageNet, CUB-200-2011, and CIFAR-FS.

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