REVIEW 5 major objections 5 minor 31 references
Optimizing Fluid Antenna Configurations for Constructive Interference Precoding
T0 review · 5 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper claims that jointly optimizing fluid-antenna positions and constructive-interference precoding via a smoothed block-coordinate algorithm lowers bit error rate versus fixed arrays and PSO, at low cost.
desk verdict A credible, modest paper: new FAS-plus-CI formulation, sensible BCD solver, but the BER claims rest on an unvalidated SEP surrogate and missing error bars. 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 the safety margin $\alpha_{i,t}$, the distance of the noiseless received symbol from the boundary of its MPSK decision region, defined as $\alpha_{i,t} = \Re\{h(z)_i^\top x_t s_{i,t}^*\} - |\Im\{h(z)_i^\top x_t s_{i,t}^*\}|\cot(\pi/M)$. Maximizing the smallest safety margin is justified by a Q-function bound on symbol error probability. To make the problem smooth, the max over users and time slots is replaced by $\psi(\bar X,z)$, a smoothed max with a simplex weight vector and a quadratic penalty, whose optimal weights have a closed form. Block coordinate descent then alternates an accelerated projected gradient update for the precoders and a projected gradient update with backtracking for the positions; the disjoint interval constraints make the position projection an element-wise thresholding, which keeps the per-iteration cost low.
What would settle it
Simulate the optimized CIAP, fixed-array, and PSO-based designs under the paper's settings and compare empirical bit error rates at SNRs in the 20–30 dB range; if CIAP does not beat both baselines there, the central claim fails. A second check is to measure, for CIAP's optimized solutions, the gap between the Q-function bound in inequality (7) and the simulated symbol error rate: if the bound is much looser for CIAP solutions than for baseline solutions, the reported gain may come from optimizing the surrogate rather than from true SEP reduction.
Extended reading notes
Core claim
The paper's central claim is that worst-case symbol error probability minimization for a fluid-antenna MISO downlink can be reformulated as maximizing the smallest constructive-interference safety margin, and that this reformulation admits a low-complexity solver. The authors convert the max-of-margins objective into a smoothed surrogate, then apply block coordinate descent: an accelerated projected gradient step for the precoding vectors and a projected gradient step with backtracking line search for the antenna positions, with element-wise projection onto disjoint intervals. Simulations are presented showing that this joint design reduces bit error rate below both CI precoding with fixed antenna positions and CI precoding with PSO-optimized positions under QPSK, 8PSK, and 16PSK, with per-iteration complexity $O(KNT)$ for precoding and $O(KN^2T)$ for positions.
Load-bearing premise
The optimization maximizes a stand-in quantity, the smallest safety margin, that is connected to the true symbol error probability only through a Q-function bound, and the paper never checks how tight that bound is at the signal-to-noise ratios where the algorithm is evaluated.
Editorial extensions
If this is right
- If the claim holds, constructive-interference precoding and fluid antenna positioning are complementary: a better antenna geometry widens the safety margins that symbol-level precoding can exploit.
- The reported per-iteration costs of $O(KNT)$ and $O(KN^2T)$ mean antenna-position optimization adds only modest overhead on top of precoding, making fluid-antenna gains accessible where particle-swarm optimization is too expensive.
- Larger position adjustment ranges, such as $\delta = 0.5$, improve BER for both fluid-antenna designs while CIAP keeps the edge, so the benefit grows with antenna mobility.
- The BER gains widen as modulation order rises from QPSK to 16PSK, so the method is most relevant when high-order MPSK is used for spectral efficiency.
Reading between the lines
- Editorial inference: the same smoothing-plus-BCD template could be carried to QAM constellations, where the constructive-interference region is a polygon rather than a cone; the safety-margin geometry would change but the outer loop would not.
- Editorial inference: a sensitivity analysis of the smoothing parameter $\mu = 0.3 + \log(1+\sigma)$ is missing from the paper; testing several values across SNR would show whether the reported BER gains are robust.
- Editorial inference: since the SEP bound in inequality (7) has a factor-two gap, an independent SEP evaluation would settle whether CIAP is truly minimizing symbol error probability or only maximizing its surrogate.
- Editorial inference: the runtime comparison fixes block length at $T=5$; scaling $T$ and the number of users while holding antennas fixed would test whether the complexity advantage persists in longer blocks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper studies a downlink multiuser MISO system with fluid antennas whose positions are individually adjustable within disjoint intervals, under MPSK signaling. The authors formulate a worst-case symbol error probability (SEP) minimization problem, replace it with a safety-margin maximization based on a Q-function bound, smooth the nonsmooth objective, and propose a block coordinate descent (BCD) algorithm that alternates between an accelerated projected gradient (APG) precoding update and a projected gradient antenna-position update. Simulations compare the proposed CIAP algorithm against fixed-position arrays and a BCD-PSO baseline, reporting BER gains and lower runtime, with a per-iteration complexity analysis.
Significance. The paper addresses a previously unstudied combination of fluid antenna systems and constructive interference precoding, and the proposed BCD framework is a sensible starting point. The convex precoding subproblem is clearly formulated and solved by APG with an explicit per-iteration complexity table, and the disjoint-interval antenna model leads to a cheap element-wise projection. The simulation study uses a standard LoS channel model and reports results over 500 Monte-Carlo trials. If the surrogate fidelity and convergence issues raised below are resolved, the approach could offer a practical low-complexity FAS design.
major comments (5)
- [Section III, Eqs. (7)-(8)] The paper replaces SEP minimization with safety-margin maximization, justified by the bound Q(√2 sin(π/M)α/σ) ≤ SEP ≤ 2Q(√2 sin(π/M)α/σ). However, no evidence is given that maximizing α is equivalent to minimizing SEP at the solutions found. The upper and lower bounds differ by a factor of 2, so the ordering of candidate solutions by α need not match the ordering by true SEP. Please report the worst-case SEP or BER under the proposed solution and compare it with the value predicted by the bound for the operating SNRs in Figs. 2-4. Without this, the central claim that CIAP reduces BER is not established by the optimization objective.
- [Section IV-B, Algorithm 1] The overall BCD loop for the nonconvex problem (13) has no convergence guarantee. The text states that APG 'guarantee[s] global convergence,' but the cited result applies only to the convex subproblem (18) with fixed z; the position subproblem (22) is nonconvex, and BCD with an inexact inner solver may not converge to a stationary point. The authors either need to provide a convergence analysis of Algorithm 1 or state it as a heuristic and include a numerical convergence check (e.g., objective and worst-case margin versus iteration) in the simulations.
- [Eq. (19), Algorithm 2 line 7] The APG update in Eq. (19) uses the gradient ∇_{x_t}ψ(¯X_k,z_ℓ) evaluated at the current iterate ¯X_k, not at the extrapolated point y_{t,k} defined in (20). Standard accelerated projected gradient methods evaluate the gradient at y_k. The algorithm as written (with gradient at x_k) does not match the convergence guarantee from [29]; it is a projected gradient step with momentum, and the claimed 'guarantee global convergence' is not applicable. Please either evaluate the gradient at y_{t,k} (i.e., use ∇_{x_t}ψ(¯Y_k,z_ℓ) in (19) and Algorithm 2) or revise the algorithm and its justification.
- [Section V, Figs. 2-4] The average BER curves are reported over 500 Monte-Carlo trials without confidence intervals or error bars. The visible gap between CIAP and BCD-PSO at moderate SNR (e.g., Fig. 2 around 20-25 dB) appears small relative to the random variation expected from 500 trials. Please provide error bars or a statistical significance test (e.g., a paired t-test) to support the claim that CIAP outperforms BCD-PSO.
- [Section V, Fig. 6 and parameter settings] The smoothing parameter μ = 0.3 + log(1+σ) in Section V is introduced without sensitivity analysis. Since ψ depends on μ, the reported BER improvements may depend on this ad hoc choice; please provide results for a range of μ values and justify the formula. Also, the BCD-PSO baseline does not report its hyperparameters (population size, maximum iterations, inertia weights, etc.), which makes the runtime comparison in Fig. 6 difficult to interpret as a fair algorithmic comparison. Please disclose the PSO settings and, ideally, provide a comparison with a well-tuned PSO.
minor comments (5)
- [Section III, after Eq. (10)] The text says 'Problem (9) can be transformed into a minmax problem as (12)', but (9) is a definition of vectors, not a problem; the reference should be to (10).
- [Section II, Fig. 1] The figure is referenced but not included in the text; please ensure it is inserted in the final version.
- [Section V, legends] The legend uses 'FP A' in Fig. 2 and 'FPA' in Fig. 5; please keep the baseline name consistent.
- [Algorithm 3] The backtracking line search step length η_B is not defined; please specify the backtracking rule or cite a reference for the implementation.
- [Section V, first paragraph] The sentence 'In this setting, the parameter δ ∈ [0, 0.5] is set to satisfy the minimum spacing requirement λ/2 between antennas' is not fully clear; for δ=0.1 the effective minimum separation is different, so please state how δ is chosen for a given minimum spacing.
Circularity Check
No load-bearing circularity; the SEP-to-safety-margin surrogate is an external analytic bound, and the reported BER gains come from genuine Monte Carlo simulations.
full rationale
The derivation chain is problem (6) -> Q-function bound (7) -> safety-margin maximization (8) -> smoothed BCD (13). None of these steps is circular. The bound (7) is an external analytic result cited to [27] and [28], not a quantity fitted to this paper's outputs, and [28] is an independent group's work, so the self-citation in [27] is not load-bearing. The algorithm optimizes the safety margin, while the claimed gains are evaluated by actual bit error rate simulations over 500 Monte-Carlo trials; the BER curves are not mathematical consequences of the optimization objective. A mismatch between the surrogate and true SEP would be a correctness or approximation-fidelity concern, not a circularity. Several references are by members of the same research group (e.g., [2], [10], [19], [20], [27]), but they supply standard bounds, algorithmic tools, or background results and are not used to define the target quantity in terms of itself. The smoothing parameter mu = 0.3 + log(1+sigma) is chosen heuristically without sensitivity analysis, which is a robustness concern, but it is not fitted to the data being predicted. No prediction in the paper reduces by construction to its inputs, and no self-citation chain forces the reported result. Therefore the circularity score is low.
Assumptions & free parameters
free parameters (2)
- Smoothing parameter mu =
0.3 + log(1 + sigma)
- Position adjustment factor delta =
0.1 default, 0.5 in Fig. 5
assumptions (4)
- domain assumption The SEP can be bounded by the Q-function of the safety margin alpha as in Eq. (7)
- domain assumption The downlink channel is a far-field LoS model h_i = alpha_i a(z, beta_i)
- ad hoc to paper The smoothing function psi with mu = 0.3 + log(1 + sigma) is a valid surrogate for the nonsmooth objective
- domain assumption Antenna positions move within disjoint intervals that preserve a minimum spacing of lambda/2
Cite this review
Pith. "Pith review of Optimizing Fluid Antenna Configurations for Constructive Interference Precoding." pith.science (2026). https://pith.science/paper/27FWGMS5
@misc{pith2026250711093,
author = {Pith},
title = {Pith review of: Optimizing Fluid Antenna Configurations for Constructive Interference Precoding},
year = {2026},
howpublished = {\url{https://pith.science/paper/27FWGMS5}},
note = {Machine review of arXiv:2507.11093}
}
abstract
The fluid antenna system (FAS) has emerged as a new physical-layer concept to provide enhanced propagation conditions for multiuser multiple-input multiple-output (MIMO) communications over conventional fixed arrays. This work focuses on minimizing the maximum symbol error probability (SEP) under $M$-ary phase shift keying (MPSK) signaling in a multiuser downlink equipped with FAS, where each antenna moves within nonoverlapping intervals. This specific problem of joint SEP minimization with FAS and constructive interference (CI) precoding has not been previously addressed. The resulting problem turns out to be a nonconvex and nonsmooth optimization challenge. We transform the SEP minimization problem into a safety margin maximization problem in constructive interference precoding. Then, we customize a smoothing technique and a block coordinate descent (BCD) algorithm, with emphasis on low computational complexity. Simulation results show that our approach can reduce bit error rate (BER) compared to both the fixed arrays and FAS designed by existing particle swarm optimization (PSO). Also, our approach shows attractively low computational complexity compared to PSO benchmarks.
Figures
Reference graph
Works this paper leans on
-
[29]
Smooth minimization of non-smooth funct ions,
Y . Nesterov, “Smooth minimization of non-smooth funct ions,” Math. Program., vol. 103, no. 1, pp. 127–152, 2005
work page 2005
-
[1]
M. A. ElMossallamy, H. Zhang, L. Song, K. G. Seddik, Z. Han , and G. Y . Li, “Reconfigurable intelligent surfaces for wireless communica- tions: Principles, challenges, and opportunities,” IEEE Trans. Cognit. Commun. Netw., vol. 6, no. 3, pp. 990–1002, 2020
work page 2020
-
[2]
Minimum symbol-error proba bility symbol-level precoding with intelligent reflecting surfac e,
M. Shao, Q. Li, and W.-K. Ma, “Minimum symbol-error proba bility symbol-level precoding with intelligent reflecting surfac e,” IEEE Wire- less Commun. Lett. , vol. 9, no. 10, pp. 1601–1605, 2020
work page 2020
-
[3]
An overview of signal processing techniques for RIS/IRS-aided wireless systems,
C. Pan, G. Zhou, K. Zhi, S. Hong, T. Wu, Y . Pan, H. Ren, M. Di R enzo, A. L. Swindlehurst, R. Zhang, et al., “An overview of signal processing techniques for RIS/IRS-aided wireless systems,” IEEE J. Sel. Topics Signal Process. , vol. 16, no. 5, pp. 883–917, 2022
work page 2022
-
[4]
T. Hao, C. Shi, Y . Guo, B. Xia, and F. Y ang, “Fluid-antenna enhanced integrated sensing and communication: Joint antenna posit ioning and beamforming design,” in Proc. IEEE/CIC ICCC 2024, 2024, pp. 956– 961
work page 2024
-
[5]
K.-K. Wong, A. Shojaeifard, K.-F. Tong, and Y . Zhang, “Fl uid antenna systems,” IEEE Trans. Wireless Commun., vol. 20, no. 3, pp. 1950–1962, 2020
work page 1950
-
[6]
W. K. New, K.-K. Wong, H. Xu, C. Wang, F. R. Ghadi, J. Zhang, J. Rao, R. Murch, P . Ram´ ırez-Espinosa, D. Morales-Jimenez, et al. , “A tutorial on fluid antenna system for 6G networks: Encompassing commun ication theory, optimization methods and hardware designs,” IEEE Commun. Surveys Tuts., 2024
work page 2024
-
[7]
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
work page 1919
Show all 31 references
-
[8]
Sum - rate maximization for fluid antenna enabled multiuser commu nications,
Z. Cheng, N. Li, J. Zhu, X. She, C. Ouyang, and P . Chen, “Sum - rate maximization for fluid antenna enabled multiuser commu nications,” IEEE Commun. Lett. , vol. 28, no. 5, pp. 1206–1210, 2024
2024
-
[9]
Fluid anten na-assisted ISAC systems,
L. Zhou, J. Y ao, M. Jin, T. Wu, and K.-K. Wong, “Fluid anten na-assisted ISAC systems,” IEEE Wireless Commun. Lett., vol. 13, no. 12, pp. 3533– 3537, 2024
2024
-
[10]
An efficient sum-rate maximization algorithm for fluid antenna -assisted ISAC system,
Q. Zhang, M. Shao, T. Zhang, G. Chen, J. Liu, and P . Ching, “An efficient sum-rate maximization algorithm for fluid antenna -assisted ISAC system,” IEEE Commun. Lett. , vol. 29, no. 1, pp. 200–204, 2024
2024
-
[11]
Energy-efficiency opt imization for slow fluid antenna multiple access using mean-field game,
Y . Chen, S. Li, Y . Hou, and X. Tao, “Energy-efficiency opt imization for slow fluid antenna multiple access using mean-field game, ” IEEE Wireless Commun. Lett. , vol. 13, no. 4, pp. 915–918, 2023
2023
-
[12]
Historical review of fluid antenn a and movable antenna,
L. Zhu and K.-K. Wong, “Historical review of fluid antenn a and movable antenna,” 2024, arXiv:2401.02362
2024 arXiv
-
[13]
Movable-antenna array empowered ISAC systems for low-alt itude economy,
Z. Kuang, W. Liu, C. Wang, Z. Jin, J. Ren, X. Zhang, and Y . S hen, “Movable-antenna array empowered ISAC systems for low-alt itude economy,” in Proc. IEEE/CIC Int.Conf. Commun. China (ICCC W ork- shops), 2024, pp. 776–781
2024
-
[14]
Fluid antenna system liberating multiuser MIMO for I SAC via deep reinforcement learning,
C. Wang, G. Li, H. Zhang, K.-K. Wong, Z. Li, D. W. K. Ng, and C.-B. Chae, “Fluid antenna system liberating multiuser MIMO for I SAC via deep reinforcement learning,” IEEE Trans. Wireless Commun. , vol. 23, no. 9, pp. 10879–10894, 2024
2024
-
[15]
Zero- forcing meth- ods for downlink spatial multiplexing in multiuser MIMO cha nnels,
Q. H. Spencer, A. L. Swindlehurst, and M. Haardt, “Zero- forcing meth- ods for downlink spatial multiplexing in multiuser MIMO cha nnels,” IEEE Trans. Signal Process. , vol. 52, no. 2, pp. 461–471, 2004
2004
-
[16]
Rethinking WMMSE: Can its complexity scale linearly with the number of BS antennas ?,
X. Zhao, S. Lu, Q. Shi, and Z.-Q. Luo, “Rethinking WMMSE: Can its complexity scale linearly with the number of BS antennas ?,” IEEE Trans. Signal Process. , vol. 71, pp. 433–446, 2023
2023
-
[17]
Dynamic linear precoding fo r the exploita- tion of known interference in MIMO broadcast systems,
C. Masouros and E. Alsusa, “Dynamic linear precoding fo r the exploita- tion of known interference in MIMO broadcast systems,” IEEE Trans. Wireless Commun., vol. 8, no. 3, pp. 1396–1404, 2009
2009
-
[18]
Quantized precoding for massive MU-MIMO,
S. Jacobsson, G. Durisi, M. Coldrey, T. Goldstein, and C . Studer, “Quantized precoding for massive MU-MIMO,” IEEE Trans. Commun. , vol. 65, no. 11, pp. 4670–4684, 2017
2017
-
[19]
Symbol-level preco ding through the lens of zero forcing and vector perturbation,
Y . Liu, M. Shao, W.-K. Ma, and Q. Li, “Symbol-level preco ding through the lens of zero forcing and vector perturbation,” IEEE Trans. Signal Process., vol. 70, pp. 1687–1703, 2022
2022
-
[20]
A framework for one-bit and constant-envelope precoding over multiuser ma ssive MISO channels,
M. Shao, Q. Li, W.-K. Ma, and A. M.-C. So, “A framework for one-bit and constant-envelope precoding over multiuser ma ssive MISO channels,” IEEE Trans. Signal Process. , vol. 67, no. 20, pp. 5309–5324, 2019
2019
-
[21]
One-bit precoding and constellation range design for massive MIMO with QAM signaling,
F. Sohrabi, Y .-F. Liu, and W. Y u, “One-bit precoding and constellation range design for massive MIMO with QAM signaling,” IEEE J. Sel. Topics Signal Process. , vol. 12, no. 3, pp. 557–570, 2018
2018
-
[22]
Directional signal modulation by mean s of switched spaced antennas,
E. J. Baghdady, “Directional signal modulation by mean s of switched spaced antennas,” IEEE Trans. Commun. , vol. 38, no. 4, pp. 399–403, 2002
2002
-
[23]
Directional modulation via symbol-level precoding: A way to enhance security,
A. Kalantari, M. Soltanalian, S. Maleki, S. Chatzinota s, and B. Ottersten, “Directional modulation via symbol-level precoding: A way to enhance security,” IEEE J. Sel. Topics Signal Process. , vol. 10, no. 8, pp. 1478– 1493, 2016
2016
-
[24]
Interference exploitation prec oding made practical: Optimal closed-form solutions for PSK modulati ons,
A. Li and C. Masouros, “Interference exploitation prec oding made practical: Optimal closed-form solutions for PSK modulati ons,” IEEE Trans. Wireless Commun. , vol. 17, no. 11, pp. 7661–7676, 2018
2018
-
[25]
Exploiting known interferen ce as green signal power for downlink beamforming optimization,
C. Masouros and G. Zheng, “Exploiting known interferen ce as green signal power for downlink beamforming optimization,” IEEE Trans. Signal Process. , vol. 63, no. 14, pp. 3628–3640, 2015
2015
-
[26]
Joint beamforming and antenna movement design for moveable anten na systems based on statistical CSI,
X. Chen, B. Feng, Y . Wu, D. W. K. Ng, and R. Schober, “Joint beamforming and antenna movement design for moveable anten na systems based on statistical CSI,” in Proc. IEEE Global Commun. Conf. (Globecom), Kuala Lumpur , Malaysia, 2023, pp. 4387–4392
2023
-
[27]
Multiuser one-bit m assive MIMO precoding under MPSK signaling,
M. Shao, Q. Li, Y . Liu, and W.-K. Ma, “Multiuser one-bit m assive MIMO precoding under MPSK signaling,” in Proc. IEEE Global Conf. Signal Inf. Process., 2018, pp. 833–837
2018
-
[28]
Diversity order analysis for quantized constant envelope transmission,
Z. Wu, J. Wu, W.-K. Chen, and Y .-F. Liu, “Diversity order analysis for quantized constant envelope transmission,” IEEE Open J. Signal Process., vol. 4, pp. 21–30, 2023
2023
-
[30]
Boyd, Convex optimization
S. Boyd, Convex optimization. Cambridge, U.K.: Cambridge Univ. Press, 2004
2004
-
[31]
Modeling and performance an alysis for movable antenna enabled wireless communications,
L. Zhu, W. Ma, and R. Zhang, “Modeling and performance an alysis for movable antenna enabled wireless communications,” IEEE Trans. Wireless Commun., vol. 23, no. 6, pp. 6234–6250, 2023
2023
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.