Pith. sign in

REVIEW 4 major objections 5 minor 74 references

Scalable Modeling of Spatiotemporal Data using the Variational Autoencoder: an Application in Glaucoma

T0 review · 4 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read A variational autoencoder trained on thousands of visual fields predicts future glaucoma damage more accurately than classical spatiotemporal models, especially when only a few baseline visits are available.

desk verdict Useful VAE-based visual-field forecasting with a real held-out evaluation; the unvalidated linear latent trajectory is the main thing to fix before endorsing the clinical claim. read the letter →

arxiv 1908.09195 v1 pith:FT2X5FKT submitted 2019-08-24 stat.AP stat.ML

classification stat.APstat.ML MSC 62P10
keywords variationalautoencoderspatiotemporalmodelingglaucomaprogressionvisualfieldsdeepgenerativemodelscalablespatialstatisticsprediction
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to show that a variational autoencoder (VAE) can serve as a scalable method for modeling large collections of spatiotemporal data, and that it predicts future visual fields in glaucoma more accurately than a classical spatiotemporal model or pointwise regression. The proposed two-stage procedure first trains a VAE on all visual fields as independent images to learn an eight-dimensional latent representation of the visual field, then fits a separate linear regression in time to each latent dimension and decodes the predicted latent point back into a visual-field image. The claim matters because glaucoma care often requires forecasting how a patient's vision will worsen from only a few early examinations. The paper reports that the VAE's advantage grows when fewer baseline visits are used and predictions reach further into the future, and is most pronounced in glaucoma patients.

What carries the argument

The central object is a two-stage variational autoencoder. Stage one uses a convolutional encoder that maps each padded 12-by-12 visual field to an eight-dimensional latent vector, with maximum mean discrepancy as the regularization loss and a decoder that returns a de-noised reconstruction; it treats every visual field in the training cohort as an independent image. Stage two models each latent dimension separately as a linear function of visit number, extrapolates to a future visit, and feeds the predicted latent vector through the decoder to produce a predicted visual field. The mechanism that carries the argument is the generative decoder: because the latent space is trained on the full cohort, the decoder turns a modest extrapolation in latent coordinates into a smoothed spatial image that borrows the spatial structure learned from thousands of fields.

What would settle it

If a reader re-runs the case study and splits test patients according to whether their latent-coordinate trajectories curve (e.g., sudden worsening after stable years), the central claim would fail if mean absolute prediction error is substantially higher for those patients than for linear progressors. A sharper version: replace the independent linear regressions with a latent autoregressive model trained on sequences; if the sequence model beats the two-stage VAE on the same test set, the independence assumption is the bottleneck.

Watch

Extended reading notes

Core claim

The central claim is that the two-stage VAE provides more accurate predictions of future visual fields than a patient-level spatiotemporal autoregressive model and pointwise linear regression, particularly when only three to five baseline visits are available. In a cohort of 3,832 eyes with 29,161 visual fields, the VAE was trained jointly on all fields, projected each field into eight latent dimensions, and extrapolated each dimension with an independent linear regression; decoding the extrapolated latent point produced a de-noised predicted field. Across simulation settings generated from three different data-generating processes, the VAE with sufficiently large training data had consistently lower mean absolute prediction error than the spatiotemporal and pointwise baselines, even when the data were generated by the spatiotemporal model itself. In the clinical case study, the VAE predicted five future visits from the third, fifth, or eighth visit with lower MAE than both comparators, and the gap widened for glaucoma-only patients.

Load-bearing premise

The load-bearing premise is that treating every visual field as an independent training image, then extrapolating each of the eight latent coordinates with a straight line in time, yields future latent positions whose decoded images match how glaucoma actually progresses.

Editorial extensions

If this is right

  • With at least one thousand training samples, the VAE predicts three future visits accurately even when the data were generated by a spatiotemporal process, a pointwise process, or the VAE itself; the classical spatiotemporal model predicts well only in its own generative setting.
  • Using three baseline visits, the VAE's prediction advantage over both comparators grows for longer forecasting horizons, so early clinical decisions could be supported by generative forecasts from minimal follow-up.
  • The decoded predictions are deliberately de-noised: the VAE strips spatial variability from the raw field before forecasting, so predicted images represent the underlying progression pattern rather than visit-specific noise.
  • The latent space separates healthy, suspect, and glaucoma eyes, and movement through the space corresponds to worsening in particular visual-field regions, which makes the prediction mechanism interpretable rather than a black box.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A direct test of the linear-trajectory assumption: split patients by whether their observed latent paths are approximately linear, and compare VAE prediction error in the two groups; if nonlinear progressors are systematically worse, a latent autoregressive or recurrent stage would be needed.
  • The two-stage template should transfer to other longitudinal imaging biomarkers (e.g., retinal layer thickness maps or brain MRI morphometry), but the required training cohort size and latent dimension would need recalibration.
  • Because the VAE is trained on the full cohort, its extrapolation assumes that future disease patterns resemble patterns already present in training; cohorts with rare fast-progressing phenotypes may require targeted augmentation or patient-specific fine-tuning.
  • If temporal dependence in the latent space matters beyond linear trends, a single-stage temporal VAE trained on sequences could improve both clustering of disease trajectories and forecast accuracy; the paper's current design cannot detect that failure.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes a two-stage variational autoencoder (VAE) pipeline for spatiotemporal image data with a large number of subjects. Stage one trains a VAE on all images as independent samples, using an MMD regularizer, a deterministic encoder, and a decoder with constant variance, yielding an 8-dimensional latent representation of 12x12 visual fields. Stage two fits independent linear regressions over time for each latent dimension separately, extrapolates each patient's latent trajectory, and decodes the predicted latent vector to obtain a predicted visual field. The authors compare this approach with a classical spatiotemporal model (Rushworth et al., 2014) and pointwise regression in a simulation study and on 29,161 visual fields from 3,832 eyes, reporting lower mean absolute error (MAE) for the VAE, especially when few baseline visits are used to predict several future visits and in patients with glaucoma.

Significance. If the predictive gains hold up, the paper offers a computationally scalable and clinically relevant alternative for monitoring glaucoma progression, and the two-stage recipe is simple enough to be ported to other large imaging cohorts. The manuscript's strengths are the patient-level train/validation/test split, the large real dataset, the availability of R code, and the explicit focus on forecasting rather than reconstruction. The held-out case study is the most credible piece of evidence. However, the simulation component is weakened by a circular data-generating design, and the second-stage temporal model is asserted rather than validated; these gaps need to be closed before the central claim can be accepted.

major comments (4)
  1. [Section 4, Simulation Study] The simulation's VAE data generating process uses the encoder and decoder trained on the Section 5 visual field data, and the VAE variants are then trained on data simulated from that same process. This makes the VAE's good simulation performance partly self-fulfilling and does not provide evidence about robustness to misspecification. The authors should either replace this DGP with one that is independent of the evaluated model, or explicitly add misspecified DGPs (e.g., nonlinear latent trajectories, cross-dimension coupling) and report whether the VAE advantage persists.
  2. [Section 3.5, A Two-Stage Approach] The claim that independent linear regressions per latent dimension 'proves sufficient' is not supported by any diagnostics. Because the final prediction is the decoded image at an extrapolated latent point, biased latent extrapolations would directly produce biased image predictions; with T=3 baseline visits each latent regression has one residual degree of freedom, and 5-step-ahead forecasts amplify slope error by the horizon. The authors should provide residual diagnostics for the latent regressions, check cross-dimension residual correlations, compare against an AR or multivariate alternative, and report latent-space prediction error on held-out patients. Without this, the few-visit advantage could be an artifact of the smoothing decoder rather than evidence of faithful latent dynamics.
  3. [Section 5, VAE in Glaucoma: A Clinical Impact] The latent dimension is a key user-specified parameter, yet it is fixed at eight based on the authors' own prior work (Berchuck et al., 2019a) without sensitivity analysis. The paper should report whether the MAE comparisons and qualitative conclusions are stable across a range of latent dimensions (e.g., 4, 8, 16), or at least justify why a dimension optimized for a related estimation task transfers to the forecasting task studied here.
  4. [Section 5, Prediction results (Figure 6)] The case study's central claim is based on visual inspection of MAE boxplots; no formal comparison is provided, such as paired differences with confidence intervals or multiplicity-adjusted tests across horizons. Given the correlated, repeated-measures structure of the data, the authors should quantify the differences and their uncertainty, and report the number of patients contributing to each cell in Figure 6.
minor comments (5)
  1. [Section 3.4, Equation (3.6)] The Gaussian kernel is written as k(x,x') = exp{|x-x'|/(2 tau^2)}; this should be exp(-||x-x'||^2/(2 tau^2)), with the squared norm and the negative sign.
  2. [Sections 3.2-3.3] The notation for the approximate posterior is inconsistent: Equation (3.5) uses q_phi(z|x_i), while the surrounding text sometimes writes q_phi(x|z); please unify the notation.
  3. [Section 2, Assumptions for Modeling Visual Fields] There is a duplicated phrase 'In in this study' that should be corrected.
  4. [Figure 3] The axis labels are inconsistent between the caption ('Residual Standard Error') and the panels ('Residual Standard Deviation'), and the dense point overlays make the boxplots difficult to read; please align terminology and consider separate panels or clearer legends.
  5. [General] The paper uses many abbreviations (ST, PW, VAE, TD, MD, PSD, HFA-II) without a single point of definition; a glossary or a table of abbreviations would improve readability.

Circularity Check

2 steps flagged · score 4.0 of 10

Main real-data comparison is non-circular, but the VAE simulation arm is self-referential and a key architecture hyperparameter is imported from the authors' own prior work.

  1. self definitional [Section 4, Simulation Study (VAE data-generating process; Figure 3)]
    "Finally, we simulated data from the VAE. To obtain realistic datasets, we defined the encoder and decoder using trained parameters from the data analysis of visual fields from Section 5. Then, to generate datasets we simulated latent features and used the decoder to generate the simulated longitudinal visual field objects."

    The VAE simulation arm defines its target data using the very VAE decoder that the prediction method later learns and evaluates. Test objects are decoded from the Section 5 VAE's latent generative process, and the VAE variants are trained on additional samples from the same generative family. The strong VAE performance in the 'VAE' row of Figure 3 therefore largely measures self-reconstruction of the model's own generative process, not independent predictive skill. This does not invalidate the held-out real-data comparison, but it makes the simulation-based claim that the VAE has 'robust prediction properties irrespective to the data generating mechanism' partly circular.

  2. self citation load bearing [Section 5, VAE in Glaucoma (neural network architecture paragraph)]
    "The dimension of the latent space must be user specified and was chosen to be eight based on Berchuck et al. (2019a), which showed that it is optimal for visual field data."

    The key architecture choice, an 8-dimensional latent space, is justified solely by a citation to the authors' own prior work, which at the time was an unreviewed preprint rather than an independently verified, machine-checked, or externally reproduced result. All prediction comparisons in Figure 6 are computed under this imported hyperparameter, so a component of the method's configuration is taken on the authors' own authority. This is load-bearing self-citation, although the central test-set prediction comparison does not reduce by construction to the cited work.

full rationale

The paper's central claim is an empirical comparison on held-out test patients: VAE predictions of future visual fields are scored with MAE against observed fields, with patient-level train/test splitting, so that comparison itself is not circular. However, the simulation section contains a self-referential arm: data are generated from the Section 5 VAE's decoder, after which the VAE is trained and evaluated on data from the same generative family, so its good performance in that arm is partly built in. In addition, the latent dimension is imported from a self-cited preprint, reducing independent support for the architecture choice. The second-stage assumption that independent linear regressions in latent space suffice is asserted without diagnostics, but that is a model-misspecification concern rather than circularity. Overall the central real-data result stands on its own, but the supporting simulation and hyperparameter justification are partially circular, giving a score of 4.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The central claim rests on a standard VAE foundation, plus several domain assumptions: independence of images during training (explicitly acknowledged), linearity of latent trajectories (asserted without evidence), representativeness of one classical ST model, and a self-referential simulation DGP. Free parameters include the latent dimension (from self-cited prior work) and unreported MMD bandwidth and decoder variance.

free parameters (3)
  • Latent dimension l = 8
    Set from self-cited prior work (Berchuck et al. 2019a) and not re-validated here; the prediction results depend on this dimension (Section 5).
  • MMD Gaussian kernel bandwidth tau^2 = Not reported
    Section 3.4 calls tau^2 a fixed tuning parameter but does not state its value; the regularization loss depends on it.
  • Decoder variance sigma^2 = Not reported
    Section 3.4 fixes p_theta(x|z) to N(mu_theta(z), sigma^2 I) but does not report sigma^2; it scales the reconstruction loss.
assumptions (5)
  • standard math Standard variational autoencoder machinery: ELBO, reparameterization trick, and MMD as a distribution matching objective are valid for learning the latent space.
    Sections 3.2-3.4 rely on these established results from Kingma and Welling (2013), Rezende et al. (2014), and Zhao et al. (2017a).
  • domain assumption Treating all images as independent during VAE training is acceptable for downstream longitudinal prediction.
    The authors state in Section 3.2 that independence across images 'is necessary in the VAE' and acknowledge in the Discussion that this is a limitation.
  • ad hoc to paper Latent trajectories can be modeled with independent linear regressions per latent dimension.
    Section 3.5 asserts 'we have found that independent linear regressions across each latent dimension proves sufficient' without reporting a comparison to alternative longitudinal models.
  • domain assumption The Rushworth et al. (2014) multivariate AR model with Leroux CAR prior is representative of classical ST methods for the purpose of comparison.
    The simulation and case study use only this ST model as the classical counterpart; other scalable or joint ST models are not benchmarked.
  • ad hoc to paper Simulated VAE datasets generated from the Section 5 trained VAE are representative of real glaucoma progression for method validation.
    Section 4 says 'we defined the encoder and decoder using trained parameters from the data analysis of visual fields from Section 5'; this self-referential setup limits the independence of the simulation evidence.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Scalable Modeling of Spatiotemporal Data using the Variational Autoencoder: an Application in Glaucoma." pith.science (2026). https://pith.science/paper/FT2X5FKT

@misc{pith2026190809195,
  author       = {Pith},
  title        = {Pith review of: Scalable Modeling of Spatiotemporal Data using the Variational Autoencoder: an Application in Glaucoma},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FT2X5FKT}},
  note         = {Machine review of arXiv:1908.09195}
}
read the original abstract

As big spatial data becomes increasingly prevalent, classical spatiotemporal (ST) methods often do not scale well. While methods have been developed to account for high-dimensional spatial objects, the setting where there are exceedingly large samples of spatial observations has had less attention. The variational autoencoder (VAE), an unsupervised generative model based on deep learning and approximate Bayesian inference, fills this void using a latent variable specification that is inferred jointly across the large number of samples. In this manuscript, we compare the performance of the VAE with a more classical ST method when analyzing longitudinal visual fields from a large cohort of patients in a prospective glaucoma study. Through simulation and a case study, we demonstrate that the VAE is a scalable method for analyzing ST data, when the goal is to obtain accurate predictions. R code to implement the VAE can be found on GitHub: https://github.com/berchuck/vaeST.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

74 extracted references · 65 canonical work pages

  1. [1]

    Tensorflow: A system for large-scale machine learning

    Abadi, M., Barham, P., Chen, J., Chen, Z., Davis, A., Dean, J., Devin, M., Ghemawat, S., Irving, G., Isard, M., et al., 2016. Tensorflow: A system for large-scale machine learning. In: 12th \ USENIX \ Symposium on Operating Systems Design and Implementation ( \ OSDI \ 16). pp. 265--283

  2. [2]

    Y., Diniz-Filho, A., Costa, V

    Abe, R. Y., Diniz-Filho, A., Costa, V. P., Gracitelli, C. P., Baig, S., Medeiros, F. A., 2016. The impact of location of progressive visual field loss on longitudinal changes in quality of life of patients with glaucoma. Ophthalmology 123 (3), 552--557

  3. [3]

    High-dimensional bayesian geostatistics

    Banerjee, S., 2017. High-dimensional bayesian geostatistics. Bayesian Analysis 12 (2), 583

  4. [4]

    E., Thompson, P

    Bearden, C. E., Thompson, P. M., 2017. Emerging global initiatives in neurogenetics: the Enhancing Neuroimaging Genetics through Meta-Analysis (ENIGMA) consortium . Neuron 94 (2), 232--236

  5. [5]

    I., Mukherjee, S., Medeiros, F

    Berchuck, S. I., Mukherjee, S., Medeiros, F. A., 2019 a . Estimating rates of progression and predicting future visual fields in glaucoma using a deep variational autoencoder. bioRxiv preprint bioRxiv:10.1101/652487

  6. [6]

    I., Mwanza, J.-C., Warren, J

    Berchuck, S. I., Mwanza, J.-C., Warren, J. L., 2019 b . Diagnosing glaucoma progression with visual field data using a spatiotemporal boundary detection method. Journal of the American Statistical Association, 1--22

  7. [7]

    I., Mwanza, J.-C., Warren, J

    Berchuck, S. I., Mwanza, J.-C., Warren, J. L., 2019 c . A spatially varying change points model for monitoring glaucoma progression using visual field data. Spatial Statistics 30, 1--26

  8. [8]

    D., Morgan, W

    Betz-Stablein, B. D., Morgan, W. H., House, P. H., Hazelton, M. L., 2013. Spatial modeling of visual field data for assessing glaucoma progression. Investigative Ophthalmology & Visual Science 54 (2), 1544--1553

Show all 74 references
  1. [9]

    Bayesian spatiotemporal modeling using hierarchical spatial priors, with applications to functional magnetic resonance imaging (with discussion)

    Bezener, M., Hughes, J., Jones, G., et al., 2018. Bayesian spatiotemporal modeling using hierarchical spatial priors, with applications to functional magnetic resonance imaging (with discussion). Bayesian Analysis 13 (4), 1261--1313

  2. [10]

    M., Kucukelbir, A., McAuliffe, J

    Blei, D. M., Kucukelbir, A., McAuliffe, J. D., 2017. Variational inference: A review for statisticians. Journal of the American Statistical Association 112 (518), 859--877

  3. [11]

    R., Holan, S

    Bradley, J. R., Holan, S. H., Wikle, C. K., et al., 2015. Multivariate spatio-temporal models for high-dimensional areal data with application to longitudinal employer-household dynamics. The Annals of Applied Statistics 9 (4), 1761--1791

  4. [12]

    R., Eilers, P

    Bryan, S. R., Eilers, P. H., Lesaffre, E. M., Lemij, H. G., Vermeer, K. A., 2015. Global visit effects in point-wise longitudinal modeling of glaucomatous visual fields. Investigative Ophthalmology & Visual Science 56 (8), 4283--4289

  5. [13]

    P., Gelfand, A

    Carlin, B. P., Gelfand, A. E., Banerjee, S., 2014. Hierarchical modeling and analysis for spatial data. Chapman and Hall/CRC

  6. [14]

    Infogan: Interpretable representation learning by information maximizing generative adversarial nets

    Chen, X., Duan, Y., Houthooft, R., Schulman, J., Sutskever, I., Abbeel, P., 2016. Infogan: Interpretable representation learning by information maximizing generative adversarial nets. In: Advances in Neural Information Processing Systems . pp. 2172--2180

  7. [15]

    Chollet, F., et al., 2015. Keras. https://keras.io

  8. [16]

    C., Bengio, Y., 2015

    Chung, J., Kastner, K., Dinh, L., Goel, K., Courville, A. C., Bengio, Y., 2015. A recurrent latent variable model for sequential data. In: Advances in Neural Information Processing Systems . pp. 2980--2988

  9. [17]

    Fixed rank kriging for very large spatial data sets

    Cressie, N., Johannesson, G., 2008. Fixed rank kriging for very large spatial data sets. Journal of the Royal Statistical Society: Series B (Statistical Methodology) 70 (1), 209--226

  10. [18]

    O., Gelfand, A

    Datta, A., Banerjee, S., Finley, A. O., Gelfand, A. E., 2016. Hierarchical nearest-neighbor gaussian process models for large geostatistical datasets. Journal of the American Statistical Association 111 (514), 800--812

  11. [19]

    P., Laird, N

    Dempster, A. P., Laird, N. M., Rubin, D. B., 1977. Maximum likelihood from incomplete data via the em algorithm. Journal of the Royal Statistical Society: Series B (Methodological) 39 (1), 1--22

  12. [20]

    Tutorial on variational autoencoders

    Doersch, C., 2016. Tutorial on variational autoencoders. arXiv preprint arXiv:1606.05908

  13. [21]

    Adaptive subgradient methods for online learning and stochastic optimization

    Duchi, J., Hazan, E., Singer, Y., 2011. Adaptive subgradient methods for online learning and stochastic optimization. Journal of Machine Learning Research 12 (Jul), 2121--2159

  14. [22]

    W., Hitchings, R

    Fitzke, F. W., Hitchings, R. A., Poinoosawmy, D., McNaught, A. I., Crabb, D. P., 1996. Analysis of visual field progression in glaucoma. British Journal of Ophthalmology 80 (1), 40--48

  15. [23]

    Approximate likelihood for large irregularly spaced spatial data

    Fuentes, M., 2007. Approximate likelihood for large irregularly spaced spatial data. Journal of the American Statistical Association 102 (477), 321--331

  16. [24]

    Generative adversarial nets

    Goodfellow, I., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., Courville, A., Bengio, Y., 2014. Generative adversarial nets. In: Advances in Neural Information Processing Systems. pp. 2672--2680

  17. [25]

    M., Shapiro, L

    Haralick, R. M., Shapiro, L. G., 1992. Computer and robot vision. Vol. 1. Addison-Wesley Reading

  18. [26]

    P., Ba, J., 2014

    Kingma, D. P., Ba, J., 2014. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980

  19. [27]

    P., Welling, M., 2013

    Kingma, D. P., Welling, M., 2013. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114

  20. [28]

    E., 2012

    Krizhevsky, A., Sutskever, I., Hinton, G. E., 2012. Imagenet classification with deep convolutional neural networks. In: Advances in Neural Information Processing Systems . pp. 1097--1105

  21. [29]

    A., 1951

    Kullback, S., Leibler, R. A., 1951. On information and sufficiency. The Annals of Mathematical Statistics 22 (1), 79--86

  22. [30]

    M., Qi, J., 2000

    Leahy, R. M., Qi, J., 2000. Statistical approaches in quantitative positron emission tomography. Statistics and Computing 10 (2), 147--165

  23. [31]

    Deep learning

    LeCun, Y., Bengio, Y., Hinton, G., 2015. Deep learning. Nature 521 (7553), 436

  24. [32]

    Y., 2009

    Lee, H., Grosse, R., Ranganath, R., Ng, A. Y., 2009. Convolutional deep belief networks for scalable unsupervised learning of hierarchical representations. In: Proceedings of the 26th Annual International Conference on Machine Learning . ACM, pp. 609--616

  25. [33]

    G., Lei, X., Breslow, N., 2000

    Leroux, B. G., Lei, X., Breslow, N., 2000. Estimation of disease rates in small areas: A new mixed model for spatial dependence. In: Statistical Models in Epidemiology, the Environment, and Clinical Trials. Springer, pp. 179--191

  26. [34]

    Z., Maresh, E

    Li, F., Zhang, T., Wang, Q., Gonzalez, M. Z., Maresh, E. L., Coan, J. A., et al., 2015. Spatial bayesian variable selection and grouping for high-dimensional scalar-on-image regression. The Annals of Applied Statistics 9 (2), 687--713

  27. [35]

    S., Hobbs, B

    Li, X., Guindani, M., Ng, C. S., Hobbs, B. P., 2019. Spatial bayesian modeling of glcm with application to malignant lesion characterization. Journal of Applied Statistics 46 (2), 230--246

  28. [36]

    G., Wang, Y., Zhu, H., Initiative, A

    Lu, Z.-H., Khondker, Z., Ibrahim, J. G., Wang, Y., Zhu, H., Initiative, A. D. N., et al., 2017. Bayesian longitudinal low-rank regression models for imaging genetic data from longitudinal studies. NeuroImage 149, 305--322

  29. [37]

    L., Alfaro-Almagro, F., Bangerter, N

    Miller, K. L., Alfaro-Almagro, F., Bangerter, N. K., Thomas, D. L., Yacoub, E., Xu, J., Bartsch, A. J., Jbabdi, S., Sotiropoulos, S. N., Andersson, J. L., et al., 2016. Multimodal population brain imaging in the uk biobank prospective epidemiological study. Nature Neuroscience...

  30. [38]

    S., Kong, L., Zhu, H., Initiative, A

    Nathoo, F. S., Kong, L., Zhu, H., Initiative, A. D. N., 2019. A review of statistical methods in imaging genetics. Canadian Journal of Statistics 47 (1), 108--131

  31. [39]

    E., Ormerod, J

    Neville, S. E., Ormerod, J. T., Wand, M., et al., 2014. Mean field variational bayes for continuous sparse signal shrinkage: pitfalls and remedies. Electronic Journal of Statistics 8 (1), 1113--1151

  32. [40]

    D., Trujillo-Barreto, N

    Penny, W. D., Trujillo-Barreto, N. J., Friston, K. J., 2005. Bayesian fmri time series analysis with spatial priors. NeuroImage 24 (2), 350--362

  33. [41]

    G., Sokolov, V., et al., 2017

    Polson, N. G., Sokolov, V., et al., 2017. Deep learning: a Bayesian perspective . Bayesian Analysis 12 (4), 1275--1304

  34. [42]

    Identification and correction of spurious spatial correlations in microarray data

    Qian, J., Kluger, Y., Yu, H., Gerstein, M., 2003. Identification and correction of spurious spatial correlations in microarray data. Biotechniques 35 (1), 42--48

  35. [43]

    Unsupervised representation learning with deep convolutional generative adversarial networks

    Radford, A., Metz, L., Chintala, S., 2015. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv preprint arXiv:1511.06434

  36. [44]

    J., Mohamed, S., Wierstra, D., 2014

    Rezende, D. J., Mohamed, S., Wierstra, D., 2014. Stochastic backpropagation and approximate inference in deep generative models. arXiv preprint arXiv:1401.4082

  37. [45]

    Distribution matching in variational inference

    Rosca, M., Lakshminarayanan, B., Mohamed, S., 2018. Distribution matching in variational inference. arXiv preprint arXiv:1802.06847

  38. [46]

    RStudio: Integrated Development Environment for R

    RStudio Team , 2015. RStudio: Integrated Development Environment for R. RStudio, Inc., Boston, MA. ://www.rstudio.com/

  39. [47]

    E., Hinton, G

    Rumelhart, D. E., Hinton, G. E., Williams, R. J., 1985. Learning internal representations by error propagation. Tech. rep., California Univ San Diego La Jolla Inst for Cognitive Science

  40. [48]

    A spatio-temporal model for estimating the long-term effects of air pollution on respiratory hospital admissions in greater london

    Rushworth, A., Lee, D., Mitchell, R., 2014. A spatio-temporal model for estimating the long-term effects of air pollution on respiratory hospital admissions in greater london. Spatial and Spatio-temporal Epidemiology 10, 29--38

  41. [49]

    Learning deep generative models

    Salakhutdinov, R., 2015. Learning deep generative models. Annual Review of Statistics and Its Application 2, 361--385

  42. [50]

    A., Boden, C., Zhang, Z., Pascual, J., Lee, T.-W., Zangwill, L

    Sample, P. A., Boden, C., Zhang, Z., Pascual, J., Lee, T.-W., Zangwill, L. M., Weinreb, R. N., Crowston, J. G., Hoffmann, E. M., Medeiros, F. A., et al., 2005. Unsupervised machine learning with independent component analysis to identify areas of progression in glaucomatous vi...

  43. [51]

    A., 2012

    Sanyal, N., Ferreira, M. A., 2012. Bayesian hierarchical multi-subject multiscale analysis of functional mri data. NeuroImage 63 (3), 1519--1531

  44. [52]

    S., 1994

    Sarle, W. S., 1994. Neural networks and statistical models

  45. [53]

    Tapered covariance: Bayesian estimation and asymptotics

    Shaby, B., Ruppert, D., 2012. Tapered covariance: Bayesian estimation and asymptotics. Journal of Computational and Graphical Statistics 21 (2), 433--452

  46. [54]

    M., Nichols, T

    Smith, S. M., Nichols, T. E., 2018. Statistical challenges in ``big data" human neuroimaging. Neuron 97 (2), 263--268

  47. [55]

    L., 2012

    Stein, M. L., 2012. Interpolation of spatial data: some theory for kriging. Springer Science & Business Media

  48. [56]

    Y., Quigley, H

    Tham, Y.-C., Li, X., Wong, T. Y., Quigley, H. A., Aung, T., Cheng, C.-Y., 2014. Global prevalence of glaucoma and projections of glaucoma burden through 2040: a systematic review and meta-analysis. Ophthalmology 121 (11), 2081--2090

  49. [57]

    E., Keeney, S., 2012

    Tischfield, S. E., Keeney, S., 2012. Scale matters: the spatial correlation of yeast meiotic dna breaks with histone h3 trimethylation is driven largely by independent colocalization at promoters. Cell Cycle 11 (8), 1496--1503

  50. [58]

    C., Smith, S

    Van Essen, D. C., Smith, S. M., Barch, D. M., Behrens, T. E., Yacoub, E., Ugurbil, K., Consortium, W.-M. H., et al., 2013. The wu-minn human connectome project: an overview. NeuroImage 80, 62--79

  51. [59]

    V., 1988

    Vecchia, A. V., 1988. Estimation and model identification for continuous spatial processes. Journal of the Royal Statistical Society: Series B (Methodological) 50 (2), 297--312

  52. [60]

    A bayesian approach for estimating dynamic functional network connectivity in fmri data

    Warnick, R., Guindani, M., Erhardt, E., Allen, E., Calhoun, V., Vannucci, M., 2018. A bayesian approach for estimating dynamic functional network connectivity in fmri data. Journal of the American Statistical Association 113 (521), 134--151

  53. [61]

    N., Aung, T., Medeiros, F

    Weinreb, R. N., Aung, T., Medeiros, F. A., 2014. The pathophysiology and treatment of glaucoma: a review. JAMA 311 (18), 1901--1911

  54. [62]

    N., Leung, C

    Weinreb, R. N., Leung, C. K., Crowston, J. G., Medeiros, F. A., Friedman, D. S., Wiggs, J. L., Martin, K. R., 2016. Primary open-angle glaucoma. Nature Reviews Disease Primers 2, 16067

  55. [63]

    C., Lee, C

    Wen, J. C., Lee, C. S., Keane, P. A., Xiao, S., Rokem, A. S., Chen, P. P., Wu, Y., Lee, A. Y., 2019. Forecasting future humphrey visual fields using deep learning. PloS One 14 (4), e0214875

  56. [64]

    K., Cressie, N., 1999

    Wikle, C. K., Cressie, N., 1999. A dimension-reduced approach to space-time kalman filtering. Biometrika 86 (4), 815--829

  57. [65]

    W., Jenkinson, M., Brady, J

    Woolrich, M. W., Jenkinson, M., Brady, J. M., Smith, S. M., 2004. Fully bayesian spatio-temporal modeling of fmri data. IEEE Transactions on Medical Imaging 23 (2), 213--231

  58. [66]

    Learning a probabilistic latent space of object shapes via 3d generative-adversarial modeling

    Wu, J., Zhang, C., Xue, T., Freeman, B., Tenenbaum, J., 2016. Learning a probabilistic latent space of object shapes via 3d generative-adversarial modeling. In: Advances in Neural Information Processing Systems . pp. 82--90

  59. [67]

    J., Daga, F

    Wu, Z., Saunders, L. J., Daga, F. B., Diniz-Filho, A., Medeiros, F. A., 2017. Frequency of testing to detect visual field progression derived using a longitudinal cohort of glaucoma patients. Ophthalmology 124 (6), 786--792

  60. [68]

    Generative adversarial network in medical imaging: A review

    Yi, X., Walia, E., Babyn, P., 2018. Generative adversarial network in medical imaging: A review. arXiv preprint arXiv:1809.07294

  61. [69]

    Detection of longitudinal visual field progression in glaucoma using machine learning

    Yousefi, S., Kiwaki, T., Zheng, Y., Sugiura, H., Asaoka, R., Murata, H., Lemij, H., Yamanishi, K., 2018. Detection of longitudinal visual field progression in glaucoma using machine learning. American Journal of Ophthalmology 193, 71--79

  62. [70]

    A., Majewski, T., Czerniak, B

    Zhang, L., Baladandayuthapani, V., Zhu, H., Baggerly, K. A., Majewski, T., Czerniak, B. A., Morris, J. S., 2016 a . Functional car models for large spatially correlated functional datasets. Journal of the American Statistical Association 111 (514), 772--786

  63. [71]

    M., Vannucci, M., et al., 2016 b

    Zhang, L., Guindani, M., Versace, F., Engelmann, J. M., Vannucci, M., et al., 2016 b . A spatiotemporal nonparametric bayesian model of multi-subject fmri data. The Annals of Applied Statistics 10 (2), 638--666

  64. [72]

    Infovae: Information maximizing variational autoencoders

    Zhao, S., Song, J., Ermon, S., 2017 a . Infovae: Information maximizing variational autoencoders. arXiv preprint arXiv:1706.02262

  65. [73]

    Towards deeper understanding of variational autoencoding models

    Zhao, S., Song, J., Ermon, S., 2017 b . Towards deeper understanding of variational autoencoding models. arXiv preprint arXiv:1702.08658

  66. [74]

    A., Saunders, L

    Zhu, H., Russell, R. A., Saunders, L. J., Ceccon, S., Garway-Heath, D. F., Crabb, D. P., 2014. Detecting changes in retinal function: analysis with non-stationary W eibull error regression and spatial enhancement ( ANSWERS ). PloS One 9 (1), 1--11

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.