paper-with-me

Papers

RAVEN: Multitask Retrieval Augmented Vision-Language Learning

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

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 its application to vision-language models (VLMs) is under explored. Existing methods focus on models designed for single tasks. Furthermore, they're limited by the need for resource intensive pre training, additional parameter requirements, unaddressed modality prioritization and lack of clear benefit over non-retrieval baselines. This paper introduces RAVEN, a multitask retrieval augmented VLM framework that enhances base VLMs through efficient, task specific fine-tuning. By integrating retrieval augmented samples without the need for additional retrieval-specific parameters, we show that the model acquires retrieval properties that are effective across multiple tasks. Our results and extensive ablations across retrieved modalities for the image captioning and VQA tasks indicate significant performance improvements compared to non retrieved baselines +1 CIDEr on MSCOCO, +4 CIDEr on NoCaps and nearly a +3\% accuracy on specific VQA question types. This underscores the efficacy of applying RAG approaches to VLMs, marking a stride toward more efficient and accessible multimodal learning.

📄 PDF Abstract BibTeX arXiv:2406.19150

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningRAGRetrievalRetrieval-augmented GenerationVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

RAVENEA: A Benchmark for Multimodal Retrieval-Augmented Visual Culture Understanding

2025-05-20 · Jiaang Li, Yifei Yuan, Wenyan Li, Mohammad Aliannejadi 외

As vision-language models (VLMs) become increasingly integrated into daily life, the need for accurate visual culture understanding is becoming critical. Yet, these models frequently fall short in interpreting cultural n…

Image CaptioningQuestion AnsweringRAGRetrieval+2

RAVEN: In-Context Learning with Retrieval-Augmented Encoder-Decoder Language Models

2023-08-15 · Jie Huang, Wei Ping, Peng Xu, Mohammad Shoeybi 외

In this paper, we investigate the in-context learning ability of retrieval-augmented encoder-decoder language models. We first conduct a comprehensive analysis of existing models and identify their limitations in in-cont…

DecoderIn-Context LearningLanguage ModelingLanguage Modelling+3

RAVEN: Retrieval-Augmented Vulnerability Exploration Network for Memory Corruption Analysis in User Code and Binary Programs

2026-04-20 · Parteek Jamwal, Minghao Shao, Boyuan Chen, Achyuta Muthuvelan 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across various cybersecurity tasks, including vulnerability classification, detection, and patching. However, their potential in automated vulnerabil…

RAVEN: Agentic RAG for Automated Vulnerability Repair

2026-06-21 · Varun Gadey, Zijie Liu, Alexandra Dmitrienko arxiv

Automated vulnerability repair has emerged as a promising direction to mitigate the growing number of software vulnerabilities. Recent advances in Large Language Models (LLMs) have further accelerated research in automat…

RAVEN: Long-Horizon Reasoning & Navigation with a Visuo-Spatio-Temporal Memory

2026-06-23 · Yixun Hu, Zhicheng Zheng, Lihan Zha, Chunwei Xing 외 arxiv

Long-term robot deployment requires a compact and scalable memory that preserves fine-grained visual semantics, grounds observations in space and time, and enables efficient storage and retrieval. In this paper, we propo…

Question Answering