NIAINov 25, 2022

Cross-network transferable neural models for WLAN interference estimation

arXiv:2211.14026v1h-index: 16
Originality Synthesis-oriented
AI Analysis

This work addresses interference estimation for WLAN management, but it is incremental as it compares existing deep learning architectures without introducing a new method.

The paper tackled the problem of accurately estimating airtime interference in WLANs to improve resource control, finding that Graph Convolutional Networks (GCNs) performed best overall in terms of accuracy, generalization, and robustness.

Airtime interference is a key performance indicator for WLANs, measuring, for a given time period, the percentage of time during which a node is forced to wait for other transmissions before to transmitting or receiving. Being able to accurately estimate interference resulting from a given state change (e.g., channel, bandwidth, power) would allow a better control of WLAN resources, assessing the impact of a given configuration before actually implementing it. In this paper, we adopt a principled approach to interference estimation in WLANs. We first use real data to characterize the factors that impact it, and derive a set of relevant synthetic workloads for a controlled comparison of various deep learning architectures in terms of accuracy, generalization and robustness to outlier data. We find, unsurprisingly, that Graph Convolutional Networks (GCNs) yield the best performance overall, leveraging the graph structure inherent to campus WLANs. We notice that, unlike e.g. LSTMs, they struggle to learn the behavior of specific nodes, unless given the node indexes in addition. We finally verify GCN model generalization capabilities, by applying trained models on operational deployments unseen at training time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes