References#

This page collects the bibliography used throughout the GeoPrior-v3 documentation.

The references listed here support the scientific foundations, workflow design, uncertainty analysis, and application context discussed across the documentation. They are maintained centrally in the project BibTeX database:

docs/source/references.bib

How references are used#

Citations are inserted throughout the documentation using Sphinx BibTeX roles such as:

:cite:p:`some_key`
:cite:t:`some_key`

This page renders the full bibliography so readers can see all cited works in one place.

Scope#

The bibliography may include references related to:

  • subsidence and groundwater physics,

  • poroelasticity and consolidation,

  • physics-informed neural networks,

  • time-series forecasting,

  • uncertainty quantification and calibration,

  • geospatial and environmental applications,

  • benchmarking and reproducibility.

Notes for contributors#

When adding a new scientific claim, method comparison, or historical background point that depends on prior work, add the corresponding BibTeX entry to:

docs/source/references.bib

and cite it in the relevant page instead of pasting raw bibliographic text directly into the prose.

A good practice is:

  • keep citation keys stable,

  • use complete bibliographic metadata,

  • and prefer high-quality primary sources when possible.

Full bibliography#

[1]

Bryan Lim, Sercan O. Arik, Nicolas Loeff, and Tomas Pfister. Temporal fusion transformers for interpretable multi-horizon time series forecasting. International Journal of Forecasting, 37(4):1748–1764, 2021. doi:10.1016/j.ijforecast.2021.03.012.

[2]

K. L. Kouadio, Z. Liu, R. Liu, P. C. Bizimana, G. Yang, and W. Liu. Xtft: a next-generation temporal fusion transformer for uncertainty-rich time series forecasting. 2025. Preprint, submitted to IEEE TPAMI. URL: https://authorea.com/users/643438/articles/711823-xtft-a-next-generation-temporal-fusion-transformer-for-uncertainty-rich-time-series-forecasting, doi:10.22541/au.175390529.91420978.v1.

[3]

James Donnelly, Alireza Daneshkhah, and Soroush Abolfathi. Physics-informed neural networks as surrogate models of hydrodynamic simulators. Science of The Total Environment, 912:168814, 11 2023. doi:10.1016/j.scitotenv.2023.168814.

[4]

Sumanta Roy, Chandrasekhar Annavarapu, Pratanu Roy, and Dakshina M. Valiveti. Physics-informed neural networks for heterogeneous poroelastic media. International Journal for Computational Methods in Engineering Science and Mechanics, 26(2):187–207, 2024. doi:10.1080/15502287.2024.2440420.

[5]

Berenice Zapata-Norberto, Eric Morales-Casique, and Graciela S. Herrera. One-dimensional simulation of land subsidence in vertically-heterogeneous highly compressible aquitards coupled with data assimilation via ensemble kalman filter. Environmental Modelling & Software, 194:106690, 2025. doi:10.1016/j.envsoft.2025.106690.

[6]

Devin L Galloway and Thomas J Burbey. Regional land subsidence accompanying groundwater extraction. Hydrogeology Journal, 19(8):1459, 2011. doi:10.1007/s10040-011-0775-5.

[7]

Jörn Hoffmann, S. A. Leake, D. L. Galloway, and Alica M. Wilson. MODFLOW-2000 Ground-Water Model — User Guide to the Subsidence and Aquifer-System Compaction (SUB) Package. U.S. Geological Survey (USGS), 2000. URL: https://pubs.usgs.gov/of/2003/ofr03-233/pdf/ofr03233.pdf.

[8]

J. Ellis, J. E. Knight, J. T. White, M. Sneed, J. D. Hughes, J. K. Ramage, C. L. Braun, A. Teeple, L. K. Foster, S. H. Rendon, and others. Hydrogeology, land-surface subsidence, and documentation of the gulf coast land subsidence and groundwater-flow (gulf) model, southeast texas, 1897–2018. Technical Report, U.S. Geological Survey, 2023. doi:10.3133/pp1877.

[9]

L. Schreyer Bennethum, M. A. Murad, and J. H. Cushman. Modified darcy's law, terzaghi's effective stress principle and fick's law for swelling clay soils. Computers and Geotechnics, 20(3):245–266, 1997. Theoretical and Experimental Methods for Particulate Materials. doi:10.1016/S0266-352X(97)00005-0.

[10]

Sumanta Roy, Chandrasekhar Annavarapu, Pratanu Roy, and Dakshina Murthy Valiveti. Physics-informed neural networks for heterogeneous poroelastic media. arXiv preprint arXiv:2407.03372, 2024. arXiv:2407.03372.

[11]

Md Fahim Hasan, Ryan Smith, Sanaz Vajedian, Rahel Pommerenke, and Sayantan Majumdar. Global land subsidence mapping reveals widespread loss of aquifer storage capacity. Nature Communications, 14(1):1–10, 2023. doi:10.1038/s41467-023-41933-z.

[12]

Mehdi Bagheri-Gavkosh, Seiyed Mossa Hosseini, Behzad Ataie-Ashtiani, Yasamin Sohani, Homa Ebrahimian, Faezeh Morovat, and Shervin Ashrafi. Land subsidence: a global challenge. Science of the Total Environment, 2021. doi:10.1016/j.scitotenv.2021.146193.

[13]

A. K. Sarma, S. Roy, C. Annavarapu, P. Roy, and S. Jagannathan. Interface pinns (i-pinns): a physics-informed neural networks framework for interface problems. Computer Methods in Applied Mechanics and Engineering, 429:117135, 2024. doi:10.1016/j.cma.2024.117135.

[14]

Manoochehr Shirzaei, Jeffrey Freymueller, Torbjörn E Törnqvist, Devin L Galloway, Tina Dura, and Philip S J Minderhoud. Measuring, modelling and projecting coastal land subsidence. Nature Reviews Earth & Environment, 2(1):40–58, 2021. URL: https://doi.org/10.1038/s43017-020-00115-x, doi:10.1038/s43017-020-00115-x.

[15]

J. D. Hunter. Matplotlib: a 2d graphics environment. Computing in Science & Engineering, 9(3):90–95, 2007. doi:10.1109/MCSE.2007.55.

[16]

Keras Team. Serialization and saving. 2026. URL: https://keras.io/guides/serialization_and_saving/.

[17]

Python Software Foundation. Dataclasses — data classes. 2026. URL: https://docs.python.org/3/library/dataclasses.html.

[18]

Maziar Raissi, Paris Perdikaris, and George E. Karniadakis. Physics-informed neural networks: a deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational Physics, 378:686–707, 2019. doi:10.1016/j.jcp.2018.10.045.

[19]

Keras Team. The compile() method: metrics routing. 2026. URL: https://keras.io/api/models/model_training_apis/.

[20]

Keras Team. Customizing what happens in fit() with tensorflow. 2026. URL: https://keras.io/guides/custom_train_step_in_tensorflow/.

[21]

Keras Team. Kerastuner documentation. 2026. URL: https://keras.io/keras_tuner/.

[22]

Karl Terzaghi. Theoretical Soil Mechanics. Wiley, 1943.

[23]

Jacob Bear. Dynamics of Fluids in Porous Media. Dover Publications, 1972.

[24]

Keras Team. Keras documentation. 2026. URL: https://keras.io/.

[25]

Roger Koenker and Gilbert Bassett. Regression quantiles. Econometrica, 46(1):33–50, 1978. doi:10.2307/1913643.

[26]

David Beazley and Brian K. Jones. Python Cookbook. O'Reilly Media, 3 edition, 2013.

[27]

Wes McKinney. Python for Data Analysis. O'Reilly Media, 2 edition, 2017.

[28]

Edgar F. Codd. A relational model of data for large shared data banks. Communications of the ACM, 13(6):377–387, 1970. doi:10.1145/362384.362685.

[29]

Python Software Foundation. Os.walk — directory tree generator. 2026. URL: https://docs.python.org/3/library/os.html#os.walk.

[30]

Python Software Foundation. Shutil — high-level file operations. 2026. URL: https://docs.python.org/3/library/shutil.html.

[31]

Joblib developers. Joblib documentation. 2026. URL: https://joblib.readthedocs.io/.

[32]

Python Software Foundation. Pickle — python object serialization. 2026. URL: https://docs.python.org/3/library/pickle.html.

[33]

Wes McKinney. Data structures for statistical computing in python. In Proceedings of the 9th Python in Science Conference, 56–61. 2010. doi:10.25080/Majora-92bf1922-00a.

[34]

Stéfan van der Walt, S. Chris Colbert, and Gaël Varoquaux. The numpy array: a structure for efficient numerical computation. Computing in Science & Engineering, 13(2):22–30, 2011. doi:10.1109/MCSE.2011.37.

[35]

Python Software Foundation. Json — json encoder and decoder. 2026. URL: https://docs.python.org/3/library/json.html.

[36]

Charles R. Harris, K. Jarrod Millman, Stéfan J. van der Walt, Ralf Gommers, Pauli Virtanen, David Cournapeau, Eric Wieser, Julian Taylor, Sebastian Berg, Nathaniel J. Smith, and others. Array programming with numpy. Nature, 585(7825):357–362, 2020. doi:10.1038/s41586-020-2649-2.

[37]

Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake VanderPlas, Alexandre Passos, David Cournapeau, Matthieu Brucher, Matthieu Perrot, and Édouard Duchesnay. Scikit-learn: machine learning in python. Journal of Machine Learning Research, 12:2825–2830, 2011.

[38]

tqdm contributors. Tqdm documentation. 2026. URL: https://tqdm.github.io/.

[39]

pandas development team. Pandas.dataframe.select_dtypes. 2026. URL: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.select_dtypes.html.

[40]

Python Software Foundation. Re — regular expression operations. 2026. URL: https://docs.python.org/3/library/re.html.

[41]

pandas development team. Pandas.dataframe.astype. 2026. URL: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.astype.html.

[42]

pandas development team. Pandas.dataframe. 2026. URL: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html.

[43]

Python Software Foundation. Python 3 documentation. 2026. URL: https://docs.python.org/3/.

[44]

Real Python. Instance, class, and static methods in python. 2026. URL: https://realpython.com/instance-class-and-static-methods-python/.

[45]

scikit-learn developers. Sklearn.utils.validation.check_is_fitted. 2026. URL: https://scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html.

[46]

Python Software Foundation. Class and instance attributes. 2026. URL: https://docs.python.org/3/tutorial/classes.html#class-and-instance-attributes.

[47]

Guido Van Rossum and Fred L. Drake. Python reference manual. 2001.

[48]

Ian Goodfellow, Yoshua Bengio, and Aaron Courville. Deep Learning. MIT Press, 2016.

[49]

Real Python. Python's .__call__() method: creating callable instances. 2026. URL: https://realpython.com/python-callable/.

[50]

NumPy developers. Numpy documentation. 2026. URL: https://numpy.org/doc/stable/.

[51]

Janez Demšar. Statistical comparisons of classifiers over multiple data sets. Journal of Machine Learning Research, 7:1–30, 2006.

[52]

Python Software Foundation. Isinstance. 2026. URL: https://docs.python.org/3/library/functions.html#isinstance.

[53]

Hasanuddin Z. Abidin, Heri Andreas, Irwan Gumilar, Yoichi Fukuda, Yusuf E. Pohan, and T. Deguchi. Land subsidence of jakarta (indonesia) and its relation with urban development. Natural Hazards, 59(3):1753–1771, 2011. doi:10.1007/s11069-011-9866-9.

[54]

Estelle Chaussard, Shimon Wdowinski, Enrique Cabral-Cano, and Falk Amelung. Land subsidence in central mexico detected by alos insar time-series. Remote Sensing of Environment, 140:94–106, 2014. doi:10.1016/j.rse.2013.08.038.

[55]

M. Motagh, T. R. Walter, M. A. Sharifi, E. Fielding, A. Schenk, J. Anderssohn, and J. Zschau. Land subsidence in iran caused by widespread water reservoir overexploitation. Geophysical Research Letters, 2008.

[56]

Robert J Nicholls, Daniel Lincke, Jochen Hinkel, Sally Brown, Athanasios T Vafeidis, Benoit Meyssignac, Susan E Hanson, Jan-Ludolf Merkens, and Jiayi Fang. A global analysis of subsidence, relative sea-level change and coastal flood exposure. Nature Climate Change, 11(4):338–342, 2021.

[57]

Jiayi Fang, Robert J. Nicholls, Sally Brown, Daniel Lincke, Jochen Hinkel, Athanasios T. Vafeidis, Shiqiang Du, Qing Zhao, Min Liu, and Peijun Shi. Benefits of subsidence control for coastal flooding in china. Nature Communications, 2022. doi:10.1038/s41467-022-34525-w.

[58]

Thibault Candela and Kay Koster. The many faces of anthropogenic subsidence. Science, 376(6600):1381–1382, 2022. doi:10.1126/science.abn3676.

[59]

Jianxin Liu, Wenxiang Liu, Fabrice Blanchard Allechy, Zhiwen Zheng, Rong Liu, and Kouao Laurent Kouadio. Machine learning-based techniques for land subsidence simulation in an urban area. Journal of Environmental Management, 352:120078, 2024. doi:10.1016/j.jenvman.2024.120078.

[60]

Kouao Laurent Kouadio, Rong Liu, Shiyu Jiang, Zhuo Liu, Serge Kouamelan, Wenxiang Liu, Zhanhui Qing, and Zhiwen Zheng. Physics-informed deep learning reveals divergent urban land subsidence regimes. Unpublished manuscript. Submitted to Nature Communications, 2025.