paper-with-me

Papers

When and why vision-language models behave like bags-of-words, and what to do about it?

2022-10-04 · Mert Yuksekgonul, Federico Bianchi, Pratyusha Kalluri, Dan Jurafsky, James Zou

Despite the success of large vision and language models (VLMs) in many downstream applications, it is unclear how well they encode compositional information. Here, we create the Attribution, Relation, and Order (ARO) benchmark to systematically evaluate the ability of VLMs to understand different types of relationships, attributes, and order. ARO consists of Visual Genome Attribution, to test the understanding of objects' properties; Visual Genome Relation, to test for relational understanding; and COCO & Flickr30k-Order, to test for order sensitivity. ARO is orders of magnitude larger than previous benchmarks of compositionality, with more than 50,000 test cases. We show where state-of-the-art VLMs have poor relational understanding, can blunder when linking objects to their attributes, and demonstrate a severe lack of order sensitivity. VLMs are predominantly trained and evaluated on large datasets with rich compositional structure in the images and captions. Yet, training on these datasets has not been enough to address the lack of compositional understanding, and evaluating on these datasets has failed to surface this deficiency. To understand why these limitations emerge and are not represented in the standard tests, we zoom into the evaluation and training procedures. We demonstrate that it is possible to perform well on retrieval over existing datasets without using the composition and order information. Given that contrastive pretraining optimizes for retrieval on datasets with similar shortcuts, we hypothesize that this can explain why the models do not need to learn to represent compositional information. This finding suggests a natural solution: composition-aware hard negative mining. We show that a simple-to-implement modification of contrastive learning significantly improves the performance on tasks requiring understanding of order and compositionality.

📄 PDF Abstract BibTeX arXiv:2210.01936

Code (1)

mertyg/vision-language-models-are-bows 공식 구현 pytorch

Tasks

Contrastive LearningRetrievalSensitivityVisual Reasoning

Methods 이 논문이 사용한 방법론

Test 설명 없음
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…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Characterizing multiple instance datasets

2018-06-21 · Veronika Cheplygina, David M. J. Tax

In many pattern recognition problems, a single feature vector is not sufficient to describe an object. In multiple instance learning (MIL), objects are represented by sets (\emph{bags}) of feature vectors (\emph{instance…

Multiple Instance Learning

LiBaGS: Lightweight Boundary Gap Synthesis for Targeted Synthetic Data Selection

2026-05-11 · Abhishek Moturu, Anna Goldenberg, Babak Taati arxiv

Synthetic data is useful only when the added samples fill missing parts of the training distribution that matter for the downstream task. We introduce LiBaGS, a lightweight, generator-agnostic method for targeted synthet…

When Language Models Fall in Love: Animacy Processing in Transformer Language Models

2023-10-23 · Michael Hanna, Yonatan Belinkov, Sandro Pezzelle

Animacy - whether an entity is alive and sentient - is fundamental to cognitive processing, impacting areas such as memory, vision, and language. However, animacy is not always expressed directly in language: in English …

Theoretical Proportion Label Perturbation for Learning from Label Proportions in Large Bags

2024-08-26 · Shunsuke Kubo, Shinnosuke Matsuo, Daiki Suehiro, Kazuhiro Terada 외

Learning from label proportions (LLP) is a kind of weakly supervised learning that trains an instance-level classifier from label proportions of bags, which consist of sets of instances without using instance labels. A c…

GPUWeakly-supervised Learning

The Rise of AI Language Pathologists: Exploring Two-level Prompt Learning for Few-shot Weakly-supervised Whole Slide Image Classification

2023-05-29 · NeurIPS 2023 11 · Linhao Qu, Xiaoyuan Luo, Kexue Fu, Manning Wang 외

This paper introduces the novel concept of few-shot weakly supervised learning for pathology Whole Slide Image (WSI) classification, denoted as FSWC. A solution is proposed based on prompt learning and the utilization of…

Few-Shot Learningimage-classificationImage ClassificationLanguage Modelling+4