paper-with-me

Papers

A Confidence-Based Interface for Neuro-Symbolic Visual Question Answering

2021-11-21 · AAAI Workshop CLeaR 2022 2 · Thomas Eiter, Nelson Nicolas Higuera, Johannes Oetsch, Michael Pritz

We present a neuro-symbolic visual question answering (VQA) approach for the CLEVR dataset that is based on the combination of deep neural networks and answer-set programming (ASP), a logic-based paradigm for declarative problem solving. We provide a translation mechanism for the questions included in CLEVR to ASP programs. By exploiting choice rules, we consider deterministic and non-deterministic scene encodings. In addition, we introduce a confidence-based interface between the ASP module and the neural network which allows us to restrict the non-determinism to objects classified by the network with high confidence. Our experiments show that the non-deterministic scene encoding achieves good results even if the neural networks are trained rather poorly in comparison with the deterministic approach. This is important for building robust VQA systems if network predictions are less-than perfect.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringTranslationVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

A Neuro-Symbolic ASP Pipeline for Visual Question Answering

2022-05-16 · Thomas Eiter, Nelson Higuera, Johannes Oetsch, Michael Pritz

We present a neuro-symbolic visual question answering (VQA) pipeline for CLEVR, which is a well-known dataset that consists of pictures showing scenes with objects and questions related to them. Our pipeline covers (i) t…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Answer Set Programming Energised! End-to-End Neurosymbolic Reasoning and Learning with ASP and Energy Based Models

2026-07-09 · Jakob Suchan, Julius Monsen, Salim Baloch, Mehul Bhatt arxiv

We present a general neurosymbolic reasoning and learning methodology based on a modular integration of answer set programming with an energy based model substrate. Key contributions are: (1) supporting joint optimisatio…

Multi-Object Tracking

Neuro-Symbolic Visual Dialog

2022-08-22 · COLING 2022 10 · Adnen Abdessaied, Mihai Bâce, Andreas Bulling

We propose Neuro-Symbolic Visual Dialog (NSVD) -the first method to combine deep learning and symbolic program execution for multi-round visually-grounded reasoning. NSVD significantly outperforms existing purely-connect…

Question Answering

The Neuro-Symbolic Concept Learner: Interpreting Scenes, Words, and Sentences From Natural Supervision

2019-04-26 · ICLR 2019 5 · Jiayuan Mao, Chuang Gan, Pushmeet Kohli, Joshua B. Tenenbaum 외

We propose the Neuro-Symbolic Concept Learner (NS-CL), a model that learns visual concepts, words, and semantic parsing of sentences without explicit supervision on any of them; instead, our model learns by simply lookin…

Image-text RetrievalObjectQuestion AnsweringRetrieval+4

An Interactive Web-Interface for Visualizing the Inner Workings of the Question Answering LSTM

2018-11-01 · EMNLP 2018 11 · Ekaterina Loginova, G{\"u}nter Neumann

We present a visualisation tool which aims to illuminate the inner workings of an LSTM model for question answering. It plots heatmaps of neurons{'} firings and allows a user to check the dependency between neurons and m…

Feature EngineeringMachine TranslationQuestion Answering