REVIEW 3 major objections 5 minor 65 references
Transformer with Koopman-Enhanced Graph Convolutional Network for Spatiotemporal Dynamics Forecasting
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A two-stage network combining a Koopman-enhanced graph convolutional encoder with a Transformer decoder is claimed to keep cardiac excitation forecasts accurate on a 3D mesh for up to 300 time steps.
desk verdict A clean new combination of known pieces for cardiac mesh forecasting, but the paper's own ablation table contradicts its central superiority claim. 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 load-bearing object is the learned Koopman transition matrix $K\in\mathbb{R}^{d_z\times d_z}$, trained with a dynamics loss $L_{\rm dyn}$ that forces $\psi_e(x(t+\Delta t))\approx K^{\Delta t}\psi_e(x(t))$; this is what linearizes the latent evolution. The second component is the masked multi-head self-attention Transformer decoder that forecasts sequences of these latent vectors and is trained with a forecasting loss in latent space. The GCN provides graph pooling and unpooling with continuous B-spline kernels so the geometry of the mesh is respected throughout.
What would settle it
Run each model in Table 1 (TK-GCN, Transformer+GCN, Transformer Only, Transformer+CNN-AE, and LSTM+K-GCN) under the three protocols with at least ten random seeds and compare the full MSE distributions on the [0,100), [100,200), and [200,300) intervals. The claim is falsified if TK-GCN is not the best in every cell, or if any difference falls within seed noise—as the current single-run numbers already show Transformer Only winning Protocol I [0,100) and Transformer+GCN winning Protocol II [0,100) and [100,200).
Extended reading notes
Core claim
The paper's central claim, stated on its own terms, is that nonlinear spatiotemporal dynamics on an irregular mesh can be split into a spatial encoding problem and a near-linear temporal evolution problem. A Koopman-enhanced graph convolutional autoencoder makes the latent states advance approximately linearly under a learned matrix, and a Transformer decoder then predicts those latent states over hundreds of steps; decoding returns voltage maps. The paper reports that this two-stage pipeline predicts simulated cardiac activation more accurately than LSTM, Dynamic Mode Decomposition, a pure Koopman operator, and vector autoregression across all three stimulation protocols, with the full architecture beating every ablation variant.
Load-bearing premise
The paper's conclusion rests on the assumption that the accuracy differences shown in its ablation table are real and repeatable, even though each number comes from a single run with no reported variance, seed count, or significance test.
Editorial extensions
If this is right
- If the central claim holds, long-horizon forecasting on irregular 3D domains becomes practical by first linearizing latent dynamics, which reduces error accumulation in multi-step rollouts.
- The ablation results imply the Koopman term is not a minor addition: the gap between TK-GCN and the same model without Koopman widens in mid- and long-term intervals, especially under Protocol I and Protocol III.
- The framework is defined on any graph or mesh, so the conclusion draws immediate applications to traffic networks, environmental monitoring, and biological processes where regular grids are unnatural.
- A fixed pretrained encoder can be reused with different temporal forecasters, since the Transformer only sees latent vectors and does not need to be retrained with the geometry encoder.
Reading between the lines
- The paper's own Table 1 shows simpler variants beating TK-GCN in some short-horizon cells (Transformer Only under Protocol I in [0,100), and Transformer+GCN under Protocol II in [0,100) and [100,200)), which suggests the architecture's advantage may be specifically long-horizon stability rather than uniform superiority.
- Because the data come from the same Aliev–Panfilov model that defines the smooth and chaotic regimes, the natural next test is whether the same pipeline survives noisy or real cardiac recordings; the paper does not attempt this.
- A multi-seed evaluation with confidence intervals would be the decisive check; until then the rank ordering in individual cells should be read as directional evidence rather than proof of consistent dominance.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TK-GCN, a two-stage framework for spatiotemporal forecasting on irregular domains. Stage 1 is a Koopman-enhanced graph convolutional network (K-GCN) autoencoder that learns a low-dimensional latent space in which the dynamics are approximately linear under a learned Koopman operator K. Stage 2 is a Transformer decoder that forecasts future latent vectors, which are then decoded to the original high-dimensional state space. The method is evaluated on simulated cardiac electrodynamics on a 3D ventricular mesh under three stimulation protocols, with comparisons to LSTM, DMD, pure Koopman, and VAR, as well as ablation studies. The central claims are that TK-GCN 'consistently delivers superior predictive accuracy' and that removing any of the three components (Koopman, GCN, Transformer) causes a 'significant drop' in accuracy.
Significance. If the central claims were fully supported, TK-GCN would be a useful integration of three well-known ideas---Koopman linearization, graph convolution, and attention---for a practically relevant problem (cardiac dynamics forecasting). The use of a physiologically grounded simulator and three distinct activation protocols is a sensible testbed, and the paper does provide architectural details and a data availability statement. However, the quantitative evidence in the manuscript does not support the strength of the claimed superiority: the ablation table contradicts the 'consistently superior' and 'any component causes a drop' assertions, and no uncertainty quantification is reported anywhere. The contribution is therefore currently more of an interesting architectural proposal than a substantiated empirical claim.
major comments (3)
- [§4.4 (Table 1) and Abstract/Conclusions] The paper's headline claims are contradicted by its own Table 1. Under Protocol II, Transformer + GCN (i.e., without the Koopman operator) achieves lower MSE than TK-GCN in the [0,100) interval (0.00032 vs 0.00037) and in the [100,200) interval (0.00025 vs 0.00051). Under Protocol I, Transformer Only achieves lower MSE than TK-GCN in the [0,100) interval (0.00004 vs 0.00012). These cells directly undermine the abstract's 'consistently delivers superior predictive accuracy' and the conclusion's 'removing any of the three components, i.e., Koopman, GCN, or Transformer, causes a significant drop in prediction accuracy.' The text in §4.4 acknowledges some of these wins (e.g., the Transformer Only result in [0,100) under Protocol I) but does not reconcile them with the strong universal claims, and it omits the Protocol II [100,200) reversal entirely.
- [§4.3 and §4.4 (Table 1, Fig. 8)] No uncertainty quantification is provided for any quantitative result. Table 1 reports single MSE values per cell with no number of seeds, no standard deviations, and no significance tests. Figure 8 shows box plots, but the manuscript does not state how many replicate runs each box is based on, nor does it report any statistical test comparing medians. Consequently, differences such as TK-GCN's 0.00044 vs Transformer + CNN-AE's 0.00047 under Protocol II in [200,300) are within typical seed-to-seed variation for deep graph models, and the repeated claims of 'significant' superiority or component contributions are unsupported.
- [§4.2 and §5 (baseline description)] The 'Pure Koopman Operator' baseline is not an independent benchmark: it uses the same pre-trained K-GCN encoder and the same learned Koopman matrix K that were trained as part of TK-GCN. Because L_dyn in Eq. (12) explicitly trains K to satisfy K^Δt ψ_e(x(t)) ≈ ψ_e(x(t+Δt)), this baseline largely measures the internal linear-dynamics accuracy of the proposed model rather than comparing against an independently fitted Koopman method. This is acceptable as an ablation of the Transformer component, but presenting it as a state-of-the-art baseline overstates the comparison. Please refit a Koopman-based model (e.g., via EDMD on the latent or original space) or clearly separate the roles of 'ablation' and 'independent baseline' in the text.
minor comments (5)
- [§3.1.1 (after Eq. 3)] The phrase 'P denotes the set of Cartesian product of the basis' is grammatically and mathematically unclear; it should read 'the Cartesian product of the sets of basis functions.'
- [§3.2.1 (Eq. 17 and surrounding text)] The causal mask is defined as C_ij = 1 for j < i and 0 for j ≥ i, which forbids each position from attending to itself. In the standard autoregressive Transformer decoder for next-token prediction, the mask should allow j ≤ i; as written, the model would be unable to use the current input latent to predict the immediate next latent. Please clarify whether the implementation follows the described mask.
- [§4.2] The Aliev–Panfilov model parameters (a, e0, μ1, μ2, k0) are said to be 'adopted from (Aliev and Panfilov, 1996)' but are not listed; please provide the exact parameter values for reproducibility.
- [§4.1] The Koopman matrix K is 2496×2496, but no information is given about how K is initialized, whether it is constrained (e.g., to be close to orthogonal), or how λ1 and λ2 in Eq. (14) were chosen. Adding this information would improve reproducibility.
- [§4.3 (Fig. 8)] The box plots would benefit from a caption stating the number of test samples and the number of independent model runs per box; currently the y-axis is a symlog scale with a threshold of 0.01, and it is unclear how the threshold applies to the reported values.
Circularity Check
No significant circularity found: the central forecasting claim is benchmarked against external baselines and the Koopman component is transparently trained rather than imported as an independent result.
full rationale
The paper's derivation chain is self-contained in the relevant sense. K-GCN is trained as an autoencoder with a learnable Koopman matrix K optimized by Eq. (14); the Transformer is then trained on the frozen latent sequences via Eq. (21); final predictions are decoded and compared against simulated Aliev-Panfilov data. The 'Pure Koopman' baseline explicitly reuses the trained K-GCN encoder and the same learned K, so it functions as an ablation of the Transformer stage rather than an independent first-principles prediction. The paper's claimed contribution is the full TK-GCN pipeline, and its headline evidence is an empirical comparison against external baselines (LSTM, DMD, VAR), which does not reduce to the model's own training objective. The many self-citations (e.g., Wang et al., 2024; Xie and Yao, 2022) are contextual references about cardiac modeling and sequence architectures, not load-bearing mathematical premises or uniqueness theorems. The internal tension between the abstract's 'consistently delivers superior predictive accuracy' and Table 1's short-horizon results (e.g., Transformer Only 0.00004 vs TK-GCN 0.00012 under Protocol I) is a correctness/robustness concern, not a circularity. No equation or defined quantity is equivalent by construction to the result it is used to support.
Assumptions & free parameters
free parameters (3)
- loss weights lambda1 and lambda2 =
not reported
- sliding window length L =
128
- latent dimension dz =
2496
assumptions (4)
- domain assumption A finite-dimensional matrix K can approximately capture the latent-space Koopman evolution over long horizons.
- domain assumption The Aliev-Panfilov two-variable model is an adequate surrogate for cardiac electrodynamics for benchmarking.
- domain assumption SplineCNN with B-spline kernels and Graclus pooling preserves the geometric information needed for forecasting.
- domain assumption Masked self-attention in the Transformer decoder is sufficient for long-range temporal dependencies in the latent space.
Cite this review
Pith. "Pith review of Transformer with Koopman-Enhanced Graph Convolutional Network for Spatiotemporal Dynamics Forecasting." pith.science (2026). https://pith.science/paper/FFQSEGAN
@misc{pith2026250703855,
author = {Pith},
title = {Pith review of: Transformer with Koopman-Enhanced Graph Convolutional Network for Spatiotemporal Dynamics Forecasting},
year = {2026},
howpublished = {\url{https://pith.science/paper/FFQSEGAN}},
note = {Machine review of arXiv:2507.03855}
}
read the original abstract
Spatiotemporal dynamics forecasting is inherently challenging, particularly in systems defined over irregular geometric domains, due to the need to jointly capture complex spatial correlations and nonlinear temporal dynamics. To tackle these challenges, we propose TK-GCN, a two-stage framework that integrates geometry-aware spatial encoding with long-range temporal modeling. In the first stage, a Koopman-enhanced Graph Convolutional Network (K-GCN) is developed to embed the high-dimensional dynamics distributed on spatially irregular domains into a latent space where the evolution of system states is approximately linear. By leveraging Koopman operator theory, this stage enhances the temporal consistency during the latent learning. In the second stage, a Transformer module is employed to model the temporal progression within the Koopman-encoded latent space. Through the self-attention mechanism, the Transformer captures long-range temporal dependencies, enabling accurate forecasting over extended horizons. We evaluate TK-GCN in spatiotemporal cardiac dynamics forecasting and benchmark its performance against several state-of-the-art baselines. Experimental results and ablation studies show that TK-GCN consistently delivers superior predictive accuracy across a range of forecast horizons, demonstrating its capability to effectively model complex spatial structures and nonlinear temporal dynamics.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Aliev, R. R. and Panfilov, A. V. (1996). A simple two-variable model of cardiac excitation. Chaos, Solitons & Fractals , 7(3):293--301
1996
-
[2]
Ba, S. and Joseph, V. R. (2012). Composite gaussian process models for emulating expensive functions. The Annals of Applied Statistics , pages 1838--1860
work page 2012
-
[3]
Biehler, M., Lin, D., and Shi, J. (2024). Detonate: Nonlinear d ynamic e volution modeling of t ime-dependent 3-dimensi ona l poin t cloud profil es. IISE Transactions , 56(5):541--558
work page 2024
-
[4]
M., Bruna, J., LeCun, Y., Szlam, A., and Vandergheynst, P
Bronstein, M. M., Bruna, J., LeCun, Y., Szlam, A., and Vandergheynst, P. (2017). Geometric deep learning: going beyond euclidean data. IEEE Signal Processing Magazine , 34(4):18--42
work page 2017
-
[5]
Calandra, R., Peters, J., Rasmussen, C. E., and Deisenroth, M. P. (2016). Manifold gaussian processes for regression. In 2016 International joint conference on neural networks (IJCNN) , pages 3338--3345. IEEE
work page 2016
-
[6]
Clevert, D.-A., Unterthiner, T., and Hochreiter, S. (2015). Fast and accurate deep network learning by exponential linear units (elus). arXiv preprint arXiv:1511.07289
arXiv 2015
-
[7]
Datta, A., Banerjee, S., Finley, A. O., and Gelfand, A. E. (2016). Hierarchical nearest-neighbor gaussian process models for large geostatistical datasets. Journal of the American Statistical Association , 111(514):800--812
work page 2016
-
[8]
Dhillon, I. S., Guan, Y., and Kulis, B. (2007). Weighted graph cuts without eigenvectors a multilevel approach. IEEE transactions on pattern analysis and machine intelligence , 29(11):1944--1957
work page 2007
Show all 65 references
-
[9]
E., Weichert, F., and M \"u ller, H
Fey, M., Lenssen, J. E., Weichert, F., and M \"u ller, H. (2018). Splinecnn: Fast geometric deep learning with continuous b-spline kernels. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 869--877
2018
-
[10]
and Li, W
Gao, X. and Li, W. (2021). A graph-based lstm model for pm2. 5 forecasting. Atmospheric Pollution Research , 12(9):101150
2021
-
[11]
and Zabaras, N
Geneva, N. and Zabaras, N. (2022). Transformers for modeling physical systems. Neural Networks , 146:272--289
2022
-
[12]
Geng, X., Li, Y., Wang, L., Zhang, L., Yang, Q., Ye, J., and Liu, Y. (2019). Spatiotemporal multi-graph convolution network for ride-hailing demand forecasting. In Proceedings of the AAAI conference on artificial intelligence , volume 33, pages 3656--3663
2019
-
[13]
L., Amaral, L
Goldberger, A. L., Amaral, L. A., Glass, L., Hausdorff, J. M., Ivanov, P. C., Mark, R. G., Mietus, J. E., Moody, G. B., Peng, C.-K., and Stanley, H. E. (2000). Physiobank, physiotoolkit, and physionet: components of a new research resource for complex physiologic signals. circ...
2000
-
[14]
Gr \"a ler, B., Pebesma, E., and Heuvelink, G. (2016). Spatio-temporal interpolation using gstat. The R Journal
2016
-
[15]
Guo, S., Lin, Y., Feng, N., Song, C., and Wan, H. (2019). Attention based spatial-temporal graph convolutional networks for traffic flow forecasting. In Proceedings of the AAAI conference on artificial intelligence , volume 33, pages 922--929
2019
-
[16]
He, K., Zhang, X., Ren, S., and Sun, J. (2016). Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 770--778
2016
-
[17]
G., Filippone, M., and Ghahramani, Z
Hensman, J., Matthews, A. G., Filippone, M., and Ghahramani, Z. (2015). Mcmc for variationally sparse gaussian processes. Advances in neural information processing systems , 28
2015
-
[18]
Jiang, Y., Fan, J., Liu, Y., and Zhang, X. (2022). Deep graph gaussian processes for short-term traffic flow forecasting from spatiotemporal data. IEEE Transactions on Intelligent Transportation Systems , 23(11):20177--20186
2022
-
[19]
Y., Wen, Q., Zambon, D., Alippi, C., Webb, G
Jin, M., Koh, H. Y., Wen, Q., Zambon, D., Alippi, C., Webb, G. I., King, I., and Pan, S. (2024). A survey on graph neural networks for time series: Forecasting, classification, imputation, and anomaly detection. IEEE Transactions on Pattern Analysis and Machine Intelligence
2024
-
[20]
C., Lee, S., and Lee, S
Kwak, J., Ku, D., Jo, J., Wong, S. C., Lee, S., and Lee, S. (2025). A hybrid clustering--regression approach for predicting passenger congestion in a carriage at a subway platform. Expert Systems with Applications , 268:126169
2025
-
[21]
Li, C., Zhang, H., Wang, Z., Wu, Y., and Yang, F. (2022). Spatial-temporal attention mechanism and graph convolutional networks for destination prediction. Frontiers in neurorobotics , 16:925210
2022
-
[22]
Li, Y., Yu, R., Shahabi, C., and Liu, Y. (2017). Diffusion convolutional recurrent neural network: Data-driven traffic forecasting. arXiv preprint arXiv:1707.01926
2017 arXiv
-
[23]
Liu, X., Yeo, K., and Kalagnanam, J. (2018). A statistical modeling approach for spatio-temporal degradation data. Journal of Quality Technology , 50(2):166--182
2018
-
[24]
Liu, X., Yeo, K., and Lu, S. (2022). Statistical modeling for spatio-temporal data from stochastic convection-diffusion processes. Journal of the American Statistical Association , 117(539):1482--1499
2022
-
[25]
Majidizadeh, A., Hasani, H., and Jafari, M. (2024). Semantic segmentation of oblique uav video based on convlstm in complex urban area. Earth Science Informatics , 17(4):3413--3435
2024
-
[26]
Nag, P., Sun, Y., and Reich, B. J. (2023). Spatio-temporal deepkriging for interpolation and probabilistic forecasting. Spatial Statistics , 57:100773
2023
-
[27]
Pascanu, R., Mikolov, T., and Bengio, Y. (2013). On the difficulty of training recurrent neural networks. In International conference on machine learning , pages 1310--1318. Pmlr
2013
-
[28]
Radford, A., Narasimhan, K., Salimans, T., Sutskever, I., et al. (2018). Improving language understanding by generative pre-training. OpenAI blog
2018
-
[29]
Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., Sutskever, I., et al. (2019). Language models are unsupervised multitask learners. OpenAI blog , 1(8):9
2019
-
[30]
Rasmussen, C. E. (2003). Gaussian processes in machine learning. In Summer school on machine learning , pages 63--71. Springer
2003
-
[31]
Senanayake, R., O'callaghan, S., and Ramos, F. (2016). Predicting spatio-temporal propagation of seasonal influenza using variational gaussian process regression. In Proceedings of the AAAI conference on artificial intelligence , volume 30
2016
-
[32]
Shao, W., Jin, Z., Wang, S., Kang, Y., Xiao, X., Menouar, H., Zhang, Z., Zhang, J., and Salim, F. (2022). Long-term spatio-temporal forecasting via dynamic multiple-graph attention. arXiv preprint arXiv:2204.11008
2022 arXiv
-
[33]
Shi, X., Chen, Z., Wang, H., Yeung, D.-Y., Wong, W.-K., and Woo, W.-c. (2015). Convolutional lstm network: A machine learning approach for precipitation nowcasting. Advances in neural information processing systems , 28
2015
-
[34]
D., and Kaiser, W
Singh, A., Ramos, F., Whyte, H. D., and Kaiser, W. J. (2010). Modeling and decision making in spatio-temporal processes for environmental surveillance. In 2010 IEEE International Conference on Robotics and Automation , pages 5490--5497. IEEE
2010
-
[35]
Snepvangers, J., Heuvelink, G., and Huisman, J. (2003). Soil water content interpolation using spatio-temporal kriging with external drift. Geoderma , 112(3-4):253--271
2003
-
[36]
Tang, T., Mak, S., and Dunson, D. (2024). Hierarchical shrinkage gaussian processes: applications to computer code emulation and dynamical system recovery. SIAM/ASA Journal on Uncertainty Quantification , 12(4):1085--1112
2024
-
[37]
N., Kaiser, ., and Polosukhin, I
Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, ., and Polosukhin, I. (2017). Attention is all you need. Advances in neural information processing systems , 30
2017
-
[38]
Wang, D., Liu, K., and Zhang, X. (2019). Modeling of a three-dimensional dynamic thermal field under grid-based sensor networks in grain storage. IISE Transactions , 51(5):531--546
2019
-
[39]
Wang, S., Cao, J., and Philip, S. Y. (2020a). Deep learning for spatio-temporal data mining: A survey. IEEE transactions on knowledge and data engineering , 34(8):3681--3700
2020
-
[40]
Wang, T., Chen, K., Lin, W., See, J., Zhang, Z., Xu, Q., and Jia, X. (2020b). Spatio-temporal point process for multiple object tracking. IEEE transactions on neural networks and learning systems , 34(4):1777--1788
2020
-
[41]
Wang, Z., Liu, T., and Yao, B. (2024). Muse-net: Missingness-aware multi-branching self-attention encoder for irregular longitudinal electronic health records. arXiv preprint arXiv:2407.00840
2024 arXiv
-
[42]
and Yao, B
Wang, Z. and Yao, B. (2021). Multi-branching temporal convolutional network for sepsis prediction. IEEE journal of biomedical and health informatics , 26(2):876--887
2021
-
[43]
Wen, Q., Zhou, T., Zhang, C., Chen, W., Ma, Z., Yan, J., and Sun, L. (2022). Transformers in time series: A survey. arXiv preprint arXiv:2202.07125
2022 arXiv
-
[44]
Wikle, C. K. and Zammit-Mangion, A. (2023). Statistical deep learning for spatial and spatiotemporal data. Annual Review of Statistics and Its Application , 10(1):247--270
2023
-
[45]
Wit, A. L. (1990). Cellular electrophysiologic mechanisms of cardiac arrhythmias. Cardiology Clinics , 8(3):393--410
1990
-
[46]
Wolf, T., Debut, L., Sanh, V., Chaumond, J., Delangue, C., Moi, A., Cistac, P., Rault, T., Louf, R., Funtowicz, M., et al. (2020). Transformers: State-of-the-art natural language processing. In Proceedings of the 2020 conference on empirical methods in natural language process...
2020
-
[47]
Xie, J., Stavrakis, S., and Yao, B. (2024). Automated identification of atrial fibrillation from single-lead ecgs using multi-branching resnet. Frontiers in Physiology , 15:1362185
2024
-
[48]
and Yao, B
Xie, J. and Yao, B. (2022). Physics-constrained deep active learning for spatiotemporal modeling of cardiac electrodynamics. Computers in Biology and Medicine , 146:105586
2022
-
[49]
and Yao, B
Xie, J. and Yao, B. (2024). Hierarchical active learning for defect localization in 3d systems. IISE Transactions on Healthcare Systems Engineering , 14(2):115--129
2024
-
[50]
Xu, L., Chen, N., Chen, Z., Zhang, C., and Yu, H. (2021). Spatiotemporal forecasting in earth system science: Methods, uncertainties, predictability and future directions. Earth-Science Reviews , 222:103828
2021
-
[51]
Xu, M., Dai, W., Liu, C., Gao, X., Lin, W., Qi, G.-J., and Xiong, H. (2020). Spatial-temporal transformer networks for traffic flow forecasting. arXiv preprint arXiv:2001.02908
2020 arXiv
-
[52]
Yan, B., Peng, H., Fu, J., Wang, D., and Lu, H. (2021). Learning spatio-temporal transformer for visual tracking. In Proceedings of the IEEE/CVF international conference on computer vision , pages 10448--10457
2021
-
[53]
Yan, H., Paynabar, K., and Shi, J. (2018). Real-time monitoring of high-dimensional functional data streams via spatio-temporal smooth sparse decomposition. Technometrics , 60(2):181--197
2018
-
[54]
D., Liu, X., Pu, L., Chin, S.-m., and Hwang, H.-l
Yang, H., Yang, J., Han, L. D., Liu, X., Pu, L., Chin, S.-m., and Hwang, H.-l. (2018). A kriging based spatiotemporal approach for traffic volume data imputation. PloS one , 13(4):e0195957
2018
-
[55]
and Yao, B
Yang, H. and Yao, B. (2023). Sensing, modeling and optimization of cardiac systems: A new generation of digital twin for heart health informatics . Springer Nature
2023
-
[56]
Yao, B. (2021). Spatiotemporal modeling and optimization for personalized cardiac simulation. IISE Transactions on Healthcare Systems Engineering , 11(2):145--160
2021
-
[57]
Yao, B., Leonelli, F., and Yang, H. (2025). Simulation optimization of spatiotemporal dynamics in 3d geometries. IEEE Transactions on Automation Science and Engineering
2025
-
[58]
and Yang, H
Yao, B. and Yang, H. (2016). Physics-driven spatiotemporal regularization for high-dimensional predictive modeling: A novel approach to solve the inverse ecg problem. Scientific reports , 6(1):39012
2016
-
[59]
Yeung, E., Kundu, S., and Hodas, N. (2019). Learning deep neural network representations for koopman operators of nonlinear dynamical systems. In 2019 American Control Conference (ACC) , pages 4832--4839. IEEE
2019
-
[60]
Yu, B., Yin, H., and Zhu, Z. (2017). Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting. arXiv preprint arXiv:1709.04875
2017 arXiv
-
[61]
and Yao, B
Zhang, X. and Yao, B. (2025). Geometry-aware active learning of spatiotemporal dynamic systems. arXiv preprint arXiv:2504.19012
2025 arXiv
-
[62]
and Del Castillo, E
Zhao, X. and Del Castillo, E. (2021). An intrinsic geometrical approach for statistical process control of surface and manifold data. Technometrics , 63(3):295--312
2021
-
[63]
Zheng, C., Fan, X., Wang, C., and Qi, J. (2020). Gman: A graph multi-attention network for traffic prediction. In Proceedings of the AAAI conference on artificial intelligence , volume 34, pages 1234--1241
2020
-
[64]
Zhou, H., Zhang, S., Peng, J., Zhang, S., Li, J., Xiong, H., and Zhang, W. (2021). Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI conference on artificial intelligence , volume 35, pages 11106--11115
2021
-
[65]
Zhou, S., Li, J., Wang, H., Shang, S., and Han, P. (2023). Grlstm: trajectory similarity computation with graph-based residual lstm. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 37, pages 4972--4980
2023
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.