CVCLLGJun 16, 2023

Meta-Personalizing Vision-Language Models to Find Named Instances in Video

arXiv:2306.10169v119 citationsh-index: 78Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of personalized video search for specific objects, such as 'My dog Biscuit', which is incremental as it builds on existing VLMs.

The paper tackles the problem of personalizing vision-language models to find specific named instances in video, achieving a 15% relative improvement over state-of-the-art on the DeepFashion2 dataset.

Large-scale vision-language models (VLM) have shown impressive results for language-guided search applications. While these models allow category-level queries, they currently struggle with personalized searches for moments in a video where a specific object instance such as ``My dog Biscuit'' appears. We present the following three contributions to address this problem. First, we describe a method to meta-personalize a pre-trained VLM, i.e., learning how to learn to personalize a VLM at test time to search in video. Our method extends the VLM's token vocabulary by learning novel word embeddings specific to each instance. To capture only instance-specific features, we represent each instance embedding as a combination of shared and learned global category features. Second, we propose to learn such personalization without explicit human supervision. Our approach automatically identifies moments of named visual instances in video using transcripts and vision-language similarity in the VLM's embedding space. Finally, we introduce This-Is-My, a personal video instance retrieval benchmark. We evaluate our approach on This-Is-My and DeepFashion2 and show that we obtain a 15% relative improvement over the state of the art on the latter dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes