It is well known that a rate-distortion-optimal source encoder's output generally doesn't match its source's distribution. This can make some analyses a pain in the neck. For example, say you want to investigate the relationship between a signal that appears in a source, and that signal's appearance in an encoding of the source. You are forced to keep very close track of the encoder's statistical properties.
Fortunately for a rate-distortion optimal MMSE Gaussian source encoder, these properties can be made very simple. There is a way to rescale the encoder's output to make the source coding stage equivalent to adding independent Gaussian noise. In fact, a similar technique for "converting a rate-distortion source encoding into a channel" can probably be derived for other types of sources too. A description of the whole situation is given in this post.
Brief description of a rate-distortion encoder
The MMSE rate distortion function for a Gaussian source X\sim\mathcal{CN}(0,\sigma^2) is
Cover illustrates this is achievable in Theorem 10.3.2 of Elements of Information theory (albeit for real RVs). He does so by writing a "test channel" whose output is distributed like the source X:
In the test channel, the input \hat{X} characterizes the portion of the source that the encoding should preserve, and the channel's distortion (here the addition of an independent Gaussian noise Z) to be the part of the source that is not preserved.
One first picks 2^{n\cdot(I(\hat{X};X)+\varepsilon)} length-n codewords with components iid like \hat{X} to form a codebook \mathcal{C}. Then the source coder forms its encoding by finding codeword in \mathcal{C} that is jointly typical with the source. By design, this encoding relates to the source precisely in the way the test channel's input relates to its output.
Rescaling the encoding
For the Gaussian case above, we have
so source estimates using this test channel encoder have approximately the following joint-distribution with the source:
If we rescale the encoding by \alpha, the joint distribution becomes:
Choosing \alpha=\frac{\sigma^2}{\sigma^2-D}, the covariance matrix becomes:
so this rate-distortion encoding process down to distortion D can be seen as equivalent to adding independent Gaussian noise with power \frac{\sigma^2\cdot D}{\sigma^2-D}.
Similarly, if our choice of encoder instead involves setting a rate in the Gaussian distortion-rate function D(R)=\sigma^2\cdot 2^{-R}, then source encoding can be viewed as adding independent Gaussian noise with power \frac{\sigma^2}{2^R-1}.
All we have done here is the following:
- Identify the test channel used to construct the rate-distortion-optimal encoder for the source.
- Written down the joint-distribution between the test channel's input and output, P_{\hat{X},X}.
- Factor the joint distribution as: P_X\cdot P_{\hat{X}|X} and identify that after source encoding, P_{\hat{X}|X} is the "channel" through which you see the source X.
- Identify some processing on the channel output that makes the joint distribution P_{\hat{X}|X} more obvious (in our case scaling by \alpha).
The same idea can probably be repeated for non-Gaussian channels too, as long as the test channel is easy enough to analyze and 'reverse.'