Flexible Beamforming Design with Hierarchical Rotational 6DMA Systems
Pith reviewed 2026-05-10 19:42 UTC · model grok-4.3
The pith
Hierarchical two-level antenna rotations maximize the minimum beamforming gain over a target coverage region.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors propose the HR-6DMA architecture, which performs array-wise rotation for global orientation and individual antenna rotations for local refinement. They formulate an optimization problem to maximize the minimum beamforming gain by jointly tuning these rotations and the transmit beamformer. An alternating optimization algorithm with linear search solves the problem efficiently, and numerical results confirm superior performance over fixed and single-level rotatable arrays.
What carries the argument
The HR-6DMA architecture that separates array-wise rotation for global orientation from per-antenna rotation for fine radiation control, paired with alternating optimization plus linear search over the rotation and beamforming variables.
If this is right
- The minimum beamforming gain over the target region increases compared with fixed or single-level rotatable arrays.
- Downlink coverage becomes more uniform when both rotation levels are jointly optimized with the beamformer.
- The alternating optimization plus linear search provides an efficient practical method for the joint non-convex problem.
- The architecture exploits two distinct degrees of freedom in antenna reconfiguration that prior single-level designs leave unused.
Where Pith is reading between the lines
- The same two-level rotation structure could be tested in uplink or multi-user interference settings to check whether the gain improvements carry over.
- Hardware validation would need to check whether mechanical tolerances and power consumption of continuous rotations remain acceptable at scale.
- The optimization approach might combine with other reconfigurable elements such as phase shifters or movable positions to create even richer control.
Load-bearing premise
The two-level rotations can be physically realized in hardware and the alternating optimization plus linear search produces a solution sufficiently close to optimal under realistic channel and array models.
What would settle it
A physical prototype measurement of minimum beamforming gain achieved by an HR-6DMA array versus fixed and single-level rotatable arrays over the same target region would confirm or refute the performance claims.
Figures
read the original abstract
Reconfigurable antenna technology, such as movable antennas (MAs) and rotatable antennas (RAs), has emerged as a promising solution to enhance the communication performance of wireless systems by exploiting the new degree of freedom (DoF) in antenna reconfiguration. However, existing RA designs mostly consider the array-wise or antenna-wise rotation only, which constrain their great potential in the wide-range radiation pattern control. To overcome this limitation, we propose a new hierarchical rotational six-dimensional MA (HR-6DMA) architecture to improve downlink coverage, which exploits array-wise rotation for global orientation adjustment and individual antenna rotation for fine-grained radiation refinement. Based on this array architecture, we then formulate an optimization problem to maximize the minimum beamforming gain over a target region by jointly optimizing the two-level rotations and transmit beamforming. To solve this non-convex problem, an efficient algorithm is proposed, where the transmit beamforming and per-antenna rotation are optimized via alternating optimization under any feasible array rotation, followed by a low-complexity linear search to determine the optimal array rotation. Last, numerical results show that the proposed HR-6DMA significantly improves the minimum beamforming gain over fixed and single-level rotatable arrays.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a hierarchical rotational six-dimensional movable antenna (HR-6DMA) architecture that combines array-wise rotation for global orientation and per-antenna rotation for fine-grained pattern control. It formulates a non-convex max-min optimization problem to maximize the minimum beamforming gain over a target region by jointly optimizing the two-level rotations and the transmit beamforming vector. An efficient algorithm is developed that alternates between optimizing the beamforming and per-antenna rotations for any fixed array rotation, followed by a low-complexity linear search over the array rotation angle. Numerical results are presented claiming that HR-6DMA achieves significantly higher minimum beamforming gain than fixed arrays and single-level rotatable arrays.
Significance. If the numerical improvements hold under realistic channel models and hardware constraints, the hierarchical rotation approach adds meaningful new degrees of freedom to reconfigurable antenna systems and could improve downlink coverage in wireless networks. The use of alternating optimization plus linear search is a standard and practical approach for this class of problems; credit is due for the clean separation of the two rotation levels and the explicit comparison to both fixed and single-level baselines.
major comments (2)
- [§IV] §IV (Proposed Algorithm): the alternating optimization is stated to solve the per-antenna rotation and beamforming subproblems, but no convergence analysis, iteration bound, or guarantee that the solution is close to optimal (as opposed to a local stationary point) is provided. This is load-bearing because the central claim of significant improvement rests on the algorithm returning high-quality solutions.
- [§V] §V (Numerical Results): the abstract and results claim 'significant' improvement in minimum beamforming gain, yet no specific quantitative values, simulation parameters (array size, rotation ranges, channel model, SNR), number of Monte-Carlo trials, or error bars are visible in the high-level description. Without these, it is impossible to judge whether the reported gains are statistically reliable or sensitive to modeling assumptions.
minor comments (2)
- [Abstract] The abstract refers to 'six-dimensional MA' but the architecture description only details two rotation levels; a brief clarification of the remaining dimensions (e.g., 3D position or polarization) would improve readability.
- [§II] Notation for the array rotation angle and per-antenna rotation angles should be introduced consistently in the system model section to avoid ambiguity when the linear search is described.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed comments. We address each major comment below and will revise the manuscript to incorporate the suggested improvements.
read point-by-point responses
-
Referee: [§IV] §IV (Proposed Algorithm): the alternating optimization is stated to solve the per-antenna rotation and beamforming subproblems, but no convergence analysis, iteration bound, or guarantee that the solution is close to optimal (as opposed to a local stationary point) is provided. This is load-bearing because the central claim of significant improvement rests on the algorithm returning high-quality solutions.
Authors: We appreciate the referee's emphasis on algorithmic rigor. In the current manuscript, each subproblem is solved to optimality for fixed array rotation: the beamforming vector is obtained via convex optimization (semidefinite relaxation with rank-1 recovery), and per-antenna rotations are optimized by a low-complexity exhaustive search over a discretized feasible set. Consequently, the objective value is monotonically non-decreasing and upper-bounded, guaranteeing convergence to a stationary point of the alternating procedure. We will add a dedicated convergence subsection in §IV that formally states this monotonicity argument, provides an iteration bound based on the discretization granularity, and reports the average number of iterations observed across simulations. While global optimality cannot be guaranteed for the overall non-convex problem, the consistent outperformance versus the single-level and fixed baselines in our numerical experiments indicates that the obtained solutions are of high quality for the purposes of the paper. revision: yes
-
Referee: [§V] §V (Numerical Results): the abstract and results claim 'significant' improvement in minimum beamforming gain, yet no specific quantitative values, simulation parameters (array size, rotation ranges, channel model, SNR), number of Monte-Carlo trials, or error bars are visible in the high-level description. Without these, it is impossible to judge whether the reported gains are statistically reliable or sensitive to modeling assumptions.
Authors: We agree that the high-level description would benefit from greater specificity. All simulation parameters (array size, rotation ranges, Rician channel model, SNR values, and number of Monte-Carlo trials) are already provided in detail within Section V. To improve accessibility, we will revise the abstract and the opening paragraph of §V to explicitly quote representative quantitative gains from our experiments and will add error bars to the performance curves. We will also include a short paragraph discussing sensitivity to key modeling choices such as the Rician factor and target region size. revision: yes
Circularity Check
No significant circularity detected
full rationale
The paper proposes a new HR-6DMA architecture with two-level rotations, formulates a standard max-min beamforming optimization problem, and solves it via alternating optimization for beamforming/per-antenna rotations plus linear search over array rotation. These steps are algorithmic and independent; the numerical comparisons to fixed and single-level baselines are simulation outputs under consistent models, not predictions that reduce to fitted inputs or self-definitions by construction. No load-bearing self-citations, uniqueness theorems, or ansatzes are invoked in the provided description. The derivation chain remains self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
invented entities (1)
-
Hierarchical rotational 6DMA (HR-6DMA) architecture
no independent evidence
Reference graph
Works this paper leans on
-
[1]
Next generation advanced transceiver technologies for 6G and beyond,
C. Youet al., “Next generation advanced transceiver technologies for 6G and beyond,”IEEE J. Sel. Areas Commun., vol. 43, no. 3, pp. 582–627, Mar. 2025
work page 2025
-
[2]
A Tutorial on Movable Antennas for Wireless Networks,
L. Zhuet al., “A Tutorial on Movable Antennas for Wireless Networks,” IEEE Commun. Surveys Tuts., vol. 28, pp. 3002–3054, Feb. 2025
work page 2025
-
[3]
K.-K. Wong, A. Shojaeifard, K.-F. Tong, and Y . Zhang, “Fluid antenna systems,"IEEE Trans. Wireless Commun., vol. 20, no. 3, pp. 1950-1962, Mar. 2021
work page 1950
-
[4]
6D movable antenna enhanced wireless network via discrete position and rotation optimiza- tion,
X. Shao, R. Zhang, Q. Jiang, and R. Schober, “6D movable antenna enhanced wireless network via discrete position and rotation optimiza- tion,"IEEE J. Sel. Areas Commun., vol. 43, no. 3, pp. 674-687, Mar. 2025
work page 2025
-
[5]
6D movable antenna based on user distribution: modeling and optimization,
X. Shao, Q. Jiang, and R. Zhang, “6D movable antenna based on user distribution: modeling and optimization,"IEEE Trans. Wireless Commun., vol. 24, no. 1, pp. 355-370, Jan. 2025
work page 2025
-
[6]
X. Pi, L. Zhu, H. Mao, Z. Xiao, X.-G. Xia, and R. Zhang, “6D movable antenna enhanced multi-access point coordination via position and orientation optimization,”IEEE Trans. Wireless Commun., vol. 25, pp. 915–930, Jul, 2026
work page 2026
-
[7]
Rotatable antenna enabled wireless communication and sensing: Opportunities and challenges,
B. Zheng, T. Ma, C. You, J. Tang, R. Schober, and R. Zhang, “Rotatable antenna enabled wireless communication and sensing: Opportunities and challenges,”IEEE Wireless Commun., vol. 25, pp. 14037–14052, Mar, 2025
work page 2025
-
[8]
Rotatable antennas for integrated sensing and communications,
C. Zhou, C. You, B. Zheng, X. Shao, and R. Zhang, “Rotatable antennas for integrated sensing and communications,"IEEE Wireless Commun. Lett., vol. 14, no. 9, pp. 2838–2842, Sep. 2025
work page 2025
-
[9]
Rotatable antenna-empowered wireless net- works: A tutorial,
B. Zhenget al., “Rotatable antenna-empowered wireless networks: A tutorial,”arXiv preprint arXiv: 2603.25559, Mar. 2026
-
[10]
Z. Kang, C. You, and R. Zhang, “Active-passive IRS aided wire- less communication: New hybrid architecture and elements allocation optimization,”IEEE Trans. Wireless Commun., vol. 23, no. 4, pp. 3450–3464, Apr. 2024
work page 2024
-
[11]
Penalty/barrier multiplier methods for convex programming problems,
A. Ben-Tal and M. Zibulevsky, “Penalty/barrier multiplier methods for convex programming problems,”SIAM J. Optim., vol. 7, no. 2, pp. 347–366, May 1997
work page 1997
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.