Circular Image

J.A. Garzón Díaz

info

Please Note

7 records found

Simulating urban drainage hydraulics is computationally demanding, limiting its application in tasks that require real-time or repeated simulations. Graph Neural Networks (GNNs) are promising metamodels, but the effect of their internal components and transferability potential remain underexplored. This study addresses these gaps through two main contributions: (1) a systematic evaluation of key architectural components, including graph layer type, processor depth, and prediction window with links to physical transport dynamics; and (2) transferability experiments across domains (across two distinct drainage networks) and tasks (from head to flow prediction). As case studies, we selected two combined sewer networks in The Netherlands that differ in their hydraulic dynamics. We find that metamodels with moderate depth and a ten-step prediction window achieve high accuracy (RMSE of 2–5 cm for hydraulic heads and 0.02 m3/s for flowrates). They also reach speed-ups of up to four orders of magnitude higher compared to the physics-based model, SWMM, when executing parallel simulations in GPU. Based on our two case studies, we find that pre-trained metamodels with full fine-tuning effectively adapt to a new task within the same domain, whereas cross-domain transfer requires appropriate normalization and fine-tuning. Furthermore, joint training on both case studies enables the metamodel to capture representations of both systems, suggesting potential for more general applicability. These findings demonstrate that metamodel architecture can reflect physical system behavior and offer practical guidance for building fast, accurate, and generalizable GNN-based metamodels—establishing a foundation for their use in applications such as uncertainty analysis, design optimization, and nowcasting. ...
Journal article (2025) - Juan Saldarriaga, Jessica Bohorquez, Laura Serje, Laura González, Danna Velásquez, Catalina Ortiz, Camilo Salcedo, Alexander Garzón, David Celeita, Laura Enriquez, Juana Herrán, Andrés Ariza, María Alejandra González, Santiago Gómez
The intermittent supply of drinking water represents a major technical and social challenge, affecting more than 1 billion people worldwide. This paper proposes a methodology with three stages to rehabilitate a deteriorated system with intermittent service in a time horizon of five years as part of the Battle of Intermittent Water Supply problem. First, the initial assessment stage identifies vulnerable areas and critical supply hours. The network is analyzed to establish whether it is possible to deliver the desired demand in a scenario without any leaks. The latter is to set a baseline scenario for the upcoming stages. The sectorization stage defines the optimal district metered areas to reduce water losses and increase supplied water through the improved control of flows and pressure. This stage is divided into clustering, by means of the Girvan-Newman algorithm, and partitioning by defining the location of valves. Finally, the third stage determines the optimum investments for asset rehabilitation. The optimization process is performed individually and sequentially for valve settings, pump replacements, storage tanks upgrade, pipe rehabilitation, leakage repair, frequency inverter installation and pumping operation modification, and simple controls. The final solution validates how hydraulic criteria, in combination with optimization techniques and engineering judgment, can significantly improve the operation of an intermittent water distribution system. ...

Urban drainage science as seen by early-career researchers

Journal article (2025) - J. A. van der Werf, Vincent Pons, A. Mittal, T. Yıldızlı, More authors..., Kelsey Smyth, Baiqian Shi, Pierre Lechevallier, E.M.H. Abdalla, E. Andrusenko, A. F. Cortés Moreno, A. M. Droste, A. Garzón
This opinion paper reflects on the current challenges facing urban drainage systems (UDS) research, along with solutions for fostering sustainable development. Over the course of a year-long project involving 92 participants aged 24-38, including PhD candidates, post-doctoral researchers, and early-career academics, we identified critical challenges and opportunities for the sustainable development of UDS. Our exploration highlights four key challenges: limited public visibility leading to resource constraints, insufficient collaboration across subfields, issues with data scarcity and data sharing, and geographical specificities. We emphasise the importance of raising public and political awareness regarding UDS's vital role in climate adaptation and urban resilience, advocating for blue-green infrastructure and open data practices. Additionally, we address systemic academic barriers that hinder innovative research. We call for a shift away from metrics that prioritise quantity over quality. We recommend establishing stable career pathways that empower early-career researchers. This paper aims to catalyse a broader community dialogue about the future of UDS research, uniting voices from various career stages. By presenting actionable recommendations, we aim to inspire fundamental changes in research conduct, evaluation, and sustainability, ensuring the field of UDS is prepared to meet pressing urban water management challenges worldwide. ...
Storm water systems (SWSs) are essential infrastructure providing multiple services including environmental protection and flood prevention. Typically, utility companies rely on computer simulators to properly design, operate, and manage SWSs. However, multiple applications in SWSs are highly time-consuming. Researchers have resorted to cheaper-to-run models, i.e. metamodels, as alternatives of computationally expensive models. With the recent surge in artificial intelligence applications, machine learning has become a key approach for metamodelling urban water networks. Specifically, deep learning methods, such as feed-forward neural networks, have gained importance in this context. However, these methods require generating a sufficiently large database of examples and training their internal parameters. Both processes defeat the purpose of using a metamodel, i.e., saving time. To overcome this issue, this research focuses on the application of inductive biases and transfer learning for creating SWS metamodels which require less data and retain high performance when used elsewhere. In particular, this study proposes an auto-regressive graph neural network metamodel of the Storm Water Management Model (SWMM) from the Environmental Protection Agency (EPA) for estimating hydraulic heads. The results indicate that the proposed metamodel requires a smaller number of examples to reach high accuracy and speed-up, in comparison to fully connected neural networks. Furthermore, the metamodel shows transferability as it can be used to predict hydraulic heads with high accuracy on unseen parts of the network. This work presents a novel approach that benefits both urban drainage practitioners and water network modeling researchers. The proposed metamodel can help practitioners on the planning, operation, and maintenance of their systems by offering an efficient metamodel of SWMM for computationally intensive tasks like optimization and Monte Carlo analyses. Researchers can leverage the current metamodel’s structure for developing new surrogate model architectures tailored to their specific needs or start paving the way for more general foundation metamodels of urban drainage systems. ...

A Data-Efficient GNN Metamodel for SWMM Flowrates

Computational models for water resources often experience slow execution times, limiting their application. Metamodels, especially those based on machine learning, offer a promising alternative. Our research extends a prior Graph Neural Network (GNN) metamodel for the Storm Water Management Model (SWMM), which efficiently learns with less data and generalizes to new UDS sections via transfer learning. We extend the metamodel’s functioning by adding flowrate prediction, crucial for assessing water quality and flooding risks. Using an Encoder–Processor–Decoder architecture, the metamodel displays high accuracy on the simulated time series. Future work is aimed at incorporating more physical principles and testing further transferability. ...
Journal article (2023) - Bulat Kerimov, Roberto Bentivoglio, Alexander Garzón, Elvin Isufi, Franz Tscheikner-Gratl, David Bernhard Steffelbauer, Riccardo Taormina
Metamodels accurately reproduce the output of physics-based hydraulic models with a significant reduction in simulation times. They are widely employed in water distribution system (WDS) analysis since they enable computationally expensive applications in the design, control, and optimisation of water networks. Recent machine-learning-based metamodels grant improved fidelity and speed; however, they are only applicable to the water network they were trained on. To address this issue, we investigate graph neural networks (GNNs) as metamodels for WDSs. GNNs leverage the networked structure of WDS by learning shared coefficients and thus offering the potential of transferability. This work evaluates the suitability of GNNs as metamodels for estimating nodal pressures in steady-state EPANET simulations. We first compare the effectiveness of GNN metamodels against multi-layer perceptrons (MLPs) on several benchmark WDSs. Then, we explore the transferability of GNNs by training them concurrently on multiple WDSs. For each configuration, we calculate model accuracy and speedups with respect to the original numerical model. GNNs perform similarly to MLPs in terms of accuracy and take longer to execute but may still provide substantial speedup. Our preliminary results indicate that GNNs can learn shared representations across networks, although assessing the feasibility of truly general metamodels requires further work. ...
Surrogate models replace computationally expensive simulations of physically-based models to obtain accurate results at a fraction of the time. These surrogate models, also known as metamodels, have been employed for analysis, control, and optimization of water distribution and urban drainage systems. With the advent of machine learning (ML), water engineers have increasingly resorted to these data-driven techniques to develop metamodels of urban water networks (UWNs). In this article, we review 31 recent articles on ML-based metamodeling of UWNs to outline the state-of-the-art of the field, identify outstanding gaps, and propose future research directions. For each article, we critically examined the purpose of the metamodel, the metamodel characteristics, and the applied case study. The review shows that current metamodels suffer several drawbacks, including (a) the curse of dimensionality, hindering implementation for large case studies; (b) black-box deterministic nature, limiting explainability and applicability; and (c) rigid architecture, preventing generalization across multiple case studies. We argue that researchers should tackle these issues by resorting to recent advancements in ML concerning inductive biases, robustness, and transferability. Recently developed neural network architectures, which extend deep learning methods to graph data structures, are preferred candidates for advancing surrogate modeling in UWNs. Furthermore, we foresee increasing efforts for complex applications where metamodels may play a fundamental role, such as uncertainty analysis and multi-objective optimization. Lastly, the development and comparison of ML-based metamodels can benefit from the availability of new benchmark datasets for urban drainage systems and realistic complex networks. ...