paper-with-me

Papers

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

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

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 features, which are domain-specific and lack generalizability to new domains. To address this problem, researchers have turned to neural network-based approaches. However, most existing methods follow a sampling-based modeling approach, potentially losing continuous dynamic information that emerges during the information diffusion process. In this paper, we propose Hierarchical Temporal Graph Attention Networks for cascade popularity prediction (HierCas), which operates on the entire cascade graph by a dynamic graph modeling approach. By leveraging time-aware node embedding, graph attention mechanisms, and hierarchical pooling structures, HierCas effectively captures the popularity trend implicit in the complex cascade. Extensive experiments conducted on two real-world datasets in different scenarios demonstrate that our HierCas significantly outperforms the state-of-the-art approaches. We have released our code at https://github.com/Daisy-zzz/HierCas.

📄 PDF Abstract BibTeX arXiv:2310.13219

Code (1)

Daisy-zzz/HierCas 공식 구현 pytorch

Tasks

Graph AttentionInformation Cascade Popularity 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…

Similar Papers 제목 키워드 기반

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

Semantics-enhanced Temporal Graph Networks for Content Popularity Prediction

2023-01-29 · Jianhang Zhu, Rongpeng Li, Xianfu Chen, Shiwen Mao 외

The surging demand for high-definition video streaming services and large neural network models (e.g., Generative Pre-trained Transformer, GPT) implies a tremendous explosion of Internet traffic. To mitigate the traffic …

Graph LearningGraph Neural NetworkPrediction

AMR Parsing with Causal Hierarchical Attention and Pointers

2023-10-18 · Chao Lou, Kewei Tu

Translation-based AMR parsers have recently gained popularity due to their simplicity and effectiveness. They predict linearized graphs as free texts, avoiding explicit structure modeling. However, this simplicity neglec…

AMR ParsingDecoderTranslation

Sequential Prediction of Social Media Popularity with Deep Temporal Context Networks

2017-12-12 · Bo Wu, Wen-Huang Cheng, Yongdong Zhang, Qiushi Huang 외

Prediction of popularity has profound impact for social media, since it offers opportunities to reveal individual preference and public attention from evolutionary social systems. Previous research, although achieves pro…

PredictionSocial Media Popularity Prediction

DRL-TH: Jointly Utilizing Temporal Graph Attention and Hierarchical Fusion for UGV Navigation in Crowded Environments

2025-12-30 · Ruitong Li, Lin Zhang, Yuenan Zhao, Chengxin Liu 외 arxiv

Deep reinforcement learning (DRL) methods have demonstrated potential for autonomous navigation and obstacle avoidance of unmanned ground vehicles (UGVs) in crowded environments. Most existing approaches rely on single-f…

Reinforcement Learning