Optimal RIS Placement
The Product Path Loss and Placement Intuition
The RIS two-hop link attenuates as (product path loss; Chapter 1). For a fixed total distance , the product is minimized when (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 direct BS-UE distance, placed at a point with (the triangle inequality with equality iff the RIS is on the direct path). Under the product path-loss model, the effective SNR is For fixed , is minimized at (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.
Lagrangian
Let be fixed. . , zero at . .
Second-order
maximum of , minimum of . So incremental SNR gain is maximized at midpoint for fixed total path.
LOS-dominated vs. blocked
If direct LOS dominates: midpoint RIS gives the biggest boost in dB but the boost is tiny compared to LOS β RIS is wasted. If direct is blocked: the RIS is the only path. Midpoint is still optimal, but geometrically the RIS must be visible from both BS and UE. Typically this means near-BS (fewer UEs served, higher per-UE gain) or near-UE (one UE served with maximum gain).
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
RIS Placement Region
The RIS placement region 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 and maximum aperture . The optimization is: where is the priority weight of UE and is the geometry-dependent RIS gain formula.
Candidate Placement Search
Complexity: O(|Ξ©| Β· K)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?
Blocked-link targets
Entrance and food court need RIS (LOS blocked). Atrium has LOS β RIS gives marginal gain.
Entrance (141 m, blocked)
Placing RIS near BS (5 m from BS, 136 m to UE): . Placing RIS near entrance (136 m from BS, 5 m to UE): (same by symmetry). Placing RIS in atrium (70 m, 71 m): .
Verdict
Near-BS or near-UE placement delivers better RIS gain than the atrium midpoint for the entrance user. The asymmetry in the product is the physics behind near-endpoint placement.
Multi-UE strategy
For the food-court user, a second RIS near the food court is needed. Total: two panels (one near BS for broad coverage, one near food court for the blocked user), total cost β much less than an indoor small cell ().
RIS Position vs. SNR Gain
Sweep the RIS position along a line between BS and UE. Plot the achieved SNR gain. The product is minimized at midpoint but real-world placement depends on blockage and aperture orientation.
Parameters
Facade Selection Heuristics
In urban deployment, a few simple heuristics cover 80% of decisions:
- Visibility: The RIS must have LOS to both BS and a useful UE cluster. Check with a 3D building model.
- Orientation: Prefer facades with normal pointing toward bisector of BS and UE. Near-broadside reduces loss (Chapter 16).
- Access: Lamp posts and bus stops are commercially accessible. Private building walls require leases.
- Power: RIS needs only -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 optimality guarantee. For dense urban deployments with 100+ candidates and 10+ panels, greedy submodular is the practical choice.