Papers
Topics
Authors
Recent
Search
2000 character limit reached

Diffusion-Based Noise-Adaptive Null-Space Channel Estimation for OFDM Systems

Published 3 Jul 2026 in cs.IT and eess.SP | (2607.03348v1)

Abstract: Accurate channel estimation in orthogonal frequency division multiplexing (OFDM) systems remains challenging when demodulation reference signal (DMRS) observations are sparse and noisy, and when DMRS configurations vary across deployment scenarios. This paper proposes DANCE (Diffusion-based Noise-Adaptive Null-space Channel Estimation), a diffusion-based channel estimator for OFDM systems. We formulate DMRS-aided channel estimation as a sparse linear inverse problem whose measurement operator is induced by the pilot pattern. The resulting range-null space decomposition separates the measurement-constrained range-space component from the unobserved null-space component, which is reconstructed through a learned diffusion prior. To avoid directly imposing noisy pilot samples as exact constraints, DANCE introduces a noise-adaptive posterior correction into the reverse diffusion process. The correction coefficient and the residual sampling variance are jointly calibrated according to the observation noise level, thereby reducing pilot-noise injection while retaining useful measurement information. We further design a conditional U-Net denoiser for complex-valued OFDM channel grids, where the real and imaginary components are represented as separate feature channels and downsampling is performed only along the subcarrier dimension. Simulations based on 5G NR tapped delay line (TDL) and clustered delay line (CDL) channel models show that DANCE achieves consistently lower normalized mean squared error (NMSE) than conventional estimators and diffusion-based posterior sampling methods under different signal-to-noise ratios, DMRS configurations, Doppler frequency shifts, and train-test distribution mismatches.

Summary

  • The paper presents DANCE, a novel method that uses range–null-space decomposition combined with a diffusion prior to accurately estimate channels from sparse DMRS pilots.
  • It leverages a noise-adaptive posterior correction mechanism that adjusts for pilot noise variance, demonstrating superior NMSE performance over classical and deep learning-based estimators.
  • The framework shows robust performance in low-pilot-density regimes and offers potential extensions to MIMO and frequency-selective channel scenarios in practical deployments.

Diffusion-Based Noise-Adaptive Null-Space Channel Estimation for OFDM Systems

Introduction

The paper "Diffusion-Based Noise-Adaptive Null-Space Channel Estimation for OFDM Systems" (2607.03348) investigates the problem of channel estimation for OFDM receivers operating with sparse and noisy DMRS pilot patterns, which is critical for reliable coherent demodulation in current and future wireless networks (5G NR and beyond). The proposed framework, DANCE (Diffusion-based Noise-Adaptive Null-space Channel Estimation), is designed to address the limitations of classical (LMMSE, LS) and recent deep learning-based estimators, particularly in scenarios with low pilot density, varying DMRS allocation, high pilot noise, and distribution mismatch between training and deployment.

Problem Formulation and Range–Null Space Decomposition

DANCE models DMRS-aided OFDM channel estimation as a sparse linear inverse problem. Each resource element (RE) receives a pilot or data assignment; DMRS pilots are available only on a subset of the time-frequency grid (see (Figure 1)). The classical channel estimation equation is:

Y=PH+N\mathbf{Y} = \mathbf{P} \odot \mathbf{H} + \mathbf{N}

where P\mathbf{P} describes the DMRS allocation, H\mathbf{H} the time-frequency channel, and N\mathbf{N} the measurement noise. Figure 1

Figure 1: A representative example of a DMRS configuration. The REs highlighted in blue denote DMRS allocations, while the remaining REs are used for data transmission.

The critical insight is a unique orthogonal decomposition based on the measurement matrix:

h=AAh+(IAA)h\mathbf{h} = \mathbf{A}^{\dagger}\mathbf{A}\mathbf{h} + (\mathbf{I} - \mathbf{A}^{\dagger}\mathbf{A})\mathbf{h}

where the first term is the observable (pilot-supported) component, and the second lies in the null space, unrecoverable from measurement alone.

Diffusion Model-Based Estimation and Noise Adaptation

Conventional generative models often learn a direct mapping from sparse observation to full grid, leading to fragility under pilot pattern changes and distribution shifts. DANCE adopts an orthogonal approach: the observable channel is projected from pilot observations, and the unobservable (null-space) component is imputed via a learned diffusion prior—effectively decoupling explicit measurement fitting from generative modeling.

The system block diagram (Figure 2) outlines DANCE’s structure: observed pilot information is processed through range–null-space decomposition, and the null-space component is sampled with a conditional diffusion model. Figure 2

Figure 2: Block diagram of our proposed method DANCE.

In conventional denoising diffusion models, reverse sampling could inadvertently amplify pilot noise if exact projection constraints are imposed. DANCE introduces a noise-adaptive posterior correction—the strength of pilot-based correction and injected residual variance in each denoising step is automatically modulated as a function of pilot noise variance. The resulting mechanism adaptively balances measurement consistency and noise suppression, critical when pilots are severely noisy or sparse.

Conditional Denoising Network Architecture

The U-Net denoising backbone (see (Figure 3)) is specialized for complex-valued OFDM channel grids. Real and imaginary parts are treated as separate features; temporal (OFDM symbol) structure is maintained by restricting downsampling to the subcarrier dimension. The network is further conditioned via classifier-free guidance to enable adaptation to different channel scenarios without re-training. Figure 3

Figure 3: Detailed architecture of the proposed U-Net denoising network. The input noisy channel sample ht\mathbf{h}_t and the output estimated noise ϵθ\mathbf{\epsilon}_{\theta} are represented by two feature channels corresponding to real and imaginary parts.

This architecture yields strong generalization, efficient inference, and explicit incorporation of system structure.

Experimental Analysis

Quantitative assessment was performed on synthetic datasets generated from 5G NR TDL and CDL models, spanning a range of SNRs, DMRS densities, Doppler shifts, and degrees of train-test mismatch. Metrics centered on normalized mean squared error (NMSE).

A key empirical result is that DANCE consistently outperforms all baseline estimators—including optimal MMSE (with matched priors), MATLAB 5G Toolbox estimator, and state-of-the-art diffusion-based posterior sampling frameworks (DPS, DMPS)—in the low-pilot-density regime (see (Figure 4)). When the SNR is increased and pilot density rises, baseline methods improve but the gap persists, particularly for learned diffusion-based approaches. Figure 4

Figure 4: NMSE versus SNR performance under different numbers of DMRS symbols.

Crucially, DANCE exhibits superior robustness to channel and pilot pattern variability. When tested under severe train–test mismatch (OoD generalization), DANCE maintains competitive NMSE, outperforming non-adaptive neural baselines and sometimes even MMSE estimators lacking access to target distribution statistics.

An ablation study confirms that the proposed noise-adaptive posterior correction is strictly beneficial: omission leads to a notable NMSE penalty at high SNR, confirming its importance in balancing measurement information and noise risk under realistic pilot contamination.

Theoretical and Practical Implications

DANCE demonstrates that principled integration of measurement operator structure (via range/null decomposition), adaptive probabilistic correction, and expressive diffusion priors produces a practical estimator for high-dimensional, under-constrained channel inference tasks. The framework accommodates DMRS pattern variability and distributional uncertainty, which are endemic in real-world 5G/6G deployments due to mobility, topology shifts, and hardware imperfections.

Practically, DANCE could be deployed in receivers where CSI estimation from sparse pilot layouts degrades the performance of classical estimators. The modular architecture and computational efficiency (due to pseudo-inverse simplifications for diagonal pilot matrices and DDIM-style fast sampling) further facilitate hardware acceleration or on-chip deployment.

Future Directions

The described framework paves the way for several extensions:

  • Extension to MIMO channel estimation via structured matrix priors and array-geometry-aware conditioning.
  • Investigation of joint channel estimation and data detection with end-to-end differentiable receivers.
  • Online adaptation mechanisms for real-time updating of the diffusion prior in the presence of changing propagation environments.
  • Extension to frequency-selective fading scenarios with highly nonstationary channel statistics.

Conclusion

DANCE presents a principled, robust, and practical solution for OFDM channel estimation with sparse and noisy pilots, leveraging a range–null-space split augmented by diffusion-based learned priors and noise-adaptive posterior correction. The approach sets a new performance baseline for pilot-limited CSI acquisition tasks in OFDM systems, demonstrating strong NMSE gains, pattern generalization, and real-world adaptability.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.