paper-with-me

Papers

Few-Shot Learning of Visual Compositional Concepts through Probabilistic Schema Induction

2025-05-14 · Andrew Jun Lee, Taylor Webb, Trevor Bihl, Keith Holyoak, Hongjing Lu

The ability to learn new visual concepts from limited examples is a hallmark of human cognition. While traditional category learning models represent each example as an unstructured feature vector, compositional concept learning is thought to depend on (1) structured representations of examples (e.g., directed graphs consisting of objects and their relations) and (2) the identification of shared relational structure across examples through analogical mapping. Here, we introduce Probabilistic Schema Induction (PSI), a prototype model that employs deep learning to perform analogical mapping over structured representations of only a handful of examples, forming a compositional concept called a schema. In doing so, PSI relies on a novel conception of similarity that weighs object-level similarity and relational similarity, as well as a mechanism for amplifying relations relevant to classification, analogous to selective attention parameters in traditional models. We show that PSI produces human-like learning performance and outperforms two controls: a prototype model that uses unstructured feature vectors extracted from a deep learning model, and a variant of PSI with weaker structured representations. Notably, we find that PSI's human-like performance is driven by an adaptive strategy that increases relational similarity over object-level similarity and upweights the contribution of relations that distinguish classes. These findings suggest that structured representations and analogical mapping are critical to modeling rapid human-like learning of compositional visual concepts, and demonstrate how deep learning can be leveraged to create psychological models.

📄 PDF Abstract BibTeX arXiv:2505.09859

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFew-Shot Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Task-Aware Feature Generation for Zero-Shot Compositional Learning

2019-06-11 · Xin Wang, Fisher Yu, Trevor Darrell, Joseph E. Gonzalez

Visual concepts (e.g., red apple, big elephant) are often semantically compositional and each element of the compositions can be reused to construct novel concepts (e.g., red elephant). Compositional feature synthesis, w…

Novel ConceptsZero-Shot Learning

Zero-Shot Compositional Concept Learning

2021-07-12 · ACL (MetaNLP) 2021 8 · Guangyue Xu, Parisa Kordjamshidi, Joyce Y. Chai

In this paper, we study the problem of recognizing compositional attribute-object concepts within the zero-shot learning (ZSL) framework. We propose an episode-based cross-attention (EpiCA) network which combines merits …

AttributeZero-Shot Learning

Compositional Learning of Visually-Grounded Concepts Using Reinforcement

2023-09-08 · Zijun Lin, Haidi Azaman, M Ganesh Kumar, Cheston Tan

Children can rapidly generalize compositionally-constructed rules to unseen test sets. On the other hand, deep reinforcement learning (RL) agents need to be trained over millions of episodes, and their ability to general…

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning (RL)+1

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-…

Bongard-HOI: Benchmarking Few-Shot Visual Reasoning for Human-Object Interactions

2022-05-27 · CVPR 2022 1 · Huaizu Jiang, Xiaojian Ma, Weili Nie, Zhiding Yu 외

A significant gap remains between today's visual pattern recognition models and human-level visual cognition especially when it comes to few-shot learning and compositional reasoning of novel concepts. We introduce Bonga…

BenchmarkingFew-Shot Image ClassificationFew-Shot LearningHuman-Object Interaction Detection+3