Digital Twin WiFi Network Interference Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing solutions for reducing interference in wireless networks with dense access point deployments are inadequate due to limited hardware resources, overhead communication burdens, and inability to adapt to dynamic network conditions, particularly in rule-based and Q-Learning-based approaches.

Innovation Solution

A system utilizing a Digital Twin WiFi Network (DTWN) with a Reinforcement Learning-based method that records packet data at access points, performs real-time monitoring, and adjusts transmission power in the cloud, reducing interference by employing a Q-Learning-based transmission power control agent and reinforcement learning to optimize access point configurations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If rule-based transmit power control is implemented on access points, then transmission power can be adjusted according to predefined conditions, but the limited hardware resources of access points prevent effective adaptation to dynamic network conditions

Engineering Contradiction:
Improveadaptability to dynamic network conditionsVSAvoidhardware resource limitations
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system divides functionality between access points (data collection) and a central controller (complex calculations and adaptive control). The access points simply collect data and transmit it to the controller, which then performs the computationally intensive reinforcement learning calculations and sends back simplified control commands, thus segmenting the complexity away from resource-constrained devices.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A central controller acts as an intermediary between the access points and the reinforcement learning algorithm. The controller receives data from access points, processes it through the RL model, and generates control decisions. This intermediary handles the computational burden that access points cannot independently manage.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Object-affected harmful factors

If a central controller uses Q-Learning algorithm to adjust transmission power, then interference can be reduced, but additional communication overhead is introduced for data collection and control signals

Engineering Contradiction:
Improveinterference levelVSAvoidcommunication overhead
Core Design Contradiction:
Object-affected harmful factorsVSDevice complexity

Solution Approach 1:

The system implements a feedback loop where access points continuously monitor their own transmission parameters and the resulting interference, send this data to the central controller, which updates the Q-Learning model, and returns adjusted control signals. This feedback mechanism enables the system to learn from actual interference conditions and adapt accordingly, reducing interference over time despite the communication overhead.

Inventive Principle:
Principle #23Feedback

3Object-affected harmful factors

If offline learning strategy is used in Q-Learning approach, then the algorithm can be implemented, but achieving lower interference is counteracted

Engineering Contradiction:
Improveinterference levelVSAvoidreal-time adaptation capability
Core Design Contradiction:
Object-affected harmful factorsVSAdaptability or versatility

Solution Approach 1:

The system transitions from static offline learning to dynamic online learning. The Q-Learning algorithm continuously updates its knowledge base as new interference data becomes available from the wireless network. This allows the system to adapt to changing network conditions, device locations, and interference patterns in real-time, thereby achieving lower interference levels that would not be possible with fixed offline learning strategies.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20240430697A1Digital twin-based interference reduction system and method in local autonomous networks with dense access points
Publication Date: 2024.12.26 BTS KURUMSAL BILISIM TEKNOLOJILERI ANONIM SIRKETI
  • US20240430697A1 patent drawing
  • US20240430697A1 patent drawing
  • US20240430697A1 patent drawing

AI summary

To reduce the negative impact of interference observed in wireless networks and amplified with dense access point deployments, a system and method are disclosed for finding and adjusting Access Points' transmit power configuration that most reduce the impact of the interference by employing an exhaustive search enabled by Reinforcement Learning.