REVIEW 3 major objections 6 minor 31 references
A Derivative-Free Position Optimization Approach for Movable Antenna Multi-User Communication Systems
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper shows that movable-antenna positions can be optimized from zeroth-order gradient estimates of received pilot measurements, beating channel-estimation-based placement in rich scattering with limited pilots.
desk verdict A sound, incremental extension of the authors' SISO derivative-free MA work to MISO; the central idea is plausible, but the ZO query's feasibility and missing hyperparameters need a serious revision before it is publishable. 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 carrying mechanism is the two-point zeroth-order gradient estimator $\tilde{g} = (2M/\mu)[f(\mathbf{r}+\mu\mathbf{u})-f(\mathbf{r})]\mathbf{u}$, where $f$ is read directly from pilot measurements: received signal power for the single-user case, and the least-squares-estimated channel matrix inside the trace-inverse MSE objective for the multiuser case. This converts antenna positions into a closed-box objective that can be optimized without estimating path parameters. The update rule is ZO-AdaMM, which forms biased-corrected exponential moving averages of the gradient and its squared components to set an adaptive per-coordinate step size. A projection onto the square movable region enforces the region constraint, and a final grid-projection step repairs violations of the minimum inter-antenna distance.
What would settle it
A direct reproduction of the paper's Fig. 4 with the exact value of $\mu$ stated: if the DF-PO curve drops below the CSI-estimation curve whenever $\mu$ is not individually tuned to the scenario, the claimed sample-efficiency advantage fails.
Extended reading notes
Core claim
The central claim is that global channel state information over the movable region is unnecessary for position optimization of movable antennas: a two-point zeroth-order gradient estimate computed from received pilot measurements suffices to drive ZO-AdaMM to a good stationary solution. For single-user systems the gradient is formed from received signal power at $\mathbf{r}$ and $\mathbf{r}+\mu\mathbf{u}$ (Eq. 20); for multiuser systems the channel matrix at each probe position is least-squares estimated and inserted into the trace-inverse MSE objective (Eq. 33). Simulations with four movable antennas, one or three single-antenna users, and 70 multipath components compare DF-PO against random position selection, a fixed-position planar array, a particle-swarm upper bound, and the CSI-estimation baseline. DF-PO attains higher achievable rates than the CSI-estimation baseline when pilots are scarce and remains effective at low SNR, while the CSI-estimation method degrades as the number of multipath components grows. The paper positions DF-PO as a sample- and computation-efficient alternative, acknowledging that the CSI-estimation baseline can surpass it when pilots are abundant or the number of antennas is large.
Load-bearing premise
The claim stands or falls on whether the noisy two-point gradient estimate computed from pilots at two nearby antenna positions, with a suitably chosen step $\mu$, is accurate enough to guide the optimizer to a good stationary point; the paper does not prove convergence under this noise and projection, and notes only that $\mu$ must be chosen properly.
Editorial extensions
If this is right
- If DF-PO is correct, movable-antenna position optimization no longer requires estimating path parameters, so rich-scattering environments with many multipath components do not inflate training overhead.
- With tight pilot budgets, DF-PO outperforms the CSI-estimation baseline in the simulated regimes, making fast-changing channels with short pilot blocks tractable.
- The runtime of DF-PO stays nearly flat as the number of antennas grows, unlike the CSI-estimation method, so larger arrays can be optimized at modest computational cost.
- In low-SNR conditions, where parameter estimation becomes unreliable, DF-PO remains effective, suggesting robustness to noisy measurements.
- The achievable-rate gap between DF-PO and the perfect-CSI upper bound is small in many simulated cases, implying a limited performance cost for avoiding global channel reconstruction.
Reading between the lines
- An untested corollary is that the same two-point estimator could feed any gradient-based optimizer, not only ZO-AdaMM; if estimator variance is the bottleneck, variance-reduction or common-random-number probes could widen the pilot-efficiency margin.
- The comparative advantage over the CSI-estimation baseline should depend on the ratio of pilots needed for one gradient query versus the pilots needed for accurate sparse recovery; the paper's regime favors the former, and the observed crossover at large antenna counts suggests a hybrid method could switch between the two strategies.
- Because uplink-downlink reciprocity is invoked, the scheme could in principle be run on downlink pilots as well, making it a candidate for reconfigurable surfaces or distributed antenna systems whose phase-shift or position-like parameters also enter a black-box objective.
- A direct testable extension is to replace the random probing direction with coordinate axes or pairwise difference probes to reduce gradient variance and quantify the resulting trade-off in sample efficiency.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a derivative-free position-optimization framework for MA-enabled multi-user MISO uplink systems. Instead of estimating the path parameters of the channel over the whole movable region, the method treats the sum-rate/MSE objective as a black-box function and uses a two-point zeroth-order gradient estimate together with the ZO-AdaMM update rule. The single-user case reduces position optimization to maximizing the received SNR; the multi-user case replaces the sum-rate objective with a sum-MSE surrogate derived through the MMSE receiver and Jensen's inequality. Algorithms 2 and 3 add a projection step for the feasible region and a grid-based post-processing step for the minimum-distance constraint. Simulations compare the proposed DF-PO method with fixed-position arrays, random position selection, a perfect-CSI PSO benchmark, and a compressed-sensing-based CSI-EB method, reporting gains in sample and computational efficiency, especially at low SNR, with few pilots, and with many multipath components.
Significance. If the claims hold, the paper offers a practically relevant alternative to CSI-reconstruction-based MA position optimization, avoiding the heavy training overhead of estimating a large number of path parameters. The core idea is sensible and clearly presented, and the algebraic simplifications in Appendices I and II are essentially correct. The comparison with CSI-EB is meaningful, and the sample-efficiency argument is plausible: direct function evaluation can be more pilot-efficient than first estimating a parametric channel model. However, the central mechanism is not yet rigorously supported: the algorithm as written evaluates the objective at infeasible points, no convergence or reliability analysis is given for the noisy projected ZO-AdaMM procedure, key step sizes are left unspecified, and the multi-user objective is changed to a surrogate without justification. These issues are fixable, but they currently prevent the paper from establishing its main claims at the level expected for publication.
major comments (3)
- [Algorithm 2, step 7 and Eq. (20); Algorithm 3, step 8 and Eq. (33)] The zeroth-order gradient estimate requires evaluating f at r+μu, but only the AdaMM update is passed through the projection B(·). Since the movable region R is compact and optima can lie on its boundary, r+μu can fall outside R, where the physical measurement y(r+μu) cannot be performed. The paper gives no rule for clamping, projecting, or resampling such query points, so the algorithm as written is not implementable near the boundary. Please either define a feasible sampling scheme (for example, project the query point and correct the estimator bias) or restrict the finite-difference step so that both query points are feasible, and analyze the effect on the gradient estimate.
- [Section III-A and Section V] No convergence or reliability analysis is provided for the projected ZO-AdaMM under noisy pilot measurements, and the key hyperparameters μ and α are never specified. The two-point estimate in Eq. (20) has noise variance growing as σ²/μ² and bias growing with μ, yet the text only states that a proper choice of μ is important. The simulation section lists β1, β2, and d but not μ, α, or the stopping criterion, so the reported sample-efficiency advantage cannot be reproduced or attributed to the method rather than to favorable tuning. Please provide a convergence or stationarity result, or at minimum a concrete, SNR-aware selection rule for μ and α together with an ablation study.
- [Equations (27)–(29)] The multi-user formulation replaces the actual objective ∑ log e_k by ∑ e_k through Jensen's inequality. Minimizing an upper bound of a concave transform is not equivalent to minimizing the original objective, and no argument is given that stationary points or global minimizers of (29) relate to those of (27). Since the multi-user simulations report sum rate, the claim that DF-PO maximizes sum rate in the multi-user case needs an additional justification, or the paper should clearly state that ∑ e_k is a heuristic surrogate and validate its use numerically against the true objective.
minor comments (6)
- [Appendix II, Eq. (46)] The first displayed line of the sum-MSE proof appears to have a sign typo: it should read Tr(I_K − H^H J^{-1}H), not Tr(I_K + H^H J^{-1}H). The subsequent algebra is consistent with the minus sign, and the final SVD identity is correct.
- [Section V, benchmark description] The 'Upper Bound (UB)' scheme is obtained by running PSO with perfect path parameters. Since PSO is a heuristic that does not guarantee global optimality, labeling this curve an upper bound on every practical method is not rigorous; it should be described as a strong benchmark with perfect CSI.
- [Algorithm 3 caption] The caption says the algorithm solves problem (18), but the pseudo-code implements the multi-user problem (P3)/(31); please correct the cross-reference.
- [Eq. (22)] The grid definition uses '||g_{k,l}||∈R', which is not meaningful as written; the intended condition is that g_{k,l} lies in the movable region R. Please revise the notation.
- [Fig. 9(b)] The legend in Fig. 9(b) uses 'DF-ZO' while the rest of the paper uses 'DF-PO'; please make the labels consistent.
- [Section V] The simulation section does not state how many Monte Carlo runs, channel realizations, or algorithm restarts were used for the plotted curves; adding this information, including error bars or confidence intervals, would substantially improve the empirical claims.
Circularity Check
No significant circularity: the ZO gradient derivation is self-contained, with only a non-load-bearing self-citation.
full rationale
The paper's central derivation defines the objective directly from the far-field channel model: f(r;ω)=||h(r;ω)||^2 in the single-user case and tr((H^H H+σ^2 I)^{-1}) in the multi-user case, both obtained from the channel expressions in Eqs. (5)-(8). The zeroth-order gradient estimates in Eqs. (20) and (33) are finite differences of received-pilot quantities, and no parameter is fitted to a subset of data and then relabeled as a prediction. The MMSE reformulation in Section IV is an exact equivalence (Appendix I) followed by an explicit Jensen upper bound, not a hidden reuse of the target. The only self-reference is [26], the authors' SISO predecessor, which is cited as the origin of the extension and supplies no theorem, fitted value, or benchmark result used to generate the reported outcomes; the convergence properties of ZO-AdaMM are cited to the external reference [27]. The simulation concern that channels are generated from the same far-field model used to motivate the method, and the operational concerns about the unspecified smoothing parameter μ and query points r+μu falling outside the movable region, are validity or robustness issues rather than cases where an output reduces by construction to an input. No circular step meeting the evidentiary standard is present, so the paper receives a low score only for the minor non-load-bearing self-citation.
Assumptions & free parameters
free parameters (4)
- ZO finite-difference step size μ =
not specified
- AdaMM step size α =
not specified
- Number of candidate initial positions P_i =
not specified
- Number of ZO iterations P_z / convergence threshold =
not specified
assumptions (5)
- domain assumption Far-field channel model with constant path gains and angles over the movable region, Eq. (5).
- ad hoc to paper Received pilot measurements at r and r+μu provide usable estimates of the objective f and its ZO gradient despite noise.
- domain assumption MMSE combining with the true channel is the right receiver model for the rate objective.
- standard math Minimizing the Jensen upper bound approximately preserves the original sum-rate objective.
- ad hoc to paper PSO-based optimization with perfect path parameters yields an 'upper bound' for all practical methods.
Cite this review
Pith. "Pith review of A Derivative-Free Position Optimization Approach for Movable Antenna Multi-User Communication Systems." pith.science (2026). https://pith.science/paper/ZLDNMDF7
@misc{pith2026250519012,
author = {Pith},
title = {Pith review of: A Derivative-Free Position Optimization Approach for Movable Antenna Multi-User Communication Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZLDNMDF7}},
note = {Machine review of arXiv:2505.19012}
}
read the original abstract
Movable antennas (MAs) have emerged as a disruptive technology in wireless communications for enhancing spatial degrees of freedom through continuous antenna repositioning within predefined regions, thereby creating favorable channel propagation conditions. In this paper, we study the problem of position optimization for MA-enabled multi-user MISO systems, where a base station (BS), equipped with multiple MAs, communicates with multiple users each equipped with a single fixed-position antenna (FPA). To circumvent the difficulty of acquiring the channel state information (CSI) from the transmitter to the receiver over the entire movable region, we propose a derivative-free approach for MA position optimization. The basic idea is to treat position optimization as a closed-box optimization problem and calculate the gradient of the unknown objective function using zeroth-order (ZO) gradient approximation techniques. Specifically, the proposed method does not need to explicitly estimate the global CSI. Instead, it adaptively refines its next movement based on previous measurements such that it eventually converges to an optimum or stationary solution. Simulation results show that the proposed derivative-free approach is able to achieve higher sample and computational efficiencies than the CSI estimation-based position optimization approach, particularly for challenging scenarios where the number of multi-path components (MPCs) is large or the number of pilot signals is limited.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
A tutorial on movable antennas for wi reless networks,
L. Zhu, W. Ma, W. Mei, Y . Zeng, Q. Wu, B. Ning, Z. Xiao, X. Sha o, J. Zhang, and R. Zhang, “A tutorial on movable antennas for wi reless networks,” IEEE Communications Surveys & Tutorials , 2025
work page 2025
-
[2]
K.-K. Wong, A. Shojaeifard, K.-F. Tong, and Y . Zhang, “Fl uid antenna systems,” IEEE Transactions on Wireless Communications , vol. 20, no. 3, pp. 1950–1962, 2020
work page 1950
-
[3]
B. Ning, S. Y ang, Y . Wu, P . Wang, W. Mei, C. Y uen, and E. Bj¨ o rnson, “Movable antenna-enhanced wireless communications: General architec- tures and implementation methods,” arXiv preprint arXiv:2407.15448 , 2024
arXiv 2024
-
[4]
Modeling and performance ana lysis for movable antenna enabled wireless communications,
L. Zhu, W. Ma, and R. Zhang, “Modeling and performance ana lysis for movable antenna enabled wireless communications,” IEEE Transactions on Wireless Communications , 2023
work page 2023
-
[5]
Z. Xiao, X. Pi, L. Zhu, X.-G. Xia, and R. Zhang, “Multiuser commu- nications with movable-antenna base station: Joint antenn a positioning, receive combining, and power control,” IEEE Transactions on Wireless Communications, 2024
work page 2024
-
[6]
Flexible WMMSE Beamforming for MU-MIMO Movable Antenna Communications
S. Y ang, Z. Wan, Y . Xiu, B. Ning, Y . Li, Y . Liu, and C. Y uen, “ Flexible WMMSE beamforming for MU-MIMO movable antenna communica- tions,” arXiv preprint arXiv:2503.17718 , 2025
work page Pith review arXiv 2025
-
[7]
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 GLOBECOM 2023-2023 IEEE Global Communications Conference . IEEE, 2023, pp. 4387–4392
work page 2023
-
[8]
MIMO capacity characterizat ion for movable antenna systems,
W. Ma, L. Zhu, and R. Zhang, “MIMO capacity characterizat ion for movable antenna systems,” IEEE Transactions on Wireless Communica- tions, 2023
work page 2023
Show all 31 references
-
[9]
Movable antenn as meet intelligent reflecting surface: When do we need movable ante nnas?
X. Wei, W. Mei, Q. Wu, B. Ning, and Z. Chen, “Movable antenn as meet intelligent reflecting surface: When do we need movable ante nnas?” arXiv preprint arXiv:2408.15668 , 2024
2024 arXiv
-
[10]
Antenna pos ition optimization for movable antenna-empowered near-field sen sing,
Y . Wang, W. Mei, X. Wei, B. Ning, and Z. Chen, “Antenna pos ition optimization for movable antenna-empowered near-field sen sing,” arXiv preprint arXiv:2502.03169, 2025
2025 arXiv
-
[11]
Flui d antenna for mobile edge computing,
Y . Zuo, J. Guo, B. Sheng, C. Dai, F. Xiao, and S. Jin, “Flui d antenna for mobile edge computing,” IEEE Communications Letters , 2024
2024
-
[12]
Energy efficiency m aximiza- tion for movable antenna-enhanced system based on statisti cal CSI,
X. Chen, B. Feng, Y . Wu, and W. Zhang, “Energy efficiency m aximiza- tion for movable antenna-enhanced system based on statisti cal CSI,” arXiv preprint arXiv:2501.10694 , 2025
2025 arXiv
-
[13]
Movable-antenna en hanced multiuser communication via antenna position optimizatio n,
L. Zhu, W. Ma, B. Ning, and R. Zhang, “Movable-antenna en hanced multiuser communication via antenna position optimizatio n,” IEEE Transactions on Wireless Communications , vol. 23, no. 7, pp. 7214– 7229, 2023. 12
2023
-
[14]
Sum-rate maximiz ation for movable antenna enabled multiuser communications,
Z. Cheng, N. Li, J. Zhu, and C. Ouyang, “Sum-rate maximiz ation for movable antenna enabled multiuser communications,” arXiv preprint arXiv:2309.11135, 2023
2023 arXiv
-
[15]
M ovable antenna-enhanced multiuser communication: Jointly optim al discrete antenna positioning and beamforming,
Y . Wu, D. Xu, D. W. K. Ng, W. Gerstacker, and R. Schober, “M ovable antenna-enhanced multiuser communication: Jointly optim al discrete antenna positioning and beamforming,” in GLOBECOM 2023-2023 IEEE Global Communications Conference . IEEE, 2023, pp. 7508– 7513
2023
-
[16]
Movable-a ntenna position optimization: A Graph-Based approach,
W. Mei, X. Wei, B. Ning, Z. Chen, and R. Zhang, “Movable-a ntenna position optimization: A Graph-Based approach,” IEEE Wireless Com- munications Letters , 2024
2024
-
[17]
G lobally optimal movable antenna-enhanced multi-user communicati on: Discrete antenna positioning, motion power consumption, and imperf ect CSI,
Y . Wu, D. Xu, D. W. K. Ng, W. Gerstacker, and R. Schober, “G lobally optimal movable antenna-enhanced multi-user communicati on: Discrete antenna positioning, motion power consumption, and imperf ect CSI,” arXiv preprint arXiv:2408.15435 , 2024
2024 arXiv
-
[18]
6D movable a ntenna en- hanced wireless network via discrete position and rotation optimization,
X. Shao, R. Zhang, Q. Jiang, and R. Schober, “6D movable a ntenna en- hanced wireless network via discrete position and rotation optimization,” IEEE Journal on Selected Areas in Communications , 2025
2025
-
[19]
Secure wirel ess communication via movable-antenna array,
G. Hu, Q. Wu, K. Xu, J. Si, and N. Al-Dhahir, “Secure wirel ess communication via movable-antenna array,” IEEE Signal Processing Letters, vol. 31, pp. 516–520, 2024
2024
-
[20]
Performance analys is and optimization for movable antenna aided wideband communica tions,
L. Zhu, W. Ma, Z. Xiao, and R. Zhang, “Performance analys is and optimization for movable antenna aided wideband communica tions,” IEEE Transactions on Wireless Communications , 2024
2024
-
[21]
Compressed sensing based ch annel es- timation for movable antenna communications,
W. Ma, L. Zhu, and R. Zhang, “Compressed sensing based ch annel es- timation for movable antenna communications,” IEEE Communications Letters, vol. 27, no. 10, pp. 2747–2751, 2023
2023
-
[22]
Channel estimation for movable antenna communication sys tems: A framework based on compressed sensing,
Z. Xiao, S. Cao, L. Zhu, Y . Liu, B. Ning, X.-G. Xia, and R. Z hang, “Channel estimation for movable antenna communication sys tems: A framework based on compressed sensing,” IEEE Transactions on Wire- less Communications , 2024
2024
-
[23]
Channel estimation for movable-antenna MIMO systems via t ensor decomposition,
R. Zhang, L. Cheng, W. Zhang, X. Guan, Y . Cai, W. Wu, and R. Zhang, “Channel estimation for movable-antenna MIMO systems via t ensor decomposition,” IEEE Wireless Communications Letters , 2024
2024
-
[24]
Channel estimation for FAS-a ssisted multiuser mmWave systems,
H. Xu, G. Zhou, K.-K. Wong, W. K. New, C. Wang, C.-B. Chae, R. Murch, S. Jin, and Y . Zhang, “Channel estimation for FAS-a ssisted multiuser mmWave systems,” IEEE Communications Letters , vol. 28, no. 3, pp. 632–636, 2023
2023
-
[25]
New view of learning-aided channel e stimation for movable antenna systems,
S. Jang and C. Lee, “New view of learning-aided channel e stimation for movable antenna systems,” IEEE Transactions on Wireless Communica- tions, 2025
2025
-
[26]
Csi-free po sition optimization for movable antenna communication systems: A derivative- free optimization approach,
X. Zeng, J. Fang, B. Wang, B. Ning, and H. Li, “Csi-free po sition optimization for movable antenna communication systems: A derivative- free optimization approach,” IEEE Wireless Communications Letters , vol. 14, no. 1, pp. 53–57, 2025
2025
-
[27]
Z o- adamm: Zeroth-order adaptive momentum method for black-bo x opti- mization,
X. Chen, S. Liu, K. Xu, X. Li, X. Lin, M. Hong, and D. Cox, “Z o- adamm: Zeroth-order adaptive momentum method for black-bo x opti- mization,” Advances in neural information processing systems , vol. 32, 2019
2019
-
[28]
Taking the human out of the loop: A review of bayesian optimi zation,
B. Shahriari, K. Swersky, Z. Wang, R. P . Adams, and N. De F reitas, “Taking the human out of the loop: A review of bayesian optimi zation,” Proceedings of the IEEE , vol. 104, no. 1, pp. 148–175, 2015
2015
-
[29]
Derivative-f ree optimization methods,
J. Larson, M. Menickelly, and S. M. Wild, “Derivative-f ree optimization methods,” Acta Numerica , vol. 28, pp. 287–404, 2019
2019
-
[30]
A theoret- ical and empirical comparison of gradient approximations i n derivative- free optimization,
A. S. Berahas, L. Cao, K. Choromanski, and K. Scheinberg , “A theoret- ical and empirical comparison of gradient approximations i n derivative- free optimization,” F oundations of Computational Mathematics, vol. 22, no. 2, pp. 507–560, 2022
2022
-
[31]
A primer on zeroth-order optimization in signal processing and machine learning: Principals, recent advances, and app lications,
S. Liu, P .-Y . Chen, B. Kailkhura, G. Zhang, A. O. Hero III , and P . K. V arshney, “A primer on zeroth-order optimization in signal processing and machine learning: Principals, recent advances, and app lications,” IEEE Signal Processing Magazine , vol. 37, no. 5, pp. 43–54, 2020
2020
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.