paper-with-me

홈 › Papers

How Transferable are Reasoning Patterns in VQA?

2021-04-08 · CVPR 2021 1 · Corentin Kervadec, Theo Jaunet, Grigory Antipov, Moez Baccouche, Romain Vuillemot, Christian Wolf

Since its inception, Visual Question Answering (VQA) is notoriously known as a task, where models are prone to exploit biases in datasets to find shortcuts instead of performing high-level reasoning. Classical methods address this by removing biases from training data, or adding branches to models to detect and remove biases. In this paper, we argue that uncertainty in vision is a dominating factor preventing the successful learning of reasoning in vision and language problems. We train a visual oracle and in a large scale study provide experimental evidence that it is much less prone to exploiting spurious dataset biases compared to standard models. We propose to study the attention mechanisms at work in the visual oracle and compare them with a SOTA Transformer-based model. We provide an in-depth analysis and visualizations of reasoning patterns obtained with an online visualization tool which we make publicly available (https://reasoningpatterns.github.io). We exploit these insights by transferring reasoning patterns from the oracle to a SOTA Transformer-based VQA model taking standard noisy visual inputs via fine-tuning. In experiments we report higher overall accuracy, as well as accuracy on infrequent answers for each question type, which provides evidence for improved generalization and a decrease of the dependency on dataset biases.

📄 PDF Abstract BibTeX arXiv:2104.03656

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Stratagem: Learning Transferable Reasoning via Trajectory-Modulated Game Self-Play

2026-04-20 · Xiachong Feng, Deyi Yin, Xiaocheng Feng, Yi Jiang 외 arxiv

Games offer a compelling paradigm for developing general reasoning capabilities in language models, as they naturally demand strategic planning, probabilistic inference, and adaptive decision-making. However, existing se…

Mathematical ReasoningCode Generation

Inductive Reasoning for Temporal Knowledge Graphs with Emerging Entities

2026-04-11 · Ze Zhao, Yuhui He, Lyuwen Wu, Gu Tang 외 arxiv

Reasoning on Temporal Knowledge Graphs (TKGs) is essential for predicting future events and time-aware facts. While existing methods are effective at capturing relational dynamics, their performance is limited by a close…

Knowledge Graphs

GFT: Graph Foundation Model with Transferable Tree Vocabulary

2024-11-09 · Zehong Wang, Zheyuan Zhang, Nitesh V Chawla, Chuxu Zhang 외

Inspired by the success of foundation models in applications such as ChatGPT, as graph data has been ubiquitous, one can envision the far-reaching impacts that can be brought by Graph Foundation Models (GFMs) with broade…

Drug DiscoveryGraph Learning

Every Little Helps: Building Knowledge Graph Foundation Model with Fine-grained Transferable Multi-modal Tokens

2026-02-11 · Yichi Zhang, Zhuo Chen, Lingbing Guo, Wen Zhang 외 arxiv

Multi-modal knowledge graph reasoning (MMKGR) aims to predict the missing links by exploiting both graph structure information and multi-modal entity contents. Most existing works are designed for a transductive setting,…

To Reason or to Fabricate: Reasoning Without Shortcuts via Hint-Anchored Pairwise Aggregation

2026-06-28 · Jiuheng Lin, Chen Zhang, Yansong Feng arxiv

While reinforcement learning (RL) significantly enhances LLM reasoning, its efficacy is severely undermined by Pre-RL data overlap, where RL datasets overlap with pretraining or SFT corpora, causing models to exploit sho…

Reinforcement Learning