Automated Model Design using Gated Neuron Selection in Telecom
Adam Orucu, Marcus Medhage, Farnaz Moradi, Andreas Johnsson, Sarunas Girdzijauskas
TL;DR
TabGNS introduces a novel gradient-based neural architecture search for tabular telecom data, leveraging neuron-level gating to automatically design compact, high-performance MLPs within the model lifecycle management framework. By replacing layer-level search with individual neuron gates and using Gumbel-Softmax with Straight-Through Estimation, TabGNS performs joint architecture search and training, yielding architectures that match or exceed large MLP baselines while reducing parameters by 51–82% and achieving up to 36× faster search times. Across six tabular datasets, including telecom RSS and VoD metrics plus two generic benchmarks, TabGNS demonstrates robust performance gains and consistent convergence where other tabular NAS methods struggle. The approach enables automated, scalable, and efficient model design for resource-constrained telecom environments, supporting rapid retraining and deployment in lifecycle management contexts, with future work extending to other layer types and datasets.
Abstract
The telecommunications industry is experiencing rapid growth in adopting deep learning for critical tasks such as traffic prediction, signal strength prediction, and quality of service optimisation. However, designing neural network architectures for these applications remains challenging and time-consuming, particularly when targeting compact models suitable for resource-constrained network environments. Therefore, there is a need for automating the model design process to create high-performing models efficiently. This paper introduces TabGNS (Tabular Gated Neuron Selection), a novel gradient-based Neural Architecture Search (NAS) method specifically tailored for tabular data in telecommunications networks. We evaluate TabGNS across multiple telecommunications and generic tabular datasets, demonstrating improvements in prediction performance while reducing the architecture size by 51-82% and reducing the search time by up to 36x compared to state-of-the-art tabular NAS methods. Integrating TabGNS into the model lifecycle management enables automated design of neural networks throughout the lifecycle, accelerating deployment of ML solutions in telecommunications networks.
