REVIEW 3 major objections 5 minor 16 references
Robust Beamforming Design for Secure Near-Field ISAC Systems
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper proposes a robust beamforming design for near-field secure ISAC that maximizes the minimum sensing beampattern gain while enforcing worst-case SINR constraints under bounded CSI errors, and reports that it outperforms…
desk verdict A new application of S-Procedure and SROCR to robust near-field secure ISAC, but the SROCR stopping rule can declare convergence without a rank-one solution, so the headline numbers need verification. 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 two load-bearing tools are the S-Procedure and the SROCR algorithm. The S-Procedure converts each semi-infinite constraint, an inequality that must hold for every channel error inside a norm ball, into an equivalent linear matrix inequality by introducing a nonnegative slack variable, provided the error set is convex with nonempty interior. SROCR then handles the rank-one constraints by replacing $\operatorname{rank}(W_k)=1$ with the equivalent condition $\lambda_{\max}(W_k)=\operatorname{tr}(W_k)$, relaxing it to $u^{(i-1)H}_{k,\max} W_k u^{(i-1)}_{k,\max} \geq v^{(i-1)}_k \operatorname{tr}(W_k)$ using the leading eigenvector from the previous iteration, and increasing $v$ toward one until a rank-one solution is reached. The near-field steering vector $\alpha(r,\theta)$ with spherical-wavefront phases carries the geometric model that distinguishes this problem from far-field beamforming.
What would settle it
Run the proposed design with a fixed scenario, such as $N=64$, $K=4$, $L=2$, $M=2$, and $P_0=30$ dBm, then draw many error realizations uniformly from the declared norm balls of radii $\epsilon_{C,k}$, $\epsilon_{E,l}$, and $\epsilon_{T,m}$; if any realization drives a CU SINR below $\bar{\gamma}_{C,k}$ or an eavesdropper SINR above $\bar{\gamma}_{E,l,k}$, the S-Procedure reformulation is not actually worst-case, and the robustness claim fails.
Extended reading notes
Core claim
The central claim is that robust secure beamforming for near-field ISAC can be formulated as a rank-one constrained semidefinite program with linear matrix inequalities obtained from the S-Procedure, and that this program can be solved by iterating a convex relaxation that gradually forces each communication beamforming matrix $W_k$ to satisfy $\lambda_{\max}(W_k)=\operatorname{tr}(W_k)$, i.e., to have rank one. The paper shows numerically that this SROCR-based solution converges to a local Karush-Kuhn-Tucker point in a few iterations, and that for the tested configurations it yields a larger minimum sensing beampattern gain than the SDR baseline, which drops rank-one constraints and may fail to return a feasible beamformer, and larger than an information-only transmission without dedicated sensing signals. Robustness is demonstrated by degrading gracefully as the normalized CSI error bound grows, with the worst-case sensing gain eventually collapsing as the target-channel error grows.
Load-bearing premise
Every channel error lies inside a known norm ball of a given radius, and the near-field channel is dominated by the line-of-sight path; if real errors fall outside that ball or the LoS model is wrong, the worst-case guarantees do not hold.
Editorial extensions
If this is right
- For a fixed scenario, the proposed design satisfies every CU worst-case SINR constraint and every eavesdropper leakage cap under any error realization inside the declared norm balls, while maximizing the minimum target beampattern gain.
- Compared with SDR, the SROCR method returns an actual rank-one beamforming matrix rather than a possibly high-rank relaxation, so the solution is directly implementable.
- Jointly allocating power to dedicated sensing signals and communication beams improves worst-case sensing gain over information-only transmission, so the sensing covariance $R_0$ is not wasted.
- The design degrades gracefully with increasing CSI error at users and eavesdroppers, up to normalized error $0.9$ in the simulations, but is most sensitive to target-channel error, where the beampattern gain collapses as that error grows.
- The per-iteration complexity is polynomial in the array size $N$ and the numbers of users, targets, and eavesdroppers, so the approach remains feasible for typical system sizes.
Reading between the lines
- Because the S-Procedure step requires only convex error sets with nonempty interior, the same LMI structure could be reused for other convex uncertainty sets, such as ellipsoidal or elementwise bounds, without re-deriving the algorithm; only the LMI entries would change.
- The reported sensitivity to target-channel error suggests that in practice more estimation effort should go into target position accuracy than into user or eavesdropper channel accuracy.
- If the bounded-error assumption were replaced by stochastic errors, the S-Procedure step would need to give way to chance-constrained or distributionally robust reformulations, but the SROCR outer loop over rank-one constraints would likely carry over unchanged.
- The same SROCR machinery should transfer to related near-field secure ISAC objectives, such as maximizing secrecy rate or minimizing power subject to sensing and secrecy constraints, since only the objective and the LMI definitions would change.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The letter studies robust transmit beamforming for a near-field secure integrated sensing and communication (ISAC) system with multiple CUs, sensing targets, and eavesdroppers under norm-bounded CSI errors. The authors formulate a max-min optimization that maximizes the worst-case sensing beampattern gain subject to worst-case SINR lower bounds for CUs, SINR upper bounds for eavesdroppers, and a total power constraint. They apply the S-Procedure to convert the semi-infinite CSI-uncertainty constraints into LMIs, then use the sequential rank-one constraint relaxation (SROCR) algorithm to handle the rank-one beamforming constraints. Numerical results are presented to show convergence and performance gains over SDR, information-only, and far-field baselines.
Significance. If the proposed algorithm as stated produced valid rank-one beamformers and the numerical comparisons are reproducible, the work would be a useful extension of robust secure beamforming to near-field ISAC. The S-Procedure transformations in Section III-A are standard and appear algebraically correct, and the paper provides a complexity estimate and explicitly discusses limitations of near-field CSI acquisition. However, the rank-one termination flaw in Algorithm 1 and the under-specified numerical baselines currently prevent the central claims from being accepted as stated. The contribution is potentially fixable, but the validation path requires substantive changes to the algorithm and the experiments.
major comments (3)
- [Sec. III-B, Algorithm 1, Remark 1] The stopping rule in Algorithm 1 (Step 6) can terminate with a non-rank-one W_k. In Step 4, v^(i)_k = min(1, lambda_max(W^(i)_k)/tr(W^(i)_k) + delta^(i)_k), and delta^(0)=0.1 is halved only when (P3) is infeasible. If (P3) remains feasible, delta stays 0.1, so v=1 is reached when lambda_max/tr >= 0.9, not only when rank(W_k)=1. Since the loop stops immediately after v=1, the returned W_k need not be rank-one, and Remark 1's assertion that 'when v^(i)_k = 1, we have rank(W_k)=1' is inconsistent with the update. Such a W_k cannot be factored as w_k w_k^H, so no valid beamforming vector is delivered and the objective t in Figs. 2-4 does not correspond to a feasible solution of (P1). The algorithm should either continue until lambda_max/tr(W_k) >= 1-epsilon, solve one final SDP with v=1, or verify rank-one status and apply a valid extraction procedure before reporting results.
- [Sec. III-B, Remark 1] The claimed convergence to a KKT point of the rank-one constrained problem (P2) relies on Theorem 1 of [16], but the authors do not verify that the hypotheses of that theorem hold for Algorithm 1 as written. In particular, the update of delta^(i)_k does not drive delta to zero on the feasible path, and the criterion v=1 can be satisfied without the rank-one relaxation being tight. Without a delta-to-zero mechanism or an explicit check that the rank-one constraint is active, the convergence guarantee is not established.
- [Sec. IV, Figs. 2-4] The numerical evaluation does not specify whether the plotted points are single random deployments or averages, no error bars or confidence intervals are given, and the SDR baseline is not fully defined (in particular, no rank-one recovery or Gaussian randomization step is described). The far-field and LoS/NLoS curves are also not accompanied by the exact channel model used. Since the abstract's claim of outperformance is empirical, these omissions prevent the reader from assessing the statistical significance and reproducibility of the comparison.
minor comments (5)
- [Sec. V] The conclusion contains a typo: 'SROCR agorithm' should be 'SROCR algorithm'.
- [Sec. IV, Fig. 4] The sentence introducing Fig. 4 repeats 'versus eta_C,k and eta_C,k'; the second quantity should presumably be eta_E,l.
- [Sec. III-B, Remark 1] Remark 1's statement that 'the trace of W_k approaches one' is not implied by any normalization in (P3); the SROCR constraint compares lambda_max to tr(W_k) but does not fix tr(W_k). Please rephrase.
- [Sec. II-A and Fig. 3(c)] Footnote 2 says the design can be extended to LoS/NLoS scenarios, but Fig. 3(c) already reports a LoS/NLoS curve; the NLoS channel model used in that figure should be given explicitly.
- [Sec. I] The phrase 'near-field unlink/downlink ISAC performance' appears to contain a typo ('unlink' should be 'uplink').
Circularity Check
No significant circularity: the paper solves a well-defined robust beamforming optimization and compares against independent baselines.
full rationale
The derivation chain is self-contained as an optimization design study. The paper defines a target objective (maximize the minimum worst-case sensing beampattern gain) under explicit constraints and solves the resulting non-convex problem with standard transformations (S-Procedure) and a standard algorithm (SROCR). No parameter is fitted to the reported performance metric, and the metric plotted in the numerical section is exactly the objective function of problem (P1), which is the normal and non-circular mode of evaluation for a design problem. The S-Procedure equivalence is justified by an external theorem ([15], Luo-Sturm-Zhang), and the SROCR convergence claim cites external work ([16], Cao-Thompson-Poor); no load-bearing claim rests on a self-citation. The comparisons against the SDR and information-only baselines are against independently defined alternatives. The only flagged concern, namely that the SROCR stopping rule may terminate before the returned W_k is strictly rank-one, is a correctness or numerical-recovery issue rather than a circularity, because the algorithm's output is not being used as evidence for the assumptions that produced it. Accordingly, no circular step is present.
Assumptions & free parameters
assumptions (5)
- standard math S-Procedure equivalence (Theorem 3.3 in [15])
- standard math SROCR convergence to a local KKT point (Theorem 1 in [16])
- domain assumption LoS-dominant near-field channel model
- domain assumption Bounded CSI error model with known norm bounds epsilon
- domain assumption Eavesdropper locations are already acquired via sensing
Cite this review
Pith. "Pith review of Robust Beamforming Design for Secure Near-Field ISAC Systems." pith.science (2026). https://pith.science/paper/AEGBDPY3
@misc{pith2026250712881,
author = {Pith},
title = {Pith review of: Robust Beamforming Design for Secure Near-Field ISAC Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/AEGBDPY3}},
note = {Machine review of arXiv:2507.12881}
}
read the original abstract
This letter investigates the robust beamforming design for a near-field secure integrated sensing and communication (ISAC) system with multiple communication users (CUs) and targets, as well as multiple eavesdroppers. Taking into account the channel uncertainty constraints, we maximize the minimum sensing beampattern gain for targets, subject to the minimum signal-to-interference-plus-noise ratio (SINR) constraint for each CU and the maximum SINR constraint for each eavesdropper, as well as the ISAC transmit power constraint. The formulated design problem is non-convex. As a low-complexity suboptimal solution, we first apply the S-Procedure to convert semi-infinite channel uncertainty constraints into linear matrix inequalities (LMIs) and then use the state-of-the-art sequential rank-one constraint relaxation (SROCR) method to address the rank-one constraints. The numerical results show that the proposed ISAC beamforming design scheme outperforms the existing semidefinite relaxation (SDR) and other baseline schemes, and it significantly enhances security and robustness for near-field ISAC systems.
Figures
Reference graph
Works this paper leans on
-
[16]
A sequential constr aint relaxation algorithm for rank-one constrained problems,
P . Cao, J. Thompson, and H. V . Poor, “A sequential constr aint relaxation algorithm for rank-one constrained problems,” in Proc. EUSIPCO, 2017
work page 2017
-
[1]
Integrated sensing and communications: Toward dua l-functional wireless networks for 6G and beyond,
F. Liu, Y . Cui, C. Masouros, J. Xu, T. X. Han, Y . C. Eldar, an d S. Buzzi, “Integrated sensing and communications: Toward dua l-functional wireless networks for 6G and beyond,” IEEE J. Sel. Areas Commun ., vol. 40, no. 6, pp. 1728–1767, Jun. 2022
work page 2022
-
[2]
An overview of signal processing techniques for joint communication and radar sensing,
J. A. Zhang, F. Liu, C. Masouros, R. W. Heath, Z. Feng, L. Zh eng, and A. Petropulu, “An overview of signal processing techniques for joint communication and radar sensing,” IEEE J. Sel. Top. Signal Process ., vol. 15, no. 6, pp. 1295–1315, Nov. 2021
work page 2021
-
[3]
Near- field communications: Research advances, potential, and ch allenges,
J. An, C. Y uen, L. Dai, M. Di Renzo, M. Debbah, and L. Hanzo, “Near- field communications: Research advances, potential, and ch allenges,” IEEE Wireless Commun ., vol. 31, no. 3, pp. 100–107, Jun. 2024
work page 2024
-
[4]
Near-Field Communications: A Comprehensive Survey
Y . Liu, C. Ouyang, Z. Wang, J. Xu, X. Mu, and A. L. Swindlehu rst, “Near-field communications: A comprehensive survey,” 2024 . [Online]. Available: https://arxiv.org/abs/2401.05900
work page Pith review arXiv 2024
-
[5]
Near-field integr ated sensing, positioning, and communication: A downlink and up link frame- work,
H. Li, Z. Wang, X. Mu, Z. Pan, and Y . Liu, “Near-field integr ated sensing, positioning, and communication: A downlink and up link frame- work,” IEEE J. Sel. Areas Commun ., vol. 42, no. 9, Sep. 2024
work page 2024
-
[6]
Model ing and analysis of near-field ISAC,
B. Zhao, C. Ouyang, Y . Liu, X. Zhang, and H. V . Poor, “Model ing and analysis of near-field ISAC,” IEEE J. Sel. Top. Signal Process ., vol. 18, no. 4, pp. 678–693, May 2024
work page 2024
-
[7]
Near- field ISAC: Beamforming for multi-target detection,
D. Galappaththige, S. Zargari, C. Tellambura, and G. Y . L i, “Near- field ISAC: Beamforming for multi-target detection,” IEEE Wireless Commun. Lett ., vol. 13, no. 7, pp. 1938–1942, Jul. 2024
work page 1938
Show all 16 references
-
[8]
Sec uring near-field wideband MIMO communications via true-time dela yer-based hybrid beamfocusing,
X. Hu, Y . Zhang, L. Y ang, Y . Li, K. Li, Y . Yi, and C. Kai, “Sec uring near-field wideband MIMO communications via true-time dela yer-based hybrid beamfocusing,” IEEE Trans. Wireless Commun ., vol. 23, no. 10, pp. 13562–13578, Oct. 2024
2024
-
[9]
Physical lay er security in near-field communications,
Z. Zhang, Y . Liu, Z. Wang, X. Mu, and J. Chen, “Physical lay er security in near-field communications,” IEEE Trans. V eh. Technol., vol. 73, no. 7, Jul. 2024
2024
-
[10]
Max-min secrecy rate optimization throug h beam focusing in near-field communications,
A. A. Nasir, “Max-min secrecy rate optimization throug h beam focusing in near-field communications,” IEEE Commun. Lett ., vol. 28, no. 7, pp. 1594–1598, Jul. 2024
2024
-
[11]
A fr amework of robust transmission design for IRS-aided MISO communica tions with imperfect cascaded channels,
G. Zhou, C. Pan, H. Ren, K. Wang, and A. Nallanathan, “A fr amework of robust transmission design for IRS-aided MISO communica tions with imperfect cascaded channels,” IEEE Trans. Signal Process ., vol. 68, pp. 5092–5106, Aug. 2020
2020
-
[12]
Rob ust beam- forming design for RIS-aided integrated sensing and commun ication system,
M. Luan, B. Wang, Z. Chang, T. Hämäläinen, and F. Hu, “Rob ust beam- forming design for RIS-aided integrated sensing and commun ication system,” IEEE Trans. Intell. Transp. Syst. , vol. 24, no. 6, pp. 6227– 6243, Jun. 2023
2023
-
[13]
Fast near-field beam trainin g for extremely large-scale array,
Y . Zhang, X. Wu, and C. Y ou, “Fast near-field beam trainin g for extremely large-scale array,” IEEE Wireless Commun. Lett ., vol. 11, no. 12, pp. 2625–2629, Dec. 2022
2022
-
[14]
Target sens ing with intelligent reflecting surface: architecture and performa nce,
X. Shao, C. Y ou, W. Ma, X. Chen, and R. Zhang, “Target sens ing with intelligent reflecting surface: architecture and performa nce,” IEEE J. Sel. Areas Commun ., vol. 40, no. 7, pp. 2070–2084, Jul. 2022
2022
-
[15]
Multivariate nonn egative quadratic mappings,
Z.-Q. Luo, J. F. Sturm, and S. Zhang, “Multivariate nonn egative quadratic mappings,” SIAM J. Optim ., vol. 14, no. 4, Jan. 2004
2004
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.