paper-with-me

홈 › Papers

Are VLMs Really Blind

2024-10-29 · Ayush Singh, Mansi Gupta, Shivank Garg

Vision Language Models excel in handling a wide range of complex tasks, including Optical Character Recognition (OCR), Visual Question Answering (VQA), and advanced geometric reasoning. However, these models fail to perform well on low-level basic visual tasks which are especially easy for humans. Our goal in this work was to determine if these models are truly "blind" to geometric reasoning or if there are ways to enhance their capabilities in this area. Our work presents a novel automatic pipeline designed to extract key information from images in response to specific questions. Instead of just relying on direct VQA, we use question-derived keywords to create a caption that highlights important details in the image related to the question. This caption is then used by a language model to provide a precise answer to the question without requiring external fine-tuning.

📄 PDF Abstract BibTeX arXiv:2410.22029

Code (1)

vlgiitr/Are-VLMs-Really-Blind 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

ColorBlindnessEval: Can Vision-Language Models Pass Color Blindness Tests?

2025-09-23 · Zijian Ling, Han Zhang, Yazhuo Zhou, Jiahao Cui arxiv

This paper presents ColorBlindnessEval, a novel benchmark designed to evaluate the robustness of Vision-Language Models (VLMs) in visually adversarial scenarios inspired by the Ishihara color blindness test. Our dataset …

BlindSight: Harnessing Sparsity for Efficient Vision-Language Models

2025-07-11 · Tharun Adithya Srikrishnan, Deval Shah, Timothy Hein, Ahmed Hasssan 외 arxiv

Large vision-language models (VLMs) enable joint processing of text and images. However, incorporating vision data significantly increases the prompt length, resulting in a longer time to first token (TTFT). This bottlen…

Vision language models are blind: Failing to translate detailed visual features into words

2024-07-09 · Pooyan Rahmanzadehgervi, Logan Bolton, Mohammad Reza Taesiri, Anh Totti Nguyen

While large language models with vision capabilities (VLMs), e.g., GPT-4o and Gemini 1.5 Pro, score high on many vision-understanding benchmarks, they are still struggling with low-level vision tasks that are easy to hum…

The Myth of Double-Blind Review Revisited: ACL vs. EMNLP

2019-11-01 · IJCNLP 2019 11 · Cornelia Caragea, Ana Uban, Liviu P. Dinu

The review and selection process for scientific paper publication is essential for the quality of scholarly publications in a scientific field. The double-blind review system, which enforces author anonymity during the r…

Words or Vision: Do Vision-Language Models Have Blind Faith in Text?

2025-03-04 · CVPR 2025 1 · Ailin Deng, Tri Cao, Zhirui Chen, Bryan Hooi

Vision-Language Models (VLMs) excel in integrating visual and textual information for vision-centric tasks, but their handling of inconsistencies between modalities is underexplored. We investigate VLMs' modality prefere…

Language ModelingLanguage ModellingText Augmentation