paper-with-me

홈 › Papers

Sample-Efficient Learning of Novel Visual Concepts

2023-06-15 · Sarthak Bhagat, Simon Stepputtis, Joseph Campbell, Katia Sycara

Despite the advances made in visual object recognition, state-of-the-art deep learning models struggle to effectively recognize novel objects in a few-shot setting where only a limited number of examples are provided. Unlike humans who excel at such tasks, these models often fail to leverage known relationships between entities in order to draw conclusions about such objects. In this work, we show that incorporating a symbolic knowledge graph into a state-of-the-art recognition model enables a new approach for effective few-shot classification. In our proposed neuro-symbolic architecture and training methodology, the knowledge graph is augmented with additional relationships extracted from a small set of examples, improving its ability to recognize novel objects by considering the presence of interconnected entities. Unlike existing few-shot classifiers, we show that this enables our model to incorporate not only objects but also abstract concepts and affordances. The existence of the knowledge graph also makes this approach amenable to interpretability through analysis of the relationships contained within it. We empirically show that our approach outperforms current state-of-the-art few-shot multi-label classification methods on the COCO dataset and evaluate the addition of abstract concepts and affordances on the Visual Genome dataset.

📄 PDF Abstract BibTeX arXiv:2306.09482

Code (1)

sarthak268/sample-efficient-visual-concept-learning 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObject Recognition

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Extraction and Analysis of Multimodal Concepts in Vision Language Models through Sparse Autoencoders

2026-06-19 · Sergio Lanza, Jae Hee Lee, Stefan Wermter arxiv

Vision Language Models (VLMs) have demonstrated impressive performance in tasks requiring joint understanding of images and text, such as image captioning and Visual Question Answering (VQA), but our understanding of the…

Visual Question AnsweringImage Captioning

SCAN: Learning Hierarchical Compositional Visual Concepts

2017-07-11 · ICLR 2018 1 · Irina Higgins, Nicolas Sonnerat, Loic Matthey, Arka Pal 외

The seemingly infinite diversity of the natural world arises from a relatively small set of coherent rules, such as the laws of physics or chemistry. We conjecture that these rules give rise to regularities that can be d…

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

Compositional Law Parsing with Latent Random Functions

2022-09-15 · Fan Shi, Bin Li, xiangyang xue

Human cognition has compositionality. We understand a scene by decomposing the scene into different concepts (e.g., shape and position of an object) and learning the respective laws of these concepts, which may be either…

PositionVisual Reasoning

Learning Visually-Grounded Semantics from Contrastive Adversarial Samples

2018-06-27 · COLING 2018 8 · Haoyue Shi, Jiayuan Mao, Tete Xiao, Yuning Jiang 외

We study the problem of grounding distributional representations of texts on the visual domain, namely visual-semantic embeddings (VSE for short). Begin with an insightful adversarial attack on VSE embeddings, we show th…

Adversarial AttackImage Captioning