paper-with-me

홈 › Papers

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 in UAE, it is difficult to utilize the widely available item content information when ratings are sparse. In addition, whenever new items arrive, we need to wait for collecting rating data for these items and retrain the UAE from scratch, which is inefficient in practice. Aiming to address the above two problems simultaneously, we propose a mutually-regularized dual collaborative variational auto-encoder (MD-CVAE) for recommendation. First, by replacing randomly initialized last layer weights of the vanilla UAE with stacked latent item embeddings, MD-CVAE integrates two heterogeneous information sources, i.e., item content and user ratings, into the same principled variational framework where the weights of UAE are regularized by item content such that convergence to a non-optima due to data sparsity can be avoided. In addition, the regularization is mutual in that user ratings can also help the dual item content module learn more recommendation-oriented item content embeddings. Finally, we propose a symmetric inference strategy for MD-CVAE where the first layer weights of the UAE encoder are tied to the latent item embeddings of the UAE decoder. Through this strategy, no retraining is required to recommend newly introduced items. Empirical studies show the effectiveness of MD-CVAE in both normal and cold-start scenarios. Codes are available at https://github.com/yaochenzhu/MD-CVAE.

📄 PDF Abstract BibTeX arXiv:2211.11662

Code (1)

yaochenzhu/md-cvae 공식 구현 tf

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

MoToRec: Sparse-Regularized Multimodal Tokenization for Cold-Start Recommendation

2026-02-11 · Jialin Liu, Zhaorui Zhang, Ray C. C. Cheung arxiv

Graph neural networks (GNNs) have revolutionized recommender systems by effectively modeling complex user-item interactions, yet data sparsity and the item cold-start problem significantly impair performance, particularl…

Multimodal Recommendation

DualVAE: Dual Disentangled Variational AutoEncoder for Recommendation

2024-01-10 · Zhiqiang Guo, GuoHui Li, Jianjun Li, Chaoyang Wang 외

Learning precise representations of users and items to fit observed interaction data is the fundamental task of collaborative filtering. Existing studies usually infer entangled representations to fit such interaction da…

Collaborative FilteringDisentanglementRepresentation LearningVariational Inference

Attribute Regularized Soft Introspective Variational Autoencoder for Interpretable Cardiac Disease Classification

2023-12-14 · Maxime Di Folco, Cosmin I. Bercea, Julia A. Schnabel

Interpretability is essential in medical imaging to ensure that clinicians can comprehend and trust artificial intelligence models. In this paper, we propose a novel interpretable approach that combines attribute regular…

Attribute

Moreau-Yoshida Variational Transport: A General Framework For Solving Regularized Distributional Optimization Problems

2023-07-31 · Dai Hai Nguyen, Tetsuya Sakurai

We consider a general optimization problem of minimizing a composite objective functional defined over a class of probability distributions. The objective is composed of two functionals: one is assumed to possess the var…

Bayesian Inference

Semi-dual Regularized Optimal Transport

2018-11-13 · Marco Cuturi, Gabriel Peyré

Variational problems that involve Wasserstein distances and more generally optimal transport (OT) theory are playing an increasingly important role in data sciences. Such problems can be used to form an examplar measure …