UAV Trajectory Planning for AoI-Minimal Data Collection in UAV-Aided IoT Networks by Transformer

Botao Zhu,Ebrahim Bedeer,Ha H. Nguyen,Robert Barton,Zhen Gao
DOI: https://doi.org/10.1109/TWC.2022.3204438
2023-11-09
Abstract:Maintaining freshness of data collection in Internet-of-Things (IoT) networks has attracted increasing attention. By taking into account age-of-information (AoI), we investigate the trajectory planning problem of an unmanned aerial vehicle (UAV) that is used to aid a cluster-based IoT network. An optimization problem is formulated to minimize the total AoI of the collected data by the UAV from the ground IoT network. Since the total AoI of the IoT network depends on the flight time of the UAV and the data collection time at hovering points, we jointly optimize the selection of hovering points and the visiting order to these points. We exploit the state-of-the-art transformer and the weighted A*, which is a path search algorithm, to design a machine learning algorithm to solve the formulated problem. The whole UAV-IoT system is fed into the encoder network of the proposed algorithm, and the algorithm's decoder network outputs the visiting order to ground clusters. Then, the weighted A* is used to find the hovering point for each cluster in the ground IoT network. Simulation results show that the trained model by the proposed algorithm has a good generalization ability to generate solutions for IoT networks with different numbers of ground clusters, without the need to retrain the model. Furthermore, results show that our proposed algorithm can find better UAV trajectories with the minimum total AoI when compared to other algorithms.
Networking and Internet Architecture,Artificial Intelligence
What problem does this paper attempt to address?
This paper discusses how to minimize the Age of Information (AoI) by optimizing the flight trajectory of Unmanned Aerial Vehicles (UAVs) in IoT-assisted networks. The research considers cluster-based IoT networks and aims to jointly optimize the UAV's hover point selection and access order to reduce the total AoI of collecting data from the ground IoT network. The paper proposes a machine learning approach that combines the latest transformer architecture and weighted A* algorithm to solve this problem. Through simulation results, the proposed algorithm demonstrates good generalization capabilities in IoT networks of different scales and can find better UAV flight trajectories and achieve the minimum total AoI compared to other algorithms.