Deep Temporal Graph Clustering
Meng Liu, Yue Liu, Ke Liang, Wenxuan Tu, Siwei Wang, Sihang Zhou,, Xinwang Liu

TL;DR
This paper introduces TGC, a novel framework for deep clustering of temporal graphs that preserves dynamic interaction information and improves performance over static graph approaches.
Contribution
The paper proposes a general deep clustering framework specifically designed for temporal graphs, addressing the loss of dynamic information in static processing.
Findings
Temporal graph clustering offers better flexibility in time-space trade-offs.
TGC significantly improves clustering performance on temporal graph datasets.
The framework effectively enhances existing temporal graph learning methods.
Abstract
Deep graph clustering has recently received significant attention due to its ability to enhance the representation learning capabilities of models in unsupervised scenarios. Nevertheless, deep clustering for temporal graphs, which could capture crucial dynamic interaction information, has not been fully explored. It means that in many clustering-oriented real-world scenarios, temporal graphs can only be processed as static graphs. This not only causes the loss of dynamic information but also triggers huge computational consumption. To solve the problem, we propose a general framework for deep Temporal Graph Clustering called TGC, which introduces deep clustering techniques to suit the interaction sequence-based batch-processing pattern of temporal graphs. In addition, we discuss differences between temporal graph clustering and static graph clustering from several levels. To verify the…
Peer Reviews
Decision·ICLR 2024 poster
1 The paper is well-written, structured and easy to follow. The authors provide sufficient implementation and experimental details in the Appendix. 2 The authors' focus and exploration of temporal graph clustering may shed new light on the graph learning community. 3 The experiments are extensive and the results are presented in a clear and concise manner.
1 The authors mention that datasets are processed by batches, so for each batch does that mean it is a subgraph structure obtained by sampling? Or what is the difference between this way of processing the data in batches, compared to the way of training according to subgraphs? 2 I would like the authors to further discuss the practical application of temporal graph clustering in real-world scenarios to demonstrate the significance of this ‘new’ task. 3 The authors need to check the paper for g
1) This paper investigates temporal graph clustering, which is less explored in the graph community. 2) Both large and small datasets are used in the experimental sections and the results demonstrate the proposed model achieve really good performance. 3) Memory consumption and running time are reported to show the efficiency of the proposed framework. 4) Ablation studies are given to show the effectiveness of the proposed components.
1) The technical contribution of this paper is very limited. The two introduced tricks (i.e., clustering assignment distribution and adjacency matrix reconstruction) have been widely used by existing works. Eq. 6 and Eq. 7 are commonly utilized in existing static graph clustering models. No new models are proposed in this paper. [1] Bo D, Wang X, Shi C, et al. Structural deep clustering network[C]//Proceedings of the web conference 2020. 2020: 1400-1410. [2] Xie J, Girshick R, Farhadi A. Unsup
+ The motivation is clear. It is meaningful to expand deep clustering to temporal graphs. The presentation is excellent. + The core idea is novel and easy to follow. The temporal loss mines graph temporal information and the clustering loss is improved with node-level distribution and batch-level reconstruction. + The experiments are comprehensive. The analyses provide many significant insights for temporal graph clustering.
- The authors just conduct the clustering algorithms one run. However, most clustering algorithms are not robust and are sensitive to random seeds. - The performance of TGC on the Brain dataset is not promising. Please provide the explanation and analyses. - The related work section is limited. The authors need to survey and compare more papers published in 2022 and 2023. - Missing middle-scale datasets. The authors should explore the dataset size boundaries of the statics deep graph cluste
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Advanced Graph Neural Networks
