paper-with-me

Papers

TempME: Towards the Explainability of Temporal Graph Neural Networks via Motif Discovery

2023-10-30 · NeurIPS 2023 11 · Jialin Chen, Rex Ying

Temporal graphs are widely used to model dynamic systems with time-varying interactions. In real-world scenarios, the underlying mechanisms of generating future interactions in dynamic systems are typically governed by a set of recurring substructures within the graph, known as temporal motifs. Despite the success and prevalence of current temporal graph neural networks (TGNN), it remains uncertain which temporal motifs are recognized as the significant indications that trigger a certain prediction from the model, which is a critical challenge for advancing the explainability and trustworthiness of current TGNNs. To address this challenge, we propose a novel approach, called Temporal Motifs Explainer (TempME), which uncovers the most pivotal temporal motifs guiding the prediction of TGNNs. Derived from the information bottleneck principle, TempME extracts the most interaction-related motifs while minimizing the amount of contained information to preserve the sparsity and succinctness of the explanation. Events in the explanations generated by TempME are verified to be more spatiotemporally correlated than those of existing approaches, providing more understandable insights. Extensive experiments validate the superiority of TempME, with up to 8.21% increase in terms of explanation accuracy across six real-world datasets and up to 22.96% increase in boosting the prediction Average Precision of current TGNNs.

📄 PDF Abstract BibTeX arXiv:2310.19324

Code (1)

graph-and-geometric-learning/tempme 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Efficient Discovery of Motif Transition Process for Large-Scale Temporal Graphs

2025-04-22 · Zhiyuan Zheng, Jianpeng Qi, Jiantao Li, Guoqing Chao 외

Understanding the dynamic transition of motifs in temporal graphs is essential for revealing how graph structures evolve over time, identifying critical patterns, and predicting future behaviors, yet existing methods oft…

Result aggregation

TempMe: Video Temporal Token Merging for Efficient Text-Video Retrieval

2024-09-02 · Leqi Shen, Tianxiang Hao, Sicheng Zhao, Yifeng Zhang 외

Most text-video retrieval methods utilize the text-image pre-trained CLIP as a backbone, incorporating complex modules that result in high computational overhead. As a result, many studies focus on efficient fine-tuning.…

GPURetrievalVideo Retrieval

Learning local discrete features in explainable-by-design convolutional neural networks

2024-10-31 · Pantelis I. Kaplanoglou, Konstantinos Diamantaras

Our proposed framework attempts to break the trade-off between performance and explainability by introducing an explainable-by-design convolutional neural network (CNN) based on the lateral inhibition mechanism. The Expl…

Explainable Artificial Intelligence (XAI)Image ClassificationInterpretable Machine Learning

Empowering Dual-Level Graph Self-Supervised Pretraining with Motif Discovery

2023-12-19 · Pengwei Yan, Kaisong Song, Zhuoren Jiang, Yangyang Kang 외

While self-supervised graph pretraining techniques have shown promising results in various domains, their application still experiences challenges of limited topology learning, human knowledge dependency, and incompetent…

Representation LearningTransfer Learning

Using Motif Transitions for Temporal Graph Generation

2023-06-19 · Penghang Liu, A. Erdem Sarıyüce

Graph generative models are highly important for sharing surrogate data and benchmarking purposes. Real-world complex systems often exhibit dynamic nature, where the interactions among nodes change over time in the form …

BenchmarkingGraph Generation