Papers
Topics
Authors
Recent
Search
2000 character limit reached

NEFT: Efficient Near-Field Transformer for XL-MIMO

Updated 12 July 2026
  • NEFT is a unified Transformer framework for efficient near-field CSI feedback in XL-MIMO systems, integrating a hierarchical Vision Transformer to capture spherical-wave propagation.
  • It directly learns the near-field channel characteristics without relying on hand-crafted sparse representations, achieving 15–21 dB NMSE improvements over CNN-based baselines.
  • The framework offers deployment-aware variants—NEFT-Compact, NEFT-Hybrid, and NEFT-Edge—that leverage knowledge distillation and reduced computational overhead for practical edge applications.

Searching arXiv for the cited NEFT paper and closely related work to ground the article. Near-Field Efficient Feedback Transformer (NEFT) is a unified Transformer framework for efficient near-field channel state information (CSI) feedback in extremely large-scale multiple-input multiple-output (XL-MIMO) systems. It was introduced for single-cell FDD downlink CSI compression and reconstruction in the near-field regime, where the plane-wave assumption breaks down and spherical-wave propagation induces distance-dependent amplitude and nonlinear phase across antennas (Li et al., 16 Sep 2025). NEFT is built on a hierarchical Vision Transformer backbone operating on a reshaped CSI tensor, and is extended with lightweight variants tailored to deployment constraints: NEFT-Compact uses multi-level knowledge distillation, while NEFT-Hybrid and NEFT-Edge target encoder- and edge-constrained scenarios through attention-free encoding and knowledge distillation (Li et al., 16 Sep 2025). In reported simulations, NEFT achieves a 15--21 dB improvement in normalized mean-squared error (NMSE) over representative baselines, and its lightweight variants reduce total FLOPs by 25--36% with negligible to modest accuracy loss (Li et al., 16 Sep 2025).

1. Near-field XL-MIMO setting and CSI feedback formulation

NEFT is formulated for XL-MIMO systems operating in the electromagnetic near-field. The boundary between near-field and far-field is characterized by the Rayleigh distance

RR=2D2λ,R_R = \frac{2D^2}{\lambda},

where DD is the array aperture and λ\lambda is the wavelength (Li et al., 16 Sep 2025). As DD grows, users at typical cell distances can fall within the Fresnel region, where wavefronts are spherical rather than planar and the conventional far-field angular sparsity model is no longer appropriate (Li et al., 16 Sep 2025).

The underlying communication model is a single-cell FDD downlink with a base station (BS) using a large ULA with N1N_1 antennas and a user equipment (UE) with N2N_2 antennas. The received signal is

y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,

where xx is the transmitted symbol, vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1} is the precoder, HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1} is the channel, and DD0 is noise (Li et al., 16 Sep 2025). For the narrowband near-field line-of-sight (LoS) geometric model used in the paper, the channel coefficient between the DD1-th BS antenna and DD2-th UE antenna is expressed as

DD3

with

DD4

where DD5 is the distance from the first UE antenna to the first BS antenna, DD6 is the angle-of-departure, DD7 is the relative angle between UE and BS, and DD8, DD9 with inter-element spacing λ\lambda0 (Li et al., 16 Sep 2025).

In the reported experiments, the BS ULA has λ\lambda1 and the UE is single-antenna with λ\lambda2 (Li et al., 16 Sep 2025). The complex channel vector is reshaped into a λ\lambda3 tensor, where the two channels correspond to the real and imaginary parts, normalized to λ\lambda4 (Li et al., 16 Sep 2025). This tensor is the encoder input λ\lambda5. The encoder produces a λ\lambda6-dimensional feedback codeword

λ\lambda7

and the decoder reconstructs

λ\lambda8

with λ\lambda9 and compression ratio

DD0

The paper studies DD1 (Li et al., 16 Sep 2025).

A central design choice is that NEFT does not rely on frequency-domain wideband tensors or polar-/angle--distance-domain sparsity. Instead, it is designed to learn near-field spherical-wave phase and amplitude structure directly from the reshaped spatial tensor (Li et al., 16 Sep 2025). This distinguishes it from other near-field CSI feedback approaches that first impose a hand-crafted sparse representation. A plausible implication is that NEFT prioritizes end-to-end representation learning over explicit physical reparameterization.

2. Hierarchical Vision Transformer architecture

NEFT is built on a hierarchical Vision Transformer encoder-decoder. The input is the DD2 CSI tensor (Li et al., 16 Sep 2025). In stage-0 patch embedding, the input is partitioned into DD3 non-overlapping patches of size DD4, and each patch is linearly projected to embedding dimension DD5, producing a feature map of size DD6 with sequence length DD7 (Li et al., 16 Sep 2025).

The encoder stage-1 contains a Transformer block with multi-head global self-attention (MSA) and MLP (Li et al., 16 Sep 2025). Patch merging is then performed through a DD8 convolution, aggregating four neighboring tokens into one, reducing spatial resolution from DD9 to N1N_10 and doubling channels to N1N_11, corresponding to sequence length N1N_12 (Li et al., 16 Sep 2025). The bottleneck tensor is flattened into the feedback codeword; its dimension is

N1N_13

which equals N1N_14 under direct floating-point feedback (Li et al., 16 Sep 2025).

The decoder mirrors the hierarchy through transposed-convolution upsampling, denoted as patch division. It maps N1N_15 with kernel N1N_16 and stride N1N_17, and then N1N_18 with N1N_19, N2N_20 (Li et al., 16 Sep 2025). Transformer blocks with global attention are applied at the corresponding decoder stages to reconstruct long-range dependencies and fine-grained local patterns (Li et al., 16 Sep 2025). Positional information is handled through a relative position bias N2N_21 in attention; global attention does not rely on window shifting (Li et al., 16 Sep 2025).

The self-attention computation is given for feature N2N_22 as

N2N_23

N2N_24

N2N_25

For global attention and windowed attention, the paper gives

N2N_26

N2N_27

where N2N_28 is feature map size, N2N_29 is the number of channels, and y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,0 is window size (Li et al., 16 Sep 2025). By operating at smaller sequence lengths with larger patches, NEFT retains global attention at feasible cost. With typical parameters y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,1, the aggregated operations are reported as approximately y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,2 for NEFT versus y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,3 for W-MSA, corresponding to about y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,4 of the windowed-attention cost (Li et al., 16 Sep 2025).

This architectural choice should not be confused with attention decompositions such as FMMformer, which split attention into near-field banded and far-field low-rank components for linear-complexity sequence modeling (Nguyen et al., 2021). NEFT uses global MSA directly, but makes it efficient by aggressively reducing token count through patching and hierarchy rather than by replacing the attention operator itself (Li et al., 16 Sep 2025).

3. Lightweight variants and deployment-oriented design

NEFT was presented as a family rather than a single model. The principal variants are NEFT-Compact, NEFT-Hybrid, and NEFT-Edge, each corresponding to a different deployment constraint (Li et al., 16 Sep 2025).

NEFT-Compact is a student Transformer trained by multi-level knowledge distillation from the full NEFT teacher (Li et al., 16 Sep 2025). The student reduces token and channel dimensions as well as MLP projection size, while the distillation process aligns three internal signals: reconstruction outputs (RA), attention maps (AA), and encoder codewords (CA) (Li et al., 16 Sep 2025). The associated losses are

y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,5

y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,6

y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,7

with overall objective

y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,8

where y=Hvx+n,y = \mathbf{H}\mathbf{v}x + n,9, xx0, and xx1 (Li et al., 16 Sep 2025).

NEFT-Hybrid replaces the Transformer encoder with a lightweight CNN stack, while retaining a Transformer decoder (Li et al., 16 Sep 2025). The paper motivates this change by noting encoder-side local correlations, described as diagonal attention, and targets asymmetric deployment in which the UE encoder is the main computational bottleneck (Li et al., 16 Sep 2025). The encoder consists of a three-stage CNN with xx2 convolutions, batch normalization, and ReLU; each stage halves spatial resolution and doubles channels, producing a compact xx3 representation (Li et al., 16 Sep 2025). The per-layer convolutional complexity is given as

xx4

The paper states that this reduces encoder FLOPs by up to approximately xx5 compared to a Transformer encoder, and reports encoder-side reductions up to xx6 across scenarios (Li et al., 16 Sep 2025).

NEFT-Edge is a distilled student of NEFT-Hybrid with reduced dimensions while preserving the hybrid structure (Li et al., 16 Sep 2025). It is intended for IoT and edge deployments with tighter resource budgets (Li et al., 16 Sep 2025).

At compression ratio xx7, the paper reports the following experimental figures (Li et al., 16 Sep 2025):

Model Params / FLOPs NMSE
NEFT 551,740 params; 6.35M FLOPs −31.14 dB
NEFT-Compact 439,220 params; 4.70M FLOPs −30.13 dB
NEFT-Hybrid 427,841 params; 4.07M FLOPs −26.12 dB
NEFT-Edge 300,340 params; 2.61M FLOPs −24.24 dB

For the same setting, NEFT-Compact reduces parameters by xx8 and FLOPs by xx9 relative to NEFT, with NMSE degradation of about vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}0 dB (Li et al., 16 Sep 2025). NEFT-Edge reduces parameters by vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}1 relative to Hybrid, reduces total FLOPs by vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}2, and reduces encoder FLOPs by vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}3 (Li et al., 16 Sep 2025). Similar reductions are reported at vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}4 and vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}5, with Compact and Edge reducing total FLOPs by vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}6--vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}7 and Hybrid lowering encoder complexity by up to vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}8 (Li et al., 16 Sep 2025).

These variants formalize NEFT as a deployment spectrum rather than a fixed architecture. The full model targets maximal reconstruction performance, while Compact, Hybrid, and Edge progressively trade representational capacity for lower total or encoder-side complexity.

4. Training objectives, optimization, and feedback pipeline

The primary reconstruction metric is NMSE,

vCN1×1\mathbf{v} \in \mathbb{C}^{N_1\times 1}9

reported in decibels as

HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}0

The paper also reports cosine similarity,

HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}1

These metrics are used to evaluate the fidelity of CSI reconstruction after feedback compression (Li et al., 16 Sep 2025).

The training dataset is generated using LoS near-field channels with Rayleigh distance HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}2 and uniform sampling of HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}3 and HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}4 (Li et al., 16 Sep 2025). The dataset contains HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}5k training samples, HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}6k validation samples, and HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}7k test samples (Li et al., 16 Sep 2025). Optimization uses AdamW for HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}8 epochs with cosine-annealed learning rate

HCN2×N1\mathbf{H} \in \mathbb{C}^{N_2\times N_1}9

where DD00, DD01, and DD02 (Li et al., 16 Sep 2025). Early stopping is applied if NMSE fails to improve by at least DD03 dB over DD04 epochs (Li et al., 16 Sep 2025). During knowledge-distillation training, the learning rate is increased to DD05 (Li et al., 16 Sep 2025). The implementation environment is PyTorch 2.6.0, CUDA 12.4, and an RTX 4080 GPU; the details section additionally lists an i7-13700K (Li et al., 16 Sep 2025).

The feedback pipeline is explicit. The encoder input is the normalized DD06 real-imaginary tensor; patch embedding yields DD07 tokens, patch merging yields the DD08 bottleneck, and flattening produces the feedback vector of length DD09 (Li et al., 16 Sep 2025). The BS decoder reshapes the received vector back to the bottleneck tensor and reconstructs the CSI through hierarchical upsampling and Transformer decoding (Li et al., 16 Sep 2025). The encoder resides at the UE and the decoder at the BS (Li et al., 16 Sep 2025).

Quantization and entropy coding are not incorporated in the reported experiments; the paper trains and evaluates with continuous floating-point feedback vectors (Li et al., 16 Sep 2025). It states that uniform or nonuniform quantization and entropy coding may be added post-training in practical deployments, but these are treated as orthogonal add-ons rather than part of NEFT proper (Li et al., 16 Sep 2025). Residual or iterative refinement is likewise not used; reconstruction relies on the hierarchical ViT decoder (Li et al., 16 Sep 2025).

5. Experimental evaluation and ablation results

The reported baselines are CsiNet, a CNN encoder-decoder, and ExtendNLNet, a CNN model with Non-Local blocks (Li et al., 16 Sep 2025). SwinCFNet is discussed in the paper but is not used as a baseline in the reported tables (Li et al., 16 Sep 2025). The evaluation is performed on the narrowband near-field LoS dataset under the BS and UE configuration described above (Li et al., 16 Sep 2025).

Across all tested compression ratios, NEFT substantially outperforms the reported baselines in NMSE (Li et al., 16 Sep 2025). At DD10, NEFT achieves DD11 dB, compared with DD12 dB for ExtendNLNet and DD13 dB for CsiNet, corresponding to an improvement of approximately DD14--DD15 dB; the cosine similarity is reported as DD16 (Li et al., 16 Sep 2025). At DD17, NEFT achieves DD18 dB, versus DD19 dB for ExtendNLNet and DD20 dB for CsiNet (Li et al., 16 Sep 2025). At DD21, NEFT achieves DD22 dB, versus DD23 dB and DD24 dB, respectively (Li et al., 16 Sep 2025).

NEFT-Hybrid achieves DD25, DD26, and DD27 dB NMSE at DD28, DD29, and DD30, respectively, while using the lowest or comparable FLOPs among the baselines and markedly reducing encoder complexity (Li et al., 16 Sep 2025). NEFT-Compact and NEFT-Edge reduce total FLOPs by DD31--DD32 with small NMSE degradation; the paper summarizes Compact as incurring about DD33--DD34 dB loss and Edge about DD35--DD36 dB loss depending on DD37 (Li et al., 16 Sep 2025).

The ablation results emphasize the role of multi-level knowledge distillation. At DD38, removing KD or using reconstruction-only losses degrades Compact from DD39 dB to DD40 dB for Compact-onlyRecon and to DD41 dB for Compact-w/o-KD (Li et al., 16 Sep 2025). For Edge, the corresponding degradation is from DD42 dB to DD43 dB for Edge-onlyRecon and to DD44 dB for Edge-w/o-KD (Li et al., 16 Sep 2025). The paper also reports stable convergence in the loss curves, with the student approaching teacher loss while retaining a minor capacity gap (Li et al., 16 Sep 2025).

Architectural ablations indicate that larger DD45 patches and a two-stage hierarchy reduce sequence length from DD46 to DD47 while preserving global attention, yielding approximately DD48 of W-MSA cost (Li et al., 16 Sep 2025). Relative position bias is reported to support spatial modeling without window shifting (Li et al., 16 Sep 2025). The paper does not directly study robustness to SNR mismatch, user mobility, or array scaling, and states that such robustness is not directly examined (Li et al., 16 Sep 2025).

6. Interpretation, practical significance, and limitations

NEFT is explicitly positioned as a practical and scalable solution for near-field CSI feedback in XL-MIMO systems (Li et al., 16 Sep 2025). Its central contribution is to reconcile global Transformer-based modeling with the computational constraints of CSI feedback, especially at the UE encoder. The full NEFT model addresses accurate reconstruction, while Hybrid and Edge directly target asymmetric hardware scenarios in which encoder-side resources are much tighter than decoder-side resources (Li et al., 16 Sep 2025).

Several practical limitations are stated. First, the training and evaluation are restricted to narrowband near-field LoS channels (Li et al., 16 Sep 2025). Performance under mixed LoS/NLoS conditions, wideband OFDM settings, or hybrid near-/far-field propagation is not validated in the paper (Li et al., 16 Sep 2025). Second, the feedback vector is continuous rather than quantized, so quantization bottlenecks and entropy coding effects are not part of the reported performance numbers (Li et al., 16 Sep 2025). Third, GPU training and inference are reported, but mobile or SoC latency and memory footprints are not measured (Li et al., 16 Sep 2025).

The paper identifies several future directions, including cross-domain adaptation such as domain randomization, mixed-precision inference, online fine-tuning, and integration with variable-length bit-level feedback (Li et al., 16 Sep 2025). This suggests that the current NEFT formulation is best interpreted as a floating-point algorithmic core that could be integrated into a fuller communication stack rather than as a complete air-interface design.

A further point of clarification concerns naming. NEFT should not be conflated with other uses of “near-field” in the Transformer literature. For example, FMMformer uses a near-/far-field attention decomposition inspired by the fast multipole method for long-sequence modeling (Nguyen et al., 2021). By contrast, NEFT’s “near-field” refers to electromagnetic propagation physics in XL-MIMO CSI, not to a banded/local attention decomposition (Li et al., 16 Sep 2025). The two works address different problem domains and employ different efficiency mechanisms.

7. Position within near-field CSI feedback research

Within near-field CSI feedback research, NEFT represents a Transformer-centered alternative to CNN-based feedback architectures such as CsiNet and ExtendNLNet, which serve as its direct baselines (Li et al., 16 Sep 2025). Its main empirical claim is that global dependency modeling on the reshaped spatial CSI tensor is especially effective for near-field spherical-wave channels, provided that the attention cost is controlled through aggressive patching and hierarchy (Li et al., 16 Sep 2025).

The paper’s scope is distinct from approaches that explicitly exploit near-field sparsity in transformed domains. For example, vector-quantized deep joint source-channel coding for XL-MIMO near-field CSI feedback has been studied using a polar-delay transform, hierarchical CNN and Transformer backbones, and discrete latent transmission over an AWGN channel (Ma et al., 12 Jan 2026). NEFT does not use polar-delay preprocessing, vector quantization, or DJSCC training; it instead learns directly from the spatial tensor and evaluates floating-point feedback (Li et al., 16 Sep 2025). This suggests a methodological contrast between representation-first and transform-first paradigms for near-field CSI compression.

In that context, NEFT can be understood as establishing that high-fidelity near-field CSI feedback is achievable with a hierarchical Vision Transformer even without explicit sparse-domain preprocessing, provided that token count is constrained and deployment-aware variants are available (Li et al., 16 Sep 2025). Its reported DD49--DD50 dB NMSE gains over the cited baselines and the availability of Compact, Hybrid, and Edge variants position it as a reference design for efficient near-field CSI feedback under diverse hardware constraints (Li et al., 16 Sep 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Near-Field Efficient Feedback Transformer (NEFT).