paper-with-me

Papers

Multi-Grained Vision Language Pre-Training: Aligning Texts with Visual Concepts

2021-11-16 · Yan Zeng, Xinsong Zhang, Hang Li

Most existing methods in vision language pre-training rely on object-centric features extracted through object detection and make fine-grained alignments between the extracted features and texts. It is challenging for these methods to learn relations among multiple objects. To this end, we propose a new method called X-VLM to perform `multi-grained vision language pre-training.' The key to learning multi-grained alignments is to locate visual concepts in the image given the associated texts, and in the meantime align the texts with the visual concepts, where the alignments are in multi-granularity. Experimental results show that X-VLM effectively leverages the learned multi-grained alignments to many downstream vision language tasks and consistently outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2111.08276

Code (1)

zengyan-97/x-vlm 공식 구현 pytorch

Tasks

Cross-Modal RetrievalImage CaptioningImage RetrievalObjectobject-detectionObject DetectionOpen Vocabulary Attribute DetectionReferring Expression SegmentationVisual GroundingVisual Question Answering (VQA)Visual Reasoning

Similar Papers 제목 키워드 기반

Curriculum Learning for Data-Efficient Vision-Language Alignment

2022-07-29 · Tejas Srinivasan, Xiang Ren, Jesse Thomason

Aligning image and text encoders from scratch using contrastive learning requires large amounts of paired image-text data. We alleviate this need by aligning individually pre-trained language and vision representation mo…

Contrastive LearningImage RetrievalObjectRetrieval+1

X$^2$-VLM: All-In-One Pre-trained Model For Vision-Language Tasks

2022-11-22 · Yan Zeng, Xinsong Zhang, Hang Li, Jiawei Wang 외

Vision language pre-training aims to learn alignments between vision and language from a large amount of data. Most existing methods only learn image-text alignments. Some others utilize pre-trained object detectors to l…

AllCross-Modal RetrievalImage CaptioningText to Video Retrieval+6

Exploring Multi-Grained Concept Annotations for Multimodal Large Language Models

2024-12-08 · Xiao Xu, Tianhao Niu, Yuxi Xie, Libo Qin 외

Multimodal Large Language Models (MLLMs) excel in vision--language tasks by pre-training solely on coarse-grained concept annotations (e.g., image captions). We hypothesize that integrating fine-grained concept annotatio…

Image Captioning

3D Vision and Language Pretraining with Large-Scale Synthetic Data

2024-07-08 · Dejie Yang, Zhu Xu, Wentao Mo, Qingchao Chen 외

3D Vision-Language Pre-training (3D-VLP) aims to provide a pre-train model which can bridge 3D scenes with natural language, which is an important technique for embodied intelligence. However, current 3D-VLP datasets are…

Dense CaptioningDiversityDomain AdaptationQuestion Answering+1

SemVLP: Vision-Language Pre-training by Aligning Semantics at Multiple Levels

2021-03-14 · Chenliang Li, Ming Yan, Haiyang Xu, Fuli Luo 외

Vision-language pre-training (VLP) on large-scale image-text pairs has recently witnessed rapid progress for learning cross-modal representations. Existing pre-training methods either directly concatenate image represent…