paper-with-me

Papers

Linguistically Driven Graph Capsule Network for Visual Question Reasoning

2020-03-23 · Qingxing Cao, Xiaodan Liang, Keze Wang, Liang Lin

Recently, studies of visual question answering have explored various architectures of end-to-end networks and achieved promising results on both natural and synthetic datasets, which require explicitly compositional reasoning. However, it has been argued that these black-box approaches lack interpretability of results, and thus cannot perform well on generalization tasks due to overfitting the dataset bias. In this work, we aim to combine the benefits of both sides and overcome their limitations to achieve an end-to-end interpretable structural reasoning for general images without the requirement of layout annotations. Inspired by the property of a capsule network that can carve a tree structure inside a regular convolutional neural network (CNN), we propose a hierarchical compositional reasoning model called the "Linguistically driven Graph Capsule Network", where the compositional process is guided by the linguistic parse tree. Specifically, we bind each capsule in the lowest layer to bridge the linguistic embedding of a single word in the original question with visual evidence and then route them to the same capsule if they are siblings in the parse tree. This compositional process is achieved by performing inference on a linguistically driven conditional random field (CRF) and is performed across multiple graph capsule layers, which results in a compositional reasoning process inside a CNN. Experiments on the CLEVR dataset, CLEVR compositional generation test, and FigureQA dataset demonstrate the effectiveness and composition generalization ability of our end-to-end model.

📄 PDF Abstract BibTeX arXiv:2003.10065

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…
Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Linguistically Routing Capsule Network for Out-of-Distribution Visual Question Answering

2021-01-01 · ICCV 2021 10 · Qingxing Cao, Wentao Wan, Keze Wang, Xiaodan Liang 외

Generalization on out-of-distribution (OOD) test data is an essential but underexplored topic in visual question answering. Current state-of-the-art VQA models often exploit the biased correlation between data and la…

Novel ConceptsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Found a Reason for me? Weakly-supervised Grounded Visual Question Answering using Capsules

2021-05-11 · CVPR 2021 1 · Aisha Urooj Khan, Hilde Kuehne, Kevin Duarte, Chuang Gan 외

The problem of grounding VQA tasks has seen an increased attention in the research community recently, with most attempts usually focusing on solving this task by using pretrained object detectors. However, pre-trained o…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Safe Robotic Capsule Cleaning with Integrated Transpupillary and Intraocular Optical Coherence Tomography

2025-07-18 · Yu-Ting Lai, Yasamin Foroutani, Aya Barzelay, Tsu-Chin Tsao arxiv

Secondary cataract is one of the most common complications of vision loss due to the proliferation of residual lens materials that naturally grow on the lens capsule after cataract surgery. A potential treatment is capsu…

Dual Capsule Attention Mask Network with Mutual Learning for Visual Question Answering

2022-10-01 · COLING 2022 10 · Weidong Tian, Haodong Li, Zhong-Qiu Zhao

A Visual Question Answering (VQA) model processes images and questions simultaneously with rich semantic information. The attention mechanism can highlight fine-grained features with critical information, thus ensuring t…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Capsule Graph Neural Network

2019-05-01 · ICLR 2019 5 · Zhang Xinyi, Lihui Chen

The high-quality node embeddings learned from the Graph Neural Networks (GNNs) have been applied to a wide range of node-based applications and some of them have achieved state-of-the-art (SOTA) performance. However, whe…

Graph ClassificationGraph Neural Network