paper-with-me

Papers

FusionDeepMF: A Dual Embedding based Deep Fusion Model for Recommendation

2022-10-11 · Supriyo Mandal, Abyayananda Maiti

Traditional Collaborative Filtering (CF) based methods are applied to understand the personal preferences of users/customers for items or products from the rating matrix. Usually, the rating matrix is sparse in nature. So there are some improved variants of the CF method that apply the increasing amount of side information to handle the sparsity problem. Only linear kernel or only non-linear kernel is applied in most of the available recommendation-related work to understand user-item latent feature embeddings from data. Only linear kernel or only non-linear kernel is not sufficient to learn complex user-item features from side information of users. Recently, some researchers have focused on hybrid models that learn some features with non-linear kernels and some other features with linear kernels. But it is very difficult to understand which features can be learned accurately with linear kernels or with non-linear kernels. To overcome this problem, we propose a novel deep fusion model named FusionDeepMF and the novel attempts of this model are i) learning user-item rating matrix and side information through linear and non-linear kernel simultaneously, ii) application of a tuning parameter determining the trade-off between the dual embeddings that are generated from linear and non-linear kernels. Extensive experiments on online review datasets establish that FusionDeepMF can be remarkably futuristic compared to other baseline approaches. Empirical evidence also shows that FusionDeepMF achieves better performances compared to the linear kernels of Matrix Factorization (MF) and the non-linear kernels of Multi-layer Perceptron (MLP).

📄 PDF Abstract BibTeX arXiv:2210.05338

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Dual Conditional Diffusion Models for Sequential Recommendation

2024-10-29 · Hongtao Huang, Chengkai Huang, Tong Yu, Xiaojun Chang 외

Recent advancements in diffusion models have shown promising results in sequential recommendation (SR). Existing approaches predominantly rely on implicit conditional diffusion models, which compress user behaviors into …

Computational EfficiencySequential Recommendation

Unlocking the Power of Diffusion Models in Sequential Recommendation: A Simple and Effective Approach

2025-05-26 · Jialei Chen, Yuanbo Xu, Yiheng Jiang

In this paper, we focus on the often-overlooked issue of embedding collapse in existing diffusion-based sequential recommendation models and propose ADRec, an innovative framework designed to mitigate this problem. Diver…

DenoisingRecommendation SystemsSequential Recommendation

COHESION: Composite Graph Convolutional Network with Dual-Stage Fusion for Multimodal Recommendation

2025-04-06 · Jinfeng Xu, Zheyu Chen, Wei Wang, Xiping Hu 외

Recent works in multimodal recommendations, which leverage diverse modal information to address data sparsity and enhance recommendation accuracy, have garnered considerable interest. Two key processes in multimodal reco…

Multimodal RecommendationRepresentation Learning

Recommendations Beyond Catalogs: Diffusion Models for Personalized Generation

2025-02-05 · Gabriel Patron, Zhiwei Xu, Ishan Kapnadak, Felipe Maia Polo

Modern recommender systems follow the guiding principle of serving the right user, the right item at the right time. One of their main limitations is that they are typically limited to items already in the catalog. We pr…

Recommendation Systems

Dual-domain Collaborative Denoising for Social Recommendation

2024-05-08 · Wenjie Chen, Yi Zhang, Honghao Li, Lei Sang 외

Social recommendation leverages social network to complement user-item interaction data for recommendation task, aiming to mitigate the data sparsity issue in recommender systems. However, existing social recommendation …

Contrastive LearningDenoisingRecommendation Systems