Pith. sign in

REVIEW 5 major objections 5 minor 4 cited by

Port-LLM: A Port Prediction Method for Fluid Antenna based on Large Language Models

T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper claims a language model can predict fluid-antenna ports with about 99 percent accuracy.

desk verdict A clear, well-written first LLM-based FA port predictor with plausible synthetic gains, but the input assumes full channel tables that a single-port FA cannot sound at the simulated speeds—an unaddressed practical gap. read the letter →

arxiv 2502.09857 v2 pith:CTV64PV2 submitted 2025-02-14 eess.SP

classification eess.SP
keywords fluidantennaslargelanguagemodelschannelpredictionmovingportPort-LLMPrompt-Port-LLMLoRAfine-tuningmobility
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The authors set out to keep a mobile user's wireless channel nearly constant by moving a fluid antenna to a predicted port before the channel decorrelates. They claim to be the first to apply a large language model to this port-prediction problem: a GPT-2 backbone fine-tuned with LoRA (Port-LLM) or with dynamic prompts (Prompt-Port-LLM) takes the channel tables of all FA ports over the past T moments and forecasts the tables for the next F moments; the port whose predicted channel is closest to the reference channel is selected. In standardized CDL-D (clustered delay line) simulations at 39 GHz and UE speeds of 90-150 km/h, the paper reports channel-table accuracy of 98.18% and 99.45% for the two variants, port-channel NMSE near -24 dB, and inference times of 4.72 and 7.52 ms. The central claim is that this LLM-based two-step predictor generalizes across BS antenna counts without retraining and beats both neural baselines (RNN, LSTM, GRU, Transformer) and model-based baselines (MPMP, Vec Prony).

What carries the argument

The central object is the 'channel table,' the $N_t \times N \times M$ array holding the channel coefficient between every base-station antenna and every one of the FA's $N \times M$ ports at a given time. The mechanism is a two-step prediction pipeline: normalize the past $T$ channel tables into real and imaginary parts, compress them through convolutional downsampling and multi-head attention into token-like embeddings, pass them through a six-layer GPT-2 backbone fine-tuned with LoRA (query/value matrices only) or with a trainable prompt encoder, project the output back to $F$ predicted tables, and finally select the port with the smallest distance to the reference channel table. The LoRA and prompt adaptations are what allow a text-pretrained language model to absorb wireless channel data while freezing most of its parameters.

What would settle it

Run the trained model on channel tables obtained from a real or simulated FA that measures only the occupied port (and perhaps a few pilot ports) instead of all 100×50 ports; if Port-LLM's port accuracy collapses toward random selection or its NMSEv rises above the MPMP baseline, the central claim is refuted. A simpler check: if at some mobility speed the reported ~98-99% channel-table accuracy does not translate to NMSEv near -24 dB in an independent realization of the same channel model, the generalization claim fails.

Watch

Extended reading notes

Core claim

The paper's central claim is that the port-selection problem can be reframed as a sequence-to-sequence channel-table forecasting problem and solved by a pre-trained transformer designed for text. Given the complex channel tables $S$ for the past $T$ moments, the model outputs predicted tables $\hat{S}$ for the next $F$ moments; the predicted moving port is then the port minimizing $\sum_i \|\hat{S}_i - H_{\mathrm{ref},i}\|$, the distance between the predicted table and the known reference channel. The authors report that this two-step scheme achieves approximately -24 dB NMSE between the channel at the predicted port and the reference channel, about 98-99% channel-table accuracy, and superior spectral efficiency compared with MPMP and Vec Prony, and they interpret the SISO-trained model's direct success in MISO tests as evidence of generalization.

Load-bearing premise

For the method to work, the user device must already know the complete channel table—the channel between every base-station antenna and every fluid-antenna port—at each of the past T time steps, even though a physical fluid antenna occupies one port at a time.

Editorial extensions

If this is right

  • If the central claim holds, a model trained only in SISO settings will port directly to MISO base stations with up to 32×8 antennas and keep NMSEv around -24 dB, because the paper reports testing without retraining at 2×8, 8×8, and 32×8.
  • At 90, 120, and 150 km/h, both LLM variants outperform RNN, LSTM, GRU, and Transformer baselines on port-channel NMSE, and they outperform MPMP and Vec Prony on spectral efficiency, implying the LLM approach is the strongest reported predictor in these settings.
  • The two-step decomposition means port selection is only as good as the predicted channel table; the paper's reported table accuracy of 98.18% and 99.45% is the ceiling for the subsequent port decision.
  • Prompt-Port-LLM's 1.27-percentage-point accuracy gain over Port-LLM does not change NMSEv materially (-23.89 vs -23.91 dB), so the LoRA-only variant already saturates the port-selection tolerance range.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension the paper does not report: feed only the reference channel plus a sparse sample of measured ports, and measure how port accuracy degrades.
  • The 'tolerance range' explanation implies port selection is robust to moderate channel-table error, so a lighter predictor might suffice; this is an inference, not a paper claim.
  • The same two-step recipe—table forecasting followed by argmin alignment—could apply to other physical-layer selection tasks such as beam or RIS configuration, but the paper does not claim this.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The paper proposes Port-LLM and Prompt-Port-LLM, two LLM-based methods for predicting future fluid antenna ports to maintain a stable channel under UE mobility. The pipeline predicts channel tables for all FA ports from past channel tables using a fine-tuned GPT-2 backbone (with LoRA or prompt fine-tuning), then selects the port whose predicted channel best matches a reference channel. Simulations on a 3GPP CDL-D channel at 39 GHz with UE speeds of 90–150 km/h report channel-table accuracy around 98–99%, reference-channel NMSE near -24 dB, and millisecond inference, with comparisons against RNN, LSTM, GRU, Transformer, MPMP, and Vec Prony baselines.

Significance. If the results hold, this is a novel application of LLMs to FA port prediction and a plausible approach to mobility mitigation. The paper provides a clearly described two-step architecture, reports comparisons against several baselines, and gives computational efficiency figures. The main strengths are the explicit pipeline design, the use of pre-trained GPT-2 with lightweight fine-tuning, and the demonstration of transfer from SISO training to MISO testing in simulation. However, the significance is tempered by the entirely synthetic single-channel-model evaluation, the lack of statistical rigor, and several unresolved practical and methodological gaps.

major comments (5)
  1. [III.A.1, Eqs. (15)–(16), Algorithm 1, Sec. IV.A.1]
  2. [IV.A.1 and Figs. 8–10; Sec. III.A architecture]
  3. [IV.B, Figs. 6–10, Table III]
  4. [IV.A.3 baselines and IV.B SE comparisons (Figs. 11–13)]
  5. [Eq. (34) and Fig. 6]
minor comments (5)
  1. [Table III]
  2. [IV.A.1]
  3. [Abstract]
  4. [Sec. II, Eqs. (17)–(19) and Sec. III.A.5, Eq. (30)]
  5. [General]

Circularity Check

0 steps flagged · score 1.0 of 10

No load-bearing circularity; the reported channel-table and port metrics are empirical outputs of a trained model, and the self-citations appear as baselines rather than as premises that force the result.

full rationale

The paper's derivation chain is self-contained: Eq. (19) defines the desired port as the minimizer of the distance between the true future channel table and the reference channel; Eqs. (15)-(16) define the input as past channel tables over all FA ports; Eq. (31) trains the network on normalized channel-table prediction error; Eq. (30) decodes future ports by applying the same nearest-reference rule to the predicted tables. The reported Accuracy (Eq. 34) and NMSEv (Eq. 35) are downstream measurements on unseen test data and on MISO configurations not used in training. No equation reduces to a fitted constant, no parameter is fit to the port-selection metric, and no uniqueness theorem is imported from prior work. The self-citations in [13], [14], and [16] share authors with this paper, but they are used as comparison targets or general background; the decision to use full channel tables as input is justified inside the paper by Eq. (19), not by an external self-cited result. The main caveat is practical rather than circular: the UE is assumed to have access to the full channel table S(t) for all M x N ports at past moments (Eqs. 15-16; Sec. IV.A.1 states only that 'the reference channel is accessible to the UE'), and no measurement or switching protocol is provided. That is an input-feasibility risk that would affect deployability, but it does not make the prediction equal to its input by construction. Accordingly, no specific circular step is exhibited.

Assumptions & free parameters 6 free parameters · 5 assumptions · 0 invented entities

The central empirical claim rests on a synthetic channel model, on the availability of past full channel tables, and on a set of hand-chosen architecture hyperparameters. No new physical entities are introduced. The LoRA rank and several architecture dimensions are selected from the reported results without a dedicated validation split, so they carry part of the burden.

free parameters (6)
  • LoRA rank r = 4
    Selected from Fig. 6 as the best-performing rank on test accuracy; all subsequent Port-LLM results use r=4.
  • Context and horizon lengths T, F = T=8, F=8
    Input and prediction window sizes are fixed to 8 without sensitivity analysis; port prediction performance may depend on them.
  • GPT-2 layer count = N_L=6
    Only the first 6 layers of GPT-2 are used (Table II); no ablation justifies the layer cutoff.
  • Dimensionality hyperparameters = d_model=768, K=8, d_l=2048, prompt encoder dim=768
    Architecture dimensions are chosen by hand with no ablation; they shape model capacity and prompt encoding.
  • Learning rate schedule = alpha_max=1e-3, alpha_min=4e-6, warmup 100 epochs
    Training hyperparameters are reported in Table II, but no sensitivity study is included.
  • Sampling time T0 = randomly selected per UE
    The reference-channel sampling instant is chosen randomly for each UE, a data-generation choice that affects the prediction labels.
assumptions (5)
  • domain assumption The 3GPP TR 38.901 CDL-D channel model is representative of real mobile channels.
    All performance and generalization claims are based on simulations of this single channel model (Section IV.A.1); no real measurements or alternative channel models are tested.
  • domain assumption Full channel tables for all FA ports at past T moments are available to the model.
    Input definition in Section III.A.1 and Eqs. 15-16 assumes S(t+Delta t) exists; acquisition of 5000-port tables on a moving UE is not addressed.
  • domain assumption The reference channel is known to the UE at each prediction group.
    Stated in Section IV.A.1; this is used in Eq. 30 to select the predicted port.
  • domain assumption A SISO-trained model transfers to MISO without retraining.
    Section IV.B applies the SISO model to 2x8, 8x8, and 32x8 BS arrays, but the per-antenna mapping is not formally specified.
  • domain assumption GPT-2 pretrained knowledge helps model wireless channel tables.
    The method's premise is tested empirically, but the reported comparisons to non-pretrained baselines do not isolate the value of pretraining from the larger architecture.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Port-LLM: A Port Prediction Method for Fluid Antenna based on Large Language Models." pith.science (2026). https://pith.science/paper/CTV64PV2

@misc{pith2026250209857,
  author       = {Pith},
  title        = {Pith review of: Port-LLM: A Port Prediction Method for Fluid Antenna based on Large Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CTV64PV2}},
  note         = {Machine review of arXiv:2502.09857}
}
read the original abstract

The objective of this study is to address the mobility challenges faced by user equipment (UE) through the implementation of fluid antenna (FA) on the UE side. This approach aims to maintain the time-varying channel in a relatively stable state by strategically relocating the FA to an appropriate port. To the best of our knowledge, this paper introduces, for the first time, the application of large language models (LLMs) in the prediction of FA ports, presenting a novel model termed Port-LLM. Our proposed method for predicting the moving port of the FA is a two-step prediction method. To enhance the learning efficacy of our proposed Port-LLM model, we integrate low-rank adaptation (LoRA) fine-tuning technology. Additionally, to further exploit the natural language processing capabilities of pre-trained LLMs, we propose a framework named Prompt-Port-LLM, which is constructed upon the Port-LLM architecture and incorporates prompt fine-tuning techniques along with a specialized prompt encoder module. The simulation results show that our proposed models all exhibit strong generalization ability and robustness under different numbers of base station antennas and medium-to-high mobility speeds of UE. In comparison to existing methods, the performance of the port predicted by our models demonstrates superior efficacy. Moreover, both of our proposed models achieve millimeter-level inference speed.

Figures

Figures reproduced from arXiv: 2502.09857 by the authors.

Figure 1
Figure 1. The FA-assisted DL wireless communication system. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. The architecture of our proposed Port-LLM model. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. The architecture of the Encoder Block module. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: The architecture of our proposed Prompt-Port-LLM model. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: The flowchart for predicting the moving ports of the [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: The prediction accuracy of test datasets during model [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 8
Figure 8. Figure 8: When the number of antennas on the BS side is [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: When the number of antennas on the BS side is [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: When the number of antennas on the BS side is [PITH_FULL_IMAGE:figures/full_fig_p012_10.png]
Figure 11
Figure 11. Figure 11: The SE versus SNR, the BS has 2 × 8 antennas, the velocity of UE is 90 km/h. 8-10, although the accuracy of the channel table predicted by our proposed Prompt-Port-LLM model is slightly higher than that of our proposed Port-LLM model (about 1% higher), the NMSE betwee…
Figure 13
Figure 13. Figure 13: The SE versus SNR, the BS has 2 × 8 antennas, the velocity of UE is 150 km/h. TABLE III THE ACCURACY, NMSEV , NETWORK PARAMETERS, AND INTERFERENCE TIME OF DIFFERENT MODELS. Model Accuracy (%) NMSEv (dB) Network parameters (1 × 106 ) Interference time (ms) LSTM￾based 9…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. LVM4CSI: Enabling Direct Application of Pre-Trained Large Vision Models for Wireless Channel Tasks

    cs.IT 2025-07 conditional novelty 6.0 of 10

    A frozen pre-trained vision model can extract wireless channel paths and features, beating conventional estimators in channel estimation and matching specialized networks in sensing with far fewer trainable parameters.

  2. Resilient LLM-Empowered Semantic MAC Protocols via Zero-Shot Adaptation and Knowledge Distillation

    cs.NI 2025-05 conditional novelty 6.0 of 10

    A hybrid MAC protocol that starts with LLM-generated control messages and switches to a distilled neural model after retraining improves resilience to user-count changes at lower compute than pure LLM inference.

  3. Vehicle-to-Infrastructure Collaborative Spatial Perception via Multimodal Large Language Models

    cs.LG 2025-09 conditional novelty 5.0 of 10

    Multi-car bird's-eye view tokens injected into a frozen vision-language model improve simulated V2I link prediction accuracy by up to 13.9 points on average.

  4. Large Language Model Empowered Design of Fluid Antenna Systems: Challenges, Frameworks, and Case Studies for 6G

    cs.IT 2025-06 conditional novelty 5.0 of 10

    The paper proposes an LLM-driven framework for fluid antenna system design and reports that an LLM-assisted genetic algorithm beats a standard genetic algorithm in a multiuser port selection simulation.

Reference graph

Works this paper leans on

29 extracted references · 16 canonical work pages · cited by 4 Pith papers

  1. [1]

    Fluid Antenna Systems,

    K.-K. Wong, A. Shojaeifard, K.-F. Tong, and Y . Zhang, “Fluid Antenna Systems,” IEEE Trans. Wireless Commun., vol. 20, no. 3, pp. 1950–1962, 2021

  2. [2]

    Port Selection for Fluid Antenna Systems,

    Z. Chai, K.-K. Wong, K.-F. Tong, Y . Chen, and Y . Zhang, “Port Selection for Fluid Antenna Systems,” IEEE Commun. Lett. , vol. 26, no. 5, pp. 1180–1184, 2022

  3. [3]

    Performance Limits of Fluid Antenna Systems,

    K. K. Wong, A. Shojaeifard, K.-F. Tong, and Y . Zhang, “Performance Limits of Fluid Antenna Systems,” IEEE Commun. Lett., vol. 24, no. 11, pp. 2469–2472, 2020

  4. [4]

    Liquid Antennas: Past, Present and Future,

    Y . Huang, L. Xing, C. Song, S. Wang, and F. Elhouni, “Liquid Antennas: Past, Present and Future,” IEEE Open J. Antennas Propag. , vol. 2, pp. 473–487, 2021

  5. [5]

    Historical review of fluid antenna and movable antenna,

    L. Zhu and K.-K. Wong, “Historical review of fluid antenna and movable antenna,” arXiv preprint arXiv:2401.02362 , 2024

  6. [6]

    6D Movable Antenna Based on User Dis- tribution: Modeling and Optimization,

    Q. J. X. Shao and R. Zhang, “6D Movable Antenna Based on User Dis- tribution: Modeling and Optimization,” IEEE Trans. Wireless Commun., vol. 24, no. 1, pp. 355–370, 2025

  7. [7]

    6D Movable Antenna Enhanced Wireless Network via Discrete Position and Rotation Opti- mization,

    Q. J. X. Shao, R. Zhang and R. Schober, “6D Movable Antenna Enhanced Wireless Network via Discrete Position and Rotation Opti- mization,” IEEE J. Sel. Areas Commun. , vol. 43, no. 3, pp. 674–687, 2025. 14

  8. [8]

    Movable antennas for wireless commu- nication: Opportunities and challenges,

    L. Zhu, W. Ma, and R. Zhang, “Movable antennas for wireless commu- nication: Opportunities and challenges,” IEEE Commun. Mag. , vol. 62, no. 10, pp. 114–120, 2023

Show all 29 references
  1. [9]

    Fluid Antenna System—Part I: Preliminaries,

    K.-K. Wong, W. K. New, X. Hao, K.-F. Tong, and C.-B. Chae, “Fluid Antenna System—Part I: Preliminaries,” IEEE Commun. Lett. , vol. 27, no. 8, pp. 1919–1923, 2023

  2. [10]

    Fluid Antenna System—Part II: Research Opportunities,

    K.-K. Wong, K.-F. Tong, and C.-B. Chae, “Fluid Antenna System—Part II: Research Opportunities,” IEEE Commun. Lett. , vol. 27, no. 8, pp. 1924–1928, 2023

  3. [11]

    Movable-Antenna Enhanced Multiuser Communication via Antenna Position Optimization,

    L. Zhu, W. Ma, B. Ning, and R. Zhang, “Movable-Antenna Enhanced Multiuser Communication via Antenna Position Optimization,” IEEE Trans. Wireless Commun., vol. 23, no. 7, pp. 7214–7229, 2024

  4. [12]

    MIMO Capacity Characterization for Movable Antenna Systems,

    W. Ma, L. Zhu, and R. Zhang, “MIMO Capacity Characterization for Movable Antenna Systems,” IEEE Trans. Wireless Commun. , vol. 23, no. 4, pp. 3392–3407, 2024

  5. [13]

    Addressing the curse of mobility in massive MIMO with prony-based angular-delay domain channel predictions,

    H. Yin, H. Wang, Y . Liu, and D. Gesbert, “Addressing the curse of mobility in massive MIMO with prony-based angular-delay domain channel predictions,” IEEE J. Sel. Areas Commun. , vol. 38, no. 12, pp. 2903–2917, 2020

  6. [14]

    Transforming Time- Varying to Static Channels: The Power of Fluid Antenna Mobility,

    W. Li, H. Yin, F. Fu, Y . Cao, and M. Debbah, “Transforming Time- Varying to Static Channels: The Power of Fluid Antenna Mobility,” arXiv preprint arXiv:2408.04320 , 2024

  7. [15]

    Large Language Models for Telecom: Forthcoming Impact on the Industry,

    A. Maatouk, N. Piovesan, F. Ayed, A. D. Domenico, and M. Debbah, “Large Language Models for Telecom: Forthcoming Impact on the Industry,” IEEE Commun. Mag. , pp. 1–7, 2024

  8. [16]

    A Superdirective Beamforming Ap- proach based on MultiTransUNet-GAN,

    Y . Zhang, H. Yin, and L. Han, “A Superdirective Beamforming Ap- proach based on MultiTransUNet-GAN,” IEEE Trans. Commun. , pp. 1–1, 2024

  9. [17]

    Machine Learning-Based Antenna Selection in Wireless Communications,

    J. Joung, “Machine Learning-Based Antenna Selection in Wireless Communications,” IEEE Commun. Lett., vol. 20, no. 11, pp. 2241–2244, 2016

  10. [18]

    A Critical Review of Recurrent Neural Networks for Sequence Learning,

    Z. C. Lipton, “A Critical Review of Recurrent Neural Networks for Sequence Learning,” arXiv Preprint, CoRR, abs/1506.00019 , 2015

  11. [19]

    Long Short-Term Memory,

    S. Hochreiter and J. Schmidhuber, “Long Short-Term Memory,” Neural Computation, vol. 9, no. 8, pp. 1735–1780, 1997

  12. [20]

    Empirical evaluation of gated recurrent neural networks on sequence modeling,

    J. Chung, C. Gulcehre, K. Cho, and Y . Bengio, “Empirical evaluation of gated recurrent neural networks on sequence modeling,” arXiv preprint arXiv:1412.3555, 2014

  13. [21]

    Language models are unsupervised multitask learners,

    A. Radford, J. Wu, R. Child, D. Luan, D. Amodei, I. Sutskever et al., “Language models are unsupervised multitask learners,” OpenAI blog , vol. 1, no. 8, p. 9, 2019

  14. [22]

    Csi-LLM: A Novel Downlink Channel Prediction Method Aligned with LLM Pre-Training,

    S. Fan, Z. Liu, X. Gu, and H. Li, “Csi-LLM: A Novel Downlink Channel Prediction Method Aligned with LLM Pre-Training,” arXiv preprint arXiv:2409.00005, 2024

  15. [23]

    LLM4CP: Adapting Large Language Models for Channel Prediction,

    B. Liu, X. Liu, S. Gao, X. Cheng, and L. Yang, “LLM4CP: Adapting Large Language Models for Channel Prediction,” J. Commun. Inf. Networks, vol. 9, no. 2, pp. 113–125, 2024

  16. [24]

    Beam predic- tion based on large language models,

    Y . Sheng, K. Huang, L. Liang, P. Liu, S. Jin, and G. Y . Li, “Beam predic- tion based on large language models,” arXiv preprint arXiv:2408.08707, 2024

  17. [25]

    Lora: Low-rank adaptation of large language models,

    E. J. Hu, Y . Shen, P. Wallis, Z. Allen-Zhu, Y . Li, S. Wang, L. Wang, and W. Chen, “Lora: Low-rank adaptation of large language models,” arXiv preprint arXiv:2106.09685 , 2021

  18. [26]

    Technical Report TR 38.901, available: http://www.3gpp.org, 2019

    3GPP, Study on channel model for frequencies from 0.5 to 100 GHz (Re- lease 16). Technical Report TR 38.901, available: http://www.3gpp.org, 2019

  19. [27]

    Attention is All you Need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. Kaiser, and I. Polosukhin, “Attention is All you Need,” in Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems (NIPS), Long Beach, CA, USA, D...

  20. [28]

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, J. Uszkoreit, and N. Houlsby, “An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale,” in the 9th International Conference on ...

  21. [29]

    Eigen-Based Transceivers for the MIMO Broadcast Channel With Semi-Orthogonal User Selection,

    L. Sun and M. R. McKay, “Eigen-Based Transceivers for the MIMO Broadcast Channel With Semi-Orthogonal User Selection,” IEEE Trans. Signal Process., vol. 58, no. 10, pp. 5246–5261, 2010

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.