Sensing-Assisted Communication
Using Scene Knowledge for Communication
So far in this chapter we have seen that channel estimation is imaging (Section 30.1) and that distributed nodes can cooperatively image the environment (Section 30.2). The natural next question is: what can you DO with the reconstructed scene?
The answer is sensing-assisted communication (SAC): using the reconstructed environment map β the digital twin β to predict channels, select beams, plan handovers, and allocate resources WITHOUT the overhead of exhaustive pilot-based estimation. This closes the loop: imaging feeds communication, which in turn provides the waveforms for further imaging.
Definition: Sensing-Assisted Communication
Sensing-Assisted Communication
In SAC, the communication system exploits sensing-derived scene knowledge to reduce channel estimation overhead:
where is the scene state (digital twin), is the UE position estimated from sensing, and is the forward renderer.
The predicted channel enables:
-
Beam selection: without beam sweeping.
-
Pilot reduction: skip pilots when (scene stable).
-
Proactive handover: predict channel quality at neighbouring cells from the scene model before the UE reports measurements.
-
Blockage prediction: detect approaching blockers (vehicles, pedestrians) from the sensing returns and pre-compute alternative beam paths.
The digital twin acts as a channel predictor: given the scene geometry and the UE position, it renders the expected channel without any pilot overhead. Pilots are used only to refine the prediction (residual estimation), reducing overhead dramatically.
Definition: RF Digital Twin for Communication
RF Digital Twin for Communication
An RF digital twin consists of:
-
Scene state : a representation (neural or geometric) encoding geometry, material properties, and dynamic objects.
-
Forward renderer : maps scene state to predicted RF observables: .
-
Update mechanism : ingests new measurements and updates the scene: .
The twin operates in a continuous sense-update-predict loop with latency budget less than the channel coherence time .
Theorem: Pilot Overhead Reduction via Digital Twin
For a MIMO-OFDM system with antennas, subcarriers, and coherence time slots, the pilot overhead fraction is:
with full channel estimation. With the digital twin predicting the channel and pilots used only for residual estimation:
If the twin captures the dominant out of paths, the overhead reduction factor is .
The channel lies in a subspace of dimension (number of paths). The digital twin predicts of these, leaving a residual of rank . Estimating the residual requires only pilot dimensions instead of .
Subspace decomposition
Decompose , where captures paths () and has .
Pilot requirement for residual
Estimating of rank requires pilot dimensions (compressed sensing or subspace tracking). The overhead fraction becomes . Since and the twin captures paths: .
Beam Prediction Accuracy from Reconstructed Map
Compare beam selection accuracy: exhaustive beam sweeping (all beams measured) vs. digital twin prediction (top- candidates measured).
The plot shows the probability of selecting the optimal beam and the effective throughput as a function of DT scene accuracy (NMSE of the reconstructed map).
Observe that even a moderate DT accuracy ( dB NMSE) achieves correct beam selection with only measurements instead of .
Parameters
Example: Digital Twin-Aided Beam Management
A 64-antenna 28 GHz base station uses a codebook of 64 beams. Standard beam sweeping requires 64 pilot slots. A digital twin predicts the top-3 beam candidates. Compare overhead and throughput with coherence time slots.
Standard beam sweeping
All 64 beams measured: 64 pilot slots. Optimal beam guaranteed. Overhead fraction: . Data slots: 36.
DT-aided (top-3)
Only 3 beams measured: 3 pilot slots. If the DT top-3 is correct (probability with scene NMSE dB): optimal beam. If not: fall back to full sweep (detected via low SINR). Effective overhead: slots.
Throughput gain
Standard: data slots. DT-aided: data slots. Throughput increase: .
Definition: The Sensing-Reconstruction-Prediction Loop
The Sensing-Reconstruction-Prediction Loop
The full sensing-assisted communication pipeline forms a closed loop:
-
Sense: ISAC waveforms illuminate the environment and serve communication users simultaneously.
-
Reconstruct: The sensing returns are processed by the imaging pipeline (LASSO, OAMP, or learned methods from Parts IV--VI) to update the digital twin .
-
Predict: The twin renders predicted channels for all active users.
-
Communicate: Beamforming vectors and resource allocation are computed from the predicted channels, closing the loop.
The loop latency must satisfy (channel coherence time) for the predictions to be actionable.
Common Mistake: Scene Staleness in Sensing-Assisted Communication
Mistake:
Using a digital twin that was last updated several coherence times ago to predict the current channel.
Correction:
The twin lags behind reality by the update latency. Fast-moving objects (vehicles at 100 km/h travel 2.8 m per 100 ms update) cause the predicted channel to diverge rapidly.
Mitigation:
- Motion prediction: extrapolate object positions using tracked velocities from the Kalman filter.
- Adaptive pilot insertion: when the predicted channel deviates from the measured channel by more than a threshold, trigger a full pilot burst.
- Freshness-aware scheduling: prioritise pilot resources for UEs in rapidly changing environments.
Common Mistake: Position Accuracy for Coherent Beam Prediction
Mistake:
Assuming the digital twin can predict the channel with sub-wavelength accuracy, enabling coherent beamforming without any pilots.
Correction:
Coherent beamforming requires phase-accurate channel prediction, which demands UE localisation within . At 28 GHz, this is mm β far beyond current positioning accuracy (metres for GPS, sub-metre for 5G positioning).
In practice, the twin predicts dominant path directions (angular domain) rather than exact phases. This suffices for beam selection but not for coherent precoding. Residual pilots are still needed for phase refinement.
Quick Check
A digital twin captures 4 out of 5 propagation paths. By approximately what factor is the pilot overhead reduced?
(from to )
(from to )
(from to )
The residual has rank 1 (one uncaptured path) out of 5 total. The overhead reduces by a factor of .
Why This Matters: Beam Management in 5G NR and Beyond
In 5G NR, beam management (SSB-based beam sweeping, CSI-RS-based refinement) consumes significant overhead at mmWave frequencies β up to 60% of the coherence interval for large codebooks. The sensing-assisted approach of this section can reduce this to by narrowing the beam search to a small set of DT-predicted candidates. This is actively being studied for Release 19/20 of 3GPP, where "environment-aware" beam management is a study item.
Latency Budget for Sensing-Assisted Communication
The sensing-reconstruction-prediction loop must complete within the channel coherence time . At 28 GHz with pedestrian mobility (3 km/h): ms. With vehicular mobility (60 km/h): ms.
Budget allocation:
- Sensing: 1 OFDM symbol s.
- Reconstruction (OAMP, 10 iterations): ms for a image on GPU.
- Channel prediction (forward render): ms per UE.
- Beam computation: ms.
Total: ms β feasible for pedestrian scenarios ( ms) but tight for vehicular ( ms). For high-mobility, simplified reconstruction (backprojection + Kalman tracking) is needed.
- β’
Pedestrian coherence time: ms (28 GHz)
- β’
Vehicular coherence time: ms (28 GHz)
- β’
GPU inference latency for OAMP: ms
RF Digital Twin
A real-time virtual replica of the physical RF environment, consisting of a scene representation, a forward renderer, and an update mechanism. The twin predicts RF observables (channels, sensing returns) from the scene geometry, enabling communication optimisation without exhaustive measurement.
Related: {{Ref:Def Digital Twin Comm}}
Sensing-Assisted Communication
A communication paradigm where sensing-derived environment knowledge (e.g., from a digital twin) is used to reduce pilot overhead, predict beams, and optimise resource allocation. The sensing returns provide side information that reduces the effective channel dimensionality.
Related: {{Ref:Def Sensing Assisted Comm}}
Key Takeaway
Sensing-assisted communication closes the loop between imaging and communication: the reconstructed scene (digital twin) predicts channels without pilots, reducing overhead by in typical scenarios. The key is the sensing-reconstruction-prediction loop, which must complete within the coherence time. Beam management is the most immediate application, with -- throughput gain from DT-aided top- beam prediction.