Pith. sign in

REVIEW 3 major objections 5 minor 15 references

Multi-Mode Pinching-Antenna Systems: Mode Selection or Mode Combining?

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

Pith's one-line read A single dielectric waveguide can carry several orthogonal guided modes, and pinching antennas along it can multiplex multiple users in the mode domain, provided each user has a distinct line-of-sight channel.

desk verdict The mode-combining idea is interesting, but Eq. (6) as printed gives all users the same channel, so the multiplexing gains in the simulations aren't reproducible from the stated model. read the letter →

arxiv 2603.08472 v1 pith:2N2W7N45 submitted 2026-03-09 eess.SP cs.SYeess.SY

classification eess.SPcs.SYeess.SY
keywords multi-modepinchingantennasystemsmode-domainmultiplexingmodeselectioncombiningparticleswarmoptimizationKKT-parameterizedbeamformingsum-ratemaximizationdielectricwaveguide
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

This paper claims that a single dielectric waveguide can carry several orthogonal guided modes, and that pinching antennas placed along it can multiplex multiple users in the mode domain. Two operating protocols are proposed: mode selection, in which each antenna phase-matches one mode, and mode combining, in which each antenna continuously tunes to radiate several modes. The authors formulate a sum-rate maximization problem and solve it with a particle-swarm algorithm whose beamforming step is parameterized by KKT optimality conditions. Simulation results indicate that multi-mode operation beats single-mode pinching antennas and conventional hybrid beamforming, and that even a fixed, uniform mode-combining design does so. If this holds, mode-domain multiplexing becomes a practical single-waveguide path to multiuser millimeter-wave links.

What carries the argument

The central object is the mode-domain effective channel h_eff,k = G^H(x,beta) h_k(x), where G contains the in-waveguide coupling coefficients between each pinching antenna and each guided mode, and h_k is the line-of-sight wireless channel from antennas to user k. The coupling coefficient eta_n,m is governed by coupled-mode theory and depends on the phase mismatch between the antenna's tunable propagation constant beta_n^PA and the mode's propagation constant beta_m. The paper's optimizer is PSO-KPBF: particle swarm optimization over antenna positions x, propagation constants beta^PA, and low-dimensional beamforming parameters (lambda, p_rel), with the precoder reconstructed from the KKT con

What would settle it

Run the released simulation code with the channel distance formula exactly as printed in Eq. (6): if R_{n,k} has no user-dependent term, the sum-rate curves in Figs. 2-3 cannot be reproduced for two distinct users; alternatively, check whether user coordinates enter the distance computation in the code.

Watch

Extended reading notes

Core claim

The central claim is that the extra degrees of freedom from multiple guided modes in a pinching-antenna waveguide are exploitable: by tuning each pinching antenna's propagation constant, the system shapes how much power leaks from each mode, creating an effective multi-antenna channel from one physical waveguide. Mode selection restricts each antenna to phase-match one mode, suppressing the others; mode combining leaves the propagation constant continuous so several modes radiate at once. The paper's proposed PSO-KPBF algorithm jointly optimizes antenna positions, propagation constants, and a KKT-parameterized precoder, and its simulations show mode combining reaches the highest spectral eff

Load-bearing premise

The multiuser benefit rests on users sitting at different locations so their line-of-sight channels differ, but the printed channel model omits user coordinates, so as written every user sees the same channel vector.

Editorial extensions

If this is right

  • Mode-domain multiplexing can serve multiple users from a single dielectric waveguide, removing the need for multiple waveguides or large antenna arrays.
  • Mode combining gives the highest spectral efficiency across power and antenna-count regimes, while mode selection approximates it with lower hardware complexity.
  • Even a preconfigured uniform mode-combining design, with no per-antenna tuning, outperforms single-mode PASS and hybrid beamforming in the reported settings.
  • The KKT parameterization shrinks the search space for beamforming, making joint position and propagation-constant optimization feasible with a modest number of particles and iterations.
  • Multi-mode PASS gains grow with transmit power as the system becomes interference-limited, because the mode-domain precoder can manage interference across modes.

Reading between the lines

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

  • The same KKT-parameterized swarm approach could apply to other position-dependent antenna architectures, such as fluid or movable antennas, where the channel depends on continuous placement variables, though the paper only demonstrates it for pinching antennas.
  • The channel-model ambiguity around user positions should be resolved before comparing protocols: if users have identical line-of-sight vectors, the reported multiuser gains would not follow from the printed equations.
  • A natural extension is to more than two modes and more than two users; the paper's M=2, K=2 simulations do not show whether the mode-combining advantage scales.
  • Hardware prototypes of spoof-surface-plasmon or liquid-crystal-tuned waveguides could validate the assumed sinusoidal coupling model and measure real insertion losses.
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

3 major / 5 minor

Summary. The letter proposes two protocols for multi-mode pinching-antenna systems (PASS): mode selection, in which each PA's propagation constant is matched to one guided mode, and mode combining, in which the propagation constant is continuously tuned to couple to multiple modes. A sum-rate maximization problem is formulated for a downlink multi-user system with jointly optimized digital beamforming, PA positions, and PA propagation constants, and a PSO-based algorithm with a KKT-parameterized beamforming structure (PSO-KPBF) is proposed. Simulation results are presented to show that multi-mode PASS, including a simple uniform mode-combining design, outperforms single-mode PASS and conventional hybrid MISO beamforming, and that mode combining achieves higher spectral efficiency than mode selection at the cost of higher hardware complexity. The paper also releases code on GitHub.

Significance. If the central claims are correct, the paper offers a useful architectural comparison for a recently proposed technology: it gives two concrete operating protocols, a tractable heuristic optimization framework, and a reproducible implementation. The idea of exploiting multiple guided modes in PASS to support multi-user multiplexing from a single waveguide is timely and could be of interest to the antenna-array and MIMO communities. The release of code is a positive feature. However, the current manuscript contains a model inconsistency that directly undermines the multi-user multiplexing claims: the channel vector in Eq. (6) has no user index, so all users see the same channel and the effective channel matrix is at most rank one. In addition, the precoder expression in Eq. (11) has a dimension inconsistency that makes the central algorithmic step undefined as printed. These issues must be resolved before the reported gains can be assessed.

major comments (3)
  1. [Eq. (6), Section II-B] The LoS channel from PA n to user k is defined as R_{n,k} = sqrt(x_n^2 + h_PA^2), with no dependence on k. Consequently h_k(x) is the same vector for every user, so the effective channels h_eff,k = G^H h_k are identical for all k, and H_eff has rank one. The sum-rate objective (9)-(10) then degenerates to a single-user rate, and the two-user multiplexing gains shown in Figs. 2 and 3 cannot be produced by the printed model. The simulations must therefore rely on an unstated user-position model (e.g., R_{n,k} = sqrt((x_n - u_k)^2 + h_PA^2)). This is load-bearing: the entire letter is about mode-domain multiplexing, and the qualitative comparison against TDMA/hybrid beamforming is meaningless if all user channels coincide. Please state the user-dependent distance explicitly and update Eq. (6) accordingly.
  2. [Eq. (11), Section III-A] There is a dimensional inconsistency in the definition of the KPBF precoder. In Eq. (7) H_eff is defined as a M x K matrix (columns are heff,k in C^{M x 1}), but Eq. (11) says 'Given H_eff in C^{K x M}' and then defines fW = P_rel^{1/2} (I_M + (1/σ^2) H_eff^H Λ H_eff)^{-1} H_eff^H. With H_eff K x M, the matrix H_eff^H Λ H_eff is M x M, so the inverse and H_eff^H are conformable, but left-multiplying by P_rel^{1/2} (which is K x K if p_rel is length K) is not conformable. If H_eff is instead M x K, then H_eff^H Λ H_eff is undefined (K x M times K x K). The equations as printed cannot define W. Moreover, the claim that this parameterization spans KKT-stationary solutions of the WMMSE sum-rate problem needs a clear statement of the exact transformation and a derivation or a precise reference. This is load-bearing because Algorithm 1 reconstructs the precoder using Eq. (11).
  3. [Section IV] The numerical results are presented as single curves with no error bars, no number of random trials, no convergence trajectories for the PSO, and no explicit user positions or channel parameters. Since PSO is a stochastic heuristic for a highly nonconvex problem, the claimed relative ordering of mode selection, mode combining, and uniform mode combining could be an artifact of a particular initialization. The GitHub link is a positive step, but the letter should at least report means over independent runs and specify the random seed or the variance across runs. In addition, the simulation setup should state the user coordinates, the PA length, the waveguide length, and other parameters that are currently deferred to the repository; this is particularly important because Eq. (6) omits the user-position dependence.
minor comments (5)
  1. [Eq. (5), Remark 2] The formula for the uniform mode-combining propagation constant is ambiguous: it can be read as β1 + β2 + ... + βM/2 rather than (β1+β2+...+βM)/2. Please add parentheses or clarify in words.
  2. [Abstract/Conclusion] Typos: 'addictive white Gaussian noise' should be 'additive white Gaussian noise'; 'hardwre complexity' should be 'hardware complexity'.
  3. [Algorithm 1, Section III-B] The complexity analysis states O(IKM) for forming H_eff, but the problem dimensions suggest O(NKM) since G is N x M and h_k is N x 1. Please correct the notation.
  4. [Fig. 3 caption] The caption uses 'PA=(1+2)/2' and the figure text writes 'PA=( 1+ 2)/2'; this should be 'β_PA = (β1+β2)/2' or similar.
  5. [Section II-B] Eq. (7) defines H_eff in C^{M x K}, but Eq. (11) uses H_eff in C^{K x M}. Even if the dimension issue in the major comment is resolved, please keep the notation consistent throughout.

Circularity Check

0 steps flagged · score 0.0 of 10

No load-bearing circularity: the optimized designs and benchmarks are evaluated on the same sum-rate objective, uniform mode combining is an a priori design choice, and the cited prior work is not used as a uniqueness/forcing argument.

full rationale

The paper's derivation chain does not reduce to its own inputs by construction. The proposed PSO-KPBF algorithm explicitly optimizes beamforming, PA positions and propagation constants to maximize the same sum-rate objective that is then reported; this is standard optimization reporting, not a fitted parameter renamed as a prediction. The uniform mode-combining design fixes beta_n^PA = (beta_1 + beta_2)/2 a priori, rather than fitting it to the simulation target, so the claim that even this simple design works is not circular. The KKT-parameterized beamforming of Eq. (11)-(12) is a structured family of WMMSE-type precoders, and the scalar parameters lambda and p_rel are themselves searched by PSO against the sum-rate objective; no hidden fit to the final rates is involved. References [3], [5], and [9] are prior works with overlapping authors, but they are used to supply a physical coupling model and a reformulation premise, not to assert a uniqueness theorem that forces the paper's conclusions; the numerical comparisons are self-contained simulations rather than deductions from those citations. The one substantive concern is Eq. (6), where R_{n,k} = sqrt(x_n^2 + h_PA^2) has no user index, so as printed every user would see the same LoS channel and the multiuser multiplexing curves in Figs. 2-3 are under-specified by the printed model. That is a model-definition/support omission, not a circular derivation: it does not equate a predicted quantity to a fitted input by construction. The released code could supply the missing user geometry, but the printed paper should state it. Under the circularity criteria, there is no demonstrable reduction of the claimed results to their inputs, so the appropriate score is 0.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The letter leans on two unverified modeling pillars: the coupled-mode-theory formula for PA-mode coupling (Eq. 2, from the authors' own [9]) and the assumption that PAs couple independently to each mode without cross-modal scattering. The KPBF beamforming parameterization (Eq. 11) is asserted to capture KKT stationarity, but no proof or comparison with full beamforming is given. The printed LoS channel (Eq. 6) also omits user-specific distances, effectively hiding user positions as an unstated free input.

free parameters (3)
  • uniform mode-combining propagation constant = (β1+...+βM)/2 = 827.5187 rad/m for M=2
    Chosen by hand as a preconfigured heuristic (Eq. 5); no optimization or sensitivity analysis; used to support the 'even simple mode combining wins' claim.
  • PA-mode coupling strengths κ_{n,m} = not specified in manuscript
    Eq. (2) depends on overlap-integral strengths; values are left to the GitHub code, so they act as hidden inputs affecting the absolute rates.
  • user positions = not specified
    The printed channel (Eq. 6) has no user-dependent distance, so the user coordinates that create distinct channels are unstated free parameters in the simulations.
assumptions (3)
  • domain assumption Coupled-mode-theory coupling model (Eq. 2): η_{n,m} = (κ/φ) sin(φL) exp(-jLΔβ/2)
    The mode-dependent radiation ratios and phases hinge on this physical formula, taken from the authors' prior multi-mode PASS work [9]; no independent verification in this letter.
  • domain assumption Waveguide propagation with per-mode residual power and no cross-modal scattering (Eq. 1)
    The model treats each PA as an independent coupler for each mode and neglects inter-mode coupling/reflections at the PAs; this makes the problem tractable but is a physical simplification.
  • ad hoc to paper KPBF (Eq. 11) spans KKT-stationary beamformers of the sum-rate problem
    Asserted via reference to earlier work [3] without proof in this letter; if the parameterization misses good beamformers, the protocol comparison may understate or overstate the gains.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Multi-Mode Pinching-Antenna Systems: Mode Selection or Mode Combining?." pith.science (2026). https://pith.science/paper/2N2W7N45

@misc{pith2026260308472,
  author       = {Pith},
  title        = {Pith review of: Multi-Mode Pinching-Antenna Systems: Mode Selection or Mode Combining?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2N2W7N45}},
  note         = {Machine review of arXiv:2603.08472}
}
read the original abstract

This letter investigates multi-mode pinching antenna systems (PASS), where signals of multiple orthogonal modes can be transmitted within a dielectric waveguide and radiated by pinching antennas (PAs). This enables mode-domain multiplexing for efficient multi-user communications using a single waveguide. In particular, two operating protocols are proposed, namely mode selection and mode combining. Mode selection enforces each PA to predominantly radiate signal power of one single mode, while mode combining allows each PA to flexibly radiate power of multiple modes. Based on the two protocols, a sum rate maximization problem is formulated for multi-mode PASS-enabled multi-user downlink communications, where the transmit beamforming, PA positions, and PA propagation constants are jointly optimized. To address this rapidly oscillating and highly nonconvex problem, a particle swarm optimization (PSO) based Karush-Kuhn-Tucker (KKT)-parameterized beamforming (PSO- KPBF) algorithm is proposed. KKT-conditioned solutions are exploited to guide the swarm search, thus reducing the search space and achieving fast convergence. Numerical results demonstrate that: 1) Even using a simple uniform mode-combining design, the multi-mode PASS significantly outperform conventional single-mode PASS and hybrid beamforming systems; and 2) Mode combining achieves high spectral efficiency, while mode selection approximates its performance with a lower hardware complexity. Code is released at https://github.com/xiaoxiaxusummer/multi_mode_pinching_antenna

Figures

Figures reproduced from arXiv: 2603.08472 by the authors.

Figure 1
Figure 1. System model of the proposed multi-mode PASS. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. System sum rate versus Pmax. N = 8. 4 6 8 10 12 14 16 12 14 16 18 20 22 24 26 28 30 32 Multi-mode PASS (mode selection) Multi-mode PASS (mode combining) Multi-mode PASS (uniform mode combining) Single-mode PASS (TDMA) Conventional MISO (Hybrid BF) Conventional MISO (hybrid BF) Single-mode PASS (TDMA) mode selection mode combining uniform mode combining, PA=( 1+ 2 )/2 [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. System sum rate versus N. Pmax = 25 dBm [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

15 extracted references · 1 canonical work pages

  1. [1]

    Pinching-antenna systems (PASS): A tutorial,

    Y . Liu, H. Jiang, X. Xu, Z. Wang, J. Guo, C. Ouyang, X. Mu, Z. Ding, A. Nallanathan, G. K. Karagiannidis, and R. Schober, “Pinching-antenna systems (PASS): A tutorial,”IEEE Trans. Commun., early access, 2026

  2. [2]

    Modeling and Beam- forming Optimization for Pinching-Antenna Systems,

    Z. Wang, C. Ouyang, X. Mu, Y . Liu and Z. Ding, “Modeling and Beam- forming Optimization for Pinching-Antenna Systems,”IEEE Trans. Commun., vol. 73, no. 12, pp. 13904-13919, Dec. 2025

  3. [3]

    Joint Transmit and Pinching Beamforming for Pinching Antenna System (PASS): Optimization- Based or Learning-Based?,

    X. Xu, X. Mu, Y . Liu and A. Nallanathan, “Joint Transmit and Pinching Beamforming for Pinching Antenna System (PASS): Optimization- Based or Learning-Based?,”IEEE Trans. Wireless Commun., vol. 25, pp. 11449-11464, 2026

  4. [4]

    Graph Transformer for Tri- Beamforming in Pinching Antenna Systems (PASS),

    J. Guo, Y . Liu and A. Nallanathan, “Graph Transformer for Tri- Beamforming in Pinching Antenna Systems (PASS),”IEEE J. Sel. Areas Commun., vol. 44, pp. 2872-2888, 2026

  5. [5]

    Pinching-Antenna Systems (PASS): Power Radiation Model and Optimal Beamforming Design,

    X. Xu, X. Mu, Z. Wang, Y . Liu and A. Nallanathan, “Pinching-Antenna Systems (PASS): Power Radiation Model and Optimal Beamforming Design,”IEEE Trans. Commun., vol. 74, pp. 2160-2175, 2026

  6. [6]

    Pinching-Antenna Systems with LoS Blockages,

    K. Wang, C. Ouyang, Y . Liu, Z. Ding, “Pinching-Antenna Systems with LoS Blockages,” arXiv: 2507.10173, Jul. 2025

  7. [7]

    C-PASS: Center-fed pinching antenna system,

    X. Gan and Y . Liu, “C-PASS: Center-fed pinching antenna system,” arXiv:2512.12619, Dec. 2025

  8. [8]

    A survey of pinching-antenna systems (PASS),

    Y . Liu, H. Jiang, X. Gan, X. Xu, J. Guo, Z. Wang, C. Ouyang, X. Mu, Z. Ding, A. Nallanathan, O. A. Dobre, G. K. Karagiannidis, and R. Schober, “A survey of pinching-antenna systems (PASS),” arXiv:2601.18927, Jan. 2026

Show all 15 references
  1. [9]

    Multi-mode pinching an- tenna systems enabled multi-user communications,

    X. Xu, X. Mu, Y . Liu, and A. Nallanathan, “Multi-mode pinching an- tenna systems enabled multi-user communications,” arXiv:2601.20780, Jan. 2026

  2. [10]

    Con- formal surface plasmons propagating on ultrathin and flexible films,

    X. Shen, T. J. Cui, D. Martín-Cano, and F. J. García-Vidal, “Con- formal surface plasmons propagating on ultrathin and flexible films,” Proc. Natl. Acad. Sci. U.S.A., vol. 110, no. 1, pp. 40-45, 2013, doi:10.1073/pnas.1210417110

  3. [11]

    Reconfigurable leaky wave antenna with low sidelobe based on spoof surface plasmon polariton,

    H. Jiang, X. Cao, T. Liu, L. Jidi, and S. Li, “Reconfigurable leaky wave antenna with low sidelobe based on spoof surface plasmon polariton,” AEU-Int. J. Electron. Commun., vol. 157, Dec. 2022, Art. no. 154394

  4. [12]

    Microwave liquid crystal enabling technology for electronically steerable antennas in SATCOM and 5G millimeter-wave systems,

    R. Jakoby, A. Gaebler, and C. Weickhmann, “Microwave liquid crystal enabling technology for electronically steerable antennas in SATCOM and 5G millimeter-wave systems,”Crystals, vol. 10, no. 6, pp. 514, 2020

  5. [13]

    Design of filtering tunable liquid crystal phase shifter based on spoof surface plasmon polaritons in PCB technology,

    C. Ding, F.-Y . Meng, J.-Q. Han, H.-L. Mu, Q.-Y . Fang, and Q. Wu, “Design of filtering tunable liquid crystal phase shifter based on spoof surface plasmon polaritons in PCB technology,”IEEE Trans. Compon., Packag., Manuf. Technol., vol. 9, no. 12, pp. 2418-2426, Dec. 2019

  6. [14]

    A spoof surface plasmon transmission line loaded with varactors and short-circuit stubs and its application in Wilkinson power dividers,

    X. Zhang, W. Tang, H. C. Zhang, J. Xu, G.-D. Bai, J.-F. Liu, and T.- J. Cui, “A spoof surface plasmon transmission line loaded with varactors and short-circuit stubs and its application in Wilkinson power dividers,” Adv. Mater. Technol., vol. 3, no. 6, Art. no. 1800046, 2018

  7. [15]

    Channel estimation and hybrid precoding for millimeter wave cellular systems,

    A. Alkhateeb, O. E. Ayach, G. Leus, and R. W. Heath, “Channel estimation and hybrid precoding for millimeter wave cellular systems,” IEEE J. Sel. Topics Signal Process., vol. 8, no. 5, pp. 831-846, Oct. 2014

Pith tools

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