Answer to Reviewever K63t
We thank the reviewer for the reviewer's comments on our rebuttal and for the willingness to increase the score if all of the reviewer's concerns are addressed.
Moreover, we thank the reviewer for pointing out that our contribution might be misunderstood as we focus more on the learning aspect in our abstract and contributions instead of the "learning from compressed measurements"-aspect.
It seems to us that the key aspects of our contributions depend on the individual background of the reader.
Coming from a "SBL for compressive sensing" perspective, emphasizing the ability to learn from data in an initial training phase might be more natural. However, we agree that for the "generative models for compressive sensing" community, the additional aspect of being able to learn from compressed measurements is crucial to accurately putting our work's contribution into concurrent literature.
In Fig. 6 and 7, we compare CSGAN, CSVAE, and CSGMM trained on uncompressed (ground-truth) data (dashed curves) as well as compressed data (solid curves). Perceptually, CSGAN benefits more from uncompressed (ground-truth) information during training than our proposed CSVAE and CSGMM. In the case of the distortion metric nMSE, all approaches perform approximately equally better when being trained on uncompressed data. In total, the performance gains to the CSGAN baseline seem to be more prominent when it comes to being trained on compressed training samples.
From our perspective, this indicates that our proposed approach is particularly relevant in those cases where only compressed training samples are accessible and/or the online (inference) latency plays a crucial role. The intuition behind why the approach is capable of successfully learning from compressed data is the following:
After each parameter update step during training, the proposed CSGMM and CSVAE do the following:
- They estimate the corresponding ground-truth samples in the training data (Eq. (8) right side)
- Additionally and arguably even more importantly, they quantify the uncertainty of this estimation in terms of the estimations' covariance matrix (Eq. (8) left side).
- After doing so, both proposed models incorporate both (the estimation as well as the error quantification) in the subsequent update step. In the case of CSGMM, this is done by its corresponding M-step (Lemma 3.2). In the case of CSVAEs, this is done in its modified reconstruction loss in Appendix D, as well as the additional KL divergence in Eq. (15), which does not appear in standard VAEs.
This mechanism (especially the aspect of quantifying the estimation's error and incorporating it in the next update step) does not appear in CSGAN's methodology of learning from compressed data. This is because CSGAN estimates the ground-truth samples after each update step but only provides these estimations to its discriminator without considering any uncertainty. From an intuitive point of view, this is the reason why our proposed approach seems to be superior when it comes to compressed training samples.
We would like to thank the reviewer again, and based on the reviewer's comments, we will revise our work to better phrase our work's contribution regarding learning from compressed measurements. Moreover, we will consider extending our discussion section to explicitly discuss the intuitive learning aspects of our proposed method described above.