DRL Agent for Self-Organizing Network Cell Parameter Optimization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The optimization of cellular mobile communications networks, particularly in 5G networks, faces a complex NP-hard combinatorial optimization problem due to the large number of possible configurations for tunable parameters like antenna tilts, transmission power, and beamforming techniques, making it difficult to systematically explore all solutions.

Innovation Solution

A data-driven Deep Reinforcement Learning (DRL) method and system are employed for Coverage and Capacity Optimization (CCO) in self-organizing networks. This involves creating a simulated network environment using MDT data, network performance indicators, and electromagnetic simulations to train a DQN agent. The agent interacts with the environment to adjust modifiable parameters of network cells, receiving rewards based on network performance metrics.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If all possible configurations of network cell parameters are systematically explored to find optimal Coverage and Capacity, then the completeness of solution search is improved, but the computational complexity and time required become prohibitively large

Engineering Contradiction:
Improveoptimization precisionVSAvoidcomputational complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent segments the vast solution space by dividing it into promising regions and less promising regions based on initial evaluation. The optimization algorithm focuses computational resources on exploring the promising regions in detail, while using coarser exploration for less promising regions. This segmentation allows the system to achieve high optimization precision without requiring exhaustive search of all possible configurations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies local quality by using different exploration strategies for different regions of the solution space. Promising regions receive intensive local search with fine-grained parameter adjustments, while other regions receive broader exploration. This localized approach to optimization quality enables the system to achieve high precision where it matters most without the computational cost of uniform high-precision search everywhere.

Inventive Principle:
Principle #3Local quality

2Adaptability or versatility

If the number of tunable parameters per network cell is increased to improve Coverage and Capacity optimization capability, then the optimization potential is improved, but the size of the solution space grows exponentially

Engineering Contradiction:
Improveoptimization capabilityVSAvoidsolution space size
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The patent performs preliminary action by first evaluating all possible parameter configurations to identify and mark the promising regions before the main optimization process begins. This preliminary evaluation creates a guide map that directs the subsequent optimization algorithm to focus on regions with high potential, avoiding exhaustive search of the entire exponentially growing solution space. The preliminary action transforms the unmanageable full search problem into a directed search problem.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies partial action by deliberately limiting the search to only the most promising regions of the solution space rather than exploring all possible configurations. The system accepts that not all regions will be exhaustively searched, but this partial exploration is sufficient to find optimal or near-optimal solutions. This approach makes the optimization feasible despite the exponential growth of the solution space with increased parameters.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20250159499A1Optimization of the configuration of a mobile communications network
Publication Date: 2025.05.15 TELECOM ITALIA SPA
  • US20250159499A1 patent drawing
  • US20250159499A1 patent drawing
  • US20250159499A1 patent drawing

AI summary

A method for adjusting network cell parameters in a self-organizing cellular mobile network using a data processing system. The method involves creating an Environment that simulates the network based on radio measurement data, network performance data, and electromagnetic field simulation. A Deep Reinforcement Learning (DRL) Agent interacts with this Environment to simulate the effects of parameter changes on network performance. The Environment calculates and returns a Reward to the DRL Agent, which is used to train the Agent and estimate Q-values. The DRL Agent selects actions based on a policy that balances greedy actions, random actions, and constrained random actions. If the DRL Agent violates a predetermined constraint, the Environment returns a penalizing Reward.