Dear Reviewer kZkj,
We sincerely apologize for the formatting issues in our previous response and the missing reference. Here is the corrected version, along with additional answers to the questions we couldn't cover previously due to the character limit:
[1] Yang Song and Jascha Sohl-Dickstein and Diederik P Kingma and Abhishek Kumar and Stefano Ermon and Ben Poole. Score-Based Generative Modeling through Stochastic Differential Equations, International Conference on Learning Representations, 2021.
>Why for do we see improvement with the augmented dynamics? Because of the correlation structure?
Yes, our hypothesis is that the known part of the score function is guiding the data generating process towards the direction of the true data distribution, since the starting distribution of the augmenting processes is known and all processes are driven by the same random path realization of Brownian motion. In the forward process $\mathbf{Y}_t$ does not depend on $\mathbf{X}_t$, but in the reverse model $\mathbf{Y}_t$ does depend on $\mathbf{X}_t$, since it depends in every entry on the score model evaluation. Assume that $\mathbf{Y}_t$ does not leave its true trajectory when we simulate the reverse time model, in this case the trajectory of $\mathbf{Y}_t$ might serve as a corrector for the trajectory of $\mathbf{X}_t$.
>With $K>>1$ the performance deteriorates. Does it means true fractional dynamics does not work well? What is happening?
We believe that the most important factor for chosing the optimal number of augmenting processes is the dataset. In Table 1 of the attached Rebuttal PDF, we observe that on MNIST, $K=4,5$ works well in the super-diffusive regime, while on CIFAR10, the performance degrades in the same regime. In Figure 2 of the attached rebuttal PDF, we observe that for the same FVP dynamics, there are different well-performing regimes for the number of processes. (K=3,4,5 on MNIST and K=1,2 on CIFAR10).
>How does $K$ impact the approximation of true fBM (you cite a reference on Line 184, can you give something quantitative?)
The integrated $L_2$ error over time $[0,T]$ for different choices of $K$ is visualized in Figure 7 of Daems et. al[2]. The higher the value of $K$, the better the approximation. However, after a certain number of augmenting processes, the error saturates, depending on $H$.
[2] Rembert Daems, Manfred Opper, Guillaume Crevecoeur, Tolga Birdal. Variational Inference for SDEs Driven by Fractional Noise. The Twelfth International Conference on Learning, 2024.
> Table 1 and effect of $K$ for $H=1/2$: Not much difference, until FID deteriorates, where then increases. If the sample quality heavily deteriorates and that the model produces random out of distribution samples, then it is not a very interesting situation and the metric loses meaning. Moreover no discussion on why choosing too high of a eventually leads to bad samples. Numerical instabilities? Training loss? Difficulty learning the augmented process
We agree with the reviewers point that a low-quality image with increased pixel-wise diversity is not a favorable situation. In Table 1 of the attached rebuttal PDF, we observe that the pixel-wise diversity increases with a higher number of augmenting processes on MNIST and CIFAR10. However, the quality seems to depend on the Hurst index and the dataset, as we observe on MNIST for larger $K$:
| K | H=0.9 | H=0.7 |H=0.5 |H=0.1|
|---|-------|-------|------|-----|
| 4 | 1.22 | 0.86 |1.86 |6.25 |
| 5 | 2.17 | 1.36 |4.89 |9.57 |
while on CIFAR10 we observe a clear degradation in quality:
| K | H=0.9 | H=0.7 |H=0.5 |H=0.1|
|---|-------|-------|------|-----|
| 4 | 29.72 | 8.45 |8.85 |5.02 |
| 5 | 69.06 | 35.91 |96.54 |7.38 |
Our hypothesis here is that $K$ controls the pixel-wise diversity, while the optimal number of augmenting processes for quality depends on the dataset and the dynamics (FVE or FVP).