English

Dynamic Clue Bottlenecks: Towards Interpretable-by-Design Visual Question Answering

Computation and Language 2024-04-16 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Recent advances in multimodal large language models (LLMs) have shown extreme effectiveness in visual question answering (VQA). However, the design nature of these end-to-end models prevents them from being interpretable to humans, undermining trust and applicability in critical domains. While post-hoc rationales offer certain insight into understanding model behavior, these explanations are not guaranteed to be faithful to the model. In this paper, we address these shortcomings by introducing an interpretable by design model that factors model decisions into intermediate human-legible explanations, and allows people to easily understand why a model fails or succeeds. We propose the Dynamic Clue Bottleneck Model ( (DCLUB), a method that is designed towards an inherently interpretable VQA system. DCLUB provides an explainable intermediate space before the VQA decision and is faithful from the beginning, while maintaining comparable performance to black-box systems. Given a question, DCLUB first returns a set of visual clues: natural language statements of visually salient evidence from the image, and then generates the output based solely on the visual clues. To supervise and evaluate the generation of VQA explanations within DCLUB, we collect a dataset of 1.7k reasoning-focused questions with visual clues. Evaluations show that our inherently interpretable system can improve 4.64% over a comparable black-box system in reasoning-focused questions while preserving 99.43% of performance on VQA-v2.

Keywords

Cite

@article{arxiv.2305.14882,
  title  = {Dynamic Clue Bottlenecks: Towards Interpretable-by-Design Visual Question Answering},
  author = {Xingyu Fu and Ben Zhou and Sihao Chen and Mark Yatskar and Dan Roth},
  journal= {arXiv preprint arXiv:2305.14882},
  year   = {2024}
}

Comments

Multimodal, Visual Question Answering, Vision and Language

R2 v1 2026-06-28T10:44:12.874Z