paper-with-me

Papers

Retrieval-based Knowledge Augmented Vision Language Pre-training

2023-04-27 · Jiahua Rao, Zifei Shan, Longpo Liu, Yao Zhou, Yuedong Yang

With the recent progress in large-scale vision and language representation learning, Vision Language Pre-training (VLP) models have achieved promising improvements on various multi-modal downstream tasks. Albeit powerful, these models have not fully leveraged world knowledge to their advantage. A key challenge of knowledge-augmented VLP is the lack of clear connections between knowledge and multi-modal data. Moreover, not all knowledge present in images/texts is useful, therefore prior approaches often struggle to effectively integrate knowledge, visual, and textual information. In this study, we propose REtrieval-based knowledge Augmented Vision Language (REAVL), a novel knowledge-augmented pre-training framework to address the above issues. For the first time, we introduce a knowledge-aware self-supervised learning scheme that efficiently establishes the correspondence between knowledge and multi-modal data and identifies informative knowledge to improve the modeling of alignment and interactions between visual and textual modalities. By adaptively integrating informative knowledge with visual and textual information, REAVL achieves new state-of-the-art performance uniformly on knowledge-based vision-language understanding and multi-modal entity linking tasks, as well as competitive results on general vision-language tasks while only using 0.2% pre-training data of the best models. Our model shows strong sample efficiency and effective knowledge utilization.

📄 PDF Abstract BibTeX arXiv:2304.13923

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingKnowledge GraphsRelational ReasoningRepresentation LearningRetrievalSelf-Supervised LearningWorld Knowledge

Similar Papers 제목 키워드 기반

RA-BLIP: Multimodal Adaptive Retrieval-Augmented Bootstrapping Language-Image Pre-training

2024-10-18 · Muhe Ding, Yang Ma, Pengda Qin, Jianlong Wu 외

Multimodal Large Language Models (MLLMs) have recently received substantial interest, which shows their emerging potential as general-purpose models for various vision-language tasks. MLLMs involve significant external k…

DenoisingQuestion AnsweringRetrieval

STEPER: Step-wise Knowledge Distillation for Enhancing Reasoning Ability in Multi-Step Retrieval-Augmented Language Models

2025-10-09 · Kyumin Lee, Minjin Jeon, Sanghwan Jang, Hwanjo Yu arxiv

Answering complex real-world questions requires step-by-step retrieval and integration of relevant information to generate well-grounded responses. However, existing knowledge distillation methods overlook the need for d…

Knowledge Distillation

Unveiling the Magic: Investigating Attention Distillation in Retrieval-augmented Generation

2024-02-19 · Zizhong Li, Haopeng Zhang, Jiawei Zhang

Retrieval-augmented generation framework can address the limitations of large language models by enabling real-time knowledge updates for more accurate answers. An efficient way in the training phase of retrieval-augment…

RetrievalRetrieval-augmented Generation

RoRA-VLM: Robust Retrieval-Augmented Vision Language Models

2024-10-11 · Jingyuan Qi, Zhiyang Xu, Rulin Shao, Yang Chen 외

Current vision-language models (VLMs) still exhibit inferior performance on knowledge-intensive tasks, primarily due to the challenge of accurately encoding all the associations between visual objects and scenes to their…

Retrieval

RAVEN: Multitask Retrieval Augmented Vision-Language Learning

2024-06-27 · Varun Nagaraj Rao, Siddharth Choudhary, Aditya Deshpande, Ravi Kumar Satzoda 외

The scaling of large language models to encode all the world's knowledge in model parameters is unsustainable and has exacerbated resource barriers. Retrieval-Augmented Generation (RAG) presents a potential solution, yet…

Image CaptioningRAGRetrievalRetrieval-augmented Generation+1