paper-with-me

Papers

Hierarchical Information Enhancement Network for Cascade Prediction in Social Networks

2024-03-22 · Fanrui Zhang, Jiawei Liu, Qiang Zhang, Xiaoling Zhu, Zheng-Jun Zha

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 representation. However, these approaches fail to exploit the hierarchical semantic associations between different modalities, limiting their predictive performance. In this work, we propose a novel Hierarchical Information Enhancement Network (HIENet) for cascade prediction. Our approach integrates fundamental cascade sequence, user social graphs, and sub-cascade graph into a unified framework. Specifically, HIENet utilizes DeepWalk to sample cascades information into a series of sequences. It then gathers path information between users to extract the social relationships of propagators. Additionally, we employ a time-stamped graph convolutional network to aggregate sub-cascade graph information effectively. Ultimately, we introduce a Multi-modal Cascade Transformer to powerfully fuse these clues, providing a comprehensive understanding of cascading process. Extensive experiments have demonstrated the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2403.15257

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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

Cascade-LSTM: Predicting Information Cascades using Deep Neural Networks

2020-04-26 · Sameera Horawalavithana, John Skvoretz, Adriana Iamnitchi

Predicting the flow of information in dynamic social environments is relevant to many areas of the contemporary society, from disseminating health care messages to meme tracking. While predicting the growth of informatio…

Preference Enhanced Social Influence Modeling for Network-Aware Cascade Prediction

2022-04-18 · Likang Wu, Hao Wang, Enhong Chen, Zhi Li 외

Network-aware cascade size prediction aims to predict the final reposted number of user-generated information via modeling the propagation process in social networks. Estimating the user's reposting probability by social…

Prediction

Single Image Reflection Removal through Cascaded Refinement

2019-11-15 · CVPR 2020 6 · Chao Li, Yixiao Yang, Kun He, Stephen Lin 외

We address the problem of removing undesirable reflections from a single image captured through a glass surface, which is an ill-posed, challenging but practically important problem for photo enhancement. Inspired by ite…

Community DetectionReflection Removal

AutoCas: Autoregressive Cascade Predictor in Social Networks via Large Language Models

2025-02-25 · Yuhao Zheng, Chenghua Gong, Rui Sun, Juyuan Zhang 외

Popularity prediction in information cascades plays a crucial role in social computing, with broad applications in viral marketing, misinformation control, and content recommendation. However, information propagation mec…

MarketingMisinformationPredictionPrompt Learning+2