REVIEW 4 major objections 5 minor 47 references
Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Physics-guided module sharpens weather forecasts with just 55K parameters.
desk verdict Serious engineering contribution, but the physics-loss benefit is confounded by data augmentation and the physical-consistency claims outrun the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the parameterized dynamics equation du/dt = Phi(u)Xi + Q_pi(x,y,t), which combines a sparse library of explicit PDE terms (advection, diffusion, etc.) with a latent force neural network that absorbs processes absent from the data. Automatic differentiation of the coordinate-based surrogate f_theta(x,y,t) provides the derivative terms; regression on the residual fits the sparse coefficients Xi; and the residual du/dt - Phi Xi - Q_pi defines the physics loss L_phy. This same equation does double duty: it regularizes the downscaling surrogate during training, and later constrains the outputs of any pretrained forecasting model g_omega via finite-difference derivatives, transferring the recovered dynamics without adding model capacity.
What would settle it
Generate a synthetic dataset from a known PDE (e.g., advection-diffusion with a prescribed time-varying source), train PhyDL-NWP, and compare the recovered coefficient vector Xi and latent force Q_pi against the ground-truth values; if the latent force absorbs terms the library can express, or the recovered coefficients drift with random seeds, the claimed recovery and transfer of physical dynamics fails.
Extended reading notes
Core claim
PhyDL-NWP claims that the gap between data-driven weather models and physical consistency can be closed by explicitly parameterizing a governing equation of the form du/dt = Phi(u)Xi + Q_pi, where Phi is a library of interpretable PDE terms computed from the predicted fields, Xi is a sparse coefficient vector learned by regression, and Q_pi is a neural network representing unmeasured forces. Training the model against the residual of this equation, through a physics loss added to the data loss, produces a continuous coordinate-based surrogate that supports resolution-free downscaling without paired super-resolution labels, and yields a transferable dynamic constraint. When this constraint is applied to fine-tune a pretrained forecaster, the authors report consistent improvements in RMSE and ACC over the same model without physics guidance, across regional reanalysis, real observational, and global benchmark datasets.
Load-bearing premise
The load-bearing premise is that the combination of a sparse physics library and a neural-network latent force actually recovers the true unmeasured dynamics, rather than the latent force simply memorizing whatever the explicit terms fail to fit.
Editorial extensions
If this is right
- Downscaling becomes resolution-free: once the surrogate is trained, any coordinate can be queried, so 2x, 4x, or finer outputs come from the same model without paired low- and high-resolution training data.
- The physics module is an add-on, not a replacement: it fine-tunes ClimaX, FourcastNet, and GraphCast with only 55K parameters and improves their RMSE and ACC, with gains increasing toward seven-day lead times.
- The learned equations are interpretable: e.g., temperature evolves by 10m-wind advection plus a latent term, making visible which unmeasured processes (vertical motion, diffusivity, sources) are being parameterized.
- The inference cost advantage is structural: derivatives for the forecasting loss use finite differences on super-resolved output, avoiding per-frame surrogate training, which yields 55 to 170 times faster epochs than standalone models.
Reading between the lines
- If the latent force captures genuinely transferable physics rather than dataset-specific residuals, the same parameterization could be reused as a learned closure for subgrid processes in dynamical cores or coupled regional models, a use the paper does not test.
- The resolution-free property suggests an application beyond post-processing downscaling: adaptive or variable-mesh simulation, where a single continuous function supplies fields at dynamically chosen grid points during integration.
- A synthetic identifiability test would settle whether Xi and Q_pi separate correctly: generate data from a known PDE with known forcing, fit the framework, and check the recovered coefficients; the real-world experiments do not fully distinguish true equation recovery from residual memorization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes PhyDL-NWP, a physics-guided framework for weather downscaling and forecasting. In the downscaling stage, a coordinate-based MLP surrogate f_theta is trained to predict weather variables as a continuous function of (x,y,t), while a sparse linear PDE library Phi*Xi and a latent force network Q_pi are jointly learned to explain the temporal tendency du/dt (Eqs. 2-5). In the forecasting stage, the fitted Xi and Q_pi are used to add a physics residual loss beta*Lphy to the fine-tuning of a pretrained forecasting model g_omega, and the surrogate f_theta is used to generate super-resolved training inputs (Eqs. 6-8, Algorithm 1). Experiments on downscaling (Huadong) and forecasting (Ningbo, Ningxia, WeatherBench) report consistent RMSE/ACC improvements over vanilla baselines, and Table 6 compares the learned equations with textbook meteorology.
Significance. The central idea—that a small plug-in module can extract a parameterized PDE from data and then use it as a transferable regularizer for large pretrained forecasters—is appealing and potentially practical. The availability of code, multiple datasets, and the surprisingly small 55K parameter footprint are concrete strengths. If substantiated, the claimed 55-170x speed advantage and the ability to fine-tune arbitrary base models with a physics loss would be a useful engineering contribution. However, the paper currently does not isolate the effect of the physics loss from the simultaneous data augmentation and fine-tuning, and the learned physics is largely represented by a flexible black-box latent force, so the two foundational claims—improved forecasting from physically grounded guidance, and physical interpretability—rest on evidence that is not yet conclusive.
major comments (4)
- [§4.1, Eq. (4)] The claim that "PhyDL-NWP learns from coarse-granular inputs alone ... without labeled training outputs" is directly contradicted by the training objective. Eq. (4) defines Ldata as the mean squared error between f_theta and the high-resolution fields u on the full grid, so the surrogate is explicitly trained against fine-granular labels. The downscaling results in Table 2 therefore do not demonstrate label-free super-resolution. Please either correct the claim to state that the method requires high-resolution training data but can be queried at arbitrary coordinates, or provide a version trained with only coarse-resolution supervision to support the original claim.
- [§3.4, Eqs. (6)-(8), Tables 3-5] The reported '+' models differ from their vanilla counterparts in two coupled ways: the training inputs are replaced by f_theta-super-resolved data (Algorithm 1), and the objective adds beta*Lphy. Since no beta=0 control (physics loss omitted, augmentation retained) and no augmentation-only control are reported, the observed improvements cannot be attributed to the recovered physics. The gain could come entirely from the high-resolution training inputs or from the extra fine-tuning procedure itself. Please add at least one ablation per dataset/baseline family that separates the effect of the physics loss from the effect of the data augmentation.
- [§3.2, Eq. (2)] The decomposition of the tendency into explicit PDE terms Phi*Xi and the latent force Q_pi is non-identifiable in the form presented. Because Q_pi is a flexible MLP (8 layers of 100 neurons, per Appendix A.2), any temporal residual for any choice of Xi can be absorbed into Q_pi, making the separation between 'physics' and 'latent force' unfalsifiable from the training loss alone. The physics residual of Eq. (5) is therefore a self-consistent regression rather than an independent physical law. To support the physical-consistency claim, provide independent validation, for example by showing that the learned Xi and Q_pi predict tendencies on held-out time periods or on a withheld variable/dataset without refitting, or by demonstrating sensitivity to sparsity constraints.
- [Table 6] The learned equations reported in Table 6 place essentially all of the physically informative terms—vertical advection, diffusion, pressure gradient, and source terms—into Q_pi, and the explicit terms use U10 to advect an 850 hPa temperature field. This configuration makes the claimed 'alignment with physics' weak evidence: the explicit part captures only a small subset of the true equation, and the comparison is largely a test of whether a flexible network can absorb the omitted terms. Please report quantitative measures of what fraction of the tendency variance is explained by the explicit terms versus Q_pi, and discuss whether the recovered explicit coefficients have physically plausible magnitudes and signs.
minor comments (5)
- [§4.1] The description of the downscaling setup as '2x and 4x' is ambiguous: the input resolutions are 0.5 and 1 degree and the output is 0.25 degree, so the linear scale factors are 2 and 4, but the pixel count increases by 4x and 16x. Please clarify the convention used.
- [Table 1] The comparison of time cost per epoch is not apples-to-apples: PhyDL-NWP is a plug-in module, not a standalone model, and the reported 7.8s likely reflects only the module's fine-tuning cost, whereas the other rows are full-model training epochs. Please report inference time per forecast as well, and state the hardware and batch-size settings under which the timings were measured.
- [§3.4, Eq. (8)] The finite-difference approximation of the temporal derivative in Eq. (8) is applied on 6-hourly WeatherBench data; at such coarse sampling, a first-order difference may be a poor approximation of the true tendency. Please justify the step size choice or test sensitivity to the finite-difference order.
- [§4.1] The sentence 'Since PhyDL-NWP can provide infinite resolution results given continuous coordinates, we believe that it will be accurate for higher resolution downscaling' is speculative; consider showing results at 8x or a scale-analysis plot instead.
- [§4.3, Figure 5] Figure 5 is presented as evidence that Q and Phi*Xi substitute for each other and match dT/dt, but only a single example year is shown. Please quantify the match (e.g., R^2 or relative error on a held-out period) and show for multiple variables.
Circularity Check
Physical-consistency claim is self-consistent by construction; forecasting and downscaling results retain independent held-out content.
-
self definitional
[Section 3.3, Eqs. (2)-(5)]
"The joint optimization of fθ(x, y, t), φ(û)i, and Qπ(x, y, t) allows the model to simultaneously learn to predict weather variables and approximate the underlying physical dynamics. These inferred terms, together with Qπ, in turn guide the training of fθ, ensuring physical consistency in the learned mapping."
The 'underlying physical dynamics' are not an external law: they are the fitted right-hand side of Eq. (2), with Qπ a flexible MLP and Ξ fitted by the same optimization. Because a universal Qπ can absorb any residual, Eq. (2) can represent essentially any observed tendency, so the physics residual in Eq. (5) is minimizable by construction on the training distribution. The claim that fθ is 'physically consistent' is therefore self-referential—the model is constrained to satisfy a regression fitted to the model's own outputs. The sparse library does not restore identifiability, since the latent force can always compensate, making the split between 'physics' and 'latent force' a bookkeeping choice rather than a discovered law.
full rationale
The downscaling and forecasting numbers (Tables 2-5) are obtained on held-out chronological splits, so the reported RMSE/ACC improvements are empirically independent of the physics-loss construction and do not reduce by definition. The circularity is confined to the paper's physical-consistency interpretation: the governing dynamics are fitted to fθ and then re-imposed on fθ (Eqs. 2-5), and the same fitted decomposition is later called 'recovered physics' when regularizing gω (Eq. 8). Because Qπ is a universal MLP, the decomposition is not identifiable from the training loss; Table 6's 'alignment' with textbook PDEs is therefore an interpretation of a fitted decomposition, not a confirmation of an independently derived law. No load-bearing self-citation or imported uniqueness theorem appears: Refs. [4,22,23] are related-work citations, not premises of the derivation. A separate empirical confound—the '+' models differ by both super-resolution data augmentation and βLphy, with no β=0 ablation (Tables 3-5)—weakens the causal attribution to the physics term but is a missing control, not a circular reduction, and is not counted in the score beyond the partial attribution.
Assumptions & free parameters
free parameters (3)
- PDE coefficients Xi =
learned via linear regression per variable
- Latent force network Q_pi parameters =
learned weights of MLP
- Loss weights alpha and beta =
alpha=10, beta=1e-2
assumptions (4)
- domain assumption The true dynamics are expressible as a linear combination of the candidate library Phi plus a latent force Q_pi
- domain assumption The weather fields are continuous functions of (x,y,t) that can be accurately approximated by a feedforward neural network
- domain assumption Physics learned on the downscaling domain transfers to the forecasting model
- ad hoc to paper The latent force model can represent all missing physical processes without overfitting
invented entities (1)
-
Latent force field Q_pi
Cite this review
Pith. "Pith review of Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting." pith.science (2026). https://pith.science/paper/K4M2SXXW
@misc{pith2026250514555,
author = {Pith},
title = {Pith review of: Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting},
year = {2026},
howpublished = {\url{https://pith.science/paper/K4M2SXXW}},
note = {Machine review of arXiv:2505.14555}
}
read the original abstract
Weather forecasting is essential but remains computationally intensive and physically incomplete in traditional numerical weather prediction (NWP) methods. Deep learning (DL) models offer efficiency and accuracy but often ignore physical laws, limiting interpretability and generalization. We propose PhyDL-NWP, a physics-guided deep learning framework that integrates physical equations with latent force parameterization into data-driven models. It predicts weather variables from arbitrary spatiotemporal coordinates, computes physical terms via automatic differentiation, and uses a physics-informed loss to align predictions with governing dynamics. PhyDL-NWP enables resolution-free downscaling by modeling weather as a continuous function and fine-tunes pre-trained models with minimal overhead, achieving up to 170x faster inference with only 55K parameters. Experiments show that PhyDL-NWP improves both forecasting performance and physical consistency.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Peter Bauer, Alan Thorpe, and Gilbert Brunet. 2015. The quiet revolution of numerical weather prediction. Nature 525, 7567 (2015), 47–55
2015
-
[2]
Kaifeng Bi, Lingxi Xie, Hengheng Zhang, Xin Chen, Xiaotao Gu, and Qi Tian. 2023. Accurate medium-range global weather forecasting with 3D neural networks. Nature (2023), 1–6
2023
-
[3]
Kang Chen, Tao Han, Junchao Gong, Lei Bai, Fenghua Ling, Jing-Jia Luo, Xi Chen, Leiming Ma, Tianning Zhang, Rui Su, et al. 2023. FengWu: Pushing the Skillful Global Medium-range Weather Forecast beyond 10 Days Lead. arXiv preprint arXiv:2304.02948 (2023)
arXiv 2023
-
[4]
Yuntian Chen, Yingtao Luo, Qiang Liu, Hao Xu, and Dongxiao Zhang. 2022. Sym- bolic genetic algorithm for discovering open-form partial differential equations (SGA-PDE). Physical Review Research 4, 2 (2022), 023174
work page 2022
-
[5]
John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao, Anima Anandkumar, and Bryan Catanzaro. 2021. Adaptive fourier neural operators: Efficient token mixers for transformers. arXiv preprint arXiv:2111.13587 (2021)
arXiv 2021
-
[6]
Jindong Han, Hao Liu, Hengshu Zhu, Hui Xiong, and Dejing Dou. 2021. Joint air quality and weather prediction based on multi-adversarial spatiotemporal networks. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 35. 4081–4089
work page 2021
-
[7]
Yan Han, Lihua Mi, Lian Shen, CS Cai, Yuchen Liu, Kai Li, and Guoji Xu. 2022. A short-term wind speed prediction method utilizing novel hybrid deep learning algorithms to correct numerical weather forecasting. Applied Energy 312 (2022), 118777
work page 2022
-
[8]
Hans Hersbach, Bill Bell, Paul Berrisford, Shoji Hirahara, András Horányi, Joaquín Muñoz-Sabater, Julien Nicolas, Carole Peubey, Raluca Radu, Dinand Schepers, et al. 2020. The ERA5 global reanalysis. Quarterly Journal of the Royal Meteoro- logical Society 146, 730 (2020), 1999–2049
work page 2020
Show all 47 references
-
[9]
Shuai Hu, Yue Xiang, Da Huo, Shafqat Jawad, and Junyong Liu. 2021. An improved deep belief network based hybrid forecasting method for wind power. Energy 224 (2021), 120185
2021
-
[10]
Hao Jiang and Li Chen. 2022. An Efficient Content-aware Downsampling-based Video Compression Framework. In 2022 IEEE International Conference on Visual Communications and Image Processing (VCIP) . IEEE, 1–5
2022
-
[11]
Renhe Jiang, Zhaonan Wang, Jiawei Yong, Puneet Jeph, Quanjun Chen, Ya- sumasa Kobayashi, Xuan Song, Shintaro Fukushima, and Toyotaro Suzumura
-
[12]
George Em Karniadakis, Ioannis G Kevrekidis, Lu Lu, Paris Perdikaris, Sifan Wang, and Liu Yang. 2021. Physics-informed machine learning. Nature Reviews Physics 3, 6 (2021), 422–440
2021
-
[13]
Dmitrii Kochkov, Janni Yuval, Ian Langmore, Peter Norgaard, Jamie Smith, Griffin Mooers, Milan Klöwer, James Lottes, Stephan Rasp, Peter Düben, et al . 2024. Neural general circulation models for weather and climate. Nature (2024), 1–7
2024
-
[14]
Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Alexander Pritzel, Suman Ravuri, Timo Ewalds, Ferran Alet, Zach Eaton-Rosen, et al . 2022. GraphCast: Learning skillful medium-range global weather forecasting. arXiv preprint arXiv:2212.12...
2022 arXiv
-
[15]
Yu Li, Fei Tang, Xin Gao, Tongyan Zhang, Junfeng Qi, Jiarui Xie, Xinang Li, and Yuhan Guo. 2022. Numerical weather prediction correction strategy for short-term wind power forecasting based on bidirectional gated recurrent unit and XGBoost. Frontiers in Energy Research 9 (2022...
2022
-
[16]
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. 2020. Fourier neural oper- ator for parametric partial differential equations. arXiv preprint arXiv:2010.08895 (2020)
2020 arXiv
-
[17]
Zongyi Li, Hongkai Zheng, Nikola Kovachki, David Jin, Haoxuan Chen, Burigede Liu, Kamyar Azizzadenesheli, and Anima Anandkumar. 2024. Physics-informed neural operator for learning partial differential equations. ACM/JMS Journal of Data Science 1, 3 (2024), 1–27
2024
-
[18]
Yuxuan Liang, Haomin Wen, Yutong Xia, Ming Jin, Bin Yang, Flora Salim, Qing- song Wen, Shirui Pan, and Gao Cong. 2025. Foundation Models for Spatio- Temporal Data Science: A Tutorial and Survey. arXiv preprint arXiv:2503.13502 (2025)
2025 arXiv
-
[19]
Haitao Lin, Zhangyang Gao, Yongjie Xu, Lirong Wu, Ling Li, and Stan Z Li. 2022. Conditional local convolution for spatio-temporal meteorological forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 36. 7470–7478
2022
-
[20]
Yumin Liu, Auroop R Ganguly, and Jennifer Dy. 2020. Climate downscaling using YNet: A deep convolutional network with skip connections and fusion. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining . 3145–3153
2020
-
[21]
Andrew C Lorenc. 1986. Analysis methods for numerical weather prediction. Quarterly Journal of the Royal Meteorological Society 112, 474 (1986), 1177–1194
1986
-
[22]
Yingtao Luo, Qiang Liu, Yuntian Chen, Wenbo Hu, Tian Tian, and Jun Zhu. 2023. Physics-guided discovery of highly nonlinear parametric partial differential equations. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining . 1595–1607
2023
-
[23]
Yingtao Luo, Chang Xu, Yang Liu, Weiqing Liu, Shun Zheng, and Jiang Bian
-
[24]
Tung Nguyen, Johannes Brandstetter, Ashish Kapoor, Jayesh K Gupta, and Aditya Grover. 2023. ClimaX: A foundation model for weather and climate.arXiv preprint arXiv:2301.10343 (2023)
2023 arXiv
-
[25]
Tung Nguyen, Jason Jewik, Hritik Bansal, Prakhar Sharma, and Aditya Grover
-
[26]
Sungwon Park, Karandeep Singh, Arjun Nellikkattil, Elke Zeller, Tung Duong Mai, and Meeyoung Cha. 2022. Downscaling earth system models with deep learning. In Proceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining. 3733–3742
2022
-
[27]
Linsey S Passarella, Salil Mahajan, Anikesh Pal, and Matthew R Norman. 2022. Reconstructing high resolution ESM data through a novel fast super resolution convolutional neural network (FSRCNN). Geophysical Research Letters 49, 4 (2022), e2021GL097571
2022
-
[28]
arXiv preprint arXiv:2307.01909 (2023)
ClimateLearn: Benchmarking Machine Learning for Weather and Climate Modeling. arXiv preprint arXiv:2307.01909 (2023)
2023 arXiv
-
[29]
Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Tom R Andersson, Andrew El-Kadi, Dominic Masters, Timo Ewalds, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, et al. 2023. Gencast: Diffusion-based ensemble forecasting for medium- range weather. arXiv preprint arXiv:2312.157...
2023 arXiv
-
[30]
Maziar Raissi, Paris Perdikaris, and George E Karniadakis. 2019. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. 378 (2019), 686–707
2019
-
[31]
Jaideep Pathak, Shashank Subramanian, Peter Harrington, Sanjeev Raja, Ashesh Chattopadhyay, Morteza Mardani, Thorsten Kurth, David Hall, Zongyi Li, Kamyar Azizzadenesheli, et al . 2022. Fourcastnet: A global data-driven high- resolution weather model using adaptive fourier neu...
2022 arXiv
-
[32]
Sumanta Chandra Mishra Sharma and Adway Mitra. 2022. ResDeepD: A residual super-resolution network for deep downscaling of daily precipitation over India. Environmental Data Science 1 (2022), e19
2022
-
[33]
Xingjian Shi, Zhourong Chen, Hao Wang, Dit-Yan Yeung, Wai-Kin Wong, and Wang-chun Woo. 2015. Convolutional LSTM network: A machine learning approach for precipitation nowcasting. Advances in neural information processing systems 28 (2015)
2015
-
[34]
Stephan Rasp, Peter D Dueben, Sebastian Scher, Jonathan A Weyn, Soukayna Mouatadid, and Nils Thuerey. 2020. WeatherBench: a benchmark data set for data-driven weather forecasting. Journal of Advances in Modeling Earth Systems 12, 11 (2020), e2020MS002203
2020
-
[35]
Thomas Vandal, Evan Kodra, Sangram Ganguly, Andrew Michaelis, Ramakrishna Nemani, and Auroop R Ganguly. 2017. Deepsd: Generating high resolution climate change projections through single image super-resolution. InProceedings of the 23rd acm sigkdd international conference on k...
2017
-
[36]
Yogesh Verma, Markus Heinonen, and Vikas Garg. 2023. ClimODE: Climate and Weather Forecasting with Physics-informed Neural ODEs. In The Twelfth International Conference on Learning Representations
2023
-
[37]
Roland B Stull. 1988. An introduction to boundary layer meteorology . Vol. 13. Springer Science & Business Media
1988
-
[38]
Jonathan A Weyn, Dale R Durran, and Rich Caruana. 2020. Improving data- driven global weather prediction using deep convolutional neural networks on a cubed sphere. Journal of Advances in Modeling Earth Systems 12, 9 (2020), e2020MS002109
2020
-
[39]
Haixu Wu, Hang Zhou, Mingsheng Long, and Jianmin Wang. 2023. Interpretable weather forecasting for worldwide stations with a unified deep model. Nature Machine Intelligence (2023), 1–10
2023
-
[40]
Bin Wang, Jie Lu, Zheng Yan, Huaishao Luo, Tianrui Li, Yu Zheng, and Guangquan Zhang. 2019. Deep uncertainty quantification: A machine learning approach for weather forecasting. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining...
2019
-
[41]
Wanghan Xu, Fenghua Ling, Wenlong Zhang, Tao Han, Hao Chen, Wanli Ouyang, and Lei Bai. 2024. Generalizing Weather Forecast to Fine-grained Temporal Scales via Physics-AI Hybrid Modeling. arXiv preprint arXiv:2405.13796 (2024)
2024 arXiv
-
[42]
Xiaoying Yang, Shuai Yang, Mou Leong Tan, Hengyang Pan, Hongliang Zhang, Guoqing Wang, Ruimin He, and Zimeng Wang. 2022. Correcting the bias of daily satellite precipitation estimates in tropical regions using deep neural network. Journal of Hydrology 608 (2022), 127656
2022
-
[43]
Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Xiaojun Chang, and Chengqi Zhang. 2020. Connecting the dots: Multivariate time series forecasting with graph neural networks. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining . 753–763
2020
-
[46]
Tingzhao Yu, Qiuming Kuang, Jiangping Zheng, and Junnan Hu. 2021. Deep precipitation downscaling. IEEE Geoscience and Remote Sensing Letters 19 (2021), 1–5. KDD ’25, August 3–7, 2025, Toronto, ON, Canada. Yingtao Luo, Shikai Fang, Binqing Wu, Qingsong Wen, and Liang Sun A Appe...
2021
-
[500]
In the forecasting experiments, we divide each dataset into train, validation, and test sets using an 8:1:1 ratio in chronological order
For variable𝑡 (temperature), the atmosphere level is 850. In the forecasting experiments, we divide each dataset into train, validation, and test sets using an 8:1:1 ratio in chronological order. The scores of the average of variables reported in Table 5 are com- puted based o...
2025
-
[2022]
In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining
Learning differential operators for interpretable time series modeling. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 1192–1201
-
[2023]
In Proceedings of the AAAI Conference on Artificial Intelligence , Vol
Spatio-temporal meta-graph learning for traffic forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 37. 8078–8086
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.