paper-with-me

Papers

Greedy Gradient Ensemble for Robust Visual Question Answering

2021-07-27 · ICCV 2021 10 · Xinzhe Han, Shuhui Wang, Chi Su, Qingming Huang, Qi Tian

Language bias is a critical issue in Visual Question Answering (VQA), where models often exploit dataset biases for the final decision without considering the image information. As a result, they suffer from performance drop on out-of-distribution data and inadequate visual explanation. Based on experimental analysis for existing robust VQA methods, we stress the language bias in VQA that comes from two aspects, i.e., distribution bias and shortcut bias. We further propose a new de-bias framework, Greedy Gradient Ensemble (GGE), which combines multiple biased models for unbiased base model learning. With the greedy strategy, GGE forces the biased models to over-fit the biased data distribution in priority, thus makes the base model pay more attention to examples that are hard to solve by biased models. The experiments demonstrate that our method makes better use of visual information and achieves state-of-the-art performance on diagnosing dataset VQA-CP without using extra annotations.

📄 PDF Abstract BibTeX arXiv:2107.12651

Code (1)

GeraldHan/GGE 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

General Greedy De-bias Learning

2021-12-20 · Xinzhe Han, Shuhui Wang, Chi Su, Qingming Huang 외

Neural networks often make predictions relying on the spurious correlations from the datasets rather than the intrinsic properties of the task of interest, facing sharp degradation on out-of-distribution (OOD) test data.…

image-classificationImage ClassificationQuestion AnsweringVisual Question Answering+1

Revisiting Greedy Decoding for Visual Question Answering: A Calibration Perspective

2026-04-25 · Boqi Chen, Xudong Liu, Yunke Ao, Jianing Qiu arxiv

Stochastic sampling strategies are widely adopted in large language models (LLMs) to balance output coherence and diversity. These heuristics are often inherited in Multimodal LLMs (MLLMs) without task-specific justifica…

Visual Question AnsweringMultimodal Reasoning

Enhancing Scientific Visual Question Answering through Multimodal Reasoning and Ensemble Modeling

2025-07-08 · Prahitha Movva, Naga Harshita Marupaka

Technical reports and articles often contain valuable information in the form of semi-structured data like charts, and figures. Interpreting these and using the information from them is essential for downstream tasks suc…

ArticlesMultimodal ReasoningQuestion AnsweringVisual Question Answering

Black-box Model Ensembling for Textual and Visual Question Answering via Information Fusion

2024-07-04 · Yuxi Xia, Kilm Zaporojets, Benjamin Roth

A diverse range of large language models (LLMs), e.g., ChatGPT, and visual question answering (VQA) models, e.g., BLIP, have been developed for solving textual and visual question answering tasks. However, fine-tuning th…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

BERAG: Bayesian Ensemble Retrieval-Augmented Generation for Knowledge-based Visual Question Answering

2026-04-24 · Jinghong Chen, Jingbiao Mei, Guangyu Yang, Bill Byrne arxiv

A common approach to question answering with retrieval-augmented generation (RAG) is to concatenate documents into a single context and pass it to a language model to generate an answer. While simple, this strategy can o…

Visual Question Answering