Joint Communication-Sensing-Imaging Optimization
Beyond CRB: Optimising for Reconstruction Quality
The ISAC literature (Chapter 29) optimises the tradeoff between communication rate and sensing accuracy, measured by the CRB. But the CRB measures estimation accuracy for a single parameter β it does not capture the quality of a reconstructed image. A waveform that minimises the CRB for delay estimation may produce a poor image if it concentrates k-space coverage in one direction.
The final step in the convergence of communication, sensing, and imaging is to optimise the entire pipeline end-to-end: from waveform design, through sensing and reconstruction, to the communication feedback. This section develops the imaging-aware ISAC framework, where the objective is reconstruction quality (NMSE, SSIM) rather than CRB.
Definition: Joint Communication-Sensing-Imaging (JCSI) Framework
Joint Communication-Sensing-Imaging (JCSI) Framework
The JCSI framework optimises the entire pipeline:
where:
- is the joint transmit waveform (precoding + pilots),
- are the reconstruction algorithm parameters (regularisation weights, denoiser parameters),
- is the communication sum-rate,
- is the imaging quality metric (e.g., expected NMSE of the reconstructed scene),
- is the transmit power budget.
The key difference from standard ISAC is that depends on the reconstruction algorithm, not just on the waveform β creating a bilevel optimisation: the outer level designs the waveform, the inner level reconstructs the image.
Standard ISAC uses CRB as the sensing metric, which is algorithm-independent but does not account for the quality of the reconstructed image. Imaging-aware ISAC replaces CRB with a reconstruction-dependent metric, making the design problem harder but more relevant.
Definition: Rate-Imaging Pareto Frontier
Rate-Imaging Pareto Frontier
The rate-imaging Pareto frontier is the set of achievable (rate, imaging quality) pairs:
Points on the frontier are Pareto-optimal: no waveform can improve one metric without degrading the other.
At the extremes:
- Communication-only: maximises rate (e.g., SVD precoding), imaging quality is poor.
- Imaging-only: minimises (e.g., orthogonal pilot grid), communication rate is zero.
The frontier between these extremes characterises the fundamental tradeoff.
Theorem: Gap Between CRB-Optimal and Imaging-Optimal Waveforms
For a scene with scatterers and an OFDM waveform with subcarriers, the waveform that minimises the CRB for delay estimation concentrates power on the edge subcarriers (maximum bandwidth):
The waveform that minimises imaging NMSE distributes power across subcarriers to ensure uniform k-space coverage:
The NMSE gap between the two waveforms is:
which can be dB for typical parameters (, ).
CRB cares about the sharpest possible estimate of a single parameter (delay). Imaging cares about reconstructing a full scene, which requires uniform frequency coverage. Edge-only power gives excellent delay resolution but leaves most of k-space unilluminated, degrading the image.
CRB-optimal waveform
The CRB for delay estimation under an OFDM waveform is . This is minimised by placing all power at the frequencies with largest : the edge subcarriers.
Imaging-optimal waveform
The imaging NMSE for a sparse scene under LASSO depends on the coherence of the sensing matrix columns. Uniform power minimises the coherence (analogous to RIP), yielding the best NMSE.
Gap
The CRB-optimal waveform effectively uses 2 frequencies (edges), giving a sensing matrix with measurements for unknowns. The imaging-optimal uses all measurements. The NMSE ratio scales as .
Communication Rate vs. Imaging Quality Pareto Frontier
Explore the Pareto frontier between communication sum-rate and imaging reconstruction NMSE. The curve shows the achievable tradeoff for different waveform designs.
Compare the CRB-optimal point (good delay estimation, poor imaging) with the imaging-optimal point (good reconstruction, reduced rate) and the Pareto-optimal points in between.
Parameters
Example: Joint Waveform Design for ISAC with Imaging
A 64-antenna base station with 256 OFDM subcarriers at 28 GHz serves 4 users while imaging a scene with scatterers. The power budget is dBm and dB. Design the waveform allocation between communication and imaging, and compute the achievable rate and NMSE.
Communication-only baseline
All power to communication: SVD precoding to 4 users. Sum-rate: bps/Hz. Imaging NMSE: very high ( dB) β no dedicated sensing.
Imaging-only baseline
All power to orthogonal pilots: subcarriers with uniform power. NMSE ( dB). Communication rate: .
Joint design (80/20 split)
Allocate 80% of power to communication, 20% to sensing pilots spread across 64 subcarriers.
Communication: bps/Hz (80% of max).
Imaging: 64 pilot subcarriers with total. Effective sensing SNR: (13 dB). NMSE ( dB).
This is a good operating point: 80% of communication rate retained, imaging NMSE 13 dB worse than optimal but still sufficient for beam prediction and environment mapping.
Definition: End-to-End Learning for JCSI
End-to-End Learning for JCSI
The JCSI problem can be solved via end-to-end learning: jointly optimise the waveform , the reconstruction algorithm parameters , and the communication precoder by minimising a combined loss:
where controls the rate-imaging tradeoff.
The key technical challenge is that the reconstruction algorithm (LASSO, OAMP) contains non-differentiable operations ( prox, hard thresholding). Deep unfolding (Chapter 18) addresses this by unrolling the algorithm into a differentiable computation graph, enabling end-to-end gradient-based optimisation.
This is the natural culmination of the deep unfolding ideas from Chapter 18: the unrolled reconstruction network is not just used for imaging, but is embedded in a larger end-to-end system that jointly optimises communication and imaging.
End-to-End JCSI Optimisation
Complexity: where = unrolled iterations, = image sizeThe unrolled OAMP in step 6 must be differentiable. The soft thresholding operator is already differentiable; the OAMP Onsager correction is a linear operation. The key non-trivial gradient is through the sensing matrix , which depends on the waveform.
Sensing Metrics: CRB vs. Imaging Quality
| Property | CRB | Imaging NMSE | Imaging SSIM |
|---|---|---|---|
| What it measures | Single-parameter estimation bound | Global pixel-wise error | Perceptual structural similarity |
| Algorithm-dependent? | No (Fisher information only) | Yes (depends on reconstruction) | Yes (depends on reconstruction) |
| Captures scene structure? | No | Partially | Yes |
| Optimisation difficulty | Closed-form (matrix trace) | Bilevel (waveform + reconstruction) | Bilevel (waveform + reconstruction) |
| Suitable for imaging? | No β misses k-space coverage | Yes β standard metric | Yes β correlates with perception |
Quick Check
Why can the CRB-optimal waveform produce a poor image even though it achieves the best delay estimation accuracy?
It concentrates power at edge frequencies, leaving most of k-space unilluminated
It uses too much transmit power
It has lower SNR than the imaging-optimal waveform
CRB for delay is minimised by maximising the effective bandwidth (edge-frequency power). But imaging requires uniform k-space coverage across all frequencies. Edge-only power leaves gaps.
Common Mistake: Using CRB as an Imaging Objective
Mistake:
Optimising an ISAC waveform for CRB minimisation and expecting good image reconstruction.
Correction:
CRB is a point-estimation metric: it measures how well you can estimate a single parameter (delay, angle). It does not account for the quality of a full scene reconstruction, which depends on k-space coverage, algorithm choice, and scene structure.
For imaging applications, use reconstruction-aware metrics (NMSE, SSIM, LPIPS) as the sensing objective. The CRB-optimal and imaging-optimal waveforms can differ by dB in NMSE (Theorem 30.3).
Historical Note: From Radar-Communication Coexistence to Joint Design
The relationship between radar and communication has evolved through three phases. In the 2000s, the focus was coexistence: ensuring that radar and communication systems sharing the same spectrum do not interfere with each other (spectrum sharing, interference mitigation). In the 2010s, the dual-function paradigm emerged: a single waveform serves both purposes (ISAC). The CRB-rate tradeoff became the standard design criterion.
The 2020s are bringing the third phase: joint design that accounts for the full imaging pipeline, not just point estimation. This reflects the recognition that sensing in 6G is not just "detecting a target at range " but "reconstructing a 3D environment map" β an imaging problem that requires different design criteria than the CRB.
Why This Matters: From ISAC to JCSI in 6G Standards
The 3GPP Release 19 study item on "AI/ML for NR air interface" includes sensing-assisted communication as a use case. Current proposals focus on CRB-based waveform design, but the imaging community's push toward reconstruction-aware metrics is beginning to influence standardisation. The JCSI framework of this section represents the research frontier: optimising waveforms for image quality rather than point estimation. We expect this to mature toward Release 20/21 as digital twin concepts gain traction in 6G discussions.
Joint Communication-Sensing-Imaging (JCSI)
An extension of ISAC that optimises the joint system for image reconstruction quality (NMSE, SSIM) rather than point-estimation accuracy (CRB). The optimisation is bilevel: the outer level designs the waveform, the inner level runs the reconstruction algorithm.
Related: {{Ref:Def Joint Csic}}
Imaging-Aware ISAC
An ISAC design philosophy where the sensing metric accounts for the quality of the reconstructed image, not just the accuracy of individual parameter estimates. This leads to different optimal waveforms than CRB-based ISAC, with more uniform k-space coverage.
Related: {{Ref:Thm Imaging Crb Gap}}
Key Takeaway
The JCSI framework goes beyond ISAC by optimising for reconstruction quality rather than CRB. The CRB-optimal waveform can produce images dB worse than the imaging-optimal waveform. End-to-end learning via deep unfolding jointly optimises the waveform, the reconstruction algorithm, and the communication precoder. The rate-imaging Pareto frontier characterises the fundamental tradeoff, with practical operating points achieving of maximum rate while maintaining good imaging quality.