paper-with-me

홈 › Papers

Joint Answering and Explanation for Visual Commonsense Reasoning

2022-02-25 · Zhenyang Li, Yangyang Guo, Kejie Wang, Yinwei Wei, Liqiang Nie, Mohan Kankanhalli

Visual Commonsense Reasoning (VCR), deemed as one challenging extension of the Visual Question Answering (VQA), endeavors to pursue a more high-level visual comprehension. It is composed of two indispensable processes: question answering over a given image and rationale inference for answer explanation. Over the years, a variety of methods tackling VCR have advanced the performance on the benchmark dataset. Despite significant as these methods are, they often treat the two processes in a separate manner and hence decompose the VCR into two irrelevant VQA instances. As a result, the pivotal connection between question answering and rationale inference is interrupted, rendering existing efforts less faithful on visual reasoning. To empirically study this issue, we perform some in-depth explorations in terms of both language shortcuts and generalization capability to verify the pitfalls of this treatment. Based on our findings, in this paper, we present a plug-and-play knowledge distillation enhanced framework to couple the question answering and rationale inference processes. The key contribution is the introduction of a novel branch, which serves as the bridge to conduct processes connecting. Given that our framework is model-agnostic, we apply it to the existing popular baselines and validate its effectiveness on the benchmark dataset. As detailed in the experimental results, when equipped with our framework, these baselines achieve consistent and significant performance improvements, demonstrating the viability of processes coupling, as well as the superiority of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2202.12626

Code (1)

sdlzy/arc 공식 구현 pytorch

Tasks

Knowledge DistillationQuestion AnsweringVisual Commonsense ReasoningVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Natural Language Rationales with Full-Stack Visual Reasoning: From Pixels to Semantic Frames to Commonsense Graphs

2020-10-15 · Findings of the Association for Computational Linguistics 2020 · Ana Marasović, Chandra Bhagavatula, Jae Sung Park, Ronan Le Bras 외

Natural language rationales could provide intuitive, higher-level explanations that are easily understandable by humans, complementing the more broadly studied lower-level explanations based on gradients or attention wei…

Language ModelingLanguage ModellingNatural Language InferenceObject Recognition+5

SGEITL: Scene Graph Enhanced Image-Text Learning for Visual Commonsense Reasoning

2021-12-16 · Zhecan Wang, Haoxuan You, Liunian Harold Li, Alireza Zareian 외

Answering complex questions about images is an ambitious goal for machine intelligence, which requires a joint understanding of images, text, and commonsense knowledge, as well as a strong reasoning ability. Recently, mu…

Visual Commonsense Reasoning

Towards Faithful Knowledge Graph Explanation Through Deep Alignment in Commonsense Question Answering

2023-10-07 · Weihe Zhai, Arkaitz Zubiaga

The fusion of language models (LMs) and knowledge graphs (KGs) is widely used in commonsense question answering, but generating faithful explanations remains challenging. Current methods often overlook path decoding fait…

Knowledge GraphsQuestion Answering

Causal Debiasing for Visual Commonsense Reasoning

2025-10-23 · Jiayi Zou, Gengyun Jia, Bing-Kun Bao arxiv

Visual Commonsense Reasoning (VCR) refers to answering questions and providing explanations based on images. While existing methods achieve high prediction accuracy, they often overlook bias in datasets and lack debiasin…

Visual Commonsense Reasoning

NLKI: A lightweight Natural Language Knowledge Integration Framework for Improving Small VLMs in Commonsense VQA Tasks

2025-08-27 · Aritra Dutta, Swapnanil Mukherjee, Deepanway Ghosal, Somak Aditya arxiv

Commonsense visual-question answering often hinges on knowledge that is missing from the image or the question. Small vision-language models (sVLMs) such as ViLT, VisualBERT and FLAVA therefore lag behind their larger ge…

Question Answering