Semi-decentralized Inference in Heterogeneous Graph Neural Networks for
Traffic Demand Forecasting: An Edge-Computing Approach
- URL: http://arxiv.org/abs/2303.00524v2
- Date: Thu, 6 Apr 2023 14:42:28 GMT
- Title: Semi-decentralized Inference in Heterogeneous Graph Neural Networks for
Traffic Demand Forecasting: An Edge-Computing Approach
- Authors: Mahmoud Nazzal, Abdallah Khreishah, Joyoung Lee, Shaahin Angizi, Ala
Al-Fuqaha, and Mohsen Guizani
- Abstract summary: graph neural networks (GNNs) have been shown promising for prediction of taxi service demand and supply.
We propose a semi-decentralized approach utilizing multiple cloudlets, moderately sized storage and computation devices.
Also, we propose a heterogeneous GNN-LSTM algorithm for improved taxi-level demand and supply forecasting.
- Score: 35.0857568908058
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Prediction of taxi service demand and supply is essential for improving
customer's experience and provider's profit. Recently, graph neural networks
(GNNs) have been shown promising for this application. This approach models
city regions as nodes in a transportation graph and their relations as edges.
GNNs utilize local node features and the graph structure in the prediction.
However, more efficient forecasting can still be achieved by following two main
routes; enlarging the scale of the transportation graph, and simultaneously
exploiting different types of nodes and edges in the graphs. However, both
approaches are challenged by the scalability of GNNs. An immediate remedy to
the scalability challenge is to decentralize the GNN operation. However, this
creates excessive node-to-node communication. In this paper, we first
characterize the excessive communication needs for the decentralized GNN
approach. Then, we propose a semi-decentralized approach utilizing multiple
cloudlets, moderately sized storage and computation devices, that can be
integrated with the cellular base stations. This approach minimizes
inter-cloudlet communication thereby alleviating the communication overhead of
the decentralized approach while promoting scalability due to cloudlet-level
decentralization. Also, we propose a heterogeneous GNN-LSTM algorithm for
improved taxi-level demand and supply forecasting for handling dynamic taxi
graphs where nodes are taxis. Extensive experiments over real data show the
advantage of the semi-decentralized approach as tested over our heterogeneous
GNN-LSTM algorithm. Also, the proposed semi-decentralized GNN approach is shown
to reduce the overall inference time by about an order of magnitude compared to
centralized and decentralized inference schemes.
Related papers
- Domain-adaptive Message Passing Graph Neural Network [67.35534058138387]
Cross-network node classification (CNNC) aims to classify nodes in a label-deficient target network by transferring the knowledge from a source network with abundant labels.
We propose a domain-adaptive message passing graph neural network (DM-GNN), which integrates graph neural network (GNN) with conditional adversarial domain adaptation.
arXiv Detail & Related papers (2023-08-31T05:26:08Z) - Adaptive Hierarchical SpatioTemporal Network for Traffic Forecasting [70.66710698485745]
We propose an Adaptive Hierarchical SpatioTemporal Network (AHSTN) to promote traffic forecasting.
AHSTN exploits the spatial hierarchy and modeling multi-scale spatial correlations.
Experiments on two real-world datasets show that AHSTN achieves better performance over several strong baselines.
arXiv Detail & Related papers (2023-06-15T14:50:27Z) - ABC: Aggregation before Communication, a Communication Reduction
Framework for Distributed Graph Neural Network Training and Effective
Partition [0.0]
Graph Neural Networks (GNNs) are neural models tailored for graph-structure data and have shown superior performance in learning representations for graph-structured data.
In this paper, we study the communication complexity during distributed GNNs training.
We show that the new partition paradigm is particularly ideal in the case of dynamic graphs where it is infeasible to control the edge placement due to the unknown of the graph-changing process.
arXiv Detail & Related papers (2022-12-11T04:54:01Z) - Binary Graph Convolutional Network with Capacity Exploration [58.99478502486377]
We propose a Binary Graph Convolutional Network (Bi-GCN), which binarizes both the network parameters and input node attributes.
Our Bi-GCN can reduce the memory consumption by an average of 31x for both the network parameters and input data, and accelerate the inference speed by an average of 51x.
arXiv Detail & Related papers (2022-10-24T12:05:17Z) - Graph Neural Network Based Node Deployment for Throughput Enhancement [20.56966053013759]
We propose a novel graph neural network (GNN) method for the network node deployment problem.
We show that an expressive GNN has the capacity to approximate both the function value and the traffic permutation, as a theoretic support for the proposed method.
arXiv Detail & Related papers (2022-08-19T08:06:28Z) - p2pGNN: A Decentralized Graph Neural Network for Node Classification in
Peer-to-Peer Networks [15.164084925877624]
We aim to classify nodes of unstructured peer-to-peer networks with communication uncertainty, such as users of decentralized social networks.
We employ decoupled Graph Neural Networks (GNNs) to solve this problem.
We develop an asynchronous decentralized formulation of diffusion that converges at the same predictions linearly with respect to communication rate.
arXiv Detail & Related papers (2021-11-29T12:21:47Z) - Power Flow Balancing with Decentralized Graph Neural Networks [4.812718493682454]
We propose an end-to-end framework based on a Graph Neural Network (GNN) to balance the power flows in a generic grid.
The proposed framework is efficient and, compared to other solvers based on deep learning, is robust to perturbations not only to the physical quantities on the grid components, but also to the topology.
arXiv Detail & Related papers (2021-11-03T12:14:56Z) - Resource Allocation via Graph Neural Networks in Free Space Optical
Fronthaul Networks [119.81868223344173]
This paper investigates the optimal resource allocation in free space optical (FSO) fronthaul networks.
We consider the graph neural network (GNN) for the policy parameterization to exploit the FSO network structure.
The primal-dual learning algorithm is developed to train the GNN in a model-free manner, where the knowledge of system models is not required.
arXiv Detail & Related papers (2020-06-26T14:20:48Z) - Binarized Graph Neural Network [65.20589262811677]
We develop a binarized graph neural network to learn the binary representations of the nodes with binary network parameters.
Our proposed method can be seamlessly integrated into the existing GNN-based embedding approaches.
Experiments indicate that the proposed binarized graph neural network, namely BGN, is orders of magnitude more efficient in terms of both time and space.
arXiv Detail & Related papers (2020-04-19T09:43:14Z) - An Uncoupled Training Architecture for Large Graph Learning [20.784230322205232]
We present Node2Grids, a flexible uncoupled training framework for embedding graph data into grid-like data.
By ranking each node's influence through degree, Node2Grids selects the most influential first-order as well as second-order neighbors with central node fusion information.
For further improving the efficiency of downstream tasks, a simple CNN-based neural network is employed to capture the significant information from the mapped grid-like data.
arXiv Detail & Related papers (2020-03-21T11:49:16Z) - 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.