paper-with-me

Papers

Predicting Path Failure In Time-Evolving Graphs

2019-05-10 · Jia Li, Zhichao Han, Hong Cheng, Jiao Su, Pengyun Wang, Jianfeng Zhang, Lujia Pan

In this paper we use a time-evolving graph which consists of a sequence of graph snapshots over time to model many real-world networks. We study the path classification problem in a time-evolving graph, which has many applications in real-world scenarios, for example, predicting path failure in a telecommunication network and predicting path congestion in a traffic network in the near future. In order to capture the temporal dependency and graph structure dynamics, we design a novel deep neural network named Long Short-Term Memory R-GCN (LRGCN). LRGCN considers temporal dependency between time-adjacent graph snapshots as a special relation with memory, and uses relational GCN to jointly process both intra-time and inter-time relations. We also propose a new path representation method named self-attentive path embedding (SAPE), to embed paths of arbitrary length into fixed-length vectors. Through experiments on a real-world telecommunication network and a traffic network in California, we demonstrate the superiority of LRGCN to other competing methods in path failure prediction, and prove the effectiveness of SAPE on path representation.

📄 PDF Abstract BibTeX arXiv:1905.03994

Code (2)

benedekrozemberczki/pytorch_geometric_temporal pytorch
chocolates/predicting-path-failure-in-time-evolving-graphs tf

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Predicting Fatigue Crack Growth via Path Slicing and Re-Weighting

2023-09-13 · Yingjie Zhao, Yong liu, Zhiping Xu

Predicting potential risks associated with the fatigue of key structural components is crucial in engineering design. However, fatigue often involves entangled complexities of material microstructures and service conditi…

Decision MakingDimensionality ReductionManagementPhysical Simulations+2

Prediction of rare events in the operation of household equipment using co-evolving time series

2023-12-15 · Hadia Mecheri, Islam Benamirouche, Feriel Fass, Djemel Ziou 외

In this study, we propose an approach for predicting rare events by exploiting time series in coevolution. Our approach involves a weighted autologistic regression model, where we leverage the temporal behavior of the da…

regressionTime Series

Explaining GNN over Evolving Graphs using Information Flow

2021-11-19 · Yazheng Liu, Xi Zhang, Sihong Xie

Graphs are ubiquitous in many applications, such as social networks, knowledge graphs, smart grids, etc.. Graph neural networks (GNN) are the current state-of-the-art for these applications, and yet remain obscure to hum…

Knowledge Graphs

EvoNet: A Neural Network for Predicting the Evolution of Dynamic Graphs

2020-03-02 · Changmin Wu, Giannis Nikolentzos, Michalis Vazirgiannis

Neural networks for structured data like graphs have been studied extensively in recent years. To date, the bulk of research activity has focused mainly on static graphs. However, most real-world networks are dynamic sin…

Graph MiningGraph Neural Network

Estimating Failure in Brittle Materials using Graph Theory

2018-07-30 · M. K. Mudunuru, N. Panda, S. Karra, G. Srinivasan 외

In brittle fracture applications, failure paths, regions where the failure occurs and damage statistics, are some of the key quantities of interest (QoI). High-fidelity models for brittle failure that accurately predict …

Uncertainty Quantification