paper-with-me

Papers

Disentangled Graph Variational Auto-Encoder for Multimodal Recommendation with Interpretability

2024-02-25 · Xin Zhou, Chunyan Miao

Multimodal recommender systems amalgamate multimodal information (e.g., textual descriptions, images) into a collaborative filtering framework to provide more accurate recommendations. While the incorporation of multimodal information could enhance the interpretability of these systems, current multimodal models represent users and items utilizing entangled numerical vectors, rendering them arduous to interpret. To address this, we propose a Disentangled Graph Variational Auto-Encoder (DGVAE) that aims to enhance both model and recommendation interpretability. DGVAE initially projects multimodal information into textual contents, such as converting images to text, by harnessing state-of-the-art multimodal pre-training technologies. It then constructs a frozen item-item graph and encodes the contents and interactions into two sets of disentangled representations utilizing a simplified residual graph convolutional network. DGVAE further regularizes these disentangled representations through mutual information maximization, aligning the representations derived from the interactions between users and items with those learned from textual content. This alignment facilitates the interpretation of user binary interactions via text. Our empirical analysis conducted on three real-world datasets demonstrates that DGVAE significantly surpasses the performance of state-of-the-art baselines by a margin of 10.02%. We also furnish a case study from a real-world dataset to illustrate the interpretability of DGVAE. Code is available at: \url{https://github.com/enoche/DGVAE}.

📄 PDF Abstract BibTeX arXiv:2402.16110

Code (1)

enoche/dgvae 공식 구현 pytorch

Tasks

Collaborative FilteringMultimodal RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Learning Network Representations with Disentangled Graph Auto-Encoder

2024-02-02 · Di Fan, Chuanhou Gao

The (variational) graph auto-encoder is widely used to learn representations for graph-structured data. However, the formation of real-world graphs is a complicated and heterogeneous process influenced by latent factors.…

DecoderLearning Network Representations

InfoCatVAE: Representation Learning with Categorical Variational Autoencoders

2018-06-20 · Edouard Pineau, Marc Lelarge

This paper describes InfoCatVAE, an extension of the variational autoencoder that enables unsupervised disentangled representation learning. InfoCatVAE uses multimodal distributions for the prior and the inference networ…

ClusteringRepresentation Learning

Treatment Effects Estimation on Networked Observational Data using Disentangled Variational Graph Autoencoder

2024-12-19 · Di Fan, Renlei Jiang, Yunhao Wen, Chuanhou Gao

Estimating individual treatment effect (ITE) from observational data has gained increasing attention across various domains, with a key challenge being the identification of latent confounders affecting both treatment an…

Representation Learning

Concept-free Causal Disentanglement with Variational Graph Auto-Encoder

2023-11-17 · Jingyun Feng, Lin Zhang, Lili Yang

In disentangled representation learning, the goal is to achieve a compact representation that consists of all interpretable generative factors in the observational data. Learning disentangled representations for graphs b…

DisentanglementMeta-LearningRepresentation Learning

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