paper-with-me

홈 › Papers

Concept Learners for Few-Shot Learning

2020-07-14 · ICLR 2021 1 · Kaidi Cao, Maria Brbic, Jure Leskovec

Developing algorithms that are able to generalize to a novel task given only a few labeled examples represents a fundamental challenge in closing the gap between machine- and human-level performance. The core of human cognition lies in the structured, reusable concepts that help us to rapidly adapt to new tasks and provide reasoning behind our decisions. However, existing meta-learning methods learn complex representations across prior labeled tasks without imposing any structure on the learned representations. Here we propose COMET, a meta-learning method that improves generalization ability by learning to learn along human-interpretable concept dimensions. Instead of learning a joint unstructured metric space, COMET learns mappings of high-level concepts into semi-structured metric spaces, and effectively combines the outputs of independent concept learners. We evaluate our model on few-shot tasks from diverse domains, including fine-grained image classification, document categorization and cell type annotation on a novel dataset from a biological domain developed in our work. COMET significantly outperforms strong meta-learning baselines, achieving 6-15% relative improvement on the most challenging 1-shot learning tasks, while unlike existing methods providing interpretations behind the model's predictions.

📄 PDF Abstract BibTeX arXiv:2007.07375

Code (2)

snap-stanford/comet 공식 구현 pytorch
hu-my/taskattributedistance pytorch

Tasks

Few-Shot LearningFine-Grained Image Classificationimage-classificationImage ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Can In-context Learners Learn a Reasoning Concept from Demonstrations?

2022-12-03 · Michal Štefánik, Marek Kadlčík

Language models exhibit an emergent ability to learn a new task from a small number of input-output demonstrations. However, recent work shows that in-context learners largely rely on their pre-trained knowledge, such as…

Few-Shot LearningIn-Context Learning

Adversarially Robust Few-shot Learning via Parameter Co-distillation of Similarity and Class Concept Learners

2024-01-01 · CVPR 2024 1 · Junhao Dong, Piotr Koniusz, Junxi Chen, Xiaohua Xie 외

Few-shot learning (FSL) facilitates a variety of computer vision tasks yet remains vulnerable to adversarial attacks. Existing adversarially robust FSL methods rely on either visual similarity learning or class conce…

Adversarial RobustnessFew-Shot Learning

Navigating High Dimensional Concept Space with Metalearning

2025-07-28 · Max Gupta arxiv

Rapidly learning abstract concepts from limited examples is a hallmark of human intelligence. This work investigates whether gradient-based meta-learning can equip neural networks with inductive biases for efficient few-…

Contrastive Cross-Course Knowledge Tracing via Concept Graph Guided Knowledge Transfer

2025-05-14 · WenKang Han, Wang Lin, Liya Hu, Zhenlong Dai 외

Knowledge tracing (KT) aims to predict learners' future performance based on historical learning interactions. However, existing KT models predominantly focus on data from a single course, limiting their ability to captu…

Knowledge TracingLarge Language ModelState EstimationTransfer Learning

Diagnosing and Remedying Shot Sensitivity with Cosine Few-Shot Learners

2022-07-07 · Davis Wertheimer, Luming Tang, Bharath Hariharan

Few-shot recognition involves training an image classifier to distinguish novel concepts at test time using few examples (shot). Existing approaches generally assume that the shot number at test time is known in advance.…

Novel ConceptsSensitivity