Channel Estimation Using Segmented Neural Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current channel estimation techniques in communication systems, such as those using multilayer perceptrons (MLPs), face challenges in processing complex input information and supporting varying input sizes, leading to inefficiencies and high computational complexity, especially in 5G wireless communication systems that require precise channel estimation for reliable signal reception.

Innovation Solution

The proposed method subdivides the channel estimation process into multiple steps, employing different artificial neural networks for each step, including self-attention and LSTM operations, to efficiently process and refine channel information, thereby reducing complexity and improving performance without requiring channel covariance matrix information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If multilayer perceptron (MLP) is used for channel estimation, then the process can be simplified, but it becomes difficult to efficiently process complex input information and cannot support inputs of various sizes

Engineering Contradiction:
Improvechannel estimation process complexityVSAvoidcapability to process various input sizes and complex information
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent segments the channel estimation process into multiple steps: initial channel estimation, noise removal, and channel variation estimation. Each step uses a specialized neural network component (initial channel estimator, noise remover, channel variation estimator) that processes specific aspects of the input, allowing the system to handle complex information and variable sizes more effectively than a single MLP.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the input channel information from its original dimensional form into latent variables through embedding layers, adding positional encoding dimensions. This dimensional transformation allows the model to process variable-sized inputs and capture spatial relationships, overcoming the fixed-input limitation of traditional MLPs.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Reliability

If traditional channel estimation methods are used, then the process can be completed with simpler models, but computational complexity increases and performance decreases

Engineering Contradiction:
Improvechannel estimation accuracyVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent divides channel estimation into three sequential stages, each with a dedicated neural network component. The initial channel estimator generates preliminary estimates, the noise remover cleans the estimates, and the channel variation estimator refines the results. This segmentation improves accuracy by allowing each component to specialize in a specific aspect of estimation without the computational burden of a monolithic complex model.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary channel estimation and noise removal before conducting channel variation estimation. By preparing cleaner, pre-processed input data for the final estimation stage, the system achieves better performance with reduced computational complexity in the most computationally intensive stage.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If channel covariance matrix information is required for estimation, then accuracy may improve, but the system complexity and requirements increase

Engineering Contradiction:
Improvechannel estimation precisionVSAvoidsystem requirements and complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent implements a self-service mechanism where the noise remover component automatically learns and removes noise patterns from the channel estimates without requiring explicit noise statistics or covariance matrix information. The model adapts to the noise characteristics present in the training data, achieving accurate estimation without the additional complexity of covariance matrix computation and input.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20230388160A1Method and apparatus for channel estimation in communication system
Publication Date: 2023.11.30 ELECTRONICS & TELECOMM RES INST
  • US20230388160A1 patent drawing
  • US20230388160A1 patent drawing
  • US20230388160A1 patent drawing

AI summary

An operation method of a receiver may comprise: receiving reference signals from a transmitter in an entire use band; generating first channel information by performing channel estimation on each of the reference signals; generating second channel information by removing noises from the first channel information using a first artificial neural network; and generating third channel information for a grid of the entire use band based on the second channel information using a second artificial neural network.