TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Modality-Independent Graph Neural Networks with Global Tra...

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

Jun Hu, Bryan Hooi, Bingsheng He, Yinwei Wei

2024-12-18Graph LearningMulti-modal RecommendationMultimodal RecommendationRecommendation Systems
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Recommendation SystemsAmazon BabyNDCG@200.0452MIG-GT
Recommendation SystemsAmazon SportsNGCG@200.0511MIG-GT
Recommendation SystemsAmazon ClothingNDCG@200.0422MIG-GT

Related Papers

IP2: Entity-Guided Interest Probing for Personalized News Recommendation2025-07-18A Reproducibility Study of Product-side Fairness in Bundle Recommendation2025-07-18SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17Similarity-Guided Diffusion for Contrastive Sequential Recommendation2025-07-16Looking for Fairness in Recommender Systems2025-07-16A Graph-in-Graph Learning Framework for Drug-Target Interaction Prediction2025-07-15Journalism-Guided Agentic In-Context Learning for News Stance Detection2025-07-15Graph World Model2025-07-14