Multi-Order Hyperbolic Graph Convolution and Aggregated Attention for Social Event Detection
Yao Liu, Zhilan Liu, Tien Ping Tan, Yuxin Li
TL;DR
The paper introduces MOHGCAA, a novel framework that integrates multi-order graph convolution with aggregated attention in hyperbolic space to address social event detection. By projecting Euclidean features into hyperbolic space, performing multi-order convolutions in the tangent space, and aggregating via attention before mapping back, the approach captures hierarchical and higher-order relationships that Euclidean methods miss. The authors present both unsupervised and supervised variants, validate on multiple datasets, and show consistent improvements over strong baselines, with hyperbolic space and model variants yielding nuanced gains. The work advances hyperbolic representation learning for SED, offering a scalable, robust method that improves detection in tree-like, hierarchical social data and suggesting directions for real-time and broader graph-based tasks.
Abstract
Social event detection (SED) is a task focused on identifying specific real-world events and has broad applications across various domains. It is integral to many mobile applications with social features, including major platforms like Twitter, Weibo, and Facebook. By enabling the analysis of social events, SED provides valuable insights for businesses to understand consumer preferences and supports public services in handling emergencies and disaster management. Due to the hierarchical structure of event detection data, traditional approaches in Euclidean space often fall short in capturing the complexity of such relationships. While existing methods in both Euclidean and hyperbolic spaces have shown promising results, they tend to overlook multi-order relationships between events. To address these limitations, this paper introduces a novel framework, Multi-Order Hyperbolic Graph Convolution with Aggregated Attention (MOHGCAA), designed to enhance the performance of SED. Experimental results demonstrate significant improvements under both supervised and unsupervised settings. To further validate the effectiveness and robustness of the proposed framework, we conducted extensive evaluations across multiple datasets, confirming its superiority in tackling common challenges in social event detection.
