Multi-RIS Position Fusion
Combining Multiple RIS Measurements
A single RIS panel in the near-field gives a 3D position fix. But what if the UE is far-field to any single panel, or the sensing geometry is degenerate? Multiple RIS panels (Chapter 12's multi-RIS framework applied to positioning) offer diversity and geometric improvement: each panel sees the UE from a different angle, and combining their measurements tightens the CRB.
Theorem: Multi-RIS FIM Is Additive
For independent RIS panels providing measurements () of a UE at position :
The per-panel depends on panel 's position, orientation, and . With symmetric geometries and :
Asymmetric geometries can give non-uniform improvement: some directions are well-constrained by certain panels, poorly by others.
If measurements from multiple independent RIS panels are used jointly, their Fisher information adds. This is a general fact of statistics: independent measurements give -times information. With RIS panels, position CRB decreases by (assuming equivalent per-panel information).
Independent measurements
for . Log-likelihood sums: .
FIM sums
, and by linearity of expectation and sum, .
Inverse
CRB = FIM. For proportional FIMs, CRB . For asymmetric FIMs, the direction-wise CRB depends on which coordinate is informed by which panel.
Geometric Diversity Beats Panel Size
Given the same total element budget, is it better to have:
- One big panel (), or
- Four small panels ( each, )?
Single panel: CRB . Four panels: each gives CRB , summed (FIM) gives . Hmm, let me redo: Single: CRB = where , CRB . Multi: , CRB . Single is better on signal strength. BUT:
Multi-RIS brings geometric diversity: different panels see the UE from different angles. This conditions the FIM better β under single-panel, some position coordinates may be weakly observable. Under multi-RIS, all coordinates are well-observed. In practice, multi-RIS CRB is often 2-3x better than single- RIS despite smaller per-panel signal strength. The diversity gain outweighs the coherent-size gain.
Multi-RIS Fusion: CRB vs. Number of Panels
Compare position CRB for different multi-RIS configurations (1 panel, 2 panels, 4 panels, etc.) at fixed total element count. Multi-panel deployments win thanks to geometric diversity, especially for well-separated UE directions.
Parameters
Example: Four-Panel Warehouse Deployment
4 RIS panels at the corners of a warehouse, each elements, 28 GHz. UE in the middle. Compare with single-panel positioning.
Single-panel setup
1 panel on ceiling, . CRB . Angular resolution: 1 degree. Range resolution: cm-level in near-field.
Four-panel setup
4 panels at corners, each. Per-panel: angular deg, range similar per-panel. Joint fusion: FIM sums. Total CRB: , similar raw magnitude but four different geometries.
Diversity win
Each corner panel sees the UE from a different angle. The combined FIM is well-conditioned in all directions. Resulting CRB is more uniform across coordinates. Final position accuracy: typically 2x better than single-panel.
Practical
Four panels = 4x control bandwidth, 4x controller effort. Worth it for mission-critical positioning (warehouse robotics, AR/VR). Otherwise, single panel on ceiling is cheaper.
Multi-RIS Fusion for Position Estimation
Complexity: + for -dim position inverseThe MLE step (step 3) is convex at high SNR (Gaussian log-likelihood). Gradient descent converges in - iterations. For real-time operation, Kalman filter over time gives smoother trajectory estimates.
Fast Multi-RIS Position Estimation
Caire and collaborators (2023) tackle the practical multi-RIS positioning problem under three constraints: (1) limited pilot budget per panel, (2) correlated position uncertainty across panels, and (3) real-time operation. The CommIT contribution:
- Block-coordinate position estimation: estimate one position coordinate at a time, cycling through the three. Each sub-problem is scalar and convex.
- Weighted FIM fusion: panels are weighted by their per-coordinate information content β some panels inform some coordinates better than others.
- Kalman filter tracking: for continuous operation, weight new observations against the prediction from previous position.
Total estimation time: ms per UE per update at . Suitable for real-time industrial positioning. The framework integrates with Chapter 13's RIS-ISAC framework when positioning is combined with comm service.