paper-with-me

홈 › Papers

A Hierarchical Attention Model for Social Contextual Image Recommendation

2018-06-03 · Le Wu, Lei Chen, Richang Hong, Yanjie Fu, Xing Xie, Meng Wang

Image based social networks are among the most popular social networking services in recent years. With tremendous images uploaded everyday, understanding users' preferences on user-generated images and making recommendations have become an urgent need. In fact, many hybrid models have been proposed to fuse various kinds of side information~(e.g., image visual representation, social network) and user-item historical behavior for enhancing recommendation performance. However, due to the unique characteristics of the user generated images in social image platforms, the previous studies failed to capture the complex aspects that influence users' preferences in a unified framework. Moreover, most of these hybrid models relied on predefined weights in combining different kinds of information, which usually resulted in sub-optimal recommendation performance. To this end, in this paper, we develop a hierarchical attention model for social contextual image recommendation. In addition to basic latent user interest modeling in the popular matrix factorization based recommendation, we identify three key aspects (i.e., upload history, social influence, and owner admiration) that affect each user's latent preferences, where each aspect summarizes a contextual factor from the complex relationships between users and images. After that, we design a hierarchical attention network that naturally mirrors the hierarchical relationship (elements in each aspects level, and the aspect level) of users' latent interests with the identified key aspects. Specifically, by taking embeddings from state-of-the-art deep learning models that are tailored for each kind of data, the hierarchical attention network could learn to attend differently to more or less content. Finally, extensive experimental results on real-world datasets clearly show the superiority of our proposed model.

📄 PDF Abstract BibTeX arXiv:1806.00723

Code (1)

newlei/HASC 공식 구현 tf

Similar Papers 제목 키워드 기반

Global Context Enhanced Social Recommendation with Hierarchical Graph Neural Networks

2021-10-08 · Huance Xu, Chao Huang, Yong Xu, Lianghao Xia 외

Social recommendation which aims to leverage social connections among users to enhance the recommendation performance. With the revival of deep learning techniques, many efforts have been devoted to developing various ne…

Graph Neural NetworkRecommendation Systems

A Systematic Analysis on the Impact of Contextual Information on Point-of-Interest Recommendation

2022-01-20 · Hossein A. Rahmani, Mohammad Aliannejadi, Mitra Baratchi, Fabio Crestani

As the popularity of Location-based Social Networks (LBSNs) increases, designing accurate models for Point-of-Interest (POI) recommendation receives more attention. POI recommendation is often performed by incorporating …

A Hierarchical Contextual Attention-based GRU Network for Sequential Recommendation

2017-11-14 · Qiang Cui, Shu Wu, Yan Huang, Liang Wang

Sequential recommendation is one of fundamental tasks for Web applications. Previous methods are mostly based on Markov chains with a strong Markov assumption. Recently, recurrent neural networks (RNNs) are getting more …

Sequential Recommendation

Dual Graph Attention Networks for Deep Latent Representation of Multifaceted Social Effects in Recommender Systems

2019-03-25 · Qitian Wu, Hengrui Zhang, Xiaofeng Gao, Peng He 외

Social recommendation leverages social information to solve data sparsity and cold-start problems in traditional collaborative filtering methods. However, most existing models assume that social effects from friend users…

Collaborative FilteringGraph AttentionRecommendation Systems

HARRISON: A Benchmark on HAshtag Recommendation for Real-world Images in Social Networks

2016-05-17 · Minseok Park, Hanxiang Li, Junmo Kim

Simple, short, and compact hashtags cover a wide range of information on social networks. Although many works in the field of natural language processing (NLP) have demonstrated the importance of hashtag recommendation, …