Search papers, labs, and topics across Lattice.
The paper introduces DReX, a multimodal recommendation framework that incrementally refines user and item representations using gated recurrent units to integrate interaction-level features from multimodal feedback. This approach addresses limitations of existing methods by simultaneously modeling interaction details and broader preferences, eliminating separate feature extraction, and providing robustness to missing modalities. Experiments on real-world datasets demonstrate that DReX outperforms state-of-the-art methods and generates interpretable keyword profiles for users and items.
DReX offers a unified multimodal recommendation framework that not only outperforms existing methods but also provides interpretable user and item profiles by leveraging interaction-level features.
Multimodal recommender systems leverage diverse data sources, such as user interactions, content features, and contextual information, to address challenges like cold-start and data sparsity. However, existing methods often suffer from one or more key limitations: processing different modalities in isolation, requiring complete multimodal data for each interaction during training, or independent learning of user and item representations. These factors contribute to increased complexity and potential misalignment between user and item embeddings. To address these challenges, we propose DReX, a unified multimodal recommendation framework that incrementally refines user and item representations by leveraging interaction-level features from multimodal feedback. Our model employs gated recurrent units to selectively integrate these fine-grained features into global representations. This incremental update mechanism provides three key advantages: (1) simultaneous modeling of both nuanced interaction details and broader preference patterns, (2) eliminates the need for separate user and item feature extraction processes, leading to enhanced alignment in their learned representation, and (3) inherent robustness to varying or missing modalities. We evaluate the performance of the proposed approach on three real-world datasets containing reviews and ratings as interaction modalities. By considering review text as a modality, our approach automatically generates interpretable keyword profiles for both users and items, which supplement the recommendation process with interpretable preference indicators. Experiment results demonstrate that our approach outperforms state-of-the-art methods across all evaluated datasets.