Table of Contents
Fetching ...

MIMNet: Multi-Interest Meta Network with Multi-Granularity Target-Guided Attention for Cross-domain Recommendation

Xiaofei Zhu, Yabo Yin, Li Wang

TL;DR

This work tackles cold-start cross-domain recommendation by recognizing that users hold multiple interests and that target-domain signals can guide transfer. It introduces MIMNet, which comprises a capsule-based multi-interest learner, a meta network that generates interest-specific bridges, and a multi-granularity target-guided attention module that fuses fine-grained and coarse-grained target signals. Through extensive experiments on three Amazon-based CDR tasks, MIMNet consistently outperforms state-of-the-art baselines, demonstrating strong transferability across base models and robustness to varying interaction sparsity. The approach provides a practical, scalable framework for leveraging source-domain knowledge while respecting target-domain cues, with released code for reproducibility.

Abstract

Cross-domain recommendation (CDR) plays a critical role in alleviating the sparsity and cold-start problem and substantially boosting the performance of recommender systems. Existing CDR methods prefer to either learn a common preference bridge shared by all users or a personalized preference bridge tailored for each user to transfer user preference from the source domain to the target domain. Although these methods significantly improve the recommendation performance, there are still some limitations. First, these methods usually assume a user only has a unique interest, while ignoring the fact that a user may interact with items with different interest preferences. Second, they learn transformed preference representation mainly relies on the source domain signals, while neglecting the rich information available in the target domain. To handle these issues, in this paper, we propose a novel method named Multi-interest Meta Network with Multi-granularity Target-guided Attention (MIMNet) for cross-domain recommendation. To be specific, we employ the capsule network to learn user multiple interests in the source domain, which will be fed into a meta network to generate multiple interest-level preference bridges. Then, we transfer user representations from the source domain to the target domain based on these multi-interest bridges. In addition, we introduce both fine-grained and coarse-grained target signals to aggregate user transformed interest-level representations by incorporating a novel multi-granularity target-guided attention network. We conduct extensive experimental results on three real-world CDR tasks, and the results show that our proposed approach MIMNet consistently outperforms all baseline methods. The source code of MIMNet is released at https://github.com/marqu22/MIMNet.

MIMNet: Multi-Interest Meta Network with Multi-Granularity Target-Guided Attention for Cross-domain Recommendation

TL;DR

This work tackles cold-start cross-domain recommendation by recognizing that users hold multiple interests and that target-domain signals can guide transfer. It introduces MIMNet, which comprises a capsule-based multi-interest learner, a meta network that generates interest-specific bridges, and a multi-granularity target-guided attention module that fuses fine-grained and coarse-grained target signals. Through extensive experiments on three Amazon-based CDR tasks, MIMNet consistently outperforms state-of-the-art baselines, demonstrating strong transferability across base models and robustness to varying interaction sparsity. The approach provides a practical, scalable framework for leveraging source-domain knowledge while respecting target-domain cues, with released code for reproducibility.

Abstract

Cross-domain recommendation (CDR) plays a critical role in alleviating the sparsity and cold-start problem and substantially boosting the performance of recommender systems. Existing CDR methods prefer to either learn a common preference bridge shared by all users or a personalized preference bridge tailored for each user to transfer user preference from the source domain to the target domain. Although these methods significantly improve the recommendation performance, there are still some limitations. First, these methods usually assume a user only has a unique interest, while ignoring the fact that a user may interact with items with different interest preferences. Second, they learn transformed preference representation mainly relies on the source domain signals, while neglecting the rich information available in the target domain. To handle these issues, in this paper, we propose a novel method named Multi-interest Meta Network with Multi-granularity Target-guided Attention (MIMNet) for cross-domain recommendation. To be specific, we employ the capsule network to learn user multiple interests in the source domain, which will be fed into a meta network to generate multiple interest-level preference bridges. Then, we transfer user representations from the source domain to the target domain based on these multi-interest bridges. In addition, we introduce both fine-grained and coarse-grained target signals to aggregate user transformed interest-level representations by incorporating a novel multi-granularity target-guided attention network. We conduct extensive experimental results on three real-world CDR tasks, and the results show that our proposed approach MIMNet consistently outperforms all baseline methods. The source code of MIMNet is released at https://github.com/marqu22/MIMNet.
Paper Structure (29 sections, 13 equations, 8 figures, 3 tables)

This paper contains 29 sections, 13 equations, 8 figures, 3 tables.

Figures (8)

  • Figure 1: An example of a user with different interest preferences on movie styles, including Comedy, Anime, Action & Adventure and Science Fiction.
  • Figure 2: Overall architecture of our proposed MIMNet model, which consists of three components: (1) interest representation learning, (2) multi-interest meta network, (3) multi-granularity target-guided attention network.
  • Figure 3: Performance comparison by applying EMCDR, PTUPCDR, and MIMNet upon three base models MF, GMF and YouTube DNN with $\beta =20\%$, in terms of MAE.
  • Figure 4: Impact of different interaction sparsity degrees in the source domain on model performance with $\beta =20\%$, in terms of MAE.
  • Figure 5: Impact of the interest numbers $K$ with $\beta =20\%$, in terms of MAE.
  • ...and 3 more figures