CVSep 7, 2025

BLaVe-CoT: Consistency-Aware Visual Question Answering for Blind and Low Vision Users

arXiv:2509.06010v1h-index: 1Has CodeSMC
Originality Highly original
AI Analysis

This work addresses the problem of ambiguous and noisy VQA queries for BLV users, offering a more inclusive assistive technology.

The paper tackles the challenge of Visual Question Answering (VQA) for Blind and Low Vision (BLV) users, who often face ambiguity and visual noise in their queries, by proposing BLaVe-CoT, a framework that reasons about answer consistency, and it outperforms previous methods on the VQA-AnswerTherapy benchmark.

Visual Question Answering (VQA) holds great potential for assisting Blind and Low Vision (BLV) users, yet real-world usage remains challenging. Due to visual impairments, BLV users often take blurry or poorly framed photos and face difficulty in articulating specific questions about what they cannot fully see. As a result, their visual questions are frequently ambiguous, and different users may interpret them in diverse ways. This leads to multiple valid answers, each grounded in different image regions-posing a mismatch with conventional VQA systems that assume a single answer and region. To bridge this gap, we present BLaVe-CoT, a VQA framework designed to reason about answer consistency in the face of ambiguity. Our method proposes diverse candidate answers using a LoRA-tuned BLIP-2 model, then grounds each answer spatially using PolyFormer, and finally applies a chain-of-thought reasoning module to assess whether the answers refer to the same or different regions. Evaluated on the VQA-AnswerTherapy benchmark, BLaVe-CoT outperforms previous methods and proves more robust to the ambiguity and visual noise common in assistive settings. This work highlights the need for VQA systems that can adapt to real human uncertainty and provide inclusive support for BLV users. To foster further research and accessibility applications, we have made the code publicly available at https://github.com/Accecwan/BLaVe-CoT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes