Optimal RIS Placement

The Product Path Loss and Placement Intuition

The RIS two-hop link attenuates as d12d22d_1^2 d_2^2 (product path loss; Chapter 1). For a fixed total distance d1+d2=Dd_1 + d_2 = D, the product d12d22d_1^2 d_2^2 is minimized when d1=d2d_1 = d_2 (midpoint) and maximized at the endpoints. This is the opposite of one-way path loss, which is invariant in midpoint vs. endpoint under a sum constraint. The point is: placement is not intuitive from point-to-point communication reasoning; the RIS does NOT want to be at the midpoint in general β€” we'll see why below.

Theorem: RIS Belongs Near an Endpoint

Consider a RIS aiding a link with d0d_0 direct BS-UE distance, placed at a point with d1+d2β‰₯d0d_1 + d_2 \geq d_0 (the triangle inequality with equality iff the RIS is on the direct path). Under the product path-loss model, the effective SNR is SNReff=SNRLOS(d0)+SNRβ‹…N2βˆ£Ξ“βˆ£2(4Ο€/Ξ»)4 d12d22.\text{SNR}_{\text{eff}} = \text{SNR}_{\text{LOS}}(d_0) + \frac{\text{SNR} \cdot N^2 |\Gamma|^2}{(4\pi/\lambda)^4 \, d_1^2 d_2^2}. For fixed d1+d2d_1 + d_2, d12d22d_1^2 d_2^2 is minimized at d1=d2d_1 = d_2 (midpoint) BUT the direct LOS term is unaffected; thus the incremental RIS gain is largest at the midpoint. In the blocked-direct-LOS case, placement near either BS or UE is equivalent up to minor geometric factors.

In Practice, Place RIS Near the User

The midpoint analysis assumes a single UE and fixed geometry. In real deployments: (i) multiple UEs share the same RIS panel β€” placing near BS serves many UEs with lower per-UE gain, (ii) building walls constrain which surfaces are reflective, and (iii) UEs are mobile, so a panel near the UE cluster (e.g., shopping mall entrance) sees the most traffic. Empirically, near-UE placement dominates in published field trials.

Definition:

RIS Placement Region

The RIS placement region Ξ©RIS\Omega_{\text{RIS}} is the set of candidate positions where a panel can be installed. Usually a discrete set: building facades, lamp posts, billboards. Each candidate has an orientation n^\hat{\mathbf{n}} and maximum aperture AA. The optimization is: p⋆=arg⁑max⁑p∈ΩRISβˆ‘UEΒ kwkβ‹…G(p,pk,pBS)\mathbf{p}^\star = \arg\max_{\mathbf{p} \in \Omega_{\text{RIS}}} \sum_{\text{UE } k} w_k \cdot G(\mathbf{p}, \mathbf{p}_k, \mathbf{p}_{\text{BS}}) where wkw_k is the priority weight of UE kk and GG is the geometry-dependent RIS gain formula.

Example: Shopping Mall RIS Placement

A BS is at one corner of a 100m Γ— 100m shopping mall. UEs are clustered in three zones: entrance (far corner, 141 m away, LOS blocked by walls), atrium (center, 70 m, LOS), and food court (opposite side, 100 m, LOS blocked). Three candidate RIS positions: wall near BS (5m), atrium center, and wall near food court (95m). Which is best?

RIS Position vs. SNR Gain

Sweep the RIS position along a line between BS and UE. Plot the achieved SNR gain. The product d12d22d_1^2 d_2^2 is minimized at midpoint but real-world placement depends on blockage and aperture orientation.

Parameters
100
256
28
⚠️Engineering Note

Facade Selection Heuristics

In urban deployment, a few simple heuristics cover 80% of decisions:

  1. Visibility: The RIS must have LOS to both BS and a useful UE cluster. Check with a 3D building model.
  2. Orientation: Prefer facades with normal pointing toward bisector of BS and UE. Near-broadside reduces Ξ·ang\eta_{\text{ang}} loss (Chapter 16).
  3. Access: Lamp posts and bus stops are commercially accessible. Private building walls require leases.
  4. Power: RIS needs only ∼5\sim 5-10 W for control electronics β€” easy from existing street lighting lines.

Common Mistake: Don't Naively Deploy RIS at the Geometric Midpoint

Mistake:

Placing a RIS at the geometric midpoint between BS and typical UE based on "shortest total path."

Correction:

For one UE, this is correct (product minimized). For multiple UEs, the optimal placement is near the priority-weighted centroid β€” usually near the BS or near a UE cluster, NOT midway. Additionally, the midpoint often has no buildable surface; real deployments are constrained by where installation is possible. Use the candidate-search algorithm above.

Multi-RIS Placement Is NP-Hard

Placing multiple RIS panels to maximize aggregate utility is the facility location problem β€” NP-hard in general. Two practical approaches: (i) greedy, add one RIS at a time maximizing marginal utility; (ii) submodular, if utility is submodular (it is approximately), greedy gives a (1βˆ’1/e)β‰ˆ63%(1 - 1/e) \approx 63\% optimality guarantee. For dense urban deployments with 100+ candidates and 10+ panels, greedy submodular is the practical choice.