paper-with-me

Papers

Compressed Interaction Graph based Framework for Multi-behavior Recommendation

2023-03-04 · Wei Guo, Chang Meng, Enming Yuan, ZhiCheng He, Huifeng Guo, Yingxue Zhang, Bo Chen, Yaochen Hu, Ruiming Tang, Xiu Li, Rui Zhang

Multi-types of user behavior data (e.g., clicking, adding to cart, and purchasing) are recorded in most real-world recommendation scenarios, which can help to learn users' multi-faceted preferences. However, it is challenging to explore multi-behavior data due to the unbalanced data distribution and sparse target behavior, which lead to the inadequate modeling of high-order relations when treating multi-behavior data ''as features'' and gradient conflict in multitask learning when treating multi-behavior data ''as labels''. In this paper, we propose CIGF, a Compressed Interaction Graph based Framework, to overcome the above limitations. Specifically, we design a novel Compressed Interaction Graph Convolution Network (CIGCN) to model instance-level high-order relations explicitly. To alleviate the potential gradient conflict when treating multi-behavior data ''as labels'', we propose a Multi-Expert with Separate Input (MESI) network with separate input on the top of CIGCN for multi-task learning. Comprehensive experiments on three large-scale real-world datasets demonstrate the superiority of CIGF. Ablation studies and in-depth analysis further validate the effectiveness of our proposed model in capturing high-order relations and alleviating gradient conflict. The source code and datasets are available at https://github.com/MC-CV/CIGF.

📄 PDF Abstract BibTeX arXiv:2303.02418

Code (2)

mc-cv/cigf 공식 구현 tf
MS-P3/code4/tree/main/CIGF mindspore

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Knowledge Graph Modulated Deep Learning for Limited-Sample Clinical Data Analysis

2026-05-22 · Yuwei Xue, Sakib Mostafa, James Zou, Joseph Liao 외 arxiv

Biological systems are governed by structured molecular interactions, where pathways, regulatory circuits, and functional gene relationships shape cellular behavior and disease progression. Much of this knowledge is natu…

Representation LearningCancer ClassificationKnowledge Graphs

Multi-Behavior Enhanced Recommendation with Cross-Interaction Collaborative Relation Modeling

2022-01-07 · Lianghao Xia, Chao Huang, Yong Xu, Peng Dai 외

Many previous studies aim to augment collaborative filtering with deep neural network techniques, so as to achieve better recommendation performance. However, most existing deep learning-based recommender systems are des…

Collaborative FilteringRecommendation SystemsRelation

Graph-Based Interaction-Aware Multimodal 2D Vehicle Trajectory Prediction using Diffusion Graph Convolutional Networks

2023-09-05 · Keshu Wu, Yang Zhou, Haotian Shi, Xiaopeng Li 외

Predicting vehicle trajectories is crucial for ensuring automated vehicle operation efficiency and safety, particularly on congested multi-lane highways. In such dynamic environments, a vehicle's motion is determined by …

Graph EmbeddingIntent DetectionTrajectory Prediction

Alleviating Behavior Data Imbalance for Multi-Behavior Graph Collaborative Filtering

2023-11-12 · Yijie Zhang, Yuanchen Bei, Shiqi Yang, Hao Chen 외

Graph collaborative filtering, which learns user and item representations through message propagation over the user-item interaction graph, has been shown to effectively enhance recommendation performance. However, most …

Collaborative FilteringMulti-Task LearningRepresentation Learning

Multi-Behavior Graph Neural Networks for Recommender System

2023-02-17 · Lianghao Xia, Chao Huang, Yong Xu, Peng Dai 외

Recommender systems have been demonstrated to be effective to meet user's personalized interests for many online services (e.g., E-commerce and online advertising platforms). Recent years have witnessed the emerging succ…

Collaborative FilteringGraph Neural NetworkRecommendation SystemsTAG