paper-with-me

홈 › Papers

CoVLM: Composing Visual Entities and Relationships in Large Language Models Via Communicative Decoding

2023-11-06 · Junyan Li, Delin Chen, Yining Hong, Zhenfang Chen, Peihao Chen, Yikang Shen, Chuang Gan

A remarkable ability of human beings resides in compositional reasoning, i.e., the capacity to make "infinite use of finite means". However, current large vision-language foundation models (VLMs) fall short of such compositional abilities due to their "bag-of-words" behaviors and inability to construct words that correctly represent visual entities and the relations among the entities. To this end, we propose CoVLM, which can guide the LLM to explicitly compose visual entities and relationships among the text and dynamically communicate with the vision encoder and detection network to achieve vision-language communicative decoding. Specifically, we first devise a set of novel communication tokens for the LLM, for dynamic communication between the visual detection system and the language system. A communication token is generated by the LLM following a visual entity or a relation, to inform the detection network to propose regions that are relevant to the sentence generated so far. The proposed regions-of-interests (ROIs) are then fed back into the LLM for better language generation contingent on the relevant regions. The LLM is thus able to compose the visual entities and relationships through the communication tokens. The vision-to-language and language-to-vision communication are iteratively performed until the entire sentence is generated. Our framework seamlessly bridges the gap between visual perception and LLMs and outperforms previous VLMs by a large margin on compositional reasoning benchmarks (e.g., ~20% in HICO-DET mAP, ~14% in Cola top-1 accuracy, and ~3% on ARO top-1 accuracy). We also achieve state-of-the-art performances on traditional vision-language tasks such as referring expression comprehension and visual question answering.

📄 PDF Abstract BibTeX arXiv:2311.03354

Code (0)

등록된 구현이 없습니다.

Tasks

CoLAQuestion AnsweringReferring ExpressionReferring Expression ComprehensionSentenceText GenerationVisual Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
COLA COLA is a self-supervised pre-training approach for learning a general-purpose representation of audio. It is based on contrastive learning: it learns a representation which…

Similar Papers 제목 키워드 기반

COVLM-RL: Critical Object-Oriented Reasoning for Autonomous Driving Using VLM-Guided Reinforcement Learning

2025-12-10 · Lin Li, Yuxin Cai, Jianwu Fang, Jianru Xue 외 arxiv

End-to-end autonomous driving frameworks face persistent challenges in generalization, training efficiency, and interpretability. While recent methods leverage Vision-Language Models (VLMs) through supervised learning on…

Reinforcement LearningAutonomous Driving

CoVLM: Leveraging Consensus from Vision-Language Models for Semi-supervised Multi-modal Fake News Detection

2024-10-06 · Devank, Jayateja Kalla, Soma Biswas

In this work, we address the real-world, challenging task of out-of-context misinformation detection, where a real image is paired with an incorrect caption for creating fake news. Existing approaches for this task assum…

Fake News DetectionMisinformation

Referring Relationships

2018-03-28 · CVPR 2018 6 · Ranjay Krishna, Ines Chami, Michael Bernstein, Li Fei-Fei

Images are not simply sets of objects: each image represents a web of interconnected relationships. These relationships between entities carry semantic meaning and help a viewer differentiate between instances of an enti…

Question-focused Summarization by Decomposing Articles into Facts and Opinions and Retrieving Entities

2023-10-07 · Krutika Sarode, Shashidhar Reddy Javaji, Vishal Kalakonnavar

This research focuses on utilizing natural language processing techniques to predict stock price fluctuations, with a specific interest in early detection of economic, political, social, and technological changes that ca…

ArticlesDecision MakingLanguage ModelingLanguage Modelling+1

Phrase Localization and Visual Relationship Detection with Comprehensive Image-Language Cues

2016-11-21 · ICCV 2017 10 · Bryan A. Plummer, Arun Mallya, Christopher M. Cervantes, Julia Hockenmaier 외

This paper presents a framework for localization or grounding of phrases in images using a large collection of linguistic and visual cues. We model the appearance, size, and position of entity bounding boxes, adjectives …

AttributePositionRelationship DetectionVisual Relationship Detection