Skip to content

Source code for "Congestion-aware Distributed Task Offloading in Wireless Multi-hop Networks Using Graph Neural Networks"

License

Notifications You must be signed in to change notification settings

zhongyuanzhao/multihop-offload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This software was created by William Marsh Rice University under Army Research Office (ARO) Award Number W911NF-24-2-0008 and W911NF-19-2-0269. ARO, as the Federal awarding agency, reserves a royalty-free, nonexclusive and irrevocable right to reproduce, publish, or otherwise use this software for Federal purposes, and to authorize others to do so in accordance with 2 CFR 200.315(b).

Zhongyuan Zhao, Jake Perazzone, Gunjan Verma, Santiago Segarra, " Congestion-aware Distributed Task Offloading in Wireless Multi-hop Networks Using Graph Neural Networks," accepted to IEEE ICASSP 2024, preprint http://arxiv.org/abs/2312.02471.

Abstract

Computational offloading has become an enabling component for edge intelligence in mobile and smart devices. Existing offloading schemes mainly focus on mobile devices and servers, while ignoring the potential network congestion caused by tasks from multiple mobile devices, especially in wireless multi-hop networks. To fill this gap, we propose a low-overhead, congestion-aware distributed task offloading scheme by augmenting a distributed greedy framework with graph-based machine learning. In simulated wireless multi-hop networks with 20-110 nodes and a resource allocation scheme based on shortest path routing and contention-based link scheduling, our approach is demonstrated to be effective in reducing congestion or unstable queues under the context-agnostic baseline, while improving the execution latency over local computing.

Key words: Computational offloading, queueing networks, wireless multi-hop networks, graph neural networks, shortest path.

Usage

To create data set, run

mkdir ./data
bash bash/data_gen_aco.sh

Training

bash bash/train.sh

Testing

bash bash/test.sh

To plot results, launch src/results_plot-Adhoc.ipynb