Multi-RIS System Model

One RIS Is Not Enough

Single-panel RIS solves a specific deployment problem: redirect a BS's signal around a blockage to reach one or a few users. For wide-area coverage β€” an entire street, a dense urban block, a multi-floor building β€” a single panel is not enough. Deployments in 6G will use multiple RIS panels, spatially distributed, cooperatively configured. This section formalizes the multi-RIS model and highlights how the optimization framework generalizes.

The golden thread continues to apply: each RIS panel programs its own slice of the propagation environment, and the joint optimization coordinates them. Panels can even cascade (signal bounces from panel 1 to panel 2 before reaching UE) β€” but this introduces new mathematical structure we treat in Section 12.2.

Multi-RIS

A deployment with MM RIS panels that jointly serve a set of users. Panels can be parallel (each bouncing BS signal independently to UEs, Section 12.1), cascaded (double-RIS, Section 12.2), or integrated with distributed APs (cell-free, Section 12.3).

Related: Double-RIS Cascaded Channel, Cell Free Ris

Double-RIS

A deployment with two RIS panels in cascade: signal bounces BS β†’ panel 1 β†’ panel 2 β†’ UE. Essential for extreme blockage geometries where no single panel sees both endpoints. SNR scales as N12N22N_1^2 N_2^2 at the cost of four-hop path loss.

Related: Multi-RIS, Path Loss

,

Theorem: Coherent Multi-RIS SNR Gain

Under coherent alignment across all MM panels with symmetric geometries (all panels at similar BS-to-UE distances), the coherent SNR scaling is

SNRmulti-RISβ‰ˆM2N2Ξ±2Ξ²2Pt/Οƒ2\text{SNR}^{\text{multi-RIS}} \approx M^2 N^2 \alpha^2 \beta^2 P_t / \sigma^2

where Ξ±,Ξ²\alpha, \beta are per-hop amplitudes and NN is the per-panel element count. Compared with a single panel of MNMN elements (if that were a valid deployment), multi-RIS gives the same coherent gain β€” but with geometric diversity (panels at different positions access different scattering paths). Under heterogeneous geometry, some panels serve better than others, giving even better aggregate performance via smart per-panel weighting.

Under coherent phase alignment across all panels, the cascaded signals add constructively. With MM panels of NN elements each, total MNMN elements combined. The coherent-sum SNR scales as (MN)2(MN)^2 β€” linear in MM squared, quadratic in NN.

Multi-RIS Urban Deployment

Multi-RIS Urban Deployment
A multi-RIS network: a BS serves a dense urban area with three RIS panels mounted on different building facades. Each panel has its own phase-shift matrix Ξ¦m\boldsymbol{\Phi}_m; the BS optimizes all three jointly. Users in the street canyon see contributions from multiple panels, giving spatial diversity and improved coverage.

What Multi-Panel Actually Buys

Relative to a single large RIS panel of MNMN elements, multi- RIS offers:

  1. Geometric diversity: panels at different positions see different scattering environments. Robust to localized blockage.
  2. Coverage extension: panels on different facades reach different UE groups (angular diversity).
  3. Distributed deployment: easier to install multiple smaller panels than one huge panel.
  4. Scalability: can add panels incrementally as traffic grows.

Relative to a single RIS, multi-RIS offers:

  1. Graceful degradation: failure of one panel doesn't kill the link.
  2. Multi-user coverage: each panel can specialize in serving a subset of users.
  3. Aperture scaling: Mβ‹…NM \cdot N total elements instead of just NN.

The multi-panel architecture is the default for 6G deployments in dense environments.

Single RIS vs. Multi-RIS Coverage

Compare the coverage map (SNR heatmap) of a single RIS panel vs. M=3M = 3 distributed panels with the same total element count. Multi-RIS shows more uniform coverage and better blockage resilience.

Parameters
384
3
28
150

AO for Multi-RIS Joint Optimization

Complexity: O(Tβ‹…(TWMMSEKNt3+MCpassive))O(T \cdot (T_{\text{WMMSE}} K N_t^{3} + M C_{\text{passive}})) where MM passive updates per iteration
Input: channels {H1,m,h2,km,hd,k}\{\mathbf{H}_{1,m}, \mathbf{h}_{2,km}, \mathbf{h}_{d,k}\}, power PtP_t.
Output: (W⋆,{Ξ¦m⋆})(\mathbf{W}^\star, \{\boldsymbol{\Phi}_m^\star\}).
1. Initialize Ξ¦m(0)\boldsymbol{\Phi}_m^{(0)} for all mm (e.g., all ones).
2. Repeat t=0,1,…t = 0, 1, \ldots:
3. \quad Compute aggregate effective channels hk,eff\mathbf{h}_{k,\text{eff}} (summing contributions from all panels).
4. \quad Active update (WMMSE): W(t+1)\mathbf{W}^{(t+1)}.
5. \quad For each panel m=1,…,Mm = 1, \ldots, M:
6. \quad\quad Fix {Ξ¦mβ€²}mβ€²β‰ m\{\boldsymbol{\Phi}_{m'}\}_{m' \neq m}; update Ξ¦m(t+1)\boldsymbol{\Phi}_m^{(t+1)} via Chapter 6 algorithms (element-wise or manifold).
7. \quad Check convergence: ∣R(t+1)βˆ’R(t)∣<Ο΅|R^{(t+1)} - R^{(t)}| < \epsilon.
8. return (W,{Ξ¦m})(\mathbf{W}, \{\boldsymbol{\Phi}_m\}).

The key addition over single-RIS AO: MM passive updates per iteration instead of 1. Each panel is updated holding the others fixed β€” a sequential BCD within the outer AO. Monotone convergence preserved.

Key Takeaway

Multi-RIS is the natural extension for wide-area coverage. The AO framework generalizes cleanly: MM passive-update subproblems per iteration, each solved by Chapter 6 algorithms. The real design question is not the algorithm β€” it's the deployment: where to put the panels, and how to allocate users to panels. Section 12.4 addresses this.

Common Mistake: Inter-Panel Coherence Requires Synchronized Control

Mistake:

"Multi-RIS just adds SNR contributions from each panel β€” deploy a few panels and expect coherent combining."

Correction:

Coherent combining across panels requires phase-aligned control: each panel must apply phases that are tuned to the same BS signal reference. Independent panels without synchronized control yield only incoherent summing (factor MM in power, not M2M^2). The controller must distribute a common time and phase reference to all panels. At mmWave, ∼\sim ns-level time synchronization is needed. Without it, multi-RIS degrades to SNR combining of MM independent paths β€” helpful but far from the M2M^2 coherent ideal.