Statistical Learning in Automated Troubleshooting: Application to LTE Interference Mitigation

Moazzam Islam Tiwana,Berna Sayrac,Zwi Altman
DOI: https://doi.org/10.1109/TVT.2010.2050081
2010-05-04
Abstract:This paper presents a method for automated healing as part of off-line automated troubleshooting. The method combines statistical learning with constraint optimization. The automated healing aims at locally optimizing radio resource management (RRM) or system parameters of cells with poor performance in an iterative manner. The statistical learning processes the data using Logistic Regression (LR) to extract closed form (functional) relations between Key Performance Indicators (KPIs) and Radio Resource Management (RRM) parameters. These functional relations are then processed by an optimization engine which proposes new parameter values. The advantage of the proposed formulation is the small number of iterations required by the automated healing method to converge, making it suitable for off-line implementation. The proposed method is applied to heal an Inter-Cell Interference Coordination (ICIC) process in a 3G Long Term Evolution (LTE) network which is based on soft-frequency reuse scheme. Numerical simulations illustrate the benefits of the proposed approach.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to optimize radio resource management (RRM) parameters through automated troubleshooting methods in LTE (Long - Term Evolution) networks to mitigate inter - cell interference (ICIC). Specifically, the paper proposes an automated repair method that combines statistical learning and constrained optimization, aiming to improve network performance quickly and effectively. ### Problem Background In future Beyond 3G and 4G networks, efficient network management is a major challenge. The wireless ecosystem is becoming increasingly heterogeneous, with different technologies and deployment scenarios (such as macro - cells, micro - cells, pico - cells, and femto - cells) coexisting and collaborating. Fault management or troubleshooting is an important part of network operations, including three functions: fault detection, fault diagnosis, and fault recovery. To meet this challenge, researchers have developed automated fault diagnosis and repair methods. ### Paper Objectives The main objective of this paper is to propose a statistical - learning - based automated repair method (SLAH) for optimizing RRM parameters in cells with poor performance. Specifically, this method aims to: 1. **Local Optimization**: Optimize the RRM parameters of a specific cell and its neighboring cells in an iterative manner. 2. **Fast Convergence**: By combining statistical learning and constrained optimization, reduce the number of required iterations to achieve fast convergence. 3. **Application Example**: Apply this method to the ICIC process in LTE networks, especially interference coordination based on the soft frequency reuse scheme. ### Method Overview The SLAH method includes the following steps: 1. **Initialization**: Provide initial RRM parameters for the faulty cell. 2. **Network / Simulation Module**: Measure or calculate key performance indicators (KPIs) under the new RRM parameters. 3. **Statistical Learning Module**: Use logistic regression (LR) to extract the functional relationship between KPIs and RRM parameters. 4. **Optimization Module**: Calculate the optimal RRM parameter values according to the current statistical model to minimize the cost function and meet the constraint conditions. ### Mathematical Formulas - **Logistic Regression Model**: \[ y_{m,i}=f_{\text{log}}(\eta_{m,i})+\epsilon_i \] where, \[ f_{\text{log}}(z)=\frac{1}{1 + e^{-z}} \] \[ \eta_{m,i}=\beta_{m,0}+\beta_{m,1}x_i \] \(y_{m,i}\) is the \(i\) - th sample value of the \(m\) - th KPI, \(x_i\) is the \(i\) - th sample value of the explanatory variable (RRM parameter), and \(\epsilon_i\) is the residual error. - **Optimization Problem**: \[ \hat{x}=\arg\min_x C(x) \] where, \[ C = \sum_{m\in A_o}w_m\hat{y}_m(x) \] \(A_o\) is the optimization set, \(A_c\) is the constraint set, and \(w_m\) is the weight coefficient. ### Application Example The paper verifies the effectiveness of the SLAH method by simulating an LTE network with 45 eNBs. The results show that this method can significantly reduce file transfer time (FTT) and block call rate (BCR), thereby improving network performance and user experience. In conclusion, the paper proposes an innovative automated repair method that can converge quickly in the presence of noisy data and can be applied to different RRM parameter optimization problems.