arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

视觉大模型 / VLM

视觉语言模型、视觉推理、视觉问答、图文理解和视觉 grounding。

至 收录 25348 信号源:cs.CV, cs.AI, cs.LG
2603.18178 2026-05-19 cs.CV cs.AI 94%

VLM-AutoDrive: Post-Training Vision-Language Models for Safety-Critical Autonomous Driving Events

VLM-AutoDrive: 事后训练视觉-语言模型用于安全关键的自动驾驶事件

Mohammad Qazim Bhat, Yufan Huang, Niket Agarwal, Hao Wang, Michael Woods, John Kenyon, Tsung-Yi Lin, Xiaodong Yang, Ming-Yu Liu, Kevin Xie

机构 * NVIDIA

专题命中 视觉问答 :VLM(title,title_cn);vision-language model(title,abstract);visual question answering(abstract);multimodal large language model(abstract)

AI总结 本文提出VLM-AutoDrive框架,通过整合元数据生成的描述、LLM生成的描述、视觉问答对和推理监督,提升预训练视觉语言模型在安全关键自动驾驶事件中的检测性能。

Comments 16 pages, 9 figures, submitted to arXiv

详情
AI中文摘要

随着第一人称视角 dashcam 视频的快速增长,检测安全关键事件如碰撞和近碰撞成为重大挑战,这些场景短暂、罕见且难以被通用视觉模型捕捉。尽管多模态大语言模型(MLLMs)展现出强大的推理能力,但其在驾驶场景中因领域和时间对齐问题而表现不佳。我们引入VLM-AutoDrive,一种模块化的事后训练框架,用于将预训练的视觉-语言模型(VLMs)适应到高保真异常检测。该框架整合了元数据衍生的标题、LLM生成的描述、视觉问答对以及推理链(CoT)监督,以实现领域对齐和可解释的学习。现成的VLMs如NVIDIA的Cosmos-Reason1 7B(CR1)在零样本设置中碰撞召回率接近零;通过VLM-AutoDrive微调,碰撞F1值从0.00提升到0.69,整体准确率从35.35%提升到77.27%。VLM-AutoDrive提供了一种可扩展的配方,用于将通用VLMs适应到安全关键、时间局部化的感知任务。在真实世界Nexar dashcam视频上评估,它在碰撞和近碰撞检测方面实现了显著提升,同时生成可解释的推理轨迹,弥合了感知、因果性和决策推理之间的差距。

英文摘要

The rapid growth of ego-centric dashcam footage presents a major challenge for detecting safety-critical events such as collisions and near-collisions, scenarios that are brief, rare, and difficult for generic vision models to capture. While multimodal large language models (MLLMs) demonstrate strong general reasoning ability, they underperform in driving contexts due to domain and temporal misalignment. We introduce VLM-AutoDrive, a modular post-training framework for adapting pretrained Vision-Language Models (VLMs) to high-fidelity anomaly detection. The framework integrates metadata-derived captions, LLM-generated descriptions, visual question answering (VQA) pairs, and chain-of-thought (CoT) reasoning supervision to enable domain-aligned and interpretable learning. Off-the-shelf VLMs such as NVIDIA's Cosmos-Reason1 7B (CR1) exhibit near-zero Collision recall in zero-shot settings; fine-tuning with VLM-AutoDrive improves Collision F1 from 0.00 to 0.69 and overall accuracy from 35.35% to 77.27%. VLM-AutoDrive offers a scalable recipe for adapting general-purpose VLMs to safety-critical, temporally localized perception tasks. Evaluated on real-world Nexar dashcam videos, it achieves substantial gains in Collision and Near-Collision detection while producing interpretable reasoning traces, bridging the gap between perception, causality, and decision reasoning in autonomous driving.

URL PDF HTML 收藏
2606.19776 2026-06-19 cs.CV 新提交 93%

Occ-VLM: Occupancy Grounded Vision Language Model for Indoor Scene Understanding

Occ-VLM: 面向室内场景理解的占用接地视觉语言模型

Jianing Li, Zhou Fang, Yijiang Liu, Li Du

机构 * School of Electronic Science and Engineering, Nanjing University(南京大学电子科学与工程学院)

专题命中 视觉问答 :VLM(title,title_cn);vision language model(title);vision-language model(abstract);visual question answering(abstract)

AI总结 提出Occ-VLM,仅用姿态RGB图像和单一2D视觉编码器,通过重建3D占用作为几何先验,实现统一的3D场景理解,在占用预测、3D VQA和密集描述任务上达到领先水平。

详情
AI中文摘要

近期,视觉语言模型(VLM)在3D场景理解方面取得了显著进展,推动了具身智能和机器人视觉等应用的发展。然而,现有方法通常要么直接依赖显式的3D输入(如点云或RGB-D序列),要么引入额外的3D几何编码器从2D图像中推导出3D感知的视觉标记。这种设计在结构上将3D几何感知与通过视觉语言预训练学到的丰富2D语义解耦,阻碍了统一3D视觉语言表示的发展。在这项工作中,我们提出了Occ-VLM,一个仅基于姿态RGB图像并采用单一2D视觉编码器的3D场景理解新框架。具体而言,Occ-VLM重建3D场景占用作为辅助几何先验,用于将前景2D标记与3D空间进行空间关联。然后,这些标记由大型语言模型(LLM)解码,实现统一的场景理解。大量实验表明,Occ-VLM实现了准确的几何感知和稳健的视觉语言推理:在多视角占用预测上达到最先进性能,同时在3D视觉问答(VQA)和3D密集描述基准上与使用3D输入的VLM表现相当。

英文摘要

Recently, vision-language models (VLMs) have made significant progress in 3D scene understanding, driving advances in applications such as embodied intelligence and robotic vision. However, existing approaches typically either rely directly on explicit 3D inputs (e.g., point clouds or RGB-D sequences), or introduce an additional 3D geometry encoder to derive 3D-aware visual tokens from 2D images. Such designs structurally decouple 3D geometric perception from the rich 2D semantics learned via vision-language pre-training, hindering the development of a unified 3D vision-language representation. In this work, we propose Occ-VLM, a novel framework for 3D scene understanding that operates purely on posed RGB images and employs a single 2D vision encoder. Specifically, Occ-VLM reconstructs 3D scene occupancy as an auxiliary geometric prior, which is utilized to spatially associate foreground 2D tokens with 3D space. These tokens are then decoded by a Large Language Model (LLM) for unified scene understanding. Extensive experiments demonstrate that Occ-VLM achieves both accurate geometric perception and robust vision-language reasoning: it attains state-of-the-art performance on multi-view occupancy prediction, while performing on par with 3D-input VLMs on 3D Visual Question Answering (VQA) and 3D dense captioning benchmarks.

URL PDF HTML 收藏
2605.19329 2026-05-22 cs.CV cs.AI 93%

RE-VLM: Event-Augmented Vision-Language Model for Scene Understanding

RE-VLM:事件增强的视觉-语言模型用于场景理解

Hanqing Liu, Mingjie Liu, Luoping Cui, Endian Lin, Donghong Jiang, Chuang Zhu

机构 * School of Artificial Intelligence, Beijing University of Posts and Telecommunications(北京邮电大学人工智能学院) State Key Laboratory of General Artificial Intelligence, BIGAI(通用人工智能国家重点实验室,BIGAI)

专题命中 视觉问答 :VLM(title,title_cn);vision-language model(title,abstract);分类 cs.CV、cs.AI

AI总结 本文提出RE-VLM,一种结合RGB图像和事件流的双流视觉-语言模型,旨在提升在正常和恶劣条件下对场景的理解能力。通过事件相机提供的高时间分辨率和宽动态范围的数据,RE-VLM在场景描述和视觉问答任务中优于现有模型。

Comments 10 pages, 6 figures, 6 tables

详情
AI中文摘要

传统视觉-语言模型(VLMs)在恶劣条件下(如低光、高动态范围或快速运动)捕获的场景解释能力不足,因为标准RGB图像在这些环境中质量下降。事件相机提供了一种互补的模态:它们异步记录每个像素的亮度变化,具有高时间分辨率和宽动态范围,在帧失效时保留运动线索。我们提出了RE-VLM,第一个双流视觉-语言模型,联合利用RGB图像和事件流,以在正常和挑战性条件下实现稳健的场景理解。RE-VLM采用并行的RGB和事件编码器,以及一种渐进训练策略,将异构视觉特征与语言对齐。为了解决RGB-Event-Text监督不足的问题,我们进一步提出了一种图驱动的流程,将同步的RGB-Event流转换为可验证的场景图,从中合成描述和问答对。为了开发和评估RE-VLM,我们构建了两个数据集:PEOD-Chat,针对光照挑战性场景,和RGBE-Chat,涵盖多样化的场景。在描述和VQA基准测试中,RE-VLM在与现有RGB-only和事件-only模型参数量相当的情况下,始终优于现有模型,特别是在挑战性条件下表现显著提升。这些结果证明了事件增强的VLMs在广泛现实环境中实现稳健视觉-语言理解的有效性。

英文摘要

Conventional vision-language models (VLMs) struggle to interpret scenes captured under adverse conditions (e.g., low light, high dynamic range, or fast motion) because standard RGB images degrade in such environments. Event cameras provide a complementary modality: they asynchronously record per-pixel brightness changes with high temporal resolution and wide dynamic range, preserving motion cues where frames fail. We propose RE-VLM, the first dual-stream vision-language model that jointly leverages RGB images and event streams for robust scene understanding across both normal and challenging conditions. RE-VLM employs parallel RGB and event encoders together with a progressive training strategy that aligns heterogeneous visual features with language. To address the scarcity of RGB-Event-Text supervision, we further propose a graph-driven pipeline that converts synchronized RGB-Event streams into verifiable scene graphs, from which we synthesize captions and question-answer (QA) pairs. To develop and evaluate RE-VLM, we construct two datasets: PEOD-Chat, targeting illumination-challenged scenes, and RGBE-Chat, covering diverse scenarios. On captioning and VQA benchmarks, RE-VLM consistently outperforms state-of-the-art RGB-only and event-only models with comparable parameter counts, with particularly large gains under challenging conditions. These results demonstrate the effectiveness of event-augmented VLMs in achieving robust vision-language understanding across a wide range of real-world environments.

URL PDF HTML 收藏
2604.14044 2026-04-16 cs.CV 92%

Decoding the Delta: Unifying Remote Sensing Change Detection and Understanding with Multimodal Large Language Models

解读Delta:利用多模态大语言模型统一遥感变化检测与理解

Xiaohe Li, Jiahao Li, Kaixin Zhang, Yuqiang Fang, Leilei Lin, Hong Wang, Haohua Wu, Zide Fan

机构 * Aerospace Information Research Institute, CAS(航天信息研究所,中国科学院) Space Engineering University(航天工程大学) Capital Normal University(首都师范大学)

专题命中 视觉问答 :LLaVA(summary_cn,abstract);multimodal large language model(title,abstract);MLLM(abstract,abstract_cn);visual question answering(abstract)

AI总结 本文提出Delta-LLaVA框架,通过多时间尺度对比推理和空间定位,解决遥感变化理解中的时间盲问题,实现像素级分割与视觉问答的统一。

详情
AI中文摘要

尽管多模态大语言模型(MLLMs)在通用视觉-语言任务中表现优异,但其在遥感变化理解中的应用受限于根本性的"时间盲"问题。现有架构缺乏内在的多时间对比推理机制,难以实现精确的空间定位。为此,我们首先引入Delta-QA基准,包含180,000个视觉问答样本,统一了双时间与三时间场景下的像素分割和视觉问答。方法上,我们提出Delta-LLaVA,一种专门针对多时间遥感解释的新型MLLM框架。通过三个核心创新:变化增强注意力模块系统性地隔离和放大视觉差异,变化先验嵌入模块提取可微差异特征作为LLM输入,以及局部因果注意力模块防止跨时间上下文泄漏。大量实验表明,Delta-LLaVA在复杂变化推断和高精度边界定位方面显著优于领先的一般化MLLMs和专门化的分割模型,建立了地球观测智能的统一框架。

英文摘要

While Multimodal Large Language Models (MLLMs) excel in general vision-language tasks, their application to remote sensing change understanding is hindered by a fundamental "temporal blindness". Existing architectures lack intrinsic mechanisms for multi-temporal contrastive reasoning and struggle with precise spatial grounding. To address this, we first introduce Delta-QA, a comprehensive benchmark comprising 180k visual question-answering samples. Delta-QA unifies pixel-level segmentation and visual question answering across bi- and tri-temporal scenarios, structuring change interpretation into four progressive cognitive dimensions. Methodologically, we propose Delta-LLaVA, a novel MLLM framework explicitly tailored for multi-temporal remote sensing interpretation. It overcomes the limitations of naive feature concatenation through three core innovations: a Change-Enhanced Attention module that systematically isolates and amplifies visual differences, a Change-SEG module utilizing Change Prior Embedding to extract differentiable difference features as input for the LLM, and Local Causal Attention to prevent cross-temporal contextual leakage. Extensive experiments demonstrate that Delta-LLaVA decisively outperforms leading generalist MLLMs and specialized segmentation models in complex change deduction and high-precision boundary localization, establishing a unified framework for earth observation intelligence.

URL PDF HTML 收藏
2606.15861 2026-06-16 cs.CV 新提交 92%

Object Tokens as a Bridge Between Segmentation and Visual Question Answering in Robotic Surgery

对象标记作为机器人手术中分割与视觉问答的桥梁

Yiping Li, Ronald de Jong, Romy van Jaarsveld, Franco Badaloni, Gino Kuiper, Jelle Ruurda, Josien Pluim, Marcel Breeuwer

机构 * Department of Biomedical Engineering, Eindhoven University of Technology(埃因霍温理工大学生物医学工程系) Department of Electrical Engineering, Eindhoven University of Technology(埃因霍温理工大学电气工程系) Department of Surgery, University Medical Center Utrecht(乌得勒支大学医学中心外科)

专题命中 视觉问答 :VLM(summary_cn,abstract);visual question answering(title,abstract);vision-language model(abstract);visual reasoning(abstract)

AI总结 提出统一框架,联合像素级分割与视觉问答,通过VLM生成对象标记引导答案预测和分割掩码,在RAMIE和EndoVis18数据集上优于基线方法。

详情
AI中文摘要

机器人手术中的视觉问答(VQA),称为手术VQA,需要对复杂手术场景进行高级理解,并将视觉感知与语言推理相结合,具有支持手术培训和术中决策的潜力。最近的视觉-语言模型(VLM)通过参数高效微调显示出有希望的性能;然而,大多数现有方法依赖于粗粒度的视觉定位,通常仅限于边界框,这未能捕捉手术对象的细粒度空间结构。在这项工作中,我们提出了一个统一框架,在单个框架内联合执行像素级分割和视觉问答。我们的方法将VLM与基于Segment Anything Model(SAM)的解码器集成,并将场景元素表示为VLM生成的对象标记。这些对象标记指导答案预测,并进一步投影到基于SAM的解码器以产生分割掩码。通过分割和问答目标优化对象标记嵌入,模型学习空间基础表示,增强视觉推理,同时提供显式的像素级基础。我们在私有RAMIE(机器人辅助微创食管切除术)数据集和公共EndoVis18数据集上评估了所提出的方法,在手术VQA中始终优于基线方法。这些结果表明,将上下文感知的对象标记纳入视觉-语言模型可改善细粒度手术场景理解。

英文摘要

Visual Question Answering (VQA) in robotic surgery, referred to as surgical VQA, requires high-level understanding of complex surgical scenes and the integration of visual perception with language reasoning, with the potential to support surgical training and intraoperative decision-making. Recent Vision-Language Models (VLMs) have shown promising performance through parameter-efficient fine-tuning; however, most existing approaches rely on coarse visual grounding, typically limited to bounding boxes, which fails to capture the fine-grained spatial structure of surgical objects. In this work, we propose a unified framework that jointly performs pixel-level segmentation and visual question answering within a single framework. Our approach integrates a VLM with a Segment Anything Model (SAM)-based decoder and represents scene elements as object tokens generated by the VLM. These object tokens guide answer prediction and are further projected to the SAM-based decoder to produce segmentation masks. By optimizing the object token embeddings through both segmentation and question answering objectives, the model learns spatially grounded representations that enhance visual reasoning while providing explicit pixel-level grounding. We evaluate the proposed method on the private RAMIE (Robot-Assisted Minimally Invasive Esophagectomy) dataset and the public EndoVis18 dataset, where it consistently outperforms baseline methods for surgical VQA. These results demonstrate that incorporating context-aware object tokens into vision-language models improves fine-grained surgical scene understanding.

URL PDF HTML 收藏
2602.04712 2026-05-12 cs.CV cs.AI eess.IV 91%

SAR-RAG: ATR Visual Question Answering by Semantic Search, Retrieval, and MLLM Generation

SAR-RAG:通过语义搜索、检索和MLLM生成实现目标识别的视觉问答

David F. Ramirez, Tim Overman, Kristen Jaskie, Joe Marvin, Andreas Spanias

机构 * SenSIP Center, School of ECEE, Arizona State University(SenSIP中心,电子与计算机工程学院,亚利桑那州立大学) Prime Solutions Group Inc(Prime Solutions Group公司)

专题命中 视觉问答 :MLLM(title,title_cn);visual question answering(title);multimodal large language model(abstract);分类 cs.CV、cs.AI

AI总结 本文提出SAR-RAG方法,结合多模态大语言模型和语义嵌入向量数据库,通过语义搜索和检索提升SAR图像目标识别的准确性,通过分类和回归指标验证效果。

Comments Accepted to 2026 SPIE Defense + Security, Automatic Target Recognition XXXVI

详情
AI中文摘要

我们提出了一种视觉上下文图像检索增强生成(ImageRAG)辅助的AI代理,用于自动识别合成孔径雷达(SAR)图像中的目标。SAR是一种用于国防和安全应用的遥感方法,用于检测和监控军事车辆的位置,这些车辆可能在图像中难以区分。研究人员已广泛研究SAR目标识别,以提高车辆类型、特征和测量的区分和识别能力。测试示例可以通过已知车辆目标类型进行比较以提高识别任务。新方法增强了神经网络、Transformer注意力和多模态大语言模型的能力。一种代理AI方法可以开发,以利用定义好的工具集,例如通过类似示例的库进行搜索。我们提出的方法SAR检索增强生成(SAR-RAG)结合了多模态大语言模型(MLLM)和语义嵌入向量数据库,以支持具有已知质量的图像示例的上下文搜索。通过恢复已知真实目标类型的过去图像示例,我们的SAR-RAG系统可以比较相似的车辆类别,从而提高目标识别预测的准确性。我们通过搜索和检索指标、类别分类准确性和车辆尺寸的数值回归进行评估。这些指标在将SAR-RAG作为附加的ATR记忆库添加到MLLM基线方法时均显示出改进。

英文摘要

We present a visual-context image-retrieval-augmented generation (ImageRAG)- assisted AI agent for automatic target recognition (ATR) of synthetic aperture radar (SAR) imagery. SAR is a remote sensing method used in defense and security applications to detect and monitor the positions of military vehicles, which may appear indistinguishable in images. Researchers have extensively studied SAR ATR to improve the differentiation and identification of vehicle types, characteristics, and measurements. Test examples can be compared with known vehicle target types to improve recognition tasks. New methods enhance the capabilities of neural networks, transformer attention, and multimodal large language models. An agentic AI method may be developed to utilize a defined set of tools, such as searching through a library of similar examples. Our proposed method, SAR Retrieval-Augmented Generation (SAR-RAG), combines a multimodal large language model (MLLM) with a vector database of semantic embeddings to support contextual search for image exemplars with known qualities. By recovering past image examples of known true target types, our SAR-RAG system can compare similar vehicle categories, thereby improving ATR prediction accuracy. We evaluate this through search and retrieval metrics, categorical classification accuracy, and numeric regression of vehicle dimensions. These metrics all show improvements when SAR-RAG is added to an MLLM baseline method as an attached ATR memory bank.

URL PDF HTML 收藏
2604.17488 2026-06-09 cs.CV 91%

AutoVQA-G: Self-Improving Agentic Framework for Automated Visual Question Answering and Grounding Annotation

AutoVQA-G:用于自动视觉问答与接地标注的自我改进代理框架

Rongsheng Hu, Runwei Guan, Yicheng Di, Jiayu Bao, Yuan Liu

机构 * School of Artificial Intelligence(人工智能学院)

专题命中 视觉问答 :visual question answering(title,abstract);grounding(title,abstract);VLM(abstract,abstract_cn);vision-language model(abstract)

AI总结 本文提出AutoVQA-G框架,通过迭代优化流程提升视觉问答接地标注的准确性,优于现有多模态LLM,为构建高质量数据促进更稳健的视觉语言模型训练提供新方法。

Comments Accepted at IEEE ICASSP 2026. 5 pages, 5 figures. Code available at https://github.com/rohnson1999/AutoVQA-G

Journal ref Proc. 2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp. 12312-12316, 2026

详情
AI中文摘要

手动标注高质量的视觉问答与接地(VQA-G)数据集对于推动视觉语言模型(VLMs)的发展至关重要,但难以扩展。现有自动化方法常受限于两个关键问题:(1)由于模型幻觉导致的数据一致性差;(2)基于简单启发法的脆弱验证机制。为解决这些限制,我们引入了AutoVQA-G,一种自我改进的代理框架,用于自动化VQA-G标注。AutoVQA-G采用迭代细化循环,其中一致性评估模块使用链式推理(CoT)进行细粒度视觉验证。基于此反馈,一个记忆增强的提示优化代理分析失败样本的批评,逐步优化生成提示。我们的实验表明,AutoVQA-G生成的VQA-G数据集在视觉接地准确性上优于领先的多模态LLM,为创建高质量数据以促进更稳健的VLM训练和评估提供有前景的方法。代码:https://github.com/rohnson1999/AutoVQA-G

英文摘要

Manual annotation of high-quality visual question answering with grounding (VQA-G) datasets, which pair visual questions with evidential grounding, is crucial for advancing vision-language models (VLMs), but remains unscalable. Existing automated methods are often hindered by two key issues: (1) inconsistent data fidelity due to model hallucinations; (2) brittle verification mechanisms based on simple heuristics. To address these limitations, we introduce AutoVQA-G, a self-improving agentic framework for automated VQA-G annotation. AutoVQA-G employs an iterative refinement loop where a Consistency Evaluation module uses Chain-of-Thought (CoT) reasoning for fine-grained visual verification. Based on this feedback, a memory-augmented Prompt Optimization agent analyzes critiques from failed samples to progressively refine generation prompts. Our experiments show that AutoVQA-G generates VQA-G datasets with superior visual grounding accuracy compared to leading multimodal LLMs, offering a promising approach for creating high-fidelity data to facilitate more robust VLM training and evaluation. Code: https://github.com/rohnson1999/AutoVQA-G

URL PDF HTML 收藏
2408.15626 2024-08-29 cs.CV 91%

Can Visual Language Models Replace OCR-Based Visual Question Answering Pipelines in Production? A Case Study in Retail

Bianca Lamm, Janis Keuper

专题命中 视觉问答 :visual question answering(title,abstract);visual language model(title);vision language model(abstract);VLM(abstract)

详情
英文摘要

Most production-level deployments for Visual Question Answering (VQA) tasks are still build as processing pipelines of independent steps including image pre-processing, object- and text detection, Optical Character Recognition (OCR) and (mostly supervised) object classification. However, the recent advances in vision Foundation Models [25] and Vision Language Models (VLMs) [23] raise the question if these custom trained, multi-step approaches can be replaced with pre-trained, single-step VLMs. This paper analyzes the performance and limits of various VLMs in the context of VQA and OCR [5, 9, 12] tasks in a production-level scenario. Using data from the Retail-786k [10] dataset, we investigate the capabilities of pre-trained VLMs to answer detailed questions about advertised products in images. Our study includes two commercial models, GPT-4V [16] and GPT-4o [17], as well as four open-source models: InternVL [5], LLaVA 1.5 [12], LLaVA-NeXT [13], and CogAgent [9]. Our initial results show, that there is in general no big performance gap between open-source and commercial models. However, we observe a strong task dependent variance in VLM performance: while most models are able to answer questions regarding the product brand and price with high accuracy, they completely fail at the same time to correctly identity the specific product name or discount. This indicates the problem of VLMs to solve fine-grained classification tasks as well to model the more abstract concept of discounts.

URL PDF HTML 收藏
2509.11862 2025-09-16 cs.CV cs.AI cs.LG 91%

Bridging Vision Language Models and Symbolic Grounding for Video Question Answering

Haodi Ma, Vyom Pathak, Daisy Zhe Wang

机构 * Univerisy of Florida(佛罗里达大学)

专题命中 视觉问答 :vision language model(title,abstract);grounding(title,abstract);VLM(abstract);InternVL(abstract)

详情
英文摘要

Video Question Answering (VQA) requires models to reason over spatial, temporal, and causal cues in videos. Recent vision language models (VLMs) achieve strong results but often rely on shallow correlations, leading to weak temporal grounding and limited interpretability. We study symbolic scene graphs (SGs) as intermediate grounding signals for VQA. SGs provide structured object-relation representations that complement VLMs holistic reasoning. We introduce SG-VLM, a modular framework that integrates frozen VLMs with scene graph grounding via prompting and visual localization. Across three benchmarks (NExT-QA, iVQA, ActivityNet-QA) and multiple VLMs (QwenVL, InternVL), SG-VLM improves causal and temporal reasoning and outperforms prior baselines, though gains over strong VLMs are limited. These findings highlight both the promise and current limitations of symbolic grounding, and offer guidance for future hybrid VLM-symbolic approaches in video understanding.

URL PDF HTML 收藏
2506.14766 2026-07-30 cs.CV cs.CL 版本更新 91%

ASCD: Attention-Steerable Contrastive Decoding for Reducing Hallucination in MLLM

ASCD:用于减少多模态大语言模型(MLLM)幻觉的注意力可导向对比解码

Yujun Wang, Aniri, Jinhe Bi, Soeren Pirk, Yunpu Ma

专题命中 视觉问答 :MLLM(title,title_cn);multimodal large language model(abstract);分类 cs.CV

AI总结 该研究针对MLLM的幻觉问题,提出ASCD方法,通过正负引导调整解码时的注意力分数,在多基准上显著减少幻觉并提升VQA准确率,且无需额外训练。

Comments Accepted at AAAI 2026

Journal ref Proceedings of the AAAI Conference on Artificial Intelligence, 40(12): 10306-10314, 2026

详情
AI中文摘要

多模态大语言模型(MLLM)常因过度依赖虚假视觉线索而产生幻觉。现有解决方法如视觉对比解码(VCD)和指令对比解码(ICD)虽能缓解该问题,但机制尚不明确。本文首先通过实验表明,这些方法的改进与跨模态注意力的重新分配存在系统性关联。基于此,我们提出注意力可导向对比解码(ASCD),其在解码过程中直接引导注意力分数。ASCD结合两部分:一是正引导,即放大自动挖掘的、在模型内部稳定且跨领域鲁棒的以文本为中心的注意力头;二是负引导,即抑制实时识别的关键视觉 token。该方法仅产生可忽略的运行时间和内存开销,无需额外训练。在五个MLLM主干和三种解码方案下,ASCD在POPE、CHAIR和MMHal-Bench上最多减少38.2%的幻觉,同时提升MMMU、MM-VET、ScienceQA、TextVQA和GQA等标准VQA基准的准确率。这些结果表明,注意力引导是一种简单、模型无关且有原则的路径,可实现更安全、更忠实的多模态生成。

英文摘要

Multimodal large language models (MLLMs) frequently hallucinate by over-committing to spurious visual cues. Prior remedies-Visual and Instruction Contrastive Decoding (VCD, ICD)-mitigate this issue, yet the mechanism remains opaque. We first empirically show that their improvements systematically coincide with redistributions of cross-modal attention. Building on this insight, we propose Attention-Steerable Contrastive Decoding (ASCD), which directly steers the attention scores during decoding. ASCD combines (i) positive steering, which amplifies automatically mined text-centric heads-stable within a model and robust across domains-with (ii) negative steering, which dampens on-the-fly identified critical visual tokens. The method incurs negligible runtime and memory overhead and requires no additional training. Across five MLLM backbones and three decoding schemes, ASCD reduces hallucination on POPE, CHAIR, and MMHal-Bench by up to 38.2 percent while improving accuracy on standard VQA benchmarks, including MMMU, MM-VET, ScienceQA, TextVQA, and GQA. These results position attention steering as a simple, model-agnostic, and principled route to safer, more faithful multimodal generation.

URL PDF HTML 收藏
2605.25802 2026-05-26 cs.CV 91%

Rethinking VLM Representation for VLA Initialization

重新思考用于VLA初始化的VLM表示

Weifeng Lin, Siyuan Huang, Hao Li, Tingwei Chen, Ruichuan An, Xinyu Wei, Jianbo Liu, Hongsheng Li

机构 * CUHK(香港中文大学) PolyU Peking University(北京大学) ACE Robotics(ACE机器人)

专题命中 视觉问答 :VLM(title,title_cn);vision-language model(abstract);分类 cs.CV

AI总结 本文通过控制表示设计问题,沿能力级具身VQA监督、参数更新策略和机器人数据预训练三个轴,研究VLA初始化,发现保留预训练VLM表示对动作性能至关重要,而LoRA比全微调提供更可靠的初始化,分阶段基于LoRA的训练获得最强变体。

Comments 9 main-text pages, 5 appendix pages, 4 figures

详情
AI中文摘要

视觉-语言-动作(VLA)模型广泛采用预训练的视觉-语言模型(VLM)作为策略骨干,但目前尚不清楚何种预训练VLM表示对VLA初始化有用。在本文中,我们将VLA初始化作为一个受控的表示设计问题,沿三个轴进行研究:能力级具身VQA监督、参数更新策略和机器人数据预训练。我们的实验表明,原始预训练VLM表示是动作性能的关键来源。然而,具身VQA适应并不产生一致的收益:其收益取决于下游瓶颈,且来自不同能力域的收益并非简单相加。对于更新策略,LoRA提供了比全微调更可靠的初始化,表明过度重塑预训练表示会削弱VLA初始化。机器人数据预训练进一步改善了VLA初始化,通过分阶段基于LoRA的训练获得了最强变体。这些发现共同表明,有效的VLM到VLA适应应在保留对动作学习有用的预训练VLM表示的同时,注入与动作相关的具身和机器人轨迹信号。

英文摘要

Vision-Language-Action (VLA) models widely adopt pretrained Vision-Language Models (VLMs) as policy backbones, yet it remains unclear what kind of pretrained VLM representation is useful as a VLA initialization. In this paper, we study VLA initialization as a controlled representation-design problem along three axes: capability-level embodied VQA supervision, parameter-update strategy, and robot-data pretraining. Our experiments show that the original pretrained VLM representation is a key source of action performance. However, embodied VQA adaptation does not yield uniform gains: its benefit depends on downstream bottlenecks, and gains from different capability domains are not simply additive. For update strategy, LoRA provides a more reliable initialization than Full Finetune, indicating that overly reshaping the pretrained representation can weaken VLA initialization. Robot-data pretraining further improves VLA initialization, with the strongest variant obtained by staged LoRA-based training. Together, these findings suggest that effective VLM-to-VLA adaptation should inject action-relevant embodied and robot-trajectory signals while preserving the pretrained VLM representation that remains useful for action learning.

URL PDF HTML 收藏
2405.10948 2025-03-18 cs.CV cs.AI cs.RO eess.IV 91%

Surgical-LVLM: Learning to Adapt Large Vision-Language Model for Grounded Visual Question Answering in Robotic Surgery

Guankun Wang, Long Bai, Wan Jun Nah, Jie Wang, Zhaoxi Zhang, Zhen Chen, Jinlin Wu, Mobarakol Islam, Hongbin Liu, Hongliang Ren

专题命中 视觉问答 :vision-language model(title,abstract);visual question answering(title,abstract);visual language model(abstract);grounding(abstract)

Comments The manuscript is accepted by ICLR 2025 FM-Wild Workshop

详情
英文摘要

Recent advancements in Surgical Visual Question Answering (Surgical-VQA) and related region grounding have shown great promise for robotic and medical applications, addressing the critical need for automated methods in personalized surgical mentorship. However, existing models primarily provide simple structured answers and struggle with complex scenarios due to their limited capability in recognizing long-range dependencies and aligning multimodal information. In this paper, we introduce Surgical-LVLM, a novel personalized large vision-language model tailored for complex surgical scenarios. Leveraging the pre-trained large vision-language model and specialized Visual Perception LoRA (VP-LoRA) blocks, our model excels in understanding complex visual-language tasks within surgical contexts. In addressing the visual grounding task, we propose the Token-Interaction (TIT) module, which strengthens the interaction between the grounding module and the language responses of the Large Visual Language Model (LVLM) after projecting them into the latent space. We demonstrate the effectiveness of Surgical-LVLM on several benchmarks, including EndoVis-17-VQLA, EndoVis-18-VQLA, and a newly introduced EndoVis Conversations dataset, which sets new performance standards. Our work contributes to advancing the field of automated surgical mentorship by providing a context-aware solution.

URL PDF HTML 收藏
2605.19307 2026-05-20 cs.CV 90%

MetaRA: Metamorphic Robustness Assessment for Multimodal Large Language Model-based Visual Question Answering Systems

MetaRA: 多模态大语言模型基于视觉问答系统的元形态鲁棒性评估

Quanxing Xu, Yuhao Tian, Ling Zhou, Xian Zhong, Xiaohua Huang, Rubing Huang, Chia-Wen Lin

机构 * School of Computer Science and Engineering, Macau University of Science and Technology, Macao SAR(澳门科学技术大学计算机科学与工程学院) Hubei Key Laboratory of Transportation Internet of Things, School of Computer Science and Artificial Intelligence, Wuhan University of Technology(湖北省交通物联网重点实验室,武汉理工大学)

专题命中 视觉问答 :visual question answering(title,abstract);multimodal large language model(title,abstract);MLLM(abstract,abstract_cn);分类 cs.CV

AI总结 本文提出MetaRA,一种基于元形态测试的框架,用于评估多模态大语言模型基于视觉问答系统的鲁棒性,通过生成受控的图像-问题输入变体,揭示模型在语言扰动、视觉线索依赖和多模态推理中的弱点。

详情
AI中文摘要

视觉问答(VQA)作为代表性多模态任务,是评估多模态大语言模型(MLLMs)推理能力的关键基准。然而,现有评估主要依赖静态数据集和基于准确性的指标,无法捕捉鲁棒性、一致性和泛化能力。受元形态测试(MT)启发,我们提出元形态鲁棒性评估(MetaRA),一种测试框架,利用元形态关系(MRs)系统性地探测MLLM基于VQA系统的漏洞。MetaRA根据特定MRs生成受控的图像-问题输入变体,并在多样化的条件下评估模型。将MetaRA应用于多个基于MLLM的VQA模型,揭示了细微的失败模式,包括对语言扰动的敏感性、对表面视觉线索的过度依赖以及更深层次的多模态推理弱点。实验结果表明,MetaRA提供的诊断见解比传统准确性指标更丰富,暴露了在标准基准下仍隐藏的失败模式。总体而言,本文强调了在VQA中系统性鲁棒性评估的必要性,并将元形态评估定位为一种可扩展、模型无关的方法,用于可信的多模态AI。

英文摘要

Visual Question Answering (VQA), as the representative multimodal task, serves as a key benchmark for evaluating the reasoning capabilities of Multimodal Large Language Models (MLLMs). However, existing evaluations largely rely on static datasets and accuracy-based metrics, which fail to capture robustness, consistency, and generalization. Inspired by Metamorphic Testing (MT), we propose Metamorphic Robustness Assessment (MetaRA), a testing framework that employs Metamorphic Relations (MRs) to systematically probe vulnerabilities in MLLM-based VQA systems. MetaRA generates controlled variations of image-question inputs based on specific MRs and evaluates models across diverse conditions. Applying MetaRA to multiple MLLM-based VQA models across different tasks reveals nuanced failure patterns, including sensitivity to linguistic perturbations, over-reliance on superficial visual cues, and deeper weaknesses in multimodal reasoning. Experimental results demonstrate that MetaRA provides richer diagnostic insights than conventional accuracy metrics, exposing failure modes that remain hidden under standard benchmarks. Overall, this work highlights the need for systematic robustness evaluation in VQA and positions metamorphic assessment as a scalable, model-agnostic approach toward trustworthy multimodal AI.

URL PDF HTML 收藏
2505.18915 2025-05-27 cs.CV 90%

Are Vision Language Models Ready for Clinical Diagnosis? A 3D Medical Benchmark for Tumor-centric Visual Question Answering

Yixiong Chen, Wenjie Xiao, Pedro R. A. S. Bassi, Xinze Zhou, Sezgin Er, Ibrahim Ethem Hamamci, Zongwei Zhou, Alan Yuille

专题命中 视觉问答 :visual question answering(title,abstract);vision language model(title);vision-language model(abstract);VLM(abstract)

Comments NeurIPS 2025 datasets&benchmarks track submission

详情
英文摘要

Vision-Language Models (VLMs) have shown promise in various 2D visual tasks, yet their readiness for 3D clinical diagnosis remains unclear due to stringent demands for recognition precision, reasoning ability, and domain knowledge. To systematically evaluate these dimensions, we present DeepTumorVQA, a diagnostic visual question answering (VQA) benchmark targeting abdominal tumors in CT scans. It comprises 9,262 CT volumes (3.7M slices) from 17 public datasets, with 395K expert-level questions spanning four categories: Recognition, Measurement, Visual Reasoning, and Medical Reasoning. DeepTumorVQA introduces unique challenges, including small tumor detection and clinical reasoning across 3D anatomy. Benchmarking four advanced VLMs (RadFM, M3D, Merlin, CT-CHAT), we find current models perform adequately on measurement tasks but struggle with lesion recognition and reasoning, and are still not meeting clinical needs. Two key insights emerge: (1) large-scale multimodal pretraining plays a crucial role in DeepTumorVQA testing performance, making RadFM stand out among all VLMs. (2) Our dataset exposes critical differences in VLM components, where proper image preprocessing and design of vision modules significantly affect 3D perception. To facilitate medical multimodal research, we have released DeepTumorVQA as a rigorous benchmark: https://github.com/Schuture/DeepTumorVQA.

URL PDF HTML 收藏
2503.11265 2025-03-17 cs.CV 90%

DynRsl-VLM: Enhancing Autonomous Driving Perception with Dynamic Resolution Vision-Language Models

Xirui Zhou, Lianlei Shan, Xiaolin Gui

专题命中 视觉问答 :vision-language model(title,abstract);VLM(title,abstract);vision language model(abstract);visual question answering(abstract)

详情
英文摘要

Visual Question Answering (VQA) models, which fall under the category of vision-language models, conventionally execute multiple downsampling processes on image inputs to strike a balance between computational efficiency and model performance. Although this approach aids in concentrating on salient features and diminishing computational burden, it incurs the loss of vital detailed information, a drawback that is particularly damaging in end-to-end autonomous driving scenarios. Downsampling can lead to an inadequate capture of distant or small objects such as pedestrians, road signs, or obstacles, all of which are crucial for safe navigation. This loss of features negatively impacts an autonomous driving system's capacity to accurately perceive the environment, potentially escalating the risk of accidents. To tackle this problem, we put forward the Dynamic Resolution Vision Language Model (DynRsl-VLM). DynRsl-VLM incorporates a dynamic resolution image input processing approach that captures all entity feature information within an image while ensuring that the image input remains computationally tractable for the Vision Transformer (ViT). Moreover, we devise a novel image-text alignment module to replace the Q-Former, enabling simple and efficient alignment with text when dealing with dynamic resolution image inputs. Our method enhances the environmental perception capabilities of autonomous driving systems without overstepping computational constraints.

URL PDF HTML 收藏
2608.02300 2026-08-04 cs.CV 新提交 90%

A General-Purpose VLM Can Teach an Astronomy Foundation Model to Better Recognize Galaxy Morphology

通用视觉语言模型(VLM)可指导天文基础模型更好地识别星系形态

Dichang Zhang, Jiaqi Deng, Yixuan Shao, Yuanpeng Liu, Jiali Cui, Zhiqiang Lao, Heather Yu, Liang Peng, Simon Birrer, Dimitris Samaras

机构 * Stony Brook University(石溪大学) University of Technology Sydney(悉尼科技大学) Futurewei Technologies(华为主机技术公司)

专题命中 视觉问答 :VLM(title,title_cn);分类 cs.CV

AI总结 该研究提出用通用视觉语言模型(VLM)作为弱监督教师,指导天文基础模型Zoobot提升星系形态识别性能,可高效适配未来大型天文巡天任务。

Comments 12 pages, 5 figures

详情
AI中文摘要

现有天文基础模型能提供强大的星系表征,但将其适配新巡天条件及巡天特定的形态识别任务仍需大量人工监督。本文表明,基于VLM的视觉问答(VQA)系统蕴含有意义的视觉语义先验,可作为下游形态分类器的弱监督,在有限人工标注预算下提升形态分类效果。我们首先引入覆盖两类代表性成像 regime 的巡天导向VQA基准,并评估当前最优VLM在星系形态问题上的表现;结果显示,这些模型能捕获有用的形态信号与有效不确定性,但可靠性不足以替代人类标注者。基于该发现,我们将通用VLM作为天文基础模型Zoobot的形态教师,Zoobot是在大规模Galaxy Zoo标注上预训练的模型。在两个巡天领域及多种标注预算下,VLM教师均能持续提升Zoobot的下游形态分类性能。这些结果证明,通用VLM提供了与天文基础模型互补的知识,可在有限人工监督下指导其更好地识别星系形态;所构建的流程旨在高效适配即将开展的大型巡天,包括维拉·C·鲁宾天文台的空间和时间遗产巡天(LSST)及南希·格蕾丝·罗曼太空望远镜项目。该基准与代码可在指定URL公开获取。

英文摘要

Existing astronomy foundation models provide strong galaxy representations, but adapting them to new survey conditions and survey-specific morphology recognition tasks still requires substantial human supervision. We show that VLM-based VQA systems contain meaningful visual-semantic priors that can serve as weak supervision for downstream morphology classifiers and improve morphology classification under limited human-label budgets. We first introduce a survey-oriented VQA benchmark spanning two representative imaging regimes and evaluate state-of-the-art VLMs on galaxy morphology questions. The results show that these models capture useful morphology signals and informative uncertainty, but are not sufficiently reliable to replace human annotators. Motivated by this finding, we use a general-purpose VLM as a morphology teacher for Zoobot, an astronomy foundation model pretrained on large-scale Galaxy Zoo annotations. Across two survey domains and multiple annotation budgets, the VLM teacher consistently improves Zoobot's downstream morphology classification. These results demonstrate that a general-purpose VLM provides knowledge complementary to an astronomy foundation model and can teach it to better recognize galaxy morphology under limited human supervision. The resulting pipeline is designed for label-efficient adaptation to forthcoming large-scale surveys, including the Vera C. Rubin Observatory's Legacy Survey of Space and Time (LSST) and the Nancy Grace Roman Space Telescope. The benchmark and code are publicly available at https://github.com/fw-ic/VLM-morphology-teacher.

URL PDF HTML 收藏
2606.25343 2026-06-29 cs.CV 新提交 90%

Invoice Haystack: Benchmarking Document Retrieval and Visual Question Answering Under Strong Visual Homogeneity

发票草垛:强视觉同质性下的文档检索与视觉问答基准测试

Heethanjan Kanagalingam, Thenukan Pathmanathan, Mokeeshan Vathanakumar, Basim Azam, Sarah Monazam Erfani, Naveed Akhtar

机构 * The University of Melbourne(墨尔本大学) Lakehead University(湖首大学)

专题命中 视觉问答 :VLM(summary_cn,abstract);visual question answering(title,abstract);vision language model(abstract);分类 cs.CV

AI总结 针对视觉同质文档集合中的检索困难,提出Invoice Haystack基准和VL-RAG混合检索框架,通过文本与视觉嵌入融合及VLM验证过滤,显著提升检索准确率。

Comments Accepted to presentation at ECCV 2026

详情
AI中文摘要

视觉语言模型在单文档视觉问答上已接近人类水平,但在从大量视觉同质文档集合中检索信息时,其有效性显著下降。现有的多文档基准汇集了多种文档类型,在嵌入空间中人为制造了分离,这并不反映企业文档库中数千条记录共享相同视觉模板的实际情况。我们将此识别为嵌入坍塌,并引入发票草垛(Invoice Haystack)基准,包含1,500张匿名发票图像和200个判别性问答对,专门设计用于在强视觉同质性下压力测试检索。Invoice Haystack的平均成对余弦相似度为0.73,而现有基准DocHaystack和InfoHaystack分别为0.38和0.31,构成了一个根本更具挑战性的检索问题。针对这一挑战,我们提出了VL-RAG,一种混合检索增强生成框架,联合利用文本和视觉嵌入以发挥两种模态的互补优势,随后通过基于VLM的验证过滤器进行精确文档识别。VL-RAG在Invoice Haystack-500上达到60.0%的Recall@1,比现有最先进方法绝对提升13.5个百分点。它还在DocHaystack-1000(77.1%对75.2%)和InfoHaystack-1000(84.5%对80.0%)上显著提升了检索性能,确立了所提出的双流融合作为在同类和异类文档集合中一致优越的检索策略。

英文摘要

Vision Language Models have achieved near-human performance on single-document Visual Question Answering, yet their effectiveness degrades significantly when retrieving information from large collections of visually homogeneous documents. Existing multi-document benchmarks aggregate diverse document types, creating artificial separation in embedding space that does not reflect enterprise document repositories where thousands of records share identical visual templates. We identify this as embedding collapse and introduce Invoice Haystack, a benchmark with 1,500 anonymized invoice images paired with 200 discriminative question-answer pairs, specifically designed to stress-test retrieval under strong visual homogeneity. Invoice Haystack exhibits a mean pairwise cosine similarity of 0.73, compared to 0.38 (DocHaystack) and 0.31 (InfoHaystack) in existing benchmarks, posing a fundamentally more challenging retrieval problem. Addressing the identified challenge, we propose VL-RAG, a hybrid retrieval-augmented generation framework that jointly leverages text and visual embeddings to harness the complementary strengths of both modalities, followed by a VLM-based verification filter for precise document identification. VL-RAG achieves 60.0\% Recall@1 on Invoice Haystack-500, outperforming existing state-of-the-art method by up to an absolute 13.5 percentage points. It further improves retrieval considerably on DocHaystack-1000 (77.1\% vs.\ 75.2\%) and InfoHaystack-1000 (84.5\% vs.\ 80.0\%), establishing the proposed dual-stream fusion as a consistently superior retrieval strategy across both homogeneous and heterogeneous document collections.

URL PDF HTML 收藏
2606.06485 2026-06-05 cs.CV 90%

PAR3D: A Unified 3D-MLLM with Part-Aware Representation for Scene Understanding

PAR3D: 一种用于场景理解的统一部件感知3D多模态大语言模型

Shaohui Dai, Yansong Qu, You Shen, Shengchuan Zhang, Liujuan Cao

机构 * Key Laboratory of Multimedia Trusted Perception and Efficient Computing, Ministry of Education of China, Xiamen University(教育部多媒体可信感知与高效计算重点实验室,厦门大学)

专题命中 视觉问答 :MLLM(title,summary_cn);visual question answering(abstract);multimodal large language model(abstract);分类 cs.CV

AI总结 提出PAR3D框架,通过部件感知3D表示学习和层次化分割查询生成,解决现有3D-MLLM在细粒度部件理解上的不足,在部件级问答和指代分割任务上取得显著提升。

Comments Project page: https://atrovast.github.io/PAR3D/

详情
AI中文摘要

近期3D多模态大语言模型(3D-MLLMs)的进展为3D场景理解任务(包括视觉问答、描述和指代分割)提供了统一解决方案。然而,现有的3D-MLLM仍以物体为中心,限制了其对细粒度部件结构的建模能力,而这对于与3D环境的具身交互至关重要。在这项工作中,我们提出了PAR3D,一个统一的部件感知3D-MLLM框架,使模型能够理解、推理并定位3D场景中的物体及其部件。为了支持部件感知3D场景理解的训练和评估,我们引入了ScenePart,一个带有部件级标注和语言指令的合成3D场景数据集。我们进一步开发了部件感知3D表示学习,以用细粒度部件级语义丰富3D视觉表示,并提出了层次化分割查询生成,通过层次化的物体-部件查询来定位部件目标。大量实验表明,我们的方法显著提升了部件级问答和指代分割的性能,同时在物体级视觉语言任务上也取得了强劲表现。

英文摘要

Recent advances in 3D multimodal large language models (3D-MLLMs) have enabled unified solutions for 3D scene understanding tasks, including visual question answering, captioning, and referring segmentation. However, existing 3D-MLLMs remain largely object-centric, limiting their ability to model fine-grained part structures that are essential for embodied interaction with 3D environments. In this work, we present PAR3D, a unified part-aware 3D-MLLM framework that enables models to understand, reason about, and ground both objects and their parts in 3D scenes. To enable training and evaluation of part-aware 3D scene understanding, we introduce ScenePart, a synthetic 3D scene dataset with part-level annotations and language instructions. We further develop Part-Aware 3D Representation Learning to enrich 3D visual representations with fine-grained part-level semantics, and propose Hierarchical Segmentation Query Generation to ground part targets via hierarchical object-part queries. Extensive experiments show that our method substantially improves part-level question answering and referring segmentation, while also achieving strong performance across object-level vision-language tasks.

URL PDF HTML 收藏
2606.24115 2026-06-24 cs.CV cs.AI 新提交 90%

A Benchmark for Hallucination Detection in VLMs for Gastrointestinal Endoscopy

胃肠内窥镜中视觉语言模型幻觉检测的基准测试

Aminu Lawal, Niyoj Oli, Sachin Acharya, Prashnna Gyawali, Maria Carmen Romano, Binod Bhattarai

机构 * University of Aberdeen(阿伯丁大学) Nepal Applied Mathematics and Informatics Institute for Research(尼泊尔应用数学与信息学研究所) West Virginia University(西弗吉尼亚大学)

专题命中 视觉问答 :VLM(summary_cn,abstract);LLaVA(abstract,abstract_cn);vision-language model(abstract);visual question answering(abstract)

AI总结 针对胃肠内窥镜领域,在Gut-VLM数据集上基准测试九种幻觉检测方法,发现白盒方法ReXTrust在所有五个视觉语言模型上AUC最高,平均领先19.5点。

Comments Accepted at the Medical Image Understanding and Analysis (MIUA) 2026 conference

详情
AI中文摘要

视觉语言模型(VLM)容易产生幻觉,这仍然是其在临床实践中安全部署的主要障碍。迄今为止,大多数幻觉检测方法已在MIMIC-CXR和VQA-RAD等放射学基准上进行了评估,而胃肠(GI)内窥镜仍然在很大程度上未被探索。在本文中,我们在Gut-VLM数据集上对九种幻觉检测方法进行了基准测试,该数据集是一个包含4,392个测试VQA对的GI诊断视觉问答(VQA)数据集,涉及五个VLM(MedGemma-4B、MedGemma-27B、LLaVA-Med-7B、LLaVA-v1.6-7B和Lingshu-32B)。这些方法涵盖三类:黑盒方法(RadFlag、SelfCheckGPT-NLI)、灰盒方法(AvgProb、AvgEnt、MaxProb、MaxEnt、Semantic Entropy和VASE)以及白盒方法(ReXTrust)。我们的结果表明,白盒方法ReXTrust在所有五个模型上取得了最高的AUC,以统计显著的优势(配对置换检验,所有情况下p < 0.001)超过了每个VLM上最强的替代方法,在MedGemma-4B上达到峰值AUC 93.0。白盒隐藏状态访问平均提供19.5个AUC点的一致优势(范围:9.5--33.5),即使在LLaVA-v1.6-7B上(AUC 79.9),ReXTrust也保持强劲性能,而黑盒方法和基于聚类的灰盒方法则崩溃至接近随机水平。在非白盒方法中,令牌级灰盒统计量(MaxEnt、MaxProb)是最强的替代方案,平均优于基于聚类的灰盒方法(Semantic Entropy、VASE)和黑盒方法。我们进一步识别出自信的胡言乱语(confident confabulation),即模型以高样本间一致性或高令牌级概率产生幻觉的失败模式,这是基于一致性和基于不确定性的方法的系统性失败。

英文摘要

Vision-language models (VLMs) are prone to hallucination, which remains a major barrier to their safe deployment in clinical practice. To date, most hallucination detection methods have been evaluated on radiology benchmarks such as MIMIC-CXR and VQA-RAD, while gastrointestinal (GI) endoscopy remains largely underexplored. In this paper, we benchmark nine hallucination detection methods on the Gut-VLM dataset, a GI diagnostic Visual Question Answering (VQA) dataset with 4,392 test VQA pairs, across five VLMs (MedGemma-4B, MedGemma-27B, LLaVA-Med-7B, LLaVA-v1.6-7B, and Lingshu-32B). The methods span three categories: black-box methods (RadFlag, SelfCheckGPT-NLI), gray-box methods (AvgProb, AvgEnt, MaxProb, MaxEnt, Semantic Entropy, and VASE), and a white-box method (ReXTrust). Our results show that ReXTrust, a white-box method, achieves the highest AUC across all five models, outperforming the strongest alternative method on each VLM by a statistically significant margin (paired permutation test, p < 0.001 in all cases), reaching a peak AUC of 93.0 on MedGemma-4B. White-box hidden-state access provides a consistent advantage of 19.5 AUC points on average (range: 9.5--33.5), with ReXTrust maintaining strong performance even on LLaVA-v1.6-7B (AUC 79.9), where black-box methods and clustering-based gray-box methods collapse to near-chance performance. Among non-white-box methods, token-level gray-box statistics (MaxEnt, MaxProb) are the strongest alternatives, outperforming both clustering-based gray-box methods (Semantic Entropy, VASE) and black-box approaches on average. We further identify confident confabulation, a failure mode in which models hallucinate with high inter-sample consistency or high token-level probability, as a systemic failure for both consistency and uncertainty-based methods.

URL PDF HTML 收藏
2512.04032 2025-12-05 cs.CL cs.AI cs.CV 90%

Jina-VLM: Small Multilingual Vision Language Model

Jina-VLM:小规模多语言视觉语言模型

Andreas Koukounas, Georgios Mastrapas, Florian Hönicke, Sedigheh Eslami, Guillaume Roncari, Scott Martens, Han Xiao

机构 * Jina AI

专题命中 视觉问答 :VLM(title,abstract);vision language model(title);vision-language model(abstract);visual question answering(abstract)

AI总结 Jina-VLM是一款24亿参数的多语言视觉语言模型,通过结合SigLIP2视觉编码器与Qwen3语言主干,实现了高效多语言视觉问答性能。

Comments 18 pages, 1-7 main content, 13-18 appendix for tables and dataset

详情
AI中文摘要

我们提出了Jina-VLM,一个拥有24亿参数的视觉语言模型,在开放的200亿参数规模视觉语言模型中实现了最先进的多语言视觉问答性能。该模型通过一个注意力池化连接器将SigLIP2视觉编码器与Qwen3语言主干相结合,实现了对任意分辨率图像的token高效处理。该模型在标准VQA基准测试和多语言评估中取得了领先结果,同时保持了具有竞争力的纯文本性能。模型权重和代码已公开发布在https://huggingface.co/jinaai/jina-vlm。

英文摘要

We present Jina-VLM, a 2.4B parameter vision-language model that achieves state-of-the-art multilingual visual question answering among open 2B-scale VLMs. The model couples a SigLIP2 vision encoder with a Qwen3 language backbone through an attention-pooling connector that enables token-efficient processing of arbitrary-resolution images. The model achieves leading results on standard VQA benchmarks and multilingual evaluations while preserving competitive text-only performance. Model weights and code are publicly released at https://huggingface.co/jinaai/jina-vlm .

URL PDF HTML 收藏
2511.19220 2025-12-01 cs.CV cs.AI 90%

Are Large Vision Language Models Truly Grounded in Medical Images? Evidence from Italian Clinical Visual Question Answering

大视觉语言模型真的在医学图像上具有基础性吗?来自意大利临床视觉问答的证据

Federico Felizzi, Olivia Riccomi, Michele Ferramola, Francesco Andrea Causio, Manuel Del Medico, Vittorio De Vita, Lorenzo De Mori, Alessandra Piscitelli, Pietro Eric Risuleo, Bianca Destro Castaniti, Antonio Cristiano, Alessia Longo, Luigi De Angelis, Mariapia Vassalli, Marcello Di Pumpo

机构 * SIIAM NSBProject Dept. of Life Sciences & Public Health, UCSC(生命科学与公共卫生系,UCSC) ASL RM 4 UCSC Univ. Paris Cité(巴黎Cité大学) Univ. of Pisa(比萨大学)

专题命中 视觉问答 :vision language model(title,abstract);visual question answering(title,abstract);grounding(abstract);分类 cs.CV、cs.AI

AI总结 研究通过测试四种先进模型在意大利医学问题上的表现,揭示了大视觉语言模型在视觉基础上的差异,强调了临床部署前的严格评估需求。

Comments Accepted at the Workshop on Multimodal Representation Learning for Healthcare (MMRL4H), EurIPS 2025

详情
AI中文摘要

大视觉语言模型(VLMs)在医学视觉问答基准测试中取得了令人印象深刻的表现,但其对视觉信息的依赖仍然不明确。我们调查了前沿VLMs在回答意大利医学问题时是否真正具有视觉基础,通过测试四种最先进的模型:Claude Sonnet 4.5、GPT-4o、GPT-5-mini和Gemini 2.0 flash exp。使用来自EuropeMedQA意大利数据集的60个问题,这些问题明确要求图像解释,我们用空白占位符替换正确的医学图像,以测试模型是否真正整合了视觉和文本信息。我们的结果揭示了视觉依赖性的显著变化:GPT-4o在视觉基础方面最强,准确率下降27.9pp(83.2% [74.6%, 91.7%]到55.3% [44.1%, 66.6%]),而GPT-5-mini、Gemini和Claude保持高准确率,分别下降8.5pp、2.4pp和5.6pp。对模型生成的推理分析显示,所有模型都对伪造的视觉解释提供了自信的解释,表明在依赖文本捷径与真正的视觉分析方面存在不同程度的依赖。这些发现突显了模型鲁棒性方面的关键差异,并强调了在临床部署前需要严格评估的必要性。

英文摘要

Large vision language models (VLMs) have achieved impressive performance on medical visual question answering benchmarks, yet their reliance on visual information remains unclear. We investigate whether frontier VLMs demonstrate genuine visual grounding when answering Italian medical questions by testing four state-of-the-art models: Claude Sonnet 4.5, GPT-4o, GPT-5-mini, and Gemini 2.0 flash exp. Using 60 questions from the EuropeMedQA Italian dataset that explicitly require image interpretation, we substitute correct medical images with blank placeholders to test whether models truly integrate visual and textual information. Our results reveal striking variability in visual dependency: GPT-4o shows the strongest visual grounding with a 27.9pp accuracy drop (83.2% [74.6%, 91.7%] to 55.3% [44.1%, 66.6%]), while GPT-5-mini, Gemini, and Claude maintain high accuracy with modest drops of 8.5pp, 2.4pp, and 5.6pp respectively. Analysis of model-generated reasoning reveals confident explanations for fabricated visual interpretations across all models, suggesting varying degrees of reliance on textual shortcuts versus genuine visual analysis. These findings highlight critical differences in model robustness and the need for rigorous evaluation before clinical deployment.

URL PDF HTML 收藏
2506.14451 2025-06-18 cs.CV cs.AI 90%

Adapting Lightweight Vision Language Models for Radiological Visual Question Answering

Aditya Shourya, Michel Dumontier, Chang Sun

机构 * Department of Advanced Computing Sciences, Maastricht University(马斯特里赫特大学高级计算科学系) Institute of Data Science, Maastricht University(马斯特里赫特大学数据科学研究所)

专题命中 视觉问答 :visual question answering(title,abstract);vision language model(title);vision-language model(abstract);LLaVA(abstract)

详情
英文摘要

Recent advancements in vision-language systems have improved the accuracy of Radiological Visual Question Answering (VQA) Models. However, some challenges remain across each stage of model development: limited expert-labeled images hinders data procurement at scale; the intricate and nuanced patterns of radiological images make modeling inherently difficult; and the lack of evaluation evaluation efforts makes it difficult to identify cases where the model might be ill-conditioned. In this study, we fine-tune a lightweight 3B parameter vision-language model for Radiological VQA, demonstrating that small models, when appropriately tuned with curated data, can achieve robust performance across both open- and closed-ended questions. We propose a cost-effective training pipeline from synthetic question-answer pair generation to multi-stage fine-tuning on specialised radiological domain-targeted datasets (e.g., ROCO v2.0, MedPix v2.0). Our results show that despite operating at a fraction of the scale of state-of-the-art models such as LLaVA-Med, our model achieves promising performance given its small parameter size and the limited scale of training data. We introduce a lightweight saliency-based diagnostic tool that enables domain experts to inspect VQA model performance and identify ill-conditioned failure modes through saliency analysis.

URL PDF HTML 收藏
2504.10757 2025-04-16 cs.CV cs.LG cs.RO 90%

ReasonDrive: Efficient Visual Question Answering for Autonomous Vehicles with Reasoning-Enhanced Small Vision-Language Models

Amirhosein Chahe, Lifeng Zhou

专题命中 视觉问答 :vision-language model(title,abstract);visual question answering(title);VLM(abstract);LLaVA(abstract)

详情
英文摘要

Vision-language models (VLMs) show promise for autonomous driving but often lack transparent reasoning capabilities that are critical for safety. We investigate whether explicitly modeling reasoning during fine-tuning enhances VLM performance on driving decision tasks. Using GPT-4o, we generate structured reasoning chains for driving scenarios from the DriveLM benchmark with category-specific prompting strategies. We compare reasoning-based fine-tuning, answer-only fine-tuning, and baseline instruction-tuned models across multiple small VLM families (Llama 3.2, Llava 1.5, and Qwen 2.5VL). Our results demonstrate that reasoning-based fine-tuning consistently outperforms alternatives, with Llama3.2-11B-reason achieving the highest performance. Models fine-tuned with reasoning show substantial improvements in accuracy and text generation quality, suggesting explicit reasoning enhances internal representations for driving decisions. These findings highlight the importance of transparent decision processes in safety-critical domains and offer a promising direction for developing more interpretable autonomous driving systems.

URL PDF HTML 收藏
2407.21293 2024-08-01 cs.CV cs.AI 90%

SimpleLLM4AD: An End-to-End Vision-Language Model with Graph Visual Question Answering for Autonomous Driving

Peiru Zheng, Yun Zhao, Zhan Gong, Hong Zhu, Shaohua Wu

专题命中 视觉问答 :vision-language model(title,abstract);visual question answering(title,abstract);VLM(abstract);分类 cs.CV、cs.AI

Comments 16 pages, 3 figures

详情
英文摘要

Many fields could benefit from the rapid development of the large language models (LLMs). The end-to-end autonomous driving (e2eAD) is one of the typically fields facing new opportunities as the LLMs have supported more and more modalities. Here, by utilizing vision-language model (VLM), we proposed an e2eAD method called SimpleLLM4AD. In our method, the e2eAD task are divided into four stages, which are perception, prediction, planning, and behavior. Each stage consists of several visual question answering (VQA) pairs and VQA pairs interconnect with each other constructing a graph called Graph VQA (GVQA). By reasoning each VQA pair in the GVQA through VLM stage by stage, our method could achieve e2e driving with language. In our method, vision transformers (ViT) models are employed to process nuScenes visual data, while VLM are utilized to interpret and reason about the information extracted from the visual inputs. In the perception stage, the system identifies and classifies objects from the driving environment. The prediction stage involves forecasting the potential movements of these objects. The planning stage utilizes the gathered information to develop a driving strategy, ensuring the safety and efficiency of the autonomous vehicle. Finally, the behavior stage translates the planned actions into executable commands for the vehicle. Our experiments demonstrate that SimpleLLM4AD achieves competitive performance in complex driving scenarios.

URL PDF HTML 收藏
2506.21710 2025-10-30 cs.CV 90%

FOCUS: Internal MLLM Representations for Efficient Fine-Grained Visual Question Answering

Liangyu Zhong, Fabio Rosenthal, Joachim Sicking, Fabian Hüger, Thorsten Bagdonat, Hanno Gottschalk, Leo Schwinn

机构 * Technical University of Berlin(柏林技术大学) Technical University of Munich(慕尼黑技术大学) CARIAD SE Volkswagen AG(大众集团)

专题命中 视觉问答 :MLLM(title,abstract);visual question answering(title,abstract);multimodal large language model(abstract);分类 cs.CV

Comments Accepted by NeurIPS 2025 - main track. Project page: https://focus-mllm-vqa.github.io/

详情
英文摘要

While Multimodal Large Language Models (MLLMs) offer strong perception and reasoning capabilities for image-text input, Visual Question Answering (VQA) focusing on small image details still remains a challenge. Although visual cropping techniques seem promising, recent approaches have several limitations: the need for task-specific fine-tuning, low efficiency due to uninformed exhaustive search, or incompatibility with efficient attention implementations. We address these shortcomings by proposing a training-free visual cropping method, dubbed FOCUS, that leverages MLLM-internal representations to guide the search for the most relevant image region. This is accomplished in four steps: first, we identify the target object(s) in the VQA prompt; second, we compute an object relevance map using the key-value (KV) cache; third, we propose and rank relevant image regions based on the map; and finally, we perform the fine-grained VQA task using the top-ranked region. As a result of this informed search strategy, FOCUS achieves strong performance across four fine-grained VQA datasets and three types of MLLMs. It outperforms three popular visual cropping methods in both accuracy and efficiency, and matches the best-performing baseline, ZoomEye, while requiring 3 - 6.5 x less compute.

URL PDF HTML 收藏
2606.21197 2026-06-23 cs.CV cs.AI cs.LG 新提交 89%

Extraction and Analysis of Multimodal Concepts in Vision Language Models through Sparse Autoencoders

通过稀疏自编码器提取和分析视觉语言模型中的多模态概念

Sergio Lanza, Jae Hee Lee, Stefan Wermter

机构 * Knowledge Technology, Department of Informatics, University of Hamburg(汉堡大学信息学系知识技术实验室)

专题命中 视觉问答 :vision language model(title,abstract);LLaVA(abstract,abstract_cn);VLM(abstract_cn);visual question answering(abstract)

AI总结 提出基于稀疏自编码器的框架,从视觉语言模型中提取视觉、文本和多模态概念,通过余弦相似度评估概念与样本的对齐,在VQA数据集上提升视觉概念质量达45%。

Comments International Conference on Artificial Neural Networks (ICANN), 2026, Padua

详情
AI中文摘要

视觉语言模型(VLM)在需要联合理解图像和文本的任务(如图像描述和视觉问答)中展示了令人印象深刻的性能,但我们对它们内部过程的理解仍然有限。最近,稀疏自编码器(SAE)已成为支持解释VLM中编码概念的有前途工具。然而,大多数基于SAE的方法仅分别关注文本或视觉概念,忽略了多模态概念。这一限制阻碍了对VLM的全面理解,因为整合了两种模态的概念可能被错误分类。此外,先前的视觉方法通常产生低质量的视觉概念描述,这些描述模糊或不完整,限制了它们对理解模型推理的有用性。我们提出了一个基于SAE的框架,用于从VLM中提取和分析视觉、文本和多模态概念。对于每个神经元,我们提出一个候选的人类可解释概念,并使用余弦相似度分数计算概念与数据集样本之间的对齐。在VQA数据集(LLaVA-NeXT)上的实验表明,与现有基于SAE的方法相比,我们的框架将视觉概念质量提高了高达45%,同时保持了高文本概念质量,并实现了多模态概念的系统识别。这项工作为VLM的概念空间提供了新的见解,提供了一种区分视觉、文本和多模态概念的结构化方法。代码可在以下网址获取:https://this https URL

英文摘要

Vision Language Models (VLMs) have demonstrated impressive performance in tasks requiring joint understanding of images and text, such as image captioning and Visual Question Answering (VQA), but our understanding of their internal processes remains limited. Recently, Sparse Autoencoders (SAEs) have emerged as a promising tool to support the interpretation of concepts encoded in VLMs. However, most SAE-based approaches focus only on textual or visual concepts separately, ignoring multimodal concepts. This limitation hinders a comprehensive understanding of VLMs, since concepts that integrate both modalities can be misclassified. Moreover, previous visual approaches often produce low-quality visual concept descriptions that are vague or incomplete, limiting their usefulness for understanding model reasoning. We propose a framework based on SAEs to extract and analyze visual, textual, and multimodal concepts from VLMs. For each neuron, we propose a candidate human-interpretable concept and compute the alignment between the concept and the dataset samples using cosine similarity scores. Experiments on a VQA dataset (LLaVA-NeXT) demonstrate that our framework improves visual concept quality by up to 45\% compared to existing SAE-based methods, while maintaining high textual concept quality and enabling systematic identification of multimodal concepts. This work contributes new insights into the conceptual space of VLMs, providing a structured approach to distinguish between visual, textual, and multimodal concepts. The code is available at https://github.com/PHDLanza/Multidata_SAE

URL PDF HTML 收藏
2503.11794 2025-03-18 cs.CV cs.AI cs.CL cs.LG 89%

Semantic-Clipping: Efficient Vision-Language Modeling with Semantic-Guidedd Visual Selection

Bangzheng Li, Fei Wang, Wenxuan Zhou, Nan Xu, Ben Zhou, Sheng Zhang, Hoifung Poon, Muhao Chen

专题命中 视觉问答 :vision-language model(title,abstract);VLM(abstract);LLaVA(abstract);visual reasoning(abstract)

详情
英文摘要

Vision-Language Models (VLMs) leverage aligned visual encoders to transform images into visual tokens, allowing them to be processed similarly to text by the backbone large language model (LLM). This unified input paradigm enables VLMs to excel in vision-language tasks such as visual question answering (VQA). To improve fine-grained visual reasoning, recent advancements in vision-language modeling introduce image cropping techniques that feed all encoded sub-images into the model. However, this approach significantly increases the number of visual tokens, leading to inefficiency and potential distractions for the LLM. To address the generalization challenges of image representation in VLMs, we propose a lightweight, universal framework that seamlessly integrates with existing VLMs to enhance their ability to process finegrained details. Our method leverages textual semantics to identify key visual areas, improving VQA performance without requiring any retraining of the VLM. Additionally, it incorporates textual signals into the visual encoding process, enhancing both efficiency and effectiveness. The proposed method, SEMCLIP, strengthens the visual understanding of a 7B VLM, LLaVA-1.5 by 3.3% on average across 7 benchmarks, and particularly by 5.3% on the challenging detailed understanding benchmark V*.

URL PDF HTML 收藏
2604.27720 2026-07-29 cs.AI 版本更新 89%

Why Does Grounding Hurt Medical VQA? Benchmarking, Diagnosis, and Fine-Tuning of Vision-Language Models

对前沿视觉-语言模型进行审计以实现可信的医学视觉问答:定位失败、格式崩溃和领域适应

Xupeng Chen, Binbin Shi, Chenqian Le, Qifu Yin, Lang Lin, Haowei Ni, Ran Gong, Panfeng Li

机构 * New York University, New York, USA(纽约大学) Tsinghua University, Beijing, China(清华大学) Columbia University, New York, USA(哥伦比亚大学) University of Michigan, Ann Arbor, USA(密歇根大学)

专题命中 视觉问答 :vision-language model(title,abstract);grounding(title,abstract);visual question answering(abstract);分类 cs.AI

AI总结 本文审计了五种前沿视觉-语言模型在医学视觉问答中的表现,发现定位失败和格式崩溃是信任瓶颈,通过领域适应可提升性能。

详情
AI中文摘要

在临床环境中部署视觉-语言模型(VLMs)需要在现实故障条件下具有可审计行为,但前沿VLMs在专门医疗输入上的故障景观尚不明确。我们审计了五种近期前沿且具有定位意识的VLMs(Gemini~2.5~Pro、GPT-5、o3、GLM-4.5V、Qwen~2.5~VL)在医学VQA上的表现,从两个与信任相关轴线进行评估。感知:所有模型对解剖学和病理学目标的定位均不佳——最佳模型仅达到0.23均值IoU和19.1% Acc@0.5,并表现出临床危险的方位混淆。流程整合:一种自我定位流程,其中同一模型先定位后回答,会降低VQA准确性,驱动因素是不准确的定位和在两步提示下的格式合规性失败(在VQA-RAD上解析失败上升至70%至99% for Gemini和GPT-5)。用地面真实注释替换预测框可恢复并提高VQA准确性,与故障位于感知模块而非分解本身一致。这些观察性发现将定位质量确定为我们在SLAKE边界框设置中的主要信任瓶颈。作为补充微调后续,对Qwen~2.5~VL进行监督微调,使用结合的Med-VQA训练数据,达到最高报告的SLAKE开放式回忆(85.5%) among comparable methods,表明VQA层面的差距可通过领域适应解决;是否这也关闭了感知/信任瓶颈还需未来工作。

英文摘要

Vision-language models (VLMs) are increasingly applied to medical visual question answering (Med-VQA), yet whether they can \emph{localize} the evidence behind their answers---a prerequisite for clinical auditability---is poorly characterized. We separately evaluate VQA reasoning and visual grounding for four recent frontier VLMs (GPT-5.1, GPT-5.5, Gemini-2.5-Pro, Gemini-3-Flash), two domain-specific medical VLMs (Lingshu, MedGemma), and a dedicated open-vocabulary detector (Grounding DINO) on VQA-RAD and SLAKE. Two findings challenge the intuition that ``add grounding to improve VQA.'' First, \textbf{no model localizes medical targets well}: every off-the-shelf system---frontier, medical-specialized, or dedicated detector---scores mean IoU 0.05--0.24 on our SLAKE grounding split, at or barely above a trivial center-box baseline (0.10), with Acc@0.5 below 20\%. Second, and counter to the common ``localize-then-answer'' paradigm, \textbf{cropping to a bounding box degrades VQA even when the box is a perfect oracle}: on the matched subset where oracle ground-truth boxes are applied, GT-grounding \emph{lowers} closed-ended accuracy for every model (by 0.9--18.0 points versus using the full image)---consistent with the crop discarding global context the model relies on. Because the oracle box removes localization error by construction, the problem is not that perception is a recoverable bottleneck, but that grounding-by-cropping is itself the wrong interface. Finally, we show constructively that the two channels need not conflict: supervised fine-tuning of Qwen-2.5-VL-7B on answers \emph{alone} silently destroys box-evidence emission (0/418 parseable boxes), whereas mixing in a small amount of grounding supervision restores localization to 0.36 IoU---above every zero-shot model---while preserving answer accuracy.

URL PDF HTML 收藏
2606.12671 2026-06-12 cs.CV 新提交 89%

SalArt-VQA: Diagnosing Whether VLMs Understand Salient Artifacts in Generated Images

SalArt-VQA: 诊断VLM是否理解生成图像中的显著伪影

Xiaoxiao Sun, Ruotian Zhang, Junzhe Huang, James Burgess, Serena Yeung-Levy

机构 * Stanford University(斯坦福大学) Zhejiang University(浙江大学) The University of Queensland(昆士兰大学)

专题命中 视觉问答 :VLM(title_cn,summary_cn);vision-language model(abstract);grounding(abstract);分类 cs.CV

AI总结 提出SalArt-VQA基准,通过950张图像和3681道多选题,从检测、定位、空间基础、缺陷识别四方面评估VLM对生成图像伪影的理解,揭示高检测准确率下隐藏的失败模式。

Comments 23 pages, 7 figures, 7 tables. Dataset: https://huggingface.co/datasets/salartvqa/SalArt-VQA

详情
AI中文摘要

视觉语言模型(VLM)越来越多地被用于检测AI生成图像是否包含可见伪影,然而它们分析此类伪影的能力仍然知之甚少。正确的图像级决策仍可能隐藏重要失败:模型可能正确标记伪影,但依赖于错误的视觉线索、选择错误的区域,或描述图像中不存在的缺陷。为了直接评估这些行为,我们引入了SalArt-VQA,一个用于细粒度理解AI生成图像中显著伪影的诊断基准。SalArt-VQA包含950张图像和3,681道人工编写的多项选择题,涵盖伪影图像、匹配的真实参考图像和配对的生成参考图像。四种对齐的问题类型评估存在检测、语义定位、空间基础和证据基础的缺陷识别,而参考分割测试了当注释缺陷不存在时的校准和弃权能力。在20个VLM上,SalArt-VQA揭示了图像级检测准确率所隐藏的失败:最强的模型在伪影图像上达到99.37%的检测召回率,但仅在53.26%的图像上正确回答了所有四个伪影侧问题。比较伪影图像与无伪影参考揭示了灵敏度-校准权衡:敏感模型经常做出无根据的伪影声明,而保守模型主要通过遗漏真实伪影来避免误报。这些结果表明,高伪影检测准确率本身并不意味着有基础的伪影理解。SalArt-VQA暴露了这些隐藏的失败模式,并提供了对VLM伪影声明是否得到局部视觉证据支持的细粒度评估。

英文摘要

Vision-language models (VLMs) are increasingly used to detect whether AI-generated images contain visible artifacts, yet their ability to analyze such artifacts remains poorly understood. A correct image-level decision can still hide important failures: a model may correctly flag an artifact while relying on the wrong visual cue, selecting the wrong region, or describing a defect that the image does not support. To evaluate these behaviors directly, we introduce SalArt-VQA, a diagnostic benchmark for fine-grained SALient ARTifact understanding in AI-generated images. SalArt-VQA contains 950 images and 3,681 human-authored multiple-choice questions spanning artifact images, matched real reference images, and paired generated reference images. Four aligned question types evaluate presence detection, semantic localization, spatial grounding, and evidence-grounded defect identification, while the reference splits test calibration and abstention when the annotated defect is absent. Across 20 VLMs, SalArt-VQA reveals failures that image-level detection accuracy hides: the strongest model reaches 99.37% detection recall on artifact images but answers all four artifact-side questions correctly on only 53.26% of images. Comparing artifact images with artifact-free references reveals a sensitivity-calibration tradeoff: sensitive models often make unsupported artifact claims, while conservative models avoid false alarms largely by missing real artifacts. These results show that high artifact detection accuracy alone does not imply grounded artifact understanding. SalArt-VQA exposes these hidden failure modes and provides a fine-grained evaluation of whether VLM artifact claims are supported by local visual evidence.

URL PDF HTML 收藏
2606.03693 2026-06-03 cs.CL cs.CV 89%

Does Language Shift Break Medical Vision-Language Models? Indonesian Radiology Visual Question Answering Case Study

语言转换会破坏医学视觉语言模型吗?印度尼西亚放射学视觉问答案例研究

Pieter Christy Yan Yudhistira, Dzaki Rafif Malik, Novanto Yudistira

机构 * Intelligent System Laboratory, Faculty of Computer Science Brawijaya University(智能系统实验室,计算机科学学院布拉维亚大学)

专题命中 视觉问答 :vision-language model(title,abstract);visual question answering(title,abstract);VLM(abstract_cn);分类 cs.CV

AI总结 本研究通过构建印尼语放射学VQA数据集IndoRad-VQA,评估医学视觉语言模型在非英语临床语言下的鲁棒性,发现英语与印尼语设置间存在8-25%的性能差距,表明需要更包容的多语言评估。

Comments accepted to MMFM-BIOMED Workshop @ CVPR 2026

详情
AI中文摘要

医学视觉语言模型(VLM)通常在英语放射学视觉问答基准上进行评估,其在非英语临床语言下的鲁棒性很大程度上未被探索。我们引入了IndoRad-VQA,这是VQA-RAD的印尼语改编版,以评估当问题以印尼语提出时,医学VLM是否保留放射学推理能力。放射学问答对被翻译成印尼语,并通过基于自我评估的质量控制来保持临床意义、术语一致性和答案等价性。我们在英语和印尼语提示设置下评估了通用、东南亚多语言和医学专用VLM。除了准确性,我们量化了英语和印尼语输入之间的语言鲁棒性差距。我们还进行了错误分析,以识别问答的失败模式,例如是/否翻转、侧向性错误和输出语言不匹配。我们的发现表明,在英语医学VQA基准上的强性能并不一定转化为印尼语临床环境中的鲁棒行为。我们观察到英语和印尼语设置之间的性能差距为8%到25%,具体取决于评估指标。这些结果突显了对医学多模态基础模型进行更包容的多语言评估的必要性。数据集可在以下网址获取:此 https URL。

英文摘要

Medical Vision-Language Models (VLMs) are typically evaluated on English radiology visual question answering benchmarks, leaving their robustness under non-English clinical language largely unexplored. We introduce IndoRad-VQA, an Indonesian adaptation of VQA-RAD, to assess whether medical VLMs retain radiology reasoning ability when questions are asked in Bahasa Indonesia. Radiology question-answer pairs are translated into Indonesian with self-evaluation-based quality control to preserve clinical meaning, terminology consistency, and answer equivalence. We evaluate general-purpose, Southeast Asian multilingual, and medical-specific VLMs under English and Indonesian prompting settings. Beyond accuracy, we quantify the language robustness gap between English and Indonesian inputs. We also conduct an error analysis to identify failure modes of question answering, such as yes/no flips, laterality errors, and output-language mismatches. Our findings show that strong performance on English medical VQA benchmarks does not necessarily translate to robust behavior in Indonesian clinical contexts. We observe a performance gap of 8 to 25 percent between the English and Indonesian settings, depending on the evaluation metric. These results highlight the need for more inclusive multilingual evaluation of medical multimodal foundation models. The dataset is available at https://huggingface.co/datasets/Lab-IS/IndoRad-VQA.

URL PDF HTML 收藏