LGCVJun 15, 2021

Contextualizing Meta-Learning via Learning to Decompose

arXiv:2106.08112v29 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in meta-learning for tasks like few-shot image classification, offering a novel approach to handle instance-wise ambiguity.

The paper tackles the problem of ambiguous instance similarity in meta-learning by proposing LeadNet, which contextualizes support-to-target strategies using multiple embedding spaces, achieving superior performance in few-shot classification and out-of-distribution recognition.

Meta-learning has emerged as an efficient approach for constructing target models based on support sets. For example, the meta-learned embeddings enable the construction of target nearest-neighbor classifiers for specific tasks by pulling instances closer to their same-class neighbors. However, a single instance can be annotated from various latent attributes, making visually similar instances inside or across support sets have different labels and diverse relationships with others. Consequently, a uniform meta-learned strategy for inferring the target model from the support set fails to capture the instance-wise ambiguous similarity. To this end, we propose Learning to Decompose Network (LeadNet) to contextualize the meta-learned ``support-to-target'' strategy, leveraging the context of instances with one or mixed latent attributes in a support set. In particular, the comparison relationship between instances is decomposed w.r.t. multiple embedding spaces. LeadNet learns to automatically select the strategy associated with the right attribute via incorporating the change of comparison across contexts} with polysemous embeddings. We demonstrate the superiority of LeadNet in various applications, including exploring multiple views of confusing data, out-of-distribution recognition, and few-shot image classification.

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