MoToRec: Sparse-Regularized Multimodal Tokenization for Cold-Start Recommendation
Jialin Liu, Zhaorui Zhang, Ray C. C. Cheung
TL;DR
This work addresses item cold-start in GNN-based recommender systems by moving from continuous feature fusion to discrete semantic tokenization. It introduces MoToRec, which leverages a sparsely-regularized Residual Quantized Variational Autoencoder (RQ-VAE) to produce compositional, interpretable tokens, augmented by adaptive rarity amplification and a hierarchical multi-source graph encoder for robust fusion. Key contributions include the sparsity-driven disentanglement of token vocabularies, rarity-aware learning to focus on scarce items, and a modular fusion scheme that aligns content-based and collaborative signals, all trained with ranking and contrastive objectives. Empirical results on three large Amazon datasets show state-of-the-art performance, with pronounced gains in cold-start scenarios, underscoring the practicality and scalability of discrete tokenization for multimodal recommendation.
Abstract
Graph neural networks (GNNs) have revolutionized recommender systems by effectively modeling complex user-item interactions, yet data sparsity and the item cold-start problem significantly impair performance, particularly for new items with limited or no interaction history. While multimodal content offers a promising solution, existing methods result in suboptimal representations for new items due to noise and entanglement in sparse data. To address this, we transform multimodal recommendation into discrete semantic tokenization. We present Sparse-Regularized Multimodal Tokenization for Cold-Start Recommendation (MoToRec), a framework centered on a sparsely-regularized Residual Quantized Variational Autoencoder (RQ-VAE) that generates a compositional semantic code of discrete, interpretable tokens, promoting disentangled representations. MoToRec's architecture is enhanced by three synergistic components: (1) a sparsely-regularized RQ-VAE that promotes disentangled representations, (2) a novel adaptive rarity amplification that promotes prioritized learning for cold-start items, and (3) a hierarchical multi-source graph encoder for robust signal fusion with collaborative signals. Extensive experiments on three large-scale datasets demonstrate MoToRec's superiority over state-of-the-art methods in both overall and cold-start scenarios. Our work validates that discrete tokenization provides an effective and scalable alternative for mitigating the long-standing cold-start challenge.
