paper-with-me

홈 › Papers

An Item Recommendation Approach by Fusing Images based on Neural Networks

2019-07-04 · Weibin Lin, Lin Li

There are rich formats of information in the network, such as rating, text, image, and so on, which represent different aspects of user preferences. In the field of recommendation, how to use those data effectively has become a difficult subject. With the rapid development of neural network, researching on multi-modal method for recommendation has become one of the major directions. In the existing recommender systems, numerical rating, item description and review are main information to be considered by researchers. However, the characteristics of the item may affect the user's preferences, which are rarely used for recommendation models. In this work, we propose a novel model to incorporate visual factors into predictors of people's preferences, namely MF-VMLP, based on the recent developments of neural collaborative filtering (NCF). Firstly, we get visual presentation via a pre-trained convolutional neural network (CNN) model. To obtain the nonlinearities interaction of latent vectors and visual vectors, we propose to leverage a multi-layer perceptron (MLP) to learn. Moreover, the combination of MF and MLP has achieved collaborative filtering recommendation between users and items. Our experiments conduct Amazon's public dataset for experimental validation and root-mean-square error (RMSE) as evaluation metrics. To some extent, experimental result on a real-world data set demonstrates that our model can boost the recommendation performance.

📄 PDF Abstract BibTeX arXiv:1907.02203

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

TATTOO: Training-free AesTheTic-aware Outfit recOmmendation

2025-09-27 · Yuntian Wu, Xiaonan Hu, Ziqi Zhou, Hao Lu arxiv

The global fashion e-commerce market relies significantly on intelligent and aesthetic-aware outfit-completion tools to promote sales. While previous studies have approached the problem of fashion outfit-completion and c…

Generating Negative Samples for Sequential Recommendation

2022-08-07 · Yongjun Chen, Jia Li, Zhiwei Liu, Nitish Shirish Keskar 외

To make Sequential Recommendation (SR) successful, recent works focus on designing effective sequential encoders, fusing side information, and mining extra positive self-supervision signals. The strategy of sampling nega…

Sequential Recommendation

Exploration of the possibility of infusing Social Media Trends into generating NFT Recommendations

2022-05-03 · Dinuka Ravijaya Piyadigama, Guhanathan Poravi

Recommendations Systems have been identified to be one of the integral elements of driving sales in e-commerce sites. The utilization of opinion mining data extracted from trends has been attempted to improve the recomme…

Information RetrievalOpinion MiningRetrieval

Federated Social Recommendation with Graph Neural Network

2021-11-21 · Zhiwei Liu, Liangwei Yang, Ziwei Fan, Hao Peng 외

Recommender systems have become prosperous nowadays, designed to predict users' potential interests in items by learning embeddings. Recent developments of the Graph Neural Networks~(GNNs) also provide recommender system…

Federated LearningGraph Neural NetworkRecommendation Systems

FLARE: Fusing Language Models and Collaborative Architectures for Recommender Enhancement

2024-09-18 · Liam Hebert, Marialena Kyriakidi, Hubert Pham, Krishna Sayana 외

Recent proposals in recommender systems represent items with their textual description, using a large language model. They show better results on standard benchmarks compared to an item ID-only model, such as Bert4Rec. I…

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language Model+1