paper-with-me

Papers

Visual Data-Type Understanding does not emerge from Scaling Vision-Language Models

2023-10-12 · Vishaal Udandarao, Max F. Burg, Samuel Albanie, Matthias Bethge

Recent advances in the development of vision-language models (VLMs) are yielding remarkable success in recognizing visual semantic content, including impressive instances of compositional image understanding. Here, we introduce the novel task of Visual Data-Type Identification, a basic perceptual skill with implications for data curation (e.g., noisy data-removal from large datasets, domain-specific retrieval) and autonomous vision (e.g., distinguishing changing weather conditions from camera lens staining). We develop two datasets consisting of animal images altered across a diverse set of 27 visual data-types, spanning four broad categories. An extensive zero-shot evaluation of 39 VLMs, ranging from 100M to 80B parameters, shows a nuanced performance landscape. While VLMs are reasonably good at identifying certain stylistic \textit{data-types}, such as cartoons and sketches, they struggle with simpler data-types arising from basic manipulations like image rotations or additive noise. Our findings reveal that (i) model scaling alone yields marginal gains for contrastively-trained models like CLIP, and (ii) there is a pronounced drop in performance for the largest auto-regressively trained VLMs like OpenFlamingo. This finding points to a blind spot in current frontier VLMs: they excel in recognizing semantic content but fail to acquire an understanding of visual data-types through scaling. By analyzing the pre-training distributions of these models and incorporating data-type information into the captions during fine-tuning, we achieve a significant enhancement in performance. By exploring this previously uncharted task, we aim to set the stage for further advancing VLMs to equip them with visual data-type understanding. Code and datasets are released at https://github.com/bethgelab/DataTypeIdentification.

📄 PDF Abstract BibTeX arXiv:2310.08577

Code (1)

bethgelab/DataTypeIdentification 공식 구현

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

DocumentNet: Bridging the Data Gap in Document Pre-Training

2023-06-15 · Lijun Yu, Jin Miao, Xiaoyu Sun, Jiayi Chen 외

Document understanding tasks, in particular, Visually-rich Document Entity Retrieval (VDER), have gained significant attention in recent years thanks to their broad applications in enterprise AI. However, publicly availa…

document understandingEntity RetrievalFew-Shot LearningRetrieval+1

PropTest: Automatic Property Testing for Improved Visual Programming

2024-03-25 · Jaywon Koo, Ziyan Yang, Paola Cascante-Bonilla, Baishakhi Ray 외

Visual Programming has recently emerged as an alternative to end-to-end black-box visual reasoning models. This type of method leverages Large Language Models (LLMs) to generate the source code for an executable computer…

Question AnsweringReferring ExpressionReferring Expression ComprehensionVisual Question Answering+1

Does Dataset Complexity Matters for Model Explainers?

2021-07-06 · José Ribeiro, Raíssa Silva, Lucas Cardoso, Ronnie Alves

Strategies based on Explainable Artificial Intelligence - XAI have emerged in computing to promote a better understanding of predictions made by black box models. Most XAI measures used today explain these types of model…

AttributeExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)model

Does CLIP perceive art the same way we do?

2025-05-08 · Andrea Asperti, Leonardo Dessì, Maria Chiara Tonetti, Nico Wu

CLIP has emerged as a powerful multimodal model capable of connecting images and text through joint embeddings, but to what extent does it "see" the same way humans do - especially when interpreting artworks? In this pap…

Image GenerationScene UnderstandingStyle Transfer

Where Does Vision Meet Language? Understanding and Refining Visual Fusion in MLLMs via Contrastive Attention

2026-01-13 · Shezheng Song, Shasha Li, Jie Yu arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress in vision-language understanding, yet how they internally integrate visual and textual information remains poorly understood. To bridge this gap,…

Multimodal Reasoning