paper-with-me

Papers

VisOnlyQA: Large Vision Language Models Still Struggle with Visual Perception of Geometric Information

2024-12-01 · Ryo Kamoi, Yusen Zhang, Sarkar Snigdha Sarathi Das, Ranran Haoran Zhang, Rui Zhang

Large Vision Language Models (LVLMs) have achieved remarkable performance in various vision-language tasks. However, it is still unclear how accurately LVLMs can perceive visual information in images. In particular, the capability of LVLMs to perceive geometric information, such as shape, angle, and size, remains insufficiently analyzed, although the perception of these properties is crucial for tasks that require a detailed visual understanding. In this work, we introduce VisOnlyQA, a dataset for evaluating the geometric perception of LVLMs, and reveal that LVLMs often cannot accurately perceive basic geometric information in images, while human performance is nearly perfect. VisOnlyQA consists of 12 tasks that directly ask about geometric information in geometric shapes, charts, chemical structures, and 3D shapes. Our experiments highlight the following findings: (i) State-of-the-art LVLMs struggle with basic geometric perception -- 20 LVLMs we evaluate, including GPT-4o and Gemini 1.5 Pro, work poorly on VisOnlyQA. (ii) Additional training data does not resolve this issue -- fine-tuning on the training set of VisOnlyQA is not always effective, even for in-distribution tasks. (iii) Bottleneck in the architecture -- LVLMs using stronger LLMs exhibit better geometric perception on VisOnlyQA, while it does not require complex reasoning, suggesting that the way LVLMs process information from visual encoders is a bottleneck. The datasets, code, and model responses are provided at https://github.com/psunlpgroup/VisOnlyQA.

📄 PDF Abstract BibTeX arXiv:2412.00947

Code (1)

psunlpgroup/visonlyqa 공식 구현

Tasks

Multiple-choice

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Investigating and Enhancing Vision-Audio Capability in Omnimodal Large Language Models

2025-02-27 · Rui Hu, Delai Qiu, Shuyu Wei, Jiaming Zhang 외

Omnimodal Large Language Models (OLLMs) have shown significant progress in integrating vision and text, but still struggle with integrating vision and audio, often exhibiting suboptimal performance when processing audio …

Knowledge DistillationSelf-Knowledge Distillation

Nodes Are Early, Edges Are Late: Probing Diagram Representations in Large Vision-Language Models

2026-03-03 · Haruto Yoshida, Keito Kudo, Yoichi Aoki, Ryota Tanaka 외 arxiv

Large vision-language models (LVLMs) demonstrate strong performance on diagram understanding benchmarks, yet they still struggle with understanding relationships between elements, particularly those represented by nodes …

From Captions to Rewards (CAREVL): Leveraging Large Language Model Experts for Enhanced Reward Modeling in Large Vision-Language Models

2025-03-08 · Muzhi Dai, Jiashuo Sun, Zhiyuan Zhao, Shixuan Liu 외

Aligning large vision-language models (LVLMs) with human preferences is challenging due to the scarcity of fine-grained, high-quality, and multimodal preference data without human annotations. Existing methods relying on…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model

DARE: Diverse Visual Question Answering with Robustness Evaluation

2024-09-26 · Hannah Sterz, Jonas Pfeiffer, Ivan Vulić

Vision Language Models (VLMs) extend remarkable capabilities of text-only large language models and vision-only models, and are able to learn from and process multi-modal vision-text input. While modern VLMs perform well…

image-classificationImage ClassificationImage-text matchingMultiple-choice+5

Vision-OPD: Learning to See Fine Details for Multimodal LLMs via On-Policy Self-Distillation

2026-05-18 · Qianhao Yuan, Jie Lou, Xing Yu, Hongyu Lin 외 arxiv

Multimodal Large Language Models (MLLMs) still struggle with fine-grained visual understanding, where answers often depend on small but decisive evidence in the full image. We observe a regional-to-global perception gap:…