EMPNet: An extract-map-predict neural network architecture for cross-domain recommendation

Jinpeng Chen,Fan Zhang,Huan Li,Hua Lu,Xiongnan Jin,Kuien Liu,Hongjun Li,Yongheng Wang
DOI: https://doi.org/10.1007/s11280-024-01240-z
2024-02-05
World Wide Web
Abstract:Cross-domain recommendation leverages a user's historical interactions in the auxiliary domain to suggest items within the target domain, particularly for cold-start users with no prior activity in the target domain. Existing cross-domain recommendation models often overlook key aspects such as the complexities of transferring user interests between domains and the biases inherent in user behavior patterns. In contrast, our Extract-Map-Predict Neural Network Architecture (EMPNet) employs a disentanglement approach to map fine-grained user interests and utilize the biases inherent in the cross-domain recommendation. In feature extraction, we use the Bidirectional Encoder Representations from Transformers (BERT) and Identity-Enhanced Multi-Head Attention Mechanism to obtain the user and item feature vectors. In cross-domain user mapping, we disentangle the user feature vector into domain-shared and domain-specific interests for fine-grained cross-domain mapping to obtain the feature vector of cold-start users in the target domain. In rating prediction, we design a biased Attentional Factorization Machine (AFM) to utilize biases extracted from user and item features. We experimentally evaluate EMPNet on the Amazon dataset. The results show that it clearly outperforms the selected baselines.
computer science, information systems, software engineering
What problem does this paper attempt to address?