paper-with-me

Papers

Multi-Order Hyperbolic Graph Convolution and Aggregated Attention for Social Event Detection

2025-02-01 · Yao Liu, Zhilan Liu, Tien Ping Tan, Yuxin Li

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.

📄 PDF Abstract BibTeX arXiv:2502.00351

Code (0)

등록된 구현이 없습니다.

Tasks

Event Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Multi-modal Entity Alignment in Hyperbolic Space

2021-06-07 · Hao Guo, Jiuyang Tang, Weixin Zeng, Xiang Zhao 외

Many AI-related tasks involve the interactions of data in multiple modalities. It has been a new trend to merge multi-modal information into knowledge graph(KG), resulting in multi-modal knowledge graphs (MMKG). However,…

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

A Hyperbolic-to-Hyperbolic Graph Convolutional Network

2021-04-14 · CVPR 2021 1 · Jindou Dai, Yuwei Wu, Zhi Gao, Yunde Jia

Hyperbolic graph convolutional networks (GCNs) demonstrate powerful representation ability to model graphs with hierarchical structure. Existing hyperbolic GCNs resort to tangent spaces to realize graph convolution on hy…

General ClassificationGraph ClassificationLink PredictionNode Classification

HC-GLAD: Dual Hyperbolic Contrastive Learning for Unsupervised Graph-Level Anomaly Detection

2024-07-02 · Yali Fu, Jindong Li, Jiahong Liu, Qianli Xing 외

Unsupervised graph-level anomaly detection (UGAD) has garnered increasing attention in recent years due to its significance. Most existing methods that rely on traditional GNNs mainly consider pairwise relationships betw…

Anomaly DetectionContrastive Learninghypergraph embedding

HGWaveNet: A Hyperbolic Graph Neural Network for Temporal Link Prediction

2023-04-14 · Qijie Bai, Changli Nie, Haiwei Zhang, Dongming Zhao 외

Temporal link prediction, aiming to predict future edges between paired nodes in a dynamic graph, is of vital importance in diverse applications. However, existing methods are mainly built upon uniform Euclidean space, w…

Graph Neural NetworkLink Prediction

Residual Hyperbolic Graph Convolution Networks

2024-12-05 · Yangkai Xue, Jindou Dai, Zhipeng Lu, Yuwei Wu 외

Hyperbolic graph convolutional networks (HGCNs) have demonstrated representational capabilities of modeling hierarchical-structured graphs. However, as in general GCNs, over-smoothing may occur as the number of model lay…