Semantic Communication

Definition:

Joint Source-Channel Coding (JSCC)

JSCC with deep learning maps source directly to channel symbols:

x^=Dϕ(HEθ(x)+n)\hat{\mathbf{x}} = D_\phi(\mathbf{H} \cdot E_\theta(\mathbf{x}) + \mathbf{n})

where EθE_\theta is a neural encoder and DϕD_\phi is a neural decoder. This bypasses the separation theorem for finite block lengths.

Example: Deep JSCC for Images

Implement a simple deep JSCC system for image transmission.