paper-with-me

홈 › Papers

Cascading Residual Graph Convolutional Network for Multi-Behavior Recommendation

2022-05-26 · Mingshi Yan, Zhiyong Cheng, Chen Gao, Jing Sun, Fan Liu, Fuming Sun, Haojie Li

Multi-behavior recommendation exploits multiple types of user-item interactions to alleviate the data sparsity problem faced by the traditional models that often utilize only one type of interaction for recommendation. In real scenarios, users often take a sequence of actions to interact with an item, in order to get more information about the item and thus accurately evaluate whether an item fits personal preference. Those interaction behaviors often obey a certain order, and different behaviors reveal different information or aspects of user preferences towards the target item. Most existing multi-behavior recommendation methods take the strategy to first extract information from different behaviors separately and then fuse them for final prediction. However, they have not exploited the connections between different behaviors to learn user preferences. Besides, they often introduce complex model structures and more parameters to model multiple behaviors, largely increasing the space and time complexity. In this work, we propose a lightweight multi-behavior recommendation model named Cascading Residual Graph Convolutional Network (CRGCN for short), which can explicitly exploit the connections between different behaviors into the embedding learning process without introducing any additional parameters. In particular, we design a cascading residual graph convolutional network structure, which enables our model to learn user preferences by continuously refining user embeddings across different types of behaviors. The multi-task learning method is adopted to jointly optimize our model based on different behaviors. Extensive experimental results on two real-world benchmark datasets show that CRGCN can substantially outperform state-of-the-art methods. Further studies also analyze the effects of leveraging multi-behaviors in different numbers and orders on the final performance.

📄 PDF Abstract BibTeX arXiv:2205.13128

Code (1)

mingshiyan/crgcn 공식 구현 pytorch

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Personalized Ranking on Cascading Behavior Graphs for Accurate Multi-Behavior Recommendation

2025-02-17 · Geonwoo Ko, Minseo Jeon, Jinhong Jung

Multi-behavior recommendation predicts items a user may purchase by analyzing diverse behaviors like viewing, adding to a cart, and purchasing. Existing methods fall into two categories: representation learning and graph…

Graph RankingRepresentation Learning

Guiding Cascading Failure Search with Interpretable Graph Convolutional Network

2020-01-30

Power system cascading failures become more time variant and complex because of the increasing network interconnection and higher renewable energy penetration. High computational cost is the main obstacle for a more freq…

Multi-Behavior Recommendation with Cascading Graph Convolution Networks

2023-03-28 · Zhiyong Cheng, Sai Han, Fan Liu, Lei Zhu 외

Multi-behavior recommendation, which exploits auxiliary behaviors (e.g., click and cart) to help predict users' potential interactions on the target behavior (e.g., buy), is regarded as an effective way to alleviate the …

Densely Residual Laplacian Super-Resolution

2019-06-28 · Saeed Anwar, Nick Barnes

Super-Resolution convolutional neural networks have recently demonstrated high-quality restoration for single images. However, existing algorithms often require very deep architectures and long training times. Furthermor…

Image Super-Resolution

Fast, Accurate, and Lightweight Super-Resolution with Cascading Residual Network

2018-03-23 · ECCV 2018 9 · Namhyuk Ahn, Byungkon Kang, Kyung-Ah Sohn

In recent years, deep learning methods have been successfully applied to single-image super-resolution tasks. Despite their great performances, deep learning methods cannot be easily applied to real-world applications du…

Deep LearningImage Super-ResolutionSuper-Resolution