Temporal $k$-Core Query, Revisited
Yinyu Liu, Kaiqiang Yu, Shengxin Liu, Cheng Long, Zhaoquan Gu

TL;DR
This paper introduces CoreT, a new algorithm for temporal k-core queries that significantly improves scalability and speed over previous methods by efficiently pruning redundant computations in dynamic network analysis.
Contribution
The paper presents CoreT, a novel algorithm that reduces redundant processing in temporal k-core queries, achieving linear time complexity and substantial speedups over existing methods.
Findings
CoreT achieves up to four orders of magnitude speedup.
CoreT has linear time complexity in the number of temporal edges and interval duration.
Experimental results validate CoreT's scalability and effectiveness.
Abstract
Querying cohesive subgraphs in temporal graphs is essential for understanding the dynamic structure of real-world networks, such as evolving communities in social platforms, shifting hyperlink structures on the Web, and transient communication patterns in call networks. Recently, research has focused on the temporal -core query, which aims to identify all -cores across all possible time sub-intervals within a given query interval. The state-of-the-art algorithm OTCD mitigates redundant computations over overlapping sub-intervals by exploiting inclusion relationships among -cores in different time intervals. Nevertheless, OTCD remains limited in scalability due to the combinatorial growth in interval enumeration and repeated processing. In this paper, we revisit the temporal -core query problem and introduce a novel algorithm CoreT, which dynamically records the earliest…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Opportunistic and Delay-Tolerant Networks · Complex Network Analysis Techniques
