Spatial-Temporal Graph Representation Learning for Tactical Networks Future State Prediction
Junhua Liu, Justin Albrethsen, Lincoln Goh, David Yau, Kwan Hui Lim
TL;DR
The paper addresses predicting future connectivity in tactical communication networks by introducing STGED, a Spatial-Temporal Graph Encoder-Decoder framework that learns node-edge representations from past network states and forecasts next-state links. It combines a Graph Transformer Convolution-based spatial encoder with an LSTM temporal encoder and a Multi-Layer Perceptron decoder to produce next-state connectivity scores, trained via Binary Cross Entropy with a 0.5 threshold. The work contributes two Anglova-based datasets (CNTM and CNCM), a comprehensive experimental comparison against multiple baselines, and an ablation analysis showing the superiority of the GTC-LSTM configuration, achieving up to 99.2% accuracy in five-step predictions. This approach advances QoS-enabled decision making in dynamic, multi-hop tactical networks by providing accurate, scalable short-term connectivity forecasting. The results demonstrate STGED’s potential for proactive resource allocation in complex terrain and mobility scenarios, with practical impact on network reliability in military operations.
Abstract
Resource allocation in tactical ad-hoc networks presents unique challenges due to their dynamic and multi-hop nature. Accurate prediction of future network connectivity is essential for effective resource allocation in such environments. In this paper, we introduce the Spatial-Temporal Graph Encoder-Decoder (STGED) framework for Tactical Communication Networks that leverages both spatial and temporal features of network states to learn latent tactical behaviors effectively. STGED hierarchically utilizes graph-based attention mechanism to spatially encode a series of communication network states, leverages a recurrent neural network to temporally encode the evolution of states, and a fully-connected feed-forward network to decode the connectivity in the future state. Through extensive experiments, we demonstrate that STGED consistently outperforms baseline models by large margins across different time-steps input, achieving an accuracy of up to 99.2\% for the future state prediction task of tactical communication networks.
