Toward Explainable Reasoning in 6G: A Proof of Concept Study on Radio Resource Allocation

Farhad Rezazadeh,Sergio Barrachina-Muñoz,Hatim Chergui,Josep Mangues,Mehdi Bennis,Dusit Niyato,Houbing Song,Lingjia Liu
2024-09-19
Abstract:The move toward artificial intelligence (AI)-native sixth-generation (6G) networks has put more emphasis on the importance of explainability and trustworthiness in network management operations, especially for mission-critical use-cases. Such desired trust transcends traditional post-hoc explainable AI (XAI) methods to using contextual explanations for guiding the learning process in an in-hoc way. This paper proposes a novel graph reinforcement learning (GRL) framework named TANGO which relies on a symbolic subsystem. It consists of a Bayesian-graph neural network (GNN) Explainer, whose outputs, in terms of edge/node importance and uncertainty, are periodically translated to a logical GRL reward function. This adjustment is accomplished through defined symbolic reasoning rules within a Reasoner. Considering a real-world testbed proof-of-concept (PoC), a gNodeB (gNB) radio resource allocation problem is formulated, which aims to minimize under- and over-provisioning of physical resource blocks (PRBs) while penalizing decisions emanating from the uncertain and less important edge-nodes relations. Our findings reveal that the proposed in-hoc explainability solution significantly expedites convergence compared to standard GRL baseline and other benchmarks in the deep reinforcement learning (DRL) domain. The experiment evaluates performance in AI, complexity, energy consumption, robustness, network, scalability, and explainability metrics. Specifically, the results show that TANGO achieves a noteworthy accuracy of 96.39% in terms of optimal PRB allocation in inference phase, outperforming the baseline by 1.22x.
Networking and Internet Architecture
What problem does this paper attempt to address?
The paper aims to address the issue of radio resource allocation in sixth-generation (6G) wireless communication networks, particularly enhancing the interpretability and trustworthiness of network management operations in mission-critical application scenarios. Specifically, the paper proposes a novel graph reinforcement learning framework named TANGO, which achieves an "in-hoc" interpretability method by combining a Bayesian Graph Neural Network (BGNN) interpreter with a symbolic reasoning system to directly guide the learning process during training. This framework aims to overcome the opacity issues in existing methods and significantly improve the efficiency of Physical Resource Blocks (PRBs) allocation through the following ways: 1. **Transparency and Trustworthiness**: Existing resource allocation methods in 5G/6G networks lack transparency and trustworthiness. TANGO enhances the interpretability of the decision-making process by introducing a symbolic subsystem. 2. **Optimized Resource Allocation**: TANGO aims to minimize both over-allocation and under-allocation of physical resource blocks while penalizing decisions from uncertain or less important edge node relationships. 3. **Accelerated Convergence**: Experimental results show that TANGO has a significant advantage in convergence speed compared to standard graph reinforcement learning baselines and other deep reinforcement learning benchmarks. 4. **Performance Improvement**: TANGO achieves up to 96.39% optimal PRB allocation accuracy during the inference phase, which is 1.22 times higher than baseline methods. By combining graph representation and Bayesian modeling, TANGO can continuously learn from dynamic network environments and adjust its PRB allocation strategy in real-time to adapt to changing traffic patterns, providing a more efficient and interpretable solution for future 6G networks.