AI Navigate

VLM4Rec: Multimodal Semantic Representation for Recommendation with Large Vision-Language Models

arXiv cs.AI / 3/16/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • VLM4Rec reframes multimodal recommendation from simple feature fusion to semantic alignment by grounding each item image into an explicit natural-language description using a large vision-language model.
  • It then encodes these grounded semantics into dense item representations and uses a profile-based semantic matching mechanism for recommendation, enabling an offline-online decomposition.
  • Experiments on multiple multimodal datasets indicate VLM4Rec consistently improves over raw visual features and fusion-based approaches, suggesting representation quality matters more than fusion complexity.
  • The authors release the code at https://github.com/tyvalencia/enhancing-mm-rec-sys to facilitate replication and practical use.

Abstract

Multimodal recommendation is commonly framed as a feature fusion problem, where textual and visual signals are combined to better model user preference. However, the effectiveness of multimodal recommendation may depend not only on how modalities are fused, but also on whether item content is represented in a semantic space aligned with preference matching. This issue is particularly important because raw visual features often preserve appearance similarity, while user decisions are typically driven by higher-level semantic factors such as style, material, and usage context. Motivated by this observation, we propose LVLM-grounded Multimodal Semantic Representation for Recommendation (VLM4Rec), a lightweight framework that organizes multimodal item content through semantic alignment rather than direct feature fusion. VLM4Rec first uses a large vision-language model to ground each item image into an explicit natural-language description, and then encodes the grounded semantics into dense item representations for preference-oriented retrieval. Recommendation is subsequently performed through a simple profile-based semantic matching mechanism over historical item embeddings, yielding a practical offline-online decomposition. Extensive experiments on multiple multimodal recommendation datasets show that VLM4Rec consistently improves performance over raw visual features and several fusion-based alternatives, suggesting that representation quality may matter more than fusion complexity in this setting. The code is released at https://github.com/tyvalencia/enhancing-mm-rec-sys.