paper-with-me

홈 › Papers

RAP: Retrieval-Augmented Personalization for Multimodal Large Language Models

2024-10-17 · CVPR 2025 1 · Haoran Hao, Jiaming Han, Changsheng Li, Yu-Feng Li, Xiangyu Yue

The development of large language models (LLMs) has significantly enhanced the capabilities of multimodal LLMs (MLLMs) as general assistants. However, lack of user-specific knowledge still restricts their application in human's daily life. In this paper, we introduce the Retrieval Augmented Personalization (RAP) framework for MLLMs' personalization. Starting from a general MLLM, we turn it into a personalized assistant in three steps. (a) Remember: We design a key-value database to store user-related information, e.g., user's name, avatar and other attributes. (b) Retrieve: When the user initiates a conversation, RAP will retrieve relevant information from the database using a multimodal retriever. (c) Generate: The input query and retrieved concepts' information are fed into MLLMs to generate personalized, knowledge-augmented responses. Unlike previous methods, RAP allows real-time concept editing via updating the external database. To further improve generation quality and alignment with user-specific information, we design a pipeline for data collection and create a specialized dataset for personalized training of MLLMs. Based on the dataset, we train a series of MLLMs as personalized multimodal assistants. By pretraining on large-scale dataset, RAP-MLLMs can generalize to infinite visual concepts without additional finetuning. Our models demonstrate outstanding flexibility and generation quality across a variety of tasks, such as personalized image captioning, question answering and visual recognition. The code, data and models are available at https://hoar012.github.io/RAP-Project/.

📄 PDF Abstract BibTeX arXiv:2410.13360

Code (1)

hoar012/rap-mllm 공식 구현 pytorch

Tasks

Image CaptioningQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Integrating Summarization and Retrieval for Enhanced Personalization via Large Language Models

2023-10-30 · Chris Richardson, Yao Zhang, Kellen Gillespie, Sudipta Kar 외

Personalization, the ability to tailor a system to individual users, is an essential factor in user experience with natural language processing (NLP) systems. With the emergence of Large Language Models (LLMs), a key que…

Language ModellingRetrieval

Hybrid Intent-Aware Personalization with Machine Learning and RAG-Enabled Large Language Models for Financial Services Marketing

2026-03-11 · Akhil Chandra Shanivendra arxiv

Personalized marketing in financial services requires models that can both predict customer behavior and generate compliant, context-appropriate content. This paper presents a hybrid architecture that integrates classica…

Personalized Graph-Based Retrieval for Large Language Models

2025-01-04 · Steven Au, Cameron J. Dimacali, Ojasmitha Pedirappagari, Namyong Park 외

As large language models (LLMs) evolve, their ability to deliver personalized and context-aware responses offers transformative potential for improving user experiences. Existing personalization approaches, however, ofte…

Knowledge GraphsRetrievalRetrieval-augmented GenerationText Generation

BESPOKE: Benchmark for Search-Augmented Large Language Model Personalization via Diagnostic Feedback

2025-09-25 · Hyunseo Kim, Sangam Lee, Kwangwook Seo, Dongha Lee arxiv

Search-augmented large language models (LLMs) have advanced information-seeking tasks by integrating retrieval into generation, reducing users' cognitive burden compared to traditional search systems. Yet they remain ins…

Personalization Toolkit: Training Free Personalization of Large Vision Language Models

2025-02-04 · Soroush Seifi, Vaggelis Dorovatas, Daniel Olmeda Reino, Rahaf Aljundi

Large Vision Language Models (LVLMs) have significant potential to deliver personalized assistance by adapting to individual users' unique needs and preferences. Personalization of LVLMs is an emerging area that involves…

RAGRetrievalRetrieval-augmented GenerationVisual Prompting