>...trained your own inception network...
Thank you for the feedback. To address your concern about evaluating via FVD, we have computed an additional Fréchet Video Distance (FVD-SEVIR) using the 3D encoder from a VAE **trained specifically on the SEVIR** dataset as the inception network. Since SEVIR lacks categorical labels, we trained the VAE in an unsupervised manner by reconstructing the raw data itself, rather than using a classification-based supervised approach. It learns a robust latent space by training the VAE encoder **adversarially** following our reference 7 on the real data distribution. Measuring FVD in this latent space provides a more rigorous evaluation of how well our model matches the true data distribution, beyond just visual quality.
The results in Table R3 reveal several key observations:
1. The overall trend in performance rankings is **consistent** between FVD-SEVIR and standard FVD.
2. Our proposed PreDiff method **still substantially outperforms** the baselines on this specialized precipitation nowcasting metric.
3. Since the inception network is directly trained on the SEVIR dataset, FVD-SEVIR is more sensitive - accurate predictions receive improved scores (PreDiff, PreDiff-KC-GT) while those that differ more from the data distribution are penalized with worse scores (MetNet-2, PhyDNet, Rainformer).
4. As **extreme precipitation cases are rare** in the SEVIR dataset, while standard FVD recognizes the predictions from PreDiff-KC($\in\{-4\sigma_\tau,4\sigma_\tau\}$) as still close to the data distribution, FVD-SEVIR assigns a larger score. This indicates that such extreme cases, while plausible, reflect a rather different distribution than the distribution in the dataset, where extreme cases rarely happen.
While the standard FVD with a generic video inception network is an appropriate metric that we have already demonstrated the efficacy of our method with, this new domain-specific FVD-SEVIR provides further evidence that PreDiff generates high quality predictions. Along with the extensive quantitative results we have provided using **standard FVD, CRPS, CSI, and CSI-pool metrics**, we believe this comprehensively demonstrates the superior performance of our proposed approach.
>...how one might have access to "ground-truth" at inference time...
Thank you for raising this valuable question on accessing the guidance of PreDiff-KC-GT in Table R2. The "ground-truth" here refers to the actual average intensity over the future time period, calculated from the true target sequence. This allows us to evaluate **how well the model's forecasts align with the real data when provided perfect knowledge**. We included this experiment in **both Table R1 and Table R2** to demonstrate that knowledge control can successfully guide the model to generate better forecasts when given precise knowledge.
For operational use, if the accurate knowledge is directly accessible, as in N-body MNIST, knowledge control can **directly benefit** the performance. Unfortunately, some application scenarios lack such accurate knowledge. Specifically for forecasting on SEVIR, where the future average intensity is not directly accessible, one solution is to train a separate model to predict just the future average intensity. This scalar prediction task is **much easier to optimize** than forecasting the full spatiotemporal tensor. With such a model providing better estimated future average intensity, the overall forecast accuracy of the system can be further improved.
|Model|FVD$\downarrow$|FVD-SEVIR$\downarrow$|
|:-|:-:|:-:|
|Persistence|525.2|414.4|
|ConvLSTM|659.7|616.9|
|PredRNN|663.5|690.5|
|PhyDNet|723.2|923.6|
|E3D-LSTM|600.1|768.2|
|Rainformer|760.5|1214|
|Earthformer|690.7|732.1|
|MetNet-2|589.0|744.0|
|DGMR|485.2|548.8|
|LDM|133.0|171.1|
|VideoGPT|261.6|198.6|
|PreDiff|**33.05**|***21.57***|
|PreDiff-KC($\in\{-2\sigma_\tau,2\sigma_\tau\}$)|34.18|35.79|
|PreDiff-KC($\in\{-4\sigma_\tau,4\sigma_\tau\}$)|44.30|72.37|
|PreDiff-KC-GT|***34.07***|**20.93**|