WCL’26: Robust and Secure Communication with Bending Beams

24 minutes read

Published:

At the end of 2024, I heard at Globecom in South Africa that some researchers had recently been working on bending beams with promising results. Related works had already appeared in Nature Communications1 and Communications Engineering2, attracting considerable attention. I did not dive into the technical details at the time; by the time I caught up, several papers had already been published, so I decided to modestly follow this trend.

This paper has been accepted by IEEE Wireless Communications Letters and is freely available on arXiv. Below is a brief introduction to the core ideas and methods.

Introduction

Honestly, finding an application scenario for bending beams is challenging. In modern beamforming, ZF and EVD are common approaches: by applying them to the channel matrix, the beam can be focused at the desired user location while suppressing interference and improving spectral efficiency. In recent mmWave and even THz systems, hybrid analog-digital architectures are widely used because high-frequency components are costly and power-hungry; the analog stage performs beam alignment and the digital stage removes approximation errors.

Under this conventional mindset, the shape of the beam does not seem to matter much. A beam shape that satisfies various requirements is almost certainly not the optimal solution of an optimization problem, and once the problem is formulated to be solvable by optimization, the optimized result is usually better regardless of the shape3.

After careful consideration, we adopted the physical-layer security scenario, which can effectively exploit beam shape. Because most bending beams have a radiation pattern that is significantly weaker on one side than the other, we leverage this property together with the curved shape to enhance transmission security.

Motivation

Near-field beamfocusing exploits the large aperture of XL-MIMO to concentrate energy at a specific location, thereby reducing the received signal strength at eavesdroppers in physical-layer security communications. However, in practice the eavesdropper’s location estimate is often inaccurate; even a small localization error can shift the focal point and severely degrade the secrecy rate.

Existing robust designs suffer from two main limitations:

  1. Most assume perfect eavesdropper CSI or rely on iterative optimization, which entails high complexity and is unsuitable for XL-MIMO systems.
  2. Near-field CSI uncertainty mainly stems from localization error rather than channel estimation error, so conventional far-field robust optimization methods (e.g., relaxation plus S-procedure) cannot be directly applied.

To address this, we propose a physics-inspired robust beamforming scheme based on the electromagnetic caustic (EM caustic) effect. By designing curved caustic beam trajectories that bypass the potential eavesdropping region, we achieve secure communication without iterative optimization.

System Model

Consider a near-field secure communication scenario where the BS is equipped with $M$ passive metasurface elements4 serving a single-antenna legitimate user (UE). An eavesdropper is also located in the near-field region of the BS.

We adopt the spherical-wave model for the near-field channel:

$$ \begin{equation} h\left( {\bf r}_{\rm T}, {\bf r}_{\rm R}\right) = \frac{e^{\jmath \kappa \Vert {\bf r}_{\rm T} - {\bf r}_{\rm R} \Vert} }{\Vert {\bf r}_{\rm T} - {\bf r}_{\rm R} \Vert}, \end{equation} $$

Because the eavesdropper does not cooperate in localization, its position is modeled as \(\mathbf{r}_{\rm E}=\hat{\mathbf{r} }_{\rm E}+\Delta\mathbf{r}\), where the localization error \(\Delta\mathbf{r}\) is constrained within a circular region \(\Omega_\varepsilon\) of radius \(\varepsilon\). We use a passive metasurface for analog beamforming, so the optimization variable is the phase-shift vector \({\bf f}\) subject to the constant-modulus constraint \(\vert f_m\vert = 1\).

The design objective is to maximize the worst-case secrecy rate over the eavesdropping region:

$$ \begin{equation} \underset{ {\bf f} }{\rm max} ~~ \underset{\Delta{\bf r}\in \Omega_{\varepsilon} }{\rm min}~{R}_{\rm S},\quad\mathrm{s.t.}~~\vert {\bf f} [m]\vert = {1}/{\sqrt{M} }. \end{equation} $$

Phase Gradient and Beam Steering

The core idea of this paper is to control the phase gradient over the array to steer the emission direction of the EM wave. Below is a relatively accessible derivation; readers who prefer the conclusions may skip to the end of this section.

Consider a monochromatic EM wave $U(x,y)$ satisfying the Helmholtz equation. Let the trial solution be

$$ \begin{equation} U(x,y) = A(x,y)e^{\jmath\kappa D(x,y)}, \end{equation} $$

Substituting into the Helmholtz equation gives

$$ \nabla^2 A + 2\jmath \kappa \nabla A\cdot \nabla D + \jmath\kappa A\nabla^2 D-A\kappa^2\vert \nabla D \vert^2 + \kappa^2 A = 0. $$

Rearranging,

$$ \frac{\nabla^2 A}{\kappa^2} + \frac{2\jmath \nabla A\cdot \nabla D + \jmath A\nabla^2 D}{\kappa} + A\left(1 - \vert \nabla D \vert^2\right) = 0. $$

Under the high-frequency (large wavenumber \(\kappa = 2\pi/\lambda\)) approximation, we obtain the Eikonal equation:

$$ \begin{equation} \Vert \nabla D (x,y) \Vert = 1. \end{equation} $$

This means the gradient of the distance function $D(x,y)$ has unit length. Since the gradient of the distance function is always perpendicular to the wavefront, controlling the $x$-component of the phase gradient on the transmit aperture allows us to control the emission direction of the EM wave at each aperture position. Specifically, for a desired emission angle $\theta$:

$$ \begin{equation} \left.\frac{\partial \phi(x,y)}{\partial x}\right\vert_{y=0} =\kappa\cos \theta. \end{equation} $$
(a) Beam steering, (b) beam focusing, (c) caustic beam, and the corresponding phase distributions (d)-(f).

This relation is essentially the generalized Snell’s law5. From it we can derive different beamforming schemes:

  • Beam steering: fix the emission angle \(\theta\); the phase distribution is linear, \(\phi(x) = \kappa\cos\theta \cdot x + C\).
  • Beam focusing: the emission angle varies with $x$ so that all rays converge at the UE location; \(\phi(x) = -\kappa\Vert {\bf r}_{\rm UE} - (x,0) \Vert + C\).
  • Arbitrary beam trajectory: solve the differential equation directly. For example, for a parabolic trajectory, if $f(x)=(x/a)^2$, solving
    $$ \left.\frac{\partial \phi(x)}{\partial x}\right\vert_{x=x_\xi} =\kappa\cos\theta = \frac{\kappa}{\sqrt{1\!+\!\left( f^\prime(\xi) \right)^2}}, $$

    yields

    $$ \phi_{\rm Quad}(x) = \frac{\kappa a^2}{4}{\rm asinh}\left( \frac{4x}{a^2} \right). $$

Caustic Beam Trajectory Design

With the above beam-design tools, we can design a beam that bypasses the eavesdropping region.

Piecewise Trajectory Design

To balance security and energy efficiency, we partition the BS array into a caustic subarray and a focusing subarray:

Illustration of the piecewise trajectory design.
  • Caustic subarray \(\mathcal{A}_{\rm C}\): elements whose line-of-sight path is blocked by the eavesdropping region emit beams along a caustic trajectory that circumvents \(\Omega_\varepsilon\).
  • Focusing subarray \(\mathcal{A}_{\rm F}\): elements whose line-of-sight path does not pass through the eavesdropping region focus energy directly at the UE.

The piecewise caustic trajectory consists of three segments: tangent segment \(\overline{TP}\) + circular arc \(\widehat{PQ}\) + tangent segment \(\overline{QR}\).

Closed-Form Phase Distribution

For the caustic subarray, solving with the emission angle \(\theta\) as a parameter yields the closed-form phase distribution:

$$ \begin{equation} \phi(x)=\kappa\left( 2\varepsilon{\rm atan}\left( \frac{x-x_{\rm E}+S(x)}{\varepsilon+y_{\rm E} } \right)-S(x) \right), \end{equation} $$

where

$$ \begin{equation} S(x) = \sqrt{\left( x-x_{\rm E} \right)^2+y_{\rm E}^2 -\varepsilon^2}. \end{equation} $$

For the focusing subarray, the phase distribution is the classical focusing phase. The overall phase distribution is a piecewise function with continuity enforced.

Notably, this closed-form solution requires no iterative optimization and can be computed directly from geometric parameters.

Simulation Results

Beam Visualization

Spatial beam visualization for different schemes and a zoomed-in view of the eavesdropping region.

The figure above shows the normalized radiation intensity under different phase designs. It can be seen that:

  • The beam-steering scheme (a) leaks significant energy into the eavesdropping region.
  • The baseline schemes (b)(c) can suppress leakage only over a small part of the eavesdropping region.
  • The proposed caustic beam (d) successfully bypasses the entire eavesdropping region, achieving near-perfectly secure communication.

Secrecy Rate

Secrecy rate versus transmit power.

Across different transmit powers, the proposed scheme significantly outperforms the baselines in both average and worst-case secrecy rate. Especially in the high-SNR regime, conventional schemes saturate while the caustic beam scheme keeps increasing because it effectively suppresses energy leakage into the eavesdropping region.

Computational Complexity

For $M=256$, the execution time of the proposed scheme is only about \(9.64\times 10^{-4}\) seconds, far below the baselines (Norm-Bounded: \(27.4\) s, ADMM: \(0.104\) s), and the time cost grows only slightly with the number of elements, demonstrating good scalability.

Citation

@ARTICLE{11505880,
  author={Liu, Shicong and Yu, Xianghao and Schober, Robert},
  journal={IEEE Wireless Commun. Lett.}, 
  title={Robust and Secure Near-Field Communication via Curved Caustic Beams}, 
  year={2026},
  volume={15},
  number={},
  pages={3069-3073},
  keywords={Antennas;Apertures;Feeds;Antennas and propagation;Phased arrays;Radio broadcasting;Frequency modulation;Phase noise;Phase shifters;System-on-chip;Caustic;near field;robust design;secrecy rate;secure communication},
  doi={10.1109/LWC.2026.3690036}}
S. Liu, X. Yu and R. Schober, "Robust and Secure Near-Field Communication via Curved Caustic Beams," IEEE Wireless Commun. Lett., vol. 15, pp. 3069-3073, 2026.




To Be Continued


Further Reading