REVIEW 5 major objections 5 minor 5 cited by
GPASS: Deep Learning for Beamforming in Pinching-Antenna Systems (PASS)
T0 review · 5 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read This paper claims that joint pinching-antenna placement and transmit beamforming can be learned end-to-end by two cascaded graph neural networks, and that the learned policy beats a heuristic baseline in spectral efficiency while running…
desk verdict The GPASS paper applies a known GNN template to a new problem, but its core permutation-equivariance claim is false under the stated spacing constraint, so the theoretical basis collapses. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is a two-stage edge-update graph neural network whose layers respect two-dimensional permutation equivariance. In the pinching-beamforming stage, edge representations are updated by functions of the form in (11) that combine a pinching antenna's own state, summed contributions from antennas on the same waveguide, and summed contributions from all other waveguides; this form is what preserves equivariance to nested permutations of pinching antennas and waveguides under user permutations. In the transmit-beamforming stage, a permutation-equivariant edge-update GNN learns power allocations, and the beamforming matrix is reconstructed using the optimal solution structure of the multiuser beamforming problem. This decomposition reduces the learning task to small power-allocation vectors instead of raw beamforming matrices.
What would settle it
For a small system such as $N=2$, $M=2$, $K=2$, enumerate all user, waveguide, and antenna permutations, feed them to the trained GPASS, and check whether the output positions and power allocations permute exactly as equations (7) and (8) require; any violation would falsify the equivariance claim. Comparing the GPASS result against brute-force optimal spectral efficiency for that tiny system would also show whether the heuristic baseline comparison understates the achievable gain.
Extended reading notes
Core claim
The central claim is that joint pinching beamforming and transmit beamforming in a pinching-antenna system can be learned end-to-end by two cascaded graph neural networks. The first sub-GNN, the PBF-sub-GNN, outputs pinching-antenna positions, represented as first positions and spacings, from user locations and antenna indices; the second, the TBF-sub-GNN, outputs uplink and downlink power allocations, from which the transmit beamforming matrix is recovered via the known optimal structure $\mathbf{W}^\star = \tilde{\mathbf{H}}(\Lambda \tilde{\mathbf{H}}^H \tilde{\mathbf{H}} + \sigma_0^2 \mathbf{I}_K)^{-1} \mathbf{P}^{1/2}$. The architecture is built so that its update equations are equivariant to permutations of users, waveguides, and pinching antennas, matching the permutation properties of the optimal policy. Numerical results show spectral efficiency close to or above a zero-forcing-style baseline at transmit SNRs from 50 to 90 dB, with an average inference time of 6 ms for 8 users, 8 waveguides, and 3 pinching antennas per waveguide.
Load-bearing premise
The architecture's permutation equivariance rests on Proposition 1, whose proof is omitted; if the update rule in (11) does not actually preserve nested permutations of antennas and waveguides, the claimed learning advantage loses its foundation.
Editorial extensions
If this is right
- If GPASS works as claimed, pinching-antenna beamforming can be run in real time: 6 ms inference for an 8-user, 8-waveguide, 3-antenna-per-waveguide setup.
- The staged design means antenna-placement decisions and transmit beamforming no longer need to be solved as one coupled non-convex optimization; each stage learns a smaller mapping.
- Because both sub-GNNs are permutation-equivariant, the learned policy should transfer to different numbers of users, waveguides, and pinching antennas without retraining from scratch.
- The transmit-beamforming stage's use of the optimal solution structure means the GNN only needs to learn $K$ uplink and $K$ downlink power scalars, not the full beamforming matrix.
- Unsupervised training on user positions alone avoids the need for labeled optimal solutions during training.
Reading between the lines
- A testable extension is to compare GPASS against an iterative optimization baseline at small sizes; the current comparison is only against a heuristic placement-plus-zero-forcing baseline, so the gap to the true optimum remains unknown.
- If Proposition 1's nested equivariance truly holds, the same two-recursion update form could be applied to other nested-permutation problems, such as multi-cell precoding with antenna-array subgroups, which the paper does not explore.
- The 6 ms inference time is reported without hardware details; reporting per-antenna or per-parameter timing would let readers judge real-time claims across platforms.
- One could probe the equivariance claim empirically by feeding randomized user permutations to the trained network and checking whether outputs permute accordingly; failure would point to Proposition 1 or its implementation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes GPASS, a two-stage graph neural network for jointly learning pinching beamforming (antenna positions) and transmit beamforming in pinching-antenna systems. The first sub-GNN (PBF-sub-GNN) learns the antenna positions with an edge-update architecture that is claimed to be equivariant to nested permutations of pinching antennas, waveguides, and users. The second sub-GNN (TBF-sub-GNN) learns only the uplink and downlink power allocations and recovers the transmit beamforming matrix using the optimal solution structure in [13]. The network is trained unsupervised with the negative spectral efficiency as the loss. Numerical results compare the SE of GPASS against a heuristic baseline for M=1 and M=3 and report an average inference time of 6 ms.
Significance. If the claims were correct, this would be the first deep-learning approach for pinching-antenna systems and could provide a low-complexity real-time beamforming solution. The staged architecture and the use of the optimal beamforming structure are sensible engineering choices, and the unsupervised training setup is standard in learning-to-optimize works. However, the theoretical foundation of the PBF-sub-GNN rests on a permutation equivariance property that is likely false, and the numerical comparison is undermined by the baseline being defined only for M=1. The paper also overclaims an FNN comparison that is not present in the results. These issues make the central contribution not defensible in its current form.
major comments (5)
- [III.A, Eq. (8) and constraint (6b)] The nested permutation equivariance property (8) is invalid because the feasible set of problem P is not invariant under permutations of pinching-antenna labels within a waveguide. Constraint (6b), equivalently (5c), defines Δp_{m,n} = xp_{m,n} - xp_{m-1,n} ≥ Δmin, which imposes a monotone order on the labels. For example, with N=1, M=2, let xp_1=0 and xp_2=2Δmin; the feasible point has Δp_2=2Δmin, but swapping the labels gives Δp'_2=-2Δmin, violating (6b). Thus the mapping from user positions to optimal A cannot satisfy Ω_P equivariance. Adding the index s to the input does not change this, because the underlying optimization problem is unchanged and still depends on the label-ordered constraints. Since the PBF-sub-GNN design and Proposition 1 are built on property (8), the theoretical justification of the proposed architecture collapses.
- [III.A, Proposition 1] The proof of Proposition 1 is omitted with the statement 'Due to limited space, the proof is not provided.' This is not acceptable for a proposition that is load-bearing for the claimed equivariance. Moreover, given the issue raised in the previous comment, even a correct proof of the form in (11) being nested-permutation-equivariant would not establish the equivariance of the beamforming policy, because the policy is not equivariant due to the order-dependent constraints. The proposition as stated is therefore not a sufficient foundation for the architecture.
- [IV, baseline comparison] The baseline method is defined only for M=1, where the x-axis position of each pinching antenna is set to that of the closest user and transmit beamforming is zero-forcing. However, Fig. 3(b) reports results for M=3, and the text states that the performance gain is larger when M=3. Without a baseline at M=3, the reported gains are not evidence that GPASS outperforms a reasonable alternative at the same number of antennas; the gain may simply be due to the larger number of pinching antennas. A fair baseline for M=3 must be provided, or the claim of higher SE must be restricted to M=1.
- [V, conclusion] The conclusion states that the permutation properties were incorporated 'for better learning performance than FNNs,' but no FNN comparison appears anywhere in Section IV. This claim is unsupported and should be removed or substantiated with the corresponding experiments.
- [IV, numerical results] The numerical results do not include error bars, confidence intervals, or multiple training runs. Since the training is stochastic and the SE differences between GPASS and the baseline appear modest in some regimes, the reader cannot assess whether the reported improvements are statistically significant. The authors should report the mean and standard deviation over several random seeds and training runs.
minor comments (5)
- [II, Eq. (6a)] The transformation uses the expression xp_{m,n} = xp_{1,n} + Σ_{i=2}^m Δp_{m,n}; the index of Δp in the summation should be i, not m. This typo makes the relationship confusing.
- [III.A, Eq. (9)] The activation function in (9) uses max(·, 0) + Δmin for Δp_{m,n}, but it is not clear whether this applies for m=1 as well, and the definition of Δp_{1,n} is ambiguous because xp_{0,n} is not defined. Please clarify the indexing of Δp.
- [III.A, Eq. (10)] The pooling function is denoted as ' summation P(·)' but P is also used elsewhere for the power constraint; using a distinct symbol for the pooling operation would avoid confusion.
- [IV, Fig. 3] The caption of Fig. 3 does not specify the baseline configuration for panel (b) with M=3; it should state whether the baseline curves correspond to M=1 or M=3.
- [IV, simulation setup] The paper sets N=K in all simulations, which is restrictive. A brief discussion of how the results would generalize to N≠K would be helpful, especially since the GNN is claimed to be size-generalizable.
Circularity Check
No significant circularity: the GPASS learning pipeline is trained and evaluated on a held-out test set, and the structural ingredients cited from prior work are external architectural building blocks rather than fitted inputs renamed as predictions.
full rationale
The paper's derivation chain has three load-bearing pieces: (i) the permutation equivariance properties in (7)-(8), (ii) the edge-update GNN architecture from [10] and the inter-user-interference update inspired by [9], and (iii) the transmit-beamforming solution structure from [13]. None of these is fitted to the evaluation data and then reported as a prediction. The loss is negative SE averaged over training samples, and the reported SE is evaluated on a separate 1000-sample test set, so the headline 'higher SE than baseline' is an empirical result rather than an identity. The equivariance properties are asserted directly from the symmetries of problem P; even if property (8) is invalid because constraint (5c) makes PA-label permutations infeasible, that is a correctness/validity defect, not circularity: the architecture is not made to satisfy (8) by defining the target in terms of the architecture. Proposition 1's proof is omitted, but an omitted proof is not a circular reduction; the proposition is a standalone algebraic claim about functions of the form (11), not a renamed version of the conclusion. Self-citations [9] and [10] supply architectural priors, but the paper's central numerical claim does not reduce to them; the system is self-contained in the sense that it is tested against a zero-forcing baseline. No fitted input is renamed as a prediction, no uniqueness theorem is imported from the authors, and no known result is merely relabeled. The principal risks are mathematical (the unproved and possibly false equivariance premise) and empirical (a single heuristic baseline), not circularity.
Assumptions & free parameters
free parameters (2)
- GNN trainable weights (both sub-GNNs) =
unknown (not reported)
- GNN architecture hyperparameters =
not reported
assumptions (5)
- domain assumption The PASS channel is described by free-space line-of-sight path loss and phase responses in equations (2) and (4), with no blockage or scattering.
- ad hoc to paper The pinching-beamforming policy satisfies the permutation properties in (7), (8), and (14).
- ad hoc to paper Proposition 1 and the update rule in (10) make the edge-update GNN nested-permutation equivariant.
- standard math The optimal transmit beamforming has the structure W* = H(Lambda H^H H + sigma^2 I)^(-1) P^(1/2) from [13], so the TBF-sub-GNN only needs to learn power allocations.
- domain assumption A trained edge-update GNN can approximate the optimal power-allocation mapping well enough to outperform the baseline.
Cite this review
Pith. "Pith review of GPASS: Deep Learning for Beamforming in Pinching-Antenna Systems (PASS)." pith.science (2026). https://pith.science/paper/5LNLI5QI
@misc{pith2026250201438,
author = {Pith},
title = {Pith review of: GPASS: Deep Learning for Beamforming in Pinching-Antenna Systems (PASS)},
year = {2026},
howpublished = {\url{https://pith.science/paper/5LNLI5QI}},
note = {Machine review of arXiv:2502.01438}
}
read the original abstract
A novel GPASS architecture is proposed for jointly learning pinching beamforming and transmit beamforming in pinching antenna systems (PASS). The GPASS is with a staged architecture, where the positions of pinching antennas are first learned by a sub-GNN. Then, the transmit beamforming is learned by another sub-GNN based on the antenna positions. The sub-GNNs are incorporated with the permutation property of the beamforming policy, which helps improve the learning performance. The optimal solution structure of transmit beamforming is also leveraged to simplify the mappings to be learned. Numerical results demonstrate that the proposed architecture can achieve a higher SE than a heuristic baseline method with low inference complexity.
Figures
Forward citations
Cited by 5 Pith papers
-
Multigroup Multicast Design for Pinching-Antenna Systems: Waveguide-Division or Waveguide-Multiplexing?
Pinching-antenna systems can beat conventional and massive MIMO for multigroup multicast by repositioning antennas along waveguides, with waveguide-multiplexing best for dense users and waveguide-division best for sep...
-
Modeling and Beamforming Optimization for Pinching-Antenna Systems
A coupled-mode signal model for pinching-antenna systems is derived, and penalty-based and zero-forcing algorithms minimize transmit power with continuous or discrete antenna positions.
-
Deep Learning Optimization of Two-State Pinching Antennas Systems
A graph neural network with distributed attention selects near-optimal subsets of active pinching antennas, matching a Gurobi solver's rates within a few percent and generalizing from 50 to 1000 antennas.
-
Exploiting Pinching-Antenna Systems in Multicast Communications
Optimizing pinching-antenna positions along dielectric waveguides improves multicast rates, with closed-form results for a single antenna and iterative algorithms for multiple antennas or waveguides.
-
A Gradient Meta-Learning Joint Optimization for Beamforming and Antenna Position in Pinching-Antenna Systems
A gradient meta-learning algorithm with two unrolled neural networks jointly optimizes beamforming and pinching-antenna positions, reporting 5.6 bits/s/Hz weighted sum rate and a 32.7% gain over alternating optimizati...
Reference graph
Works this paper leans on
-
[13]
Optimal multiuser trans- mit beamforming: A difficult problem with a simple solution structure,
E. Bj ¨ornson, M. Bengtsson, and B. Ottersten, “Optimal multiuser trans- mit beamforming: A difficult problem with a simple solution structure,” IEEE Signal Process. Mag. , vol. 31, no. 4, pp. 142–148, July 2014
2014
-
[1]
Near-field communications: A comprehensive survey,
Y . Liu, C. Ouyang, Z. Wang, J. Xu, X. Mu, and A. L. Swindlehurst, “Near-field communications: A comprehensive survey,” IEEE Commun. Surveys Tut., 2024, Early access
work page 2024
-
[2]
Flexible-antenna systems: A pinching-antenna perspective,
Z. Ding, R. Schober, and H. V . Poor, “Flexible-antenna systems: A pinching-antenna perspective,” arXiv:2412.02376, 2024
arXiv 2024
-
[3]
Array gain for pinching- antenna systems (PASS),
C. Ouyang, Z. Wang, Y . Liu, and Z. Ding, “Array gain for pinching- antenna systems (PASS),” arXiv preprint arXiv:2501.05657 , 2025
arXiv 2025
-
[4]
Antenna activation for NOMA assisted pinching-antenna systems,
K. Wang, Z. Ding, and R. Schober, “Antenna activation for NOMA assisted pinching-antenna systems,” arXiv:2412.13969, 2024
arXiv 2024
-
[5]
Pinching antenna systems (PASS): Architecture designs, opportunities, and out- look,
Y . Liu, Z. Wang, X. Mu, C. Ouyang, X. Xu, and Z. Ding, “Pinching antenna systems (PASS): Architecture designs, opportunities, and out- look,” arXiv:2501.18409, 2025
arXiv 2025
-
[6]
Learning to optimize: training deep neural networks for interference management,
H. Sun, X. Chen, Q. Shi et al. , “Learning to optimize: training deep neural networks for interference management,” IEEE Trans. Signal Process., vol. 66, no. 20, pp. 5438–5453, 2018
work page 2018
-
[7]
Y . Wang, Y . Li, Q. Shi, and Y .-C. Wu, “ENGNN: A general edge- update empowered GNN architecture for radio resource management in wireless networks,” IEEE Trans. Wireless Commun. , vol. 23, no. 6, pp. 5330–5344, June 2024
work page 2024
Show all 13 references
-
[8]
A graph neural network learning approach to optimize RIS-assisted federated learning,
Z. Wang, Y . Zhou, Y . Zou, Q. An, Y . Shi, and M. Bennis, “A graph neural network learning approach to optimize RIS-assisted federated learning,” IEEE Trans. Wireless Commun. , vol. 22, no. 9, pp. 6092–6106, Sep. 2023
2023
-
[9]
Recursive GNNs for learning precoding policies with size-generalizability,
J. Guo and C. Yang, “Recursive GNNs for learning precoding policies with size-generalizability,” IEEE Trans. Mach. Learn Commun. Netw. , vol. 2, pp. 1558–1579, 2024
2024
-
[10]
Multidimensional graph neural networks for wireless communications,
S. Liu, J. Guo, and C. Yang, “Multidimensional graph neural networks for wireless communications,” IEEE Trans. Wireless Commun., vol. 23, no. 4, pp. 3057–3073, April 2024
2024
-
[11]
Learning to reflect and to beamform for intelligent reflecting surface with implicit channel estimation,
T. Jiang, H. V . Cheng, and W. Yu, “Learning to reflect and to beamform for intelligent reflecting surface with implicit channel estimation,” IEEE J. Sel. Areas Commun. , vol. 39, no. 7, pp. 1931–1945, July 2021
1931
-
[12]
Graph neural network aided power control in partially connected cell-free massive MIMO,
S. Mishra, L. Salaun, H. Yang, and C. S. Chen, “Graph neural network aided power control in partially connected cell-free massive MIMO,” IEEE Trans. Wireless Commun., vol. 23, no. 9, pp. 12 412–12 423, Sep. 2024
2024
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.