paper-with-me

홈 › Papers

Object-Centric Diagnosis of Visual Reasoning

2020-12-21 · Jianwei Yang, Jiayuan Mao, Jiajun Wu, Devi Parikh, David D. Cox, Joshua B. Tenenbaum, Chuang Gan

When answering questions about an image, it not only needs knowing what -- understanding the fine-grained contents (e.g., objects, relationships) in the image, but also telling why -- reasoning over grounding visual cues to derive the answer for a question. Over the last few years, we have seen significant progress on visual question answering. Though impressive as the accuracy grows, it still lags behind to get knowing whether these models are undertaking grounding visual reasoning or just leveraging spurious correlations in the training data. Recently, a number of works have attempted to answer this question from perspectives such as grounding and robustness. However, most of them are either focusing on the language side or coarsely studying the pixel-level attention maps. In this paper, by leveraging the step-wise object grounding annotations provided in the GQA dataset, we first present a systematical object-centric diagnosis of visual reasoning on grounding and robustness, particularly on the vision side. According to the extensive comparisons across different models, we find that even models with high accuracy are not good at grounding objects precisely, nor robust to visual content perturbations. In contrast, symbolic and modular models have a relatively better grounding and robustness, though at the cost of accuracy. To reconcile these different aspects, we further develop a diagnostic model, namely Graph Reasoning Machine. Our model replaces purely symbolic visual representation with probabilistic scene graph and then applies teacher-forcing training for the visual reasoning module. The designed model improves the performance on all three metrics over the vanilla neural-symbolic model while inheriting the transparency. Further ablation studies suggest that this improvement is mainly due to more accurate image understanding and proper intermediate reasoning supervisions.

📄 PDF Abstract BibTeX arXiv:2012.11587

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticObjectQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Similar Papers 제목 키워드 기반

Visual Reasoning in Object-Centric Deep Neural Networks: A Comparative Cognition Approach

2024-02-20 · Guillermo Puebla, Jeffrey S. Bowers

Achieving visual reasoning is a long-term goal of artificial intelligence. In the last decade, several studies have applied deep neural networks (DNNs) to the task of learning visual relations from images, with modest re…

ObjectRelational ReasoningRepresentation LearningVisual Reasoning

Argus: Vision-Centric Reasoning with Grounded Chain-of-Thought

2025-05-29 · CVPR 2025 1 · Yunze Man, De-An Huang, Guilin Liu, Shiwei Sheng 외

Recent advances in multimodal large language models (MLLMs) have demonstrated remarkable capabilities in vision-language tasks, yet they often struggle with vision-centric scenarios where precise visual focus is needed f…

Multimodal Reasoning

Systematic Visual Reasoning through Object-Centric Relational Abstraction

2023-06-04 · NeurIPS 2023 11 · Taylor W. Webb, Shanka Subhra Mondal, Jonathan D. Cohen

Human visual reasoning is characterized by an ability to identify abstract patterns from only a small number of examples, and to systematically generalize those patterns to novel inputs. This capacity depends in large pa…

ObjectSystematic GeneralizationVisual Reasoning

COCOLogic-V2: Identifying Logical Inconsistencies via Truly Hard-Negatives

2026-06-26 · David Steinmann, Antonia Wüst, Kristian Kersting, Wolfgang Stammer arxiv

While interpretable models such as concept bottleneck models (CBMs) and program synthesis methods enable verification of model decisions, their evaluation is typically limited to simple tasks, leaving complex reasoning o…

Program Synthesis

Transparent Visual Reasoning via Object-Centric Agent Collaboration

2025-09-28 · Benjamin Teoh, Ben Glocker, Francesca Toni, Avinash Kori arxiv

A central challenge in explainable AI, particularly in the visual domain, is producing explanations grounded in human-understandable concepts. To tackle this, we introduce OCEAN (Object-Centric Explananda via Agent Negot…

Visual Reasoning