Beyond Unimodal Boundaries: Generative Recommendation with Multimodal Semantics
Jing Zhu, Mingxuan Ju, Yozen Liu, Danai Koutra, Neil Shah, Tong Zhao
TL;DR
The paper addresses the limitations of unimodal content in generative recommendation by formalizing Multimodal Generative Recommendation (MGR) and comparing early and late fusion strategies. It finds that naive multimodal fusion struggles with modality dominance and cross-modal ID mapping, and introduces MGR-LF++—an enhanced late-fusion framework featuring Contrastive Modality Alignment and modality-transition tokens. Empirical results on three Amazon domains show that MGR-LF++ yields up to approximately 20% improvements over unimodal baselines and naive multimodal approaches, with ablations highlighting the importance of semantic ID length and codebook size. The work advances understanding of how to leverage multimodal content in autoregressive recommendation and provides concrete mechanisms to align and integrate cross-modal semantic IDs for robust retrieval. These findings have practical implications for building more accurate and versatile recommender systems in multimodal environments.
Abstract
Generative recommendation (GR) has become a powerful paradigm in recommendation systems that implicitly links modality and semantics to item representation, in contrast to previous methods that relied on non-semantic item identifiers in autoregressive models. However, previous research has predominantly treated modalities in isolation, typically assuming item content is unimodal (usually text). We argue that this is a significant limitation given the rich, multimodal nature of real-world data and the potential sensitivity of GR models to modality choices and usage. Our work aims to explore the critical problem of Multimodal Generative Recommendation (MGR), highlighting the importance of modality choices in GR nframeworks. We reveal that GR models are particularly sensitive to different modalities and examine the challenges in achieving effective GR when multiple modalities are available. By evaluating design strategies for effectively leveraging multiple modalities, we identify key challenges and introduce MGR-LF++, an enhanced late fusion framework that employs contrastive modality alignment and special tokens to denote different modalities, achieving a performance improvement of over 20% compared to single-modality alternatives.
