Edge Ranking of Graphs in Transportation Networks using a Graph Neural
Network (GNN)
- URL: http://arxiv.org/abs/2303.17485v1
- Date: Sat, 25 Mar 2023 20:45:30 GMT
- Title: Edge Ranking of Graphs in Transportation Networks using a Graph Neural
Network (GNN)
- Authors: Debasish Jana, Sven Malama, Sriram Narasimhan, Ertugrul Taciroglu
- Abstract summary: Edge betweenness centrality (EBC) is a measure to determine the influential edges of the graph based on connectivity and information spread.
We propose an approximate method to estimate the EBC using a Graph Neural Network (GNN), a deep learning-based approach.
The proposed method of GNN-based edge ranking is evaluated on several synthetic graphs and a real-world transportation data set.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Many networks, such as transportation, power, and water distribution, can be
represented as graphs. Crucial challenge in graph representations is
identifying the importance of graph edges and their influence on overall
network efficiency and information flow performance. For example, important
edges in a transportation network are those roads that, when affected, will
significantly alter the network's overall efficiency. Commonly used approach to
finding such important edges is ``edge betweenness centrality'' (EBC), an edge
ranking measure to determine the influential edges of the graph based on
connectivity and information spread. Computing the EBC utilizing the common
Brandes algorithm involves calculating the shortest paths for every node pair,
which can be computationally expensive and restrictive, especially for large
graphs. Changes in the graph parameters, e.g., in the edge weight or the
addition and deletion of nodes or edges, require the recalculation of the EBC.
As the main contribution, we propose an approximate method to estimate the EBC
using a Graph Neural Network (GNN), a deep learning-based approach. We show
that it is computationally efficient compared to the conventional method,
especially for large graphs. The proposed method of GNN-based edge ranking is
evaluated on several synthetic graphs and a real-world transportation data set.
We show that this framework can estimate the approximate edge ranking much
faster compared to the conventional method. This approach is inductive, i.e.,
training and testing are performed on different sets of graphs with varying
numbers of nodes and edges. The proposed method is especially suitable for
applications on large-scale networks when edge information is desired, for
example, in urban infrastructure improvement projects, power, and water network
resilience analyses, and optimizing resource allocations in engineering
networks.
Related papers
- Improving Graph Neural Networks by Learning Continuous Edge Directions [0.0]
Graph Neural Networks (GNNs) traditionally employ a message-passing mechanism that resembles diffusion over undirected graphs.
Our key insight is to assign fuzzy edge directions to the edges of a graph so that features can preferentially flow in one direction between nodes.
We propose a general framework, called Continuous Edge Direction (CoED) GNN, for learning on graphs with fuzzy edges.
arXiv Detail & Related papers (2024-10-18T01:34:35Z) - Spectral Greedy Coresets for Graph Neural Networks [61.24300262316091]
The ubiquity of large-scale graphs in node-classification tasks hinders the real-world applications of Graph Neural Networks (GNNs)
This paper studies graph coresets for GNNs and avoids the interdependence issue by selecting ego-graphs based on their spectral embeddings.
Our spectral greedy graph coreset (SGGC) scales to graphs with millions of nodes, obviates the need for model pre-training, and applies to low-homophily graphs.
arXiv Detail & Related papers (2024-05-27T17:52:12Z) - You Only Transfer What You Share: Intersection-Induced Graph Transfer
Learning for Link Prediction [79.15394378571132]
We investigate a previously overlooked phenomenon: in many cases, a densely connected, complementary graph can be found for the original graph.
The denser graph may share nodes with the original graph, which offers a natural bridge for transferring selective, meaningful knowledge.
We identify this setting as Graph Intersection-induced Transfer Learning (GITL), which is motivated by practical applications in e-commerce or academic co-authorship predictions.
arXiv Detail & Related papers (2023-02-27T22:56:06Z) - EGRC-Net: Embedding-induced Graph Refinement Clustering Network [66.44293190793294]
We propose a novel graph clustering network called Embedding-Induced Graph Refinement Clustering Network (EGRC-Net)
EGRC-Net effectively utilizes the learned embedding to adaptively refine the initial graph and enhance the clustering performance.
Our proposed methods consistently outperform several state-of-the-art approaches.
arXiv Detail & Related papers (2022-11-19T09:08:43Z) - Affinity-Aware Graph Networks [9.888383815189176]
Graph Neural Networks (GNNs) have emerged as a powerful technique for learning on relational data.
We explore the use of affinity measures as features in graph neural networks.
We propose message passing networks based on these features and evaluate their performance on a variety of node and graph property prediction tasks.
arXiv Detail & Related papers (2022-06-23T18:51:35Z) - KGNN: Harnessing Kernel-based Networks for Semi-supervised Graph
Classification [13.419578861488226]
We propose a Kernel-based Graph Neural Network (KGNN) for semi-supervised graph classification.
We show that KGNN achieves impressive performance over competitive baselines.
arXiv Detail & Related papers (2022-05-21T10:03:46Z) - Training Robust Graph Neural Networks with Topology Adaptive Edge
Dropping [116.26579152942162]
Graph neural networks (GNNs) are processing architectures that exploit graph structural information to model representations from network data.
Despite their success, GNNs suffer from sub-optimal generalization performance given limited training data.
This paper proposes Topology Adaptive Edge Dropping to improve generalization performance and learn robust GNN models.
arXiv Detail & Related papers (2021-06-05T13:20:36Z) - A Robust and Generalized Framework for Adversarial Graph Embedding [73.37228022428663]
We propose a robust framework for adversarial graph embedding, named AGE.
AGE generates the fake neighbor nodes as the enhanced negative samples from the implicit distribution.
Based on this framework, we propose three models to handle three types of graph data.
arXiv Detail & Related papers (2021-05-22T07:05:48Z) - Co-embedding of Nodes and Edges with Graph Neural Networks [13.020745622327894]
Graph embedding is a way to transform and encode the data structure in high dimensional and non-Euclidean feature space.
CensNet is a general graph embedding framework, which embeds both nodes and edges to a latent feature space.
Our approach achieves or matches the state-of-the-art performance in four graph learning tasks.
arXiv Detail & Related papers (2020-10-25T22:39:31Z) - Bayesian Spatio-Temporal Graph Convolutional Network for Traffic
Forecasting [22.277878492878475]
We propose a Bayesian S-temporal ConTemporal Graphal Network (BSTGCN) for traffic prediction.
The graph structure in our network is learned from the physical topology of the road network and traffic data in an end-to-end manner.
We verify the effectiveness of our method on two real-world datasets, and the experimental results demonstrate that BSTGCN attains superior performance compared with state-of-the-art methods.
arXiv Detail & Related papers (2020-10-15T03:41:37Z) - EdgeNets:Edge Varying Graph Neural Networks [179.99395949679547]
This paper puts forth a general framework that unifies state-of-the-art graph neural networks (GNNs) through the concept of EdgeNet.
An EdgeNet is a GNN architecture that allows different nodes to use different parameters to weigh the information of different neighbors.
This is a general linear and local operation that a node can perform and encompasses under one formulation all existing graph convolutional neural networks (GCNNs) as well as graph attention networks (GATs)
arXiv Detail & Related papers (2020-01-21T15:51:17Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.