You are on page 1of 4

1

2019
IAHR WHITE PAPERS

ARTIFICIAL INTELLIGENCE
HOW CAN WATER PLANNING AND
MANAGEMENT BENEFIT FROM IT?
By Dragan Savic

To catalyse thinking, inspire debate and better apply scientific knowledge to global water
problems, the IAHR White Papers seek to reveal complex and emerging issues in Hydro-
Environment and Engineering Research. They are written for researchers, engineers,
policy-makers and all those who are interested in the latest for a better water future.

Supported by
WHAT IS ARTIFICIAL INTELLIGENCE
AND HOW CAN WATER PLANNING AND
MANAGEMENT BENEFIT FROM IT?
BY DRAGAN SAVIC
Lately, it appears that our society has become fixated on the topic of Artificial Intelligence (AI), with opinions often
ranging from one extreme to the other – either how AI could solve a range of current and future world problems, or
how it could potentially be very dangerous to humankind. But do we really understand what AI is, how it relates to
human intelligence and how/where it most likely could be deployed by the hydro-environment community for the
betterment of the environment and advancement of society? This white paper addresses some of these questions
and provides a brief introduction to the topic of AI and Machine Learning, together with some example applications
in water management practice.

HUMAN INTELLIGENCE VS. Another important feature of AI is that when model can then be used to predict a sale
ARTIFICIAL INTELLIGENCE creating a model, it normally uses an algo- price for a house that wasn’t in our histori-
rithm. However, AI models largely employ cal data set. These basic steps are also
The key characteristics of human intelli- the so-called “black-box” metaphor, which performed by ML algorithms when creating
gence is the ability to learn from implies that an AI-created model doesn’t models for much more complex pro-
experience, or it involves intelligent think- allow easy scrutiny of its internal workings. cesses. The difference is that normally for
ing. The question then is whether For some people, this represents a major ML to learn a relationship based on a data
machines can be made to carry out intelli- hurdle in applying AI techniques to real- set, the type of relationship (e.g., linear or
gent thinking similar to humans. Although world problems. The other important non-linear) need not be known to the user
nowadays Artificial Intelligence techniques feature of AI is that the process of creating in advance.
have advanced to the point that, for exam- a model is often automated, i.e., the user
ple, they can beat one of the world’s does not need to assume the form of the Based on the type of processes to be
strongest players in the game Go1, outper- model, thus it is commonly referred to as modelled and data sets available, there is
form medical professionals in diagnosing machine learning (ML). a large number of ML algorithms available
deadly diseases2 or make self-driving cars that can be used to develop a model. The
possible; the general AI goal of thinking MACHINE LEARNING most well-known methods are artificial
machines still seems a long way away. If neural networks (ANN), which use a bio-
that is the case, what are the basics of AI, Although there are many definitions of logical metaphor to mimic the connectivity
what can it do and how can water profes- Machine Learning, I prefer a simple one. and functioning of a human brain (like the
sionals take benefit from it? For example, ML can be defined as a neurons in real brains and the way they
group of algorithms that can create a ‘chatter’ via electro-chemical processes)
AI BASICS model based on data with the goal of mak- while predicting an outcome based on a
ing predictions or taking actions to number of inputs.
If we accept that the key objective of AI optimise a system. Let us describe this in
technologies is to enable learning (from simple terms by considering an analogy Apart from prediction, ML algorithms can
data), e.g., to develop a model to detect a with well-known linear regression. If we also be used for classification tasks where
disease in patients, to recommend prod- wanted to predict house prices in an area instead of predicting a numerical (or con-
ucts to buyers on an online shopping site, based on the historical data of the sale tinuous) value they predict a categorical
or to predict whether an applicant will be price and the living area (square meters) of label (or a discrete value). A form of ANN
able to repay a loan to a bank; in water the houses, we would start by collecting that is experiencing fast-growing popularity
management, that would equate to, for the data of previous house sales. Once we in classification is the so-called deep learn-
example, being able to predict the risk of plot the data points of the sale price ing, which uses ANN to perform learning
flooding beyond an acceptable socio-eco- against the living area and assuming the tasks directly from images (e.g., image
nomic threshold, to forecast demand in a relationship appears to be linear (the sim- classification), text (e.g., for natural lan-
water distribution system, or to estimate plest case), it is then very easy to calculate guage processing) or sound (e.g., speech
sediment transport rates in a river. The key the regression line through the data points. recognition). An example of a classification
point here is that AI can be considered a Congratulations, you have just performed application would be when diagnosing
way of creating useful models or methods a simple ML exercise! We have used an patients based on a large number of scan
to perform a complex task normally carried algorithm (e.g., least squares) to ‘learn’, or images (big data) and dividing them into
out by humans. in an AI/ML speak to train a model, which two groups; those with and those without
is in the form of a regression equation. The the disease. Mobile phone virtual assis-

1) https://www.bbc.com/news/technology-35810133
2) https://www.docwirenews.com/docwire-pick/deep-learning-ai-outperforms-pathologists-in-diagnosing-cancer/
IAHR WHITE PAPERS 1

EVOLUTIONARY COMPUTING AI IN HYDRO-ENVIRONMENT


Professor Dragan Savic FREng is RESEARCH AND PRACTICE
the CEO of KWR Water Research Another form of AI algorithms which are of
Institute, the Dutch drinking water
interest to hydro-environmental practition- Hydro-environment research and practice
companies’ collective research
organisation. He is also the UK’s
ers, the so-called evolutionary computing, has already benefited from the application
first Professor of has drawn inspiration from biological evo- of AI techniques (Solomatine and Ostfeld,
Hydroinformatics, having held this lution. These algorithms perform a 2008; Nicklow et al., 2009; Maier et al.,
position at the University of Exeter different type of AI learning enabling 2014). The figure below shows the increas-
since 2001. His research interests cover the machines to make autonomous decisions, ing trend in the number of publications
interdisciplinary field of Hydroinformatics, which adapt to a changing environment or find found when searching the Web of Science4
transcends traditional boundaries of water/
non-obvious solutions to complex and using keywords “Machine Learning” or
environmental science and engineering, informatics/
computer science (including Artificial Intelligence, data
‘wicked’ problems. The most common “Genetic Algorithm” with “Water”. Initial
mining and optimisation techniques) and environmental form of evolutionary computing is a applications of ML techniques have been
engineering. Professor Savic has served as both the genetic algorithm, which like a ‘mad scien- centred around using a single algorithm
Chair of the IAHR/IWA Joint Committee on tist’ creates a huge number of potential (most often an ANN) in modelling complex
Hydroinformatics and as the Editor-in-Chief of the decisions (a population of solutions) that physical processes, i.e., rainfall-runoff
Journal of Hydroinformatics.
are then changed by a sequence of DNA- transformation (Minns and Hall, 1996).
like operations (mutation and crossover). More recently, a survey of ML methods for
Finally, by using a preferential selection of flood prediction indicated a trend of mov-
better-performing candidates (akin to nat- ing to ensemble methods and hybridized
ural selection), the algorithm arrives at the approaches where two or more ML tech-
tants, such as Amazon’s Alexa, Google best solution, e.g., the best design of a niques are used to predict the output
Assistant or Apple Siri, are examples of the water distribution system or the best cali- variable (Mosavi et al., 2018). Widespread
AI technology that understands natural lan- brated rainfall-runoff model, out of a large sensor deployment and availability of
guage voice commands and completes number of potential solutions. This type of remote sensing data also offer new oppor-
tasks for a user. AI technology performs these operations tunities to hydro-environment practitioners.
at super-high speed, enabling trillions of They can help identify better model param-
BIG DATA solutions to be tested, such that they can eters, integrate ML with traditional
solve problems previously intractable mechanistic (physics-based) models (Voji-
The rate at which we generate extremely using classical optimisation (operations novic et al., 2013) or even replace them
large datasets every day (in terms of vol- research) tools. As an example, NASA when high speed of model execution is
ume, variety, and velocity or the “3 Vs of used a genetic algorithm to design a new required (Sayers et al., 2019). The use of
big data”), is staggering due to the growth space antenna, which had to meet a large deep learning methods in hydro-environ-
of the mobile telephony, the Internet of set of difficult requirements. The outcome mental practice is in a relatively early stage
Things (IoT) and satellite earth observation was the evolved antenna that in compari- of development, however, the greater avail-
technology, to name but a few of the son with those developed with traditional ability of data (and particularly big data
sources. That means that the total amount design techniques, had several advan- through remote sensing) provides further
of data is expected to reach 44 zettabytes tages with respect to power consumption, opportunities for these type of AI methods
(or 1021 bytes) by 2020, or in other words, fabrication time, complexity and perfor- (Shen, 2018).
that the volume of data will likely exceed 40 mance (Hornby et al., 2006).
times the number of stars in the observ-
able universe3. Therefore, so-called “big
data analytics” will be another area where
ML can be employed with the potential to
change our lives. However, so far big data
analytics has found little application in
hydro-environmental research and prac-
tice. The main reason for this is that due to
the associated costs we do not normally
collect big data from our water systems.
That is slowly changing with the integration
of data coming from various other sources
(e.g., remote sensing, IoT, citizen science).
An example of the potential application of
big data analytics to precipitation estima-
tion envisages data fusion from remote
sensing, weather radar, rain gauge and
numerical weather modelling, which could
be used to generate better estimate than
those from single sources (Chen and Han,
2016).

3) https://www.weforum.org/agenda/2019/04/how-much-data-is-generated-each-day-cf4bddf29f/
4) https://www.webofknowledge.com/
The idea of ‘opening’ the black-box models and benefits for water management practi- who are able to work at the interface of
is appealing to hydro-environment practi- tioners. For example, AI/ML tools are AI/ML, hydro-environment science and
tioners, such that attempts have been already being successfully deployed to engineering, can the full benefits
made to apply or even develop new ML locate leaks in real water distribution net- of the Artificial Intelligence in the hydro-
techniques that produce understandable works, predict domestic and agricultural environmental practice be achieved and
models that can be subject to expert water demand or to manage energy con- the risks effectively managed.
scrutiny (Babovic and Abbott, 1997). An sumption in a water system. In addition to
example of such a work is the evolutionary providing opportunities, proliferation of var- References
[1] Babovic, V., & Abbott, M. B. (1997). The evolution of
polynomial regression method (Giustolisi ious data collection systems (sensors and equations from hydraulic data Part I: Theory. Journal of
and Savic, 2006), which, for example, was instrumentation), data storage technolo- Hydraulic Research, 35(3), 397-410.
[2] Berardi, L., Giustolisi, O., Kapelan, Z., & Savic, D. A.
used to produce interpretable equations gies, local and cloud-based computing (2008). Development of pipe deterioration models for
water distribution systems using EPR. Journal of
linking various pipe and environmental networks, and data visualisation environ- Hydroinformatics, 10(2), 113-126.
attributes (e.g., age, material, diameter) to ments including virtual/augmented reality, [3] Chen, Y., & Han, D. (2016). Big data and hydroinformat-
ics. Journal of Hydroinformatics, 18(4), 599-614.
the pipe condition (e.g., the number of pipe together with new AI/ML technologies, they [4] Giustolisi, O., & Savic, D. A. (2006). A symbolic data-
driven technique based on evolutionary polynomial
failures). present also some of the greatest chal- regression. Journal of Hydroinformatics, 8(3), 207-222.
lenges for the hydro-environment [5] Hornby, G., Globus, A., Linden, D. and Lohn, J. (2006).
“Automated antenna design with evolutionary algo-
The use of genetic algorithms and other community. rithms”, in: Proceedings of 2006 American Institute of
forms of evolutionary computing in hydro- Aeronautics and Astronautics Conference on Space,
San Jose, CA, 2006, pp. 19–21.
science has been well documented. To truly meet new and ongoing challenges, [6] Maier, H.R., Kapelan, Z., Kasprzyk, J., Kollat, J., Matott,
L.S., Cunha, M.C., Dandy, G.C., Gibbs, M.S., Keedwell,
Needless to say, these super-charged opti- we need more skilled individuals trained in E., Marchi, A., Ostfeld, A., Savic, D., Solomatine, D.P.,
misation algorithms have found application AI to address the issues and realise the Vrugt, J.A., Zecchina, A.C., Minsker, B.S., Barbour, E.J.,
Kuczera, G., Pasha, F., Castelletti, A., Giuliani, M. and
in various fields, from the design or rehabil- potential benefits of the ‘digital’ technolo- Reed, P.M. (2014). Evolutionary algorithms and other
metaheuristics in water resources: Current status,
itation planning of urban water gies, including AI/ML. Data science research challenges and future directions. Environmen-
infrastructure to optimal reservoir system professionals trained only in AI/ML cannot tal Modelling & Software, 62, 271-299.
[7] Minns, A. W., & Hall, M. J. (1996). Artificial neural net-
operation to calibration of water quality lead the process of successfully applying works as rainfall-runoff models. Hydrological Sciences
Journal, 41(3), 399-417.
models (Nicklow et al., 2009; Maier et al., those technologies to water management [8] Mosavi, A., Ozturk, P., & Chau, K. W. (2018). Flood
2014). The water infrastructure software problems, since they do not fully under- prediction using machine learning models: Literature
review. Water, 10(11), 1536.
providers have also included variants of stand the complexity of the water sector [9] Nicklow, J., Reed, P., Savic, D., Dessalegne, T., Harrell,
L., Chan-Hilton, A., Karamouz, M., Minsker, B., Ostfeld,
evolutionary algorithms in their own offering and its challenges. Bringing about an AI- A., Singh, A. and Zechman, E. (2009). State of the art
to clients, thus bringing powerful optimisa- enabled water future involves high-end, for genetic algorithms and beyond in water resources
planning and management. Journal of Water Resources
tion capabilities closer to practice. leading-edge technologies that require a Planning and Management, 136(4), 412-432.
new type of professional trained in both [10] Sayers, W., Savic, D., & Kapelan, Z. (2019). Perfor-
mance of LEMMO with artificial neural networks for
INSTEAD OF CONCLUSIONS water and AI/ML sciences – Hydroinformati- water systems optimisation. Urban Water Journal, 1-12.
[11] Shen, C. (2018). A transdisciplinary review of deep
cians! The discipline of Hydroinformatics learning research and its relevance for water resources
Although we are still a long way away from involves a continuous process of develop- scientists. Water Resources Research, 54(11), 8558-8593.
[12] Solomatine, D. P., & Ostfeld, A. (2008). Data-driven
intelligent machines exhibiting human-like ing and using water data, models and tools modelling: some past experiences and new
approaches. Journal of Hydroinformatics, 10(1), 3-22.
intelligence, Artificial Intelligence and to understand our environment, engage all [13] Vojinovic, Z., Abebe, Y.A., Ranasinghe, R., Vacher, A.,
Machine Learning are beginning to find stakeholders, and support decisions that Martens, P., Mandl, D.J., Frye, S.W., Van Ettinger, E. and
De Zeeuw, R. (2013). A machine learning approach for
application in the water management lead to a more sustainable environment. estimation of shallow water depths from optical satellite
images and sonar measurements. Journal of Hydroinfor-
world, opening a wealth of opportunities Only with such a group of professionals, matics, 15(4), 1408-1424.

ABOUT IAHR
The International Association for Hydro-Environment Engineering IAHR stimulates and promotes both research and its application, and
and Research (IAHR), founded in 1935, is a non-profit, global, by so doing contributes to sustainable development, the
independent members-based organisation of engineers and water optimisation of world water resources management and industrial
specialists working in fields related to the hydro-environmental flow processes. IAHR accomplishes its goals by a wide variety of
sciences and their practical application. Activities range from river member activities including: working groups, congresses, specialty
and maritime hydraulics to water resources development and eco- conferences, workshops and short courses; Journals, Monographs
hydraulics, through to ice engineering, hydro-informatics, flood risk and Proceedings.
management and continuing education and training. www.iahr.org

IAHR Global Secretariats


Madrid Office Beijing Office Editors
Paseo Bajo Virgen del Puerto 3 A-1 Fuxing Road, Haidian District Silke Wieprecht
28005 Madrid 100038 Beijing Universität Stuttgart, Germany
SPAIN CHINA silke.wieprecht@iws.uni-stuttgart.de
tel + 34 91 335 79 08 tel + 86 10 6878 1128 Angelos Findikakis, Bechtel, USA
fax + 34 91 335 79 35 fax + 86 10 6878 1890 anfindik@bechtel.com ISSN 2664-5637

You might also like