Summary
This paper describes the elegant connection between entropic OT and estimation of rate-distortion functions, as well as proposes a novel algorithm based on Wasserstein Gradient Descent (WGD). It outlines prior methods (e.g. Blahut-Arimoto, NERD) in the same (or similar) language, and performs WGD on the two objective functions of interest, detailing the gradient calculations, and provides numerical experiments comparing the methods to prior works in the literature. In these experiments, we see that WGD is able to provide good bounds on the rate distortion function
Strengths
This paper wrote down a very elegant connection between rate distortions + entropic optimal transport -- as someone who studies the latter, I think this is great. I think it's surprising this connection has not been made explicit between the two communities. Their proposed method is also quite insightful. Numerical and statistical results are convincing as well.
Weaknesses
There is minimal technical novelty in this paper, though I think that's completely fine given the newfound connections the authors make bridging two academic communities. I think the references are a bit thin, especially on the level of the Wasserstein gradient for $\mathcal{L}_{EOT}$. A recent paper, for example, is [Rigollet2022Sample], as well as some of the papers it cites, and the papers that cite it.
@article{rigollet2022sample,
title={On the sample complexity of entropic optimal transport},
author={Rigollet, Philippe and Stromme, Austin J},
journal={arXiv preprint arXiv:2206.13472},
year={2022}
}
It is also worth pointing out that this constant "$C$" in (15) of the text scales exponentially poorly with the regularization parameter $\epsilon$.
Questions
Would it be interesting to analyze the "debiased" entropic OT dynamics for this problem as in e.g. [Pooladian2022Debiaser] and [Feydy2019Interpolating]?
@inproceedings{pooladian2022debiaser,
title={Debiaser beware: Pitfalls of centering regularized transport maps},
author={Pooladian, Aram-Alexandre and Cuturi, Marco and Niles-Weed, Jonathan},
booktitle={International Conference on Machine Learning},
pages={17830--17847},
year={2022},
organization={PMLR}
}
@inproceedings{feydy2019interpolating,
title={Interpolating between optimal transport and mmd using sinkhorn divergences},
author={Feydy, Jean and S{\'e}journ{\'e}, Thibault and Vialard, Fran{\c{c}}ois-Xavier and Amari, Shun-ichi and Trouv{\'e}, Alain and Peyr{\'e}, Gabriel},
booktitle={The 22nd International Conference on Artificial Intelligence and Statistics},
pages={2681--2690},
year={2019},
organization={PMLR}
}
Minor comments:
L33: “R-D” function instead of $R(D)$ (L86, L99, L101, L110, …) [just to be consistent]
L221: “optimize”
Missing \mathbb{E} in the statement of Proposition 4.3? You also could write this as one line, saving a lot of space (since the rates are basically the same for all the statements).
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.