SILGDec 18, 2024

Modality-Independent Graph Neural Networks with Global Transformers for Multimodal Recommendation

arXiv:2412.13994v15 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses multimodal recommendation systems for users and platforms, but it is incremental as it builds on existing GNN-based approaches with specific enhancements.

The paper tackles the problem of multimodal recommendation by proposing a method that uses separate GNNs with independent receptive fields for different modalities and a global transformer to capture global information, achieving superior performance over existing methods in experiments.

Multimodal recommendation systems can learn users' preferences from existing user-item interactions as well as the semantics of multimodal data associated with items. Many existing methods model this through a multimodal user-item graph, approaching multimodal recommendation as a graph learning task. Graph Neural Networks (GNNs) have shown promising performance in this domain. Prior research has capitalized on GNNs' capability to capture neighborhood information within certain receptive fields (typically denoted by the number of hops, $K$) to enrich user and item semantics. We observe that the optimal receptive fields for GNNs can vary across different modalities. In this paper, we propose GNNs with Modality-Independent Receptive Fields, which employ separate GNNs with independent receptive fields for different modalities to enhance performance. Our results indicate that the optimal $K$ for certain modalities on specific datasets can be as low as 1 or 2, which may restrict the GNNs' capacity to capture global information. To address this, we introduce a Sampling-based Global Transformer, which utilizes uniform global sampling to effectively integrate global information for GNNs. We conduct comprehensive experiments that demonstrate the superiority of our approach over existing methods. Our code is publicly available at https://github.com/CrawlScript/MIG-GT.

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