Beyond Graph Convolution: Multimodal Recommendation with Topology-aware MLPs
Junjie Huang, Jiarui Qin, Yong Yu, Weinan Zhang

TL;DR
This paper introduces TMLP, a topology-aware MLP model that effectively models multimodal item relations without GCNs, improving recommendation accuracy, efficiency, and robustness in multimodal recommender systems.
Contribution
The paper proposes TMLP, a novel GCN-free approach that leverages topological pruning and intra/inter-modality learning to better capture complex multimodal item relationships.
Findings
TMLP outperforms nine baseline models on three real-world datasets.
TMLP achieves higher training efficiency and robustness compared to GCN-based models.
Discarding GCN message passing improves model performance and stability.
Abstract
Given the large volume of side information from different modalities, multimodal recommender systems have become increasingly vital, as they exploit richer semantic information beyond user-item interactions. Recent works highlight that leveraging Graph Convolutional Networks (GCNs) to explicitly model multimodal item-item relations can significantly enhance recommendation performance. However, due to the inherent over-smoothing issue of GCNs, existing models benefit only from shallow GCNs with limited representation power. This drawback is especially pronounced when facing complex and high-dimensional patterns such as multimodal data, as it requires large-capacity models to accommodate complicated correlations. To this end, in this paper, we investigate bypassing GCNs when modeling multimodal item-item relationship. More specifically, we propose a Topology-aware Multi-Layer Perceptron…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Semantic Web and Ontologies · Topic Modeling
MethodsPruning
