Response to Reviewer j6aU (2)
### Response to 1
Thanks to this question, we have understood the insight behind the original 3rd question.
The original score matching (SM) proposed in [7] does not approximate the Jacobian.
In [8], the loss between SM and SSM-VR (= SSM in our paper) for low-dimensional table datasets (dimensionality is 11 ~ 22) is compared, demonstrating that the SSM approximation is nearly equivalent to the original SM.
The experimental results in our paper, along with the error-bound inequality above in response to Q2, demonstrate that LCSS approximates better than SSM, indirectly indicating a minor discrepancy between LCSS and SM.
After receiving this question, we conducted an experiment on the Checkerboard dataset akin to those in the paper.
The necessity to drastically reduce batch-size to avoid out-of-memory errors during Jacobian computation probably led to the unsuccessful density estimation, hence no comparison of performance could be made.
Instead, we compare the computational efficiencies.
The training time (sec.) measured over 20k iterations with a batch size of 10,000 are presented below.
| SSM | DSM | LCSS | SM (no approx.) |
| :--------: |:--------------:|:-----------: |:--------: |
| 26.13 | 22.59 | 21.75 | 645.61 |
It shows that even on a mere 2-dimension Checkerboard dataset, the computational cost is about 25 times greater than other methods.
This underscores that, in score matching training for high-dimensional data, such as images with dimensions up to several hundreds of thousands, Jacobian approximation for acceleration is indispensable in today’s typical computational environments.
- [7] Hyvärinen, A., & Dayan, P. (2005). Estimation of non-normalized statistical models by score matching. Journal of Machine Learning Research, 6(4).
- [8] Song, Y., Garg, S., Shi, J., & Ermon, S. (2020, August). Sliced score matching: A scalable approach to density and score estimation. In Uncertainty in Artificial Intelligence (pp. 574-584). PMLR.
---
### Response to 2
We agree with the reviewer's suggestion. Through this rebuttal, we have recognized that presenting the differences with existing methods in a tabular comparison will highlight our contributions.
---
Lastly, we deeply appreciate the reviewer for dedicating time to the discussion and for the inquiries to clarify the ambiguities.