paper-with-me

Papers

Explainable and Explicit Visual Reasoning over Scene Graphs

2018-12-05 · CVPR 2019 6 · Jiaxin Shi, Hanwang Zhang, Juanzi Li

We aim to dismantle the prevalent black-box neural architectures used in complex visual reasoning tasks, into the proposed eXplainable and eXplicit Neural Modules (XNMs), which advance beyond existing neural module networks towards using scene graphs --- objects as nodes and the pairwise relationships as edges --- for explainable and explicit reasoning with structured knowledge. XNMs allow us to pay more attention to teach machines how to "think", regardless of what they "look". As we will show in the paper, by using scene graphs as an inductive bias, 1) we can design XNMs in a concise and flexible fashion, i.e., XNMs merely consist of 4 meta-types, which significantly reduce the number of parameters by 10 to 100 times, and 2) we can explicitly trace the reasoning-flow in terms of graph attentions. XNMs are so generic that they support a wide range of scene graph implementations with various qualities. For example, when the graphs are detected perfectly, XNMs achieve 100% accuracy on both CLEVR and CLEVR CoGenT, establishing an empirical performance upper-bound for visual reasoning; when the graphs are noisily detected from real-world images, XNMs are still robust to achieve a competitive 67.5% accuracy on VQAv2.0, surpassing the popular bag-of-objects attention models without graph structures.

📄 PDF Abstract BibTeX arXiv:1812.01855

Code (2)

shijx12/XNM-Net 공식 구현 pytorch
shijx12/shijx12.github.io

Tasks

Inductive BiasVisual Question Answering (VQA)Visual Reasoning

Similar Papers 제목 키워드 기반

Explicit Knowledge Incorporation for Visual Reasoning

2021-06-19 · CVPR 2021 1 · Yifeng Zhang, Ming Jiang, Qi Zhao

Existing explainable and explicit visual reasoning methods only perform reasoning based on visual evidence but do not take into account knowledge beyond what is in the visual scene. To addresses the knowledge gap bet…

Visual Reasoning

Explainable High-order Visual Question Reasoning: A New Benchmark and Knowledge-routed Network

2019-09-23 · Qingxing Cao, Bailin Li, Xiaodan Liang, Liang Lin

Explanation and high-order reasoning capabilities are crucial for real-world visual question answering with diverse levels of inference complexity (e.g., what is the dog that is near the girl playing with?) and important…

Question AnsweringTripletVisual Question AnsweringVisual Question Answering (VQA)

From Shallow to Deep: Compositional Reasoning over Graphs for Visual Question Answering

2022-06-25 · Zihao Zhu

In order to achieve a general visual question answering (VQA) system, it is essential to learn to answer deeper questions that require compositional reasoning on the image and external knowledge. Meanwhile, the reasoning…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

EmbodiedVSR: Dynamic Scene Graph-Guided Chain-of-Thought Reasoning for Visual Spatial Tasks

2025-03-14 · Yi Zhang, Qiang Zhang, Xiaozhu Ju, Zhaoyang Liu 외

While multimodal large language models (MLLMs) have made groundbreaking progress in embodied intelligence, they still face significant challenges in spatial reasoning for complex long-horizon tasks. To address this gap, …

Spatial Reasoning

AwareVLN: Reasoning with Self-awareness for Vision-Language Navigation

2026-05-21 · Wenxuan Guo, Xiuwei Xu, Yichen Liu, Xiangyu Li 외 arxiv

Vision-and-Language Navigation (VLN) requires an agent to ground language instructions to its own movement within a visual environment. While state-of-the-art methods leverage the reasoning capabilities of Vision-Languag…

Vision-Language Navigation