Personalizing MLLMs via Reinforced Multimodal Reference Game
About
Personalizing Multimodal Large Language Models (MLLMs) aims to recognize users' unique concepts from visual data and provide personalized responses. Although prior work has shown the benefit of concept descriptions and reasoning for this task, MLLM descriptions often include information, such as state and context, that does not help and may in fact hinder the unique identification of the target concept among other visually similar items. Effective descriptions of personal concepts should instead be accurate, discriminative, and free of distracting details. To achieve such descriptions, we introduce Reinforced Reference Game (RRG), a learning framework that promotes discriminative descriptions through a novel reinforced multimodal reference game. The MLLM plays both the roles of speaker and listener in a contrastive game setting, whose goal is to effectively communicate discriminative information about a target concept. Our approach formulates a verifiable contrastive reward over hard positives (dissimilar views of the same concept) and hard negatives (visually similar but different concepts). Empirically, RRG achieves state-of-the-art across multiple tasks on three personalization benchmarks. RRG generalizes to unseen domains and outperforms existing methods based on concept descriptions and personalization-specific RL frameworks. We will release code and models in the project page.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Visual Recognition | MyVLM | Positive Accuracy91.5 | 11 | |
| Visual Recognition | Yo'LLaVA | Positive Accuracy97 | 9 | |
| Personalized Visual Question Answering | Yo'LLaVA | Accuracy95.3 | 7 | |
| Recognition | PerVA Dataset | Positivity Score94 | 7 | |
| Captioning | MyVLM Dataset | Precision0.957 | 5 | |
| Captioning | Yo'LLaVA Dataset | Precision91.9 | 5 | |
| Captioning | PerVA Dataset | Precision89.5 | 5 | |
| Retrieval | Yo'LLaVA | Hit Rate@185.4 | 5 | |
| Retrieval | MyVLM | Hit Rate@188.7 | 5 |