paper-with-me

Papers

Causal Graphical Models for Vision-Language Compositional Understanding

2024-12-12 · Fiorenzo Parascandolo, Nicholas Moratelli, Enver Sangineto, Lorenzo Baraldi, Rita Cucchiara

Recent work has empirically shown that Vision-Language Models (VLMs) struggle to fully understand the compositional properties of the human language, usually modeling an image caption as a "bag of words". As a result, they perform poorly on compositional tasks, which require a deeper understanding of the different entities of a sentence (subject, verb, etc.) jointly with their mutual relationships in order to be solved. In this paper, we model the dependency relations among textual and visual tokens using a Causal Graphical Model (CGM), built using a dependency parser, and we train a decoder conditioned by the VLM visual encoder. Differently from standard autoregressive or parallel predictions, our decoder's generative process is partially-ordered following the CGM structure. This structure encourages the decoder to learn only the main causal dependencies in a sentence discarding spurious correlations. Using extensive experiments on five compositional benchmarks, we show that our method significantly outperforms all the state-of-the-art compositional approaches by a large margin, and it also improves over methods trained using much larger datasets.

📄 PDF Abstract BibTeX arXiv:2412.09353

Code (1)

aimagelab/COGT 공식 구현 pytorch

Tasks

DecoderSentence

Similar Papers 제목 키워드 기반

Understanding Hardness of Vision-Language Compositionality from A Token-level Causal Lens

2025-10-30 · Ziliang Chen, Tianang Xiao, Jusheng Zhang, Yongsen Zheng 외 arxiv

Contrastive Language-Image Pre-training (CLIP) delivers strong cross modal generalization by aligning images and texts in a shared embedding space, yet it persistently fails at compositional reasoning over objects, attri…

Representation Learning

Verbalized Probabilistic Graphical Modeling with Large Language Models

2024-06-08 · Hengguan Huang, Xing Shen, Songtao Wang, Dianbo Liu 외

Faced with complex problems, the human brain demonstrates a remarkable capacity to transcend sensory input and form latent understandings of perceived world patterns. However, this cognitive capacity is not explicitly co…

Bayesian InferenceText Generation

ComCLIP: Training-Free Compositional Image and Text Matching

2022-11-25 · Kenan Jiang, Xuehai He, Ruize Xu, Xin Eric Wang

Contrastive Language-Image Pretraining (CLIP) has demonstrated great zero-shot performance for matching images and text. However, it is still challenging to adapt vision-lanaguage pretrained models like CLIP to compositi…

Image-text matchingImage-text RetrievalRetrievalText Matching+1

A causal view of compositional zero-shot recognition

2020-06-25 · NeurIPS 2020 12 · Yuval Atzmon, Felix Kreuk, Uri Shalit, Gal Chechik

People easily recognize new visual categories that are new combinations of known components. This compositional generalization capacity is critical for learning in real-world domains like vision and language because the …

AttributeCompositional Zero-Shot LearningZero-Shot Learning

In-Context Learning Improves Compositional Understanding of Vision-Language Models

2024-07-22 · Matteo Nulli, Anesa Ibrahimi, Avik Pal, Hoshe Lee 외

Vision-Language Models (VLMs) have shown remarkable capabilities in a large number of downstream tasks. Nonetheless, compositional image understanding remains a rather difficult task due to the object bias present in tra…

In-Context Learning