paper-with-me

홈 › Papers

Going Beyond Nouns With Vision & Language Models Using Synthetic Data

2023-03-30 · ICCV 2023 1 · Paola Cascante-Bonilla, Khaled Shehada, James Seale Smith, Sivan Doveh, Donghyun Kim, Rameswar Panda, Gül Varol, Aude Oliva, Vicente Ordonez, Rogerio Feris, Leonid Karlinsky

Large-scale pre-trained Vision & Language (VL) models have shown remarkable performance in many applications, enabling replacing a fixed set of supported classes with zero-shot open vocabulary reasoning over (almost arbitrary) natural language prompts. However, recent works have uncovered a fundamental weakness of these models. For example, their difficulty to understand Visual Language Concepts (VLC) that go 'beyond nouns' such as the meaning of non-object words (e.g., attributes, actions, relations, states, etc.), or difficulty in performing compositional reasoning such as understanding the significance of the order of the words in a sentence. In this work, we investigate to which extent purely synthetic data could be leveraged to teach these models to overcome such shortcomings without compromising their zero-shot capabilities. We contribute Synthetic Visual Concepts (SyViC) - a million-scale synthetic dataset and data generation codebase allowing to generate additional suitable data to improve VLC understanding and compositional reasoning of VL models. Additionally, we propose a general VL finetuning strategy for effectively leveraging SyViC towards achieving these improvements. Our extensive experiments and ablations on VL-Checklist, Winoground, and ARO benchmarks demonstrate that it is possible to adapt strong pre-trained VL models with synthetic data significantly enhancing their VLC understanding (e.g. by 9.9% on ARO and 4.3% on VL-Checklist) with under 1% drop in their zero-shot accuracy.

📄 PDF Abstract BibTeX arXiv:2303.17590

Code (1)

uvavision/syvic 공식 구현 pytorch

Tasks

SentenceVisual Reasoning

Similar Papers 제목 키워드 기반

Do Vision-Language Models Understand Compound Nouns?

2024-03-30 · Sonal Kumar, Sreyan Ghosh, S Sakshi, Utkarsh Tyagi 외

Open-vocabulary vision-language models (VLMs) like CLIP, trained using contrastive loss, have emerged as a promising new paradigm for text-to-image retrieval. However, do VLMs understand compound nouns (CNs) (e.g., lab c…

Image RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1

Welcome to the Modern World of Pronouns: Identity-Inclusive Natural Language Processing beyond Gender

2022-02-24 · COLING 2022 10 · Anne Lauscher, Archie Crowley, Dirk Hovy

The world of pronouns is changing. From a closed class of words with few members to a much more open set of terms to reflect identities. However, Natural Language Processing (NLP) is barely reflecting this linguistic shi…

Establishing Morpho-semantic Relations in FarsNet (a focus on derived nouns)

2016-01-01 · GWC 2016 1 · Nasim Fakoornia, Negar Davari Ardakani

This paper aims at a morpho-semantic analysis of 2461 Persian derived nouns, documented in FarsNet addressing computational codification via formulating specific morpho-semantic relations between classes of derived nouns…

Descriptive

Generating captions without looking beyond objects

2016-10-12 · Hendrik Heuer, Christof Monz, Arnold W. M. Smeulders

This paper explores new evaluation perspectives for image captioning and introduces a noun translation task that achieves comparative image caption generation performance by translating from a set of nouns to captions. T…

Caption GenerationImage CaptioningLanguage ModelingLanguage Modelling+1

Detecting Independent Pronoun Bias with Partially-Synthetic Data Generation

2020-11-01 · EMNLP 2020 11 · Robert Munro, Alex (Carmen) Morrison

We report that state-of-the-art parsers consistently failed to identify {``}hers{''} and {``}theirs{''} as pronouns but identified the masculine equivalent {``}his{''}. We find that the same biases exist in recent langua…

BIG-bench Machine LearningSynthetic Data Generation