paper-with-me

홈 › Papers

Dual Adversarial Variational Embedding for Robust Recommendation

2021-06-30 · Qiaomin Yi, Ning Yang, Philip S. Yu

Robust recommendation aims at capturing true preference of users from noisy data, for which there are two lines of methods have been proposed. One is based on noise injection, and the other is to adopt the generative model Variational Auto-encoder (VAE). However, the existing works still face two challenges. First, the noise injection based methods often draw the noise from a fixed noise distribution given in advance, while in real world, the noise distributions of different users and items may differ from each other due to personal behaviors and item usage patterns. Second, the VAE based models are not expressive enough to capture the true preference since VAE often yields an embedding space of a single modal, while in real world, user-item interactions usually exhibit multi-modality on user preference distribution. In this paper, we propose a novel model called Dual Adversarial Variational Embedding (DAVE) for robust recommendation, which can provide personalized noise reduction for different users and items, and capture the multi-modality of the embedding space, by combining the advantages of VAE and adversarial training between the introduced auxiliary discriminators and the variational inference networks. The extensive experiments conducted on real datasets verify the effectiveness of DAVE on robust recommendation.

📄 PDF Abstract BibTeX arXiv:2106.15779

Code (0)

등록된 구현이 없습니다.

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Item Cold Start Recommendation via Adversarial Variational Auto-encoder Warm-up

2023-02-28 · Shenzheng Zhang, Qi Tan, Xinzhi Zheng, Yi Ren 외

The gap between the randomly initialized item ID embedding and the well-trained warm item ID embedding makes the cold items hard to suit the recommendation system, which is trained on the data of historical warm items. T…

News Recommendation

Exploiting Variational Domain-Invariant User Embedding for Partially Overlapped Cross Domain Recommendation

2022-05-13 · Weiming Liu, Xiaolin Zheng, Mengling Hu, Chaochao Chen

Cross-Domain Recommendation (CDR) has been popularly studied to utilize different domain knowledge to solve the cold-start problem in recommender systems. Most of the existing CDR models assume that both the source and t…

Recommendation SystemsTransfer LearningVariational Inference

Mutually-Regularized Dual Collaborative Variational Auto-encoder for Recommendation Systems

2022-11-21 · Yaochen Zhu, Zhenzhong Chen

Recently, user-oriented auto-encoders (UAEs) have been widely used in recommender systems to learn semantic representations of users based on their historical ratings. However, since latent item variables are not modeled…

Recommendation Systems

Can Perturbations Help Reduce Investment Risks? Risk-Aware Stock Recommendation via Split Variational Adversarial Training

2023-04-20 · Jiezhu Cheng, Kaizhu Huang, Zibin Zheng

In the stock market, a successful investment requires a good balance between profits and risks. Based on the learning to rank paradigm, stock recommendation has been widely studied in quantitative finance to recommend st…

Learning-To-Rank

Adversarial and Contrastive Variational Autoencoder for Sequential Recommendation

2021-03-19 · Zhe Xie, Chengxuan Liu, Yichi Zhang, Hongtao Lu 외

Sequential recommendation as an emerging topic has attracted increasing attention due to its important practical significance. Models based on deep learning and attention mechanism have achieved good performance in seque…

Collaborative FilteringSequential Recommendation