Towards Green AI-Native Networks: Evaluation of Neural Circuit Policy for Estimating Energy Consumption of Base Stations
Selim Ickin, Shruti Bothe, Aman Raparia, Nitin Khanna, Erik Sanders
TL;DR
The paper tackles estimating base-station energy consumption from performance counters in radio access networks and compares sparse Neural Circuit Policies (NCPs) against LSTMs. By leveraging continuous-time LTC-based NCPs with 90% sparsity, the authors demonstrate lower training energy and smaller parameter footprints while maintaining competitive accuracy (R^2 around $0.736$ for NCPs vs $0.748$ for LSTMs). The results indicate substantial reductions in energy consumption and model size for NCPs, with robustness to hyper-parameter variations, suggesting easier MLOps for telecom deployments. The findings support the broader goal of sustainable, AI-native network design by promoting compact, energy-efficient architectures that still deliver reliable energy estimations under data drift and noise.
Abstract
Optimization of radio hardware and AI-based network management software yield significant energy savings in radio access networks. The execution of underlying Machine Learning (ML) models, which enable energy savings through recommended actions, may require additional compute and energy, highlighting the opportunity to explore and adopt accurate and energy-efficient ML technologies. This work evaluates the novel use of sparsely structured Neural Circuit Policies (NCPs) in a use case to estimate the energy consumption of base stations. Sparsity in ML models yields reduced memory, computation and energy demand, hence facilitating a low-cost and scalable solution. We also evaluate the generalization capability of NCPs in comparison to traditional and widely used ML models such as Long Short Term Memory (LSTM), via quantifying their sensitivity to varying model hyper-parameters (HPs). NCPs demonstrated a clear reduction in computational overhead and energy consumption. Moreover, results indicated that the NCPs are robust to varying HPs such as number of epochs and neurons in each layer, making them a suitable option to ease model management and to reduce energy consumption in Machine Learning Operations (MLOps) in telecommunications.
