paper-with-me

홈 › Papers

CCasGNN: Collaborative Cascade Prediction Based on Graph Neural Networks

2021-12-07 · Yansong Wang, Xiaomeng Wang, Tao Jia

Cascade prediction aims at modeling information diffusion in the network. Most previous methods concentrate on mining either structural or sequential features from the network and the propagation path. Recent efforts devoted to combining network structure and sequence features by graph neural networks and recurrent neural networks. Nevertheless, the limitation of spectral or spatial methods restricts the improvement of prediction performance. Moreover, recurrent neural networks are time-consuming and computation-expensive, which causes the inefficiency of prediction. Here, we propose a novel method CCasGNN considering the individual profile, structural features, and sequence information. The method benefits from using a collaborative framework of GAT and GCN and stacking positional encoding into the layers of graph neural networks, which is different from all existing ones and demonstrates good performance. The experiments conducted on two real-world datasets confirm that our method significantly improves the prediction accuracy compared to state-of-the-art approaches. What's more, the ablation study investigates the contribution of each component in our method.

📄 PDF Abstract BibTeX arXiv:2112.03644

Code (1)

mryansong/ccasgnn 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Deep Collaborative Embedding for information cascade prediction

2020-01-18 · Yuhui Zhao, Ning Yang, Tao Lin, Philip S. Yu

Recently, information cascade prediction has attracted increasing interest from researchers, but it is far from being well solved partly due to the three defects of the existing works. First, the existing works often ass…

Prediction

CasGCN: Predicting future cascade growth based on information diffusion graph

2020-09-10 · Zhixuan Xu, Minghui Qian, Xiaowei Huang, Jie Meng

Sudden bursts of information cascades can lead to unexpected consequences such as extreme opinions, changes in fashion trends, and uncontrollable spread of rumors. It has become an important problem on how to effectively…

Prediction

Explicit Time Embedding Based Cascade Attention Network for Information Popularity Prediction

2023-08-19 · Xigang Sun, Jingya Zhou, Ling Liu, Wenqi Wei

Predicting information cascade popularity is a fundamental problem in social networks. Capturing temporal attributes and cascade role information (e.g., cascade graphs and cascade sequences) is necessary for understandin…

Graph Attention

Hierarchical Information Enhancement Network for Cascade Prediction in Social Networks

2024-03-22 · Fanrui Zhang, Jiawei Liu, Qiang Zhang, Xiaoling Zhu 외

Understanding information cascades in networks is a fundamental issue in numerous applications. Current researches often sample cascade information into several independent paths or subgraphs to learn a simple cascade re…

HierCas: Hierarchical Temporal Graph Attention Networks for Popularity Prediction in Information Cascades

2023-10-20 · Zhizhen Zhang, Xiaohui Xie, Yishuo Zhang, Lanshan Zhang 외

Information cascade popularity prediction is critical for many applications, including but not limited to identifying fake news and accurate recommendations. Traditional feature-based methods heavily rely on handcrafted …

Graph AttentionInformation Cascade Popularity Prediction