Training-Free Personalization via Retrieval and Reasoning on Fingerprints
Deepayan Das, Davide Talon, Yiming Wang, Massimiliano Mancini, Elisa Ricci
TL;DR
This work tackles VLM personalization without training by introducing R2P, a training-free Retrieval and Reasoning framework that builds a personal multimodal database enriched with fingerprint attributes derived from the VLM. At inference, R2P performs multimodal retrieval to shortlist candidates, then uses attribute-focused Chain-of-Thought reasoning and cross-modal verification to identify the best match, with optional pairwise reasoning for difficult cases. A new PerVA dataset is proposed to stress test personalization under visual ambiguity, alongside extensive experiments showing R2P achieving state-of-the-art performance on MyVLM, Yo’LLaVA, and PerVA across recognition, captioning, and personalized VQA tasks. The approach reduces reliance on costly retraining while robustly handling visually similar personal concepts, highlighting practical potential for user-specific VLM customization. Future work will target efficiency improvements and handling cluttered scenes with near-identity objects.
Abstract
Vision Language Models (VLMs) have lead to major improvements in multimodal reasoning, yet they still struggle to understand user-specific concepts. Existing personalization methods address this limitation but heavily rely on training procedures, that can be either costly or unpleasant to individual users. We depart from existing work, and for the first time explore the training-free setting in the context of personalization. We propose a novel method, Retrieval and Reasoning for Personalization (R2P), leveraging internal knowledge of VLMs. First, we leverage VLMs to extract the concept fingerprint, i.e., key attributes uniquely defining the concept within its semantic class. When a query arrives, the most similar fingerprints are retrieved and scored via chain-of-thought-reasoning. To reduce the risk of hallucinations, the scores are validated through cross-modal verification at the attribute level: in case of a discrepancy between the scores, R2P refines the concept association via pairwise multimodal matching, where the retrieved fingerprints and their images are directly compared with the query. We validate R2P on two publicly available benchmarks and a newly introduced dataset, Personal Concepts with Visual Ambiguity (PerVA), for concept identification highlighting challenges in visual ambiguity. R2P consistently outperforms state-of-the-art approaches on various downstream tasks across all benchmarks. Code will be available upon acceptance.
