arXiv:2509.06010cs.CV2025-09被引 2

为视障用户设计可应对模糊提问的视觉问答系统

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

  • 用LoRA微调BLIP-2生成多种候选答案
  • 通过PolyFormer定位答案区域,提升空间准确性
  • 链式思考模块判断答案是否指向同一区域,适配真实使用场景

视觉问答(VQA)对视障和低视力(BLV)用户具有重要辅助潜力,但实际应用仍面临挑战。由于视觉障碍,用户常拍摄模糊或构图不佳的照片,且难以准确描述所见内容,导致问题表述模糊,不同用户可能有不同理解。这使得同一问题存在多个合理答案,各自对应图像中不同区域,与传统VQA系统假设单一答案和区域不符。为此,本文提出BLaVe-CoT框架,通过LoRA微调的BLIP-2生成多样化候选答案,利用PolyFormer进行空间定位,并引入链式思考推理模块判断各答案是否指向相同区域,从而应对语义模糊性。在VQA-AnswerTherapy基准上测试表明,该方法优于现有方法,对现实场景中的模糊性和视觉噪声更具鲁棒性。本工作强调了适应人类不确定性的VQA系统对实现包容性辅助的重要性。代码已公开于https://github.com/Accecwan/BLaVe-CoT。

原文摘要 · Abstract (English)

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.

视觉问答视障辅助一致性推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。