TL;DR
This paper introduces KPGNN, a novel GNN-based method for incremental social event detection that preserves knowledge, adapts to streaming data, and leverages social graph structures for improved accuracy.
Contribution
The paper proposes KPGNN, a knowledge-preserving incremental GNN that models social messages as graphs, uses contrastive loss for adaptation, and employs scalable training strategies.
Findings
KPGNN outperforms baseline methods in accuracy.
It effectively preserves and extends knowledge over time.
The approach handles large social streams efficiently.
Abstract
Social events provide valuable insights into group social behaviors and public concerns and therefore have many applications in fields such as product recommendation and crisis management. The complexity and streaming nature of social messages make it appealing to address social event detection in an incremental learning setting, where acquiring, preserving, and extending knowledge are major concerns. Most existing methods, including those based on incremental clustering and community detection, learn limited amounts of knowledge as they ignore the rich semantics and structural information contained in social data. Moreover, they cannot memorize previously acquired knowledge. In this paper, we propose a novel Knowledge-Preserving Incremental Heterogeneous Graph Neural Network (KPGNN) for incremental social event detection. To acquire more knowledge, KPGNN models complex social messages…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
