paper-with-me

Papers

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

2024-07-31 · Xiaofei Zhu, Yabo Yin, Li Wang

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.

📄 PDF Abstract BibTeX arXiv:2408.00038

Code (1)

marqu22/mimnet 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Personalized News Recommendation with Multi-granularity Candidate-aware User Modeling

2025-04-19 · Qiang Li, Xinze Lin, Shenghao Lv, Faliang Huang 외

Matching candidate news with user interests is crucial for personalized news recommendations. Most existing methods can represent a user's reading interests through a single profile based on clicked news, which may not f…

DiversityNews Recommendation

Mimetic Neural Networks: A unified framework for Protein Design and Folding

2021-02-07 · Moshe Eliasof, Tue Boesen, Eldad Haber, Chen Keasar 외

Recent advancements in machine learning techniques for protein folding motivate better results in its inverse problem -- protein design. In this work we introduce a new graph mimetic neural network, MimNet, and show that…

BIG-bench Machine LearningProtein DesignProtein Folding

Multiple Interest and Fine Granularity Network for User Modeling

2021-12-05 · Jiaxuan Xie, Jianxiong Wei, Qingsong Hua, Yu Zhang

User modeling plays a fundamental role in industrial recommender systems, either in the matching stage and the ranking stage, in terms of both the customer experience and business revenue. How to extract users' multiple …

Recommendation Systems

Multi-Granularity Click Confidence Learning via Self-Distillation in Recommendation

2023-09-28 · Chong Liu, Xiaoyang Liu, Lixin Zhang, Feng Xia 외

Recommendation systems rely on historical clicks to learn user interests and provide appropriate items. However, current studies tend to treat clicks equally, which may ignore the assorted intensities of user interests i…

Recommendation SystemsSelf-Supervised Learning

Which Matters Most in Making Fund Investment Decisions? A Multi-granularity Graph Disentangled Learning Framework

2023-11-23 · Chunjing Gan, Binbin Hu, Bo Huang, Tianyu Zhao 외

In this paper, we highlight that both conformity and risk preference matter in making fund investment decisions beyond personal interest and seek to jointly characterize these aspects in a disentangled manner. Consequent…