Next Article in Journal
Numerical Study of Discharge Adjustment Effects on Reservoir Morphodynamics and Flushing Efficiency: An Outlook for the Unazuki Reservoir, Japan
Previous Article in Journal
Conversion of Whey into Value-Added Products through Fermentation and Membrane Fractionation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A New Evolutionary Approach to Optimal Sensor Placement in Water Distribution Networks

by
Andrea Ponti
1,*,
Antonio Candelieri
2 and
Francesco Archetti
1
1
Department of Computer Science, Systems and Communication, University of Milano-Bicocca, 20126 Milan, Italy
2
Department of Economics, Management and Statistics, University of Milano-Bicocca, 20126 Milan, Italy
*
Author to whom correspondence should be addressed.
Water 2021, 13(12), 1625; https://doi.org/10.3390/w13121625
Submission received: 26 April 2021 / Revised: 4 June 2021 / Accepted: 8 June 2021 / Published: 9 June 2021
(This article belongs to the Section Urban Water Management)

Abstract

:
The sensor placement problem is modeled as a multi-objective optimization problem with Boolean decision variables. A new multi objective evolutionary algorithm (MOEA) is proposed for approximating and analyzing the set of Pareto optimal solutions. The evaluation of the objective functions requires the execution of a hydraulic simulation model of the network. To organize the simulation results a data structure is proposed which enables the dynamic representation of a sensor placement and its fitness as a heatmap. This allows the definition of information spaces, in which the fitness of a placement can be represented as a matrix or, in probabilistic terms as a histogram. The key element in the new algorithm is this probabilistic representation which is embedded in a space endowed with a metric based on a specific notion of distance. Among several distances between probability distributions the Wasserstein (WST) distance has been selected: WST has enabled to derive new genetic operators, indicators of the quality of the Pareto set and criteria to choose among the Pareto solutions. The new algorithm has been tested on a benchmark water distribution network with two objective functions showing an improvement over NSGA-II, in particular for low generation counts, making it a good candidate for expensive black-box multi-objective optimization

1. Introduction

In this paper, a new algorithm is proposed for effectively and efficiently monitoring the spread of “effects” triggered by “events”. Many real-world problems fit into this general framework among which water distribution networks (WDNs), where sensing spots are sensors deployed at specific locations (i.e., nodes of the network), events are natural/intended contaminations and effects are spatio-temporal concentrations of the contaminant. This problem is usually known as optimal sensor placement (SP), where the goal is to optimize several objectives such as the amount of contaminated water, the number of inhabitants affected before detection, the detection time or the detection likelihood so that we faced with a multi-objective optimization problem (MOP). Due to potentially conflicting objectives, generally there is not a unique solution to multi-objective optimization problems but a set of solutions representing a trade-off between different objectives. This trade-off is characterized by the notion of dominance. The set of solutions representing the optimal (non-dominated) trade-offs between objectives is referred to as the Pareto set. Its image in the objectives space is called the Pareto front.
Exactly locating the complete Pareto set may be not possible, even for cheap objective functions: indeed, searching for an optimal sensor placement can be shown to be NP-hard. Therefore, even for mid-size networks, efficient approximate methods are required, among which evolutionary approaches are often used. The overall goal of multi objective optimization is to generate a good approximation of the Pareto set.
Time to detection is the key element in the optimal sensor placement problem upon whose value the other objectives of a sensor placement can be computed.
The main motivation of this study is that considering only the average value, over all the events, in an objective function could be misleading and entail significant risks. In order to mitigate this risk, the standard deviation of detection time is considered as a companion objective. The idea has been put forward in different papers [1,2].
Evaluating the above objective functions is expensive because it requires to perform the hydraulic simulation for a large set of contamination events, each one associated to a different location where the contaminant is injected.
Simulating the contaminant propagation allows to compute the minimum detection time (MDT) provided by a specific sensor placement (SP) over all the simulated events and its standard deviation.
Literature review: Evolutionary algorithms (EA) have a long history in multi-objective optimization, with many successful applications to sensor placement in water distribution networks (WDN’s) since the challenge “Battle of Water Sensors Networks” and many contributions have used NSGA-II [2,3,4]. More recently [5] considers the potential variations of model contamination probabilities within the WDN and introduce a regret based scalarization function based on the Chebyshev distance in the NSGA-II framework. An interesting methodology conditional value at risk (CVar) has been developed in [6], using four objectives and a criterion to choose from the Pareto solution set. Their approach considers quantiles to model extreme losses, in terms of detection time and affected population, caused by uncertain parameters. They also use a specific data structure storing all EPANET outputs for single point injection scenarios and extract from them multi-point water quality matrix based on superposition principles. A closely related paper to ours is [2] in which the conflicting objectives are the number of sensors (as a surrogate for their cost) and the risk of contamination defined as the product of the probability of not detecting the contaminant intrusion and the corresponding consequence expressed as the average volume of water consumed before detection. The algorithm NSGA-II is used to solve the MOP. Optimal sensor placement has been also addressed with methods from mathematical programming as in [7] which uses a mixed integer programming model solved by cPlex and a greedy randomized adaptive search procedure (GRASP) and [8] where a branch and bound sensor algorithm is proposed based on greedy heuristics and convex relaxation.
In this paper, the optimal sensor placement problem is modeled as a multi-objective optimization problem with Boolean decision variables and a new evolutionary algorithm for finding a good approximation of the Pareto set is proposed.
To organize the simulation results in a computationally efficient way a data structure is proposed collecting simulation outcomes for every SP which is particularly suitable for visualization and evolutionary optimization.
This data structure enables to visualize the dynamic representation of the spatio-temporal concentration of the contaminant and the detection time associated to a sensor placement. This structure is revealed through matrices represented by heat- maps which integrate a randomized set of contamination events.
Upon these heat-maps a mapping is built from the search space (where each SP is represented as a binary vector) into an information space, whose elements can be represented as a matrix or, as a histogram in the space of one-dimensional discrete probability distributions. The fitness of a sensor placement is represented probabilistically in the information space as the histogram of a discrete random variable.
The representation of a sensor placement as a histogram is the cornerstone of the new algorithm: it enables to measure the distance between sensor placements as a distance between distributions allowing a deep analysis of the search landscape and a significant speed-up in the optimization.
Among the many distances available the Wasserstein distance (WST) has been used in that provides a smooth and interpretable distance metric between distributions. This probabilistic representation has allowed to derive new genetic operators and indicators of the quality of the Pareto set.
Distinguishing features of the new algorithm MOEA/WST are in particular the selection operator which drives a more effective diversification and exploration among candidate solutions and a problem specific crossover operator which generates two “feasible by design” children from two feasible parents. This new algorithm, called multi-objective evolutionary algorithm-Wasserstein (MOEA-WST) has been tested on two benchmark and two real-world water distribution networks resulting in significant improvement over a standard algorithm both in terms of hypervolume improvement and coverage, in particular at low generation counts.
After the formulation of the problem in Section 2, Section 3 describes the specific data structure to organize the simulation results in a computationally efficient way which is also suitable for visualization and evolutionary optimization. The mathematical background is explained in two sections: Section 4 covers the methodological background of the probabilistic characterization of the search space, in particular the introduction of the Wasserstein distance. Section 5 covers the basic notions of Pareto analysis of multi-objective optimization and generalizes them in the context of the probabilistic representation. Section 6 leverages all the elements previously introduced into the design of the new algorithm MOEA/WST stressing the role of the new operators. The computational results are presented and discussed in Section 7. The last section “Conclusions” elaborates on the advantages of the algorithm and on how the probabilistic representation has allowed substantial improvements in terms of hypervolume and coverage, requiring a significantly lower number of generations. This makes MOEA/WST a good candidate for expensive multi-objective optimization problems.

2. Problem Formulation

We consider a graph G = ( V , E ) We assume a set of possible locations for placing sensors, that is L V . Thus, a SP is a subset of sensor locations, with the subset’s size less or equal to p depending on the available budget. An SP is represented by a binary vector s { 0 , 1 } | L | whose components are s i = 1 if a sensor is located at node i , s i = 0 otherwise. Thus, an SP is given by the nonzero components of s .
For a WDN the vertices in V represent junctions, tanks, reservoirs or consumption points, and edges in E represent pipes, pumps, and valves.
Let A V denote the set of contamination events a A which must be detected by a sensor placement s , and d a i the impact measure associated to a contamination event a detected by the i -th sensor.
A probability distribution is placed over possible contamination events associated to the nodes. In the computations we assume—as usual in the literature—a uniform distribution, but in general discrete distributions are also possible. In this paper, we consider as objective functions the detection time and its standard deviation.
We consider a general model of sensor placement, where d a i is the “impact” of a sensor located at Node I when the contaminant has been introduced at Node a.
P = { min f 1 ( s ) = a A α a i = 1 , , | L | d a i x a i s . t . i = 1 , , | L | s i p s i { 0 , 1 }
  • α a is the probability for the contaminant to enter the network at Node a .
  • d a i is the impact for a sensor located at Node i to detect the contaminant introduced at Node a .
  • x a i = 1 if s i = 1 , where i is the first sensor detecting the contaminant injected at Node a ; 0 otherwise.
  • p is the budget available in terms of number of sensors.
In our study we assume that all the events have the same chance of happening, that is α a = 1 / | A | , therefore f 1 ( s ) is:
f ( s ) = 1 | A | a A t ^ a
where t ^ a = i = 1 , , | L | d a i x a i is the MDT of event a .
As a measure of risk, we consider the standard deviation
f 2 ( s ) = S T D f 1 ( s ) = 1 | A | a A ( t ^ a f 1 ( s ) ) 2
This model can be specialized to different objective functions as: f 1 is the average over the contamination events of the detection time for each event. For each event a and sensor placement s the minimum detection time is defined as M D T a = min i :   s i = 1 d a i .
With t ^ a the minimum time step at which concentration reaches or exceeds a given threshold τ for the event a .
f 2 is the standard deviation of the sample average approximation of f 1 .

3. Simulation, Network and Event Data Description

3.1. WNTR

The Water Network Tool for Resilience (WNTR) [9] is a Python package designed to simulate and analyze resilience of WDNs. WNTR is based on EPANET 2.0, which is a tool to simulate flowing of drinking water constituents within a WDN.
The simulation is computationally costly as we need one execution for each contamination event.
In our study, each simulation has been performed for 24 h, with a simulation step of 1 h. Assuming L = V and A = V (i.e., the most computationally demanding problem configuration) the time required to run a simulation for the synthetic example called Net1 (available with EPANET and WNTR, and whose associated graph is depicted in Figure 1) is 2 s. The simulation time scales linearly with the inverse of the simulation step. The detection threshold is 10% of the initial concentration.

3.2. Single Sensor and Sensor Placement Matrices

Denote with S ( K + 1 ) × | A | the so-called “sensor matrix” (Figure 2), with = 1 , , | L | an index identifying the location where the sensor is deployed at. Each entry of S ( ) , z t a represents the concentration of the contaminant for the event a A at the simulation step t = 0 , , K , with T m a x = K Δ t .
Thus, in our study T m a x = 24 , Δ t = 1 and K = 24 . Without loss of generality, we assume that the contaminant is injected at the beginning of the simulation (i.e., t = 0 ).
Analogously, a “sensor placement matrix” (Figure 3), H ( s ) ( K + 1 ) × | A |   is defined, where every entry h t a represents the maximum concentration over those detected by the sensors in s , for the event a and at time step t . Suppose to have a sensor placement s consisting of m sensors with associated sensor matrices S 1 , , S m , then H ( s ) is the matrix with entries h t a = max j = 1 , , m z t a j   a A .
There is a relation between s and the associated H ( s ) : more precisely, the columns of H ( s ) having maximum concentration at row t = 0 (i.e., injection time) are those associated to events with injection occurring at the deployment locations of the sensors in s .
Moreover, H ( s ) is the basic data structure on which MDT is computed. Indeed, we can now explicit the computation of t ^ a in f 1 ( s ) and f 2 ( s ) : t ^ a is the minimum time step at which concentration reaches or exceeds a given threshold τ for the scenario a , that is t ^ a = min t = 1 , , K { h t a τ } .

4. The Probabilistic Characterization of the Search Space

The search space consists of all the possible SPs, given a set L of possible locations for their deployment, and resulting feasible with respect to the constraints in (P). Formally, s Ω = { s { 0 , 1 } | L | :   i = 1 | L | s i p } . In this section, sensor placements will be associated to a discrete probability distribution, specifically histograms, and a distance between them, namely the Wasserstein distance, will be introduced and briefly analyzed.

4.1. Histograms

In general terms a histogram is a function m i that counts the number of n observations of a random variable that fall into each of the disjoint categories (known as bins). Therefore, if k is the number of bins, the histogram m i satisfies the condition:
n = i = 1 k m i
To construct a histogram, the first step is to “bin” the range of values—that is, divide the support of the random variable into a number of intervals—and then compute the “weight” of the bin counting how many values fall into each interval. The bins are usually specified as adjacent, consecutive, non-overlapping intervals and are usually of the same size. If bins are the time subintervals of the simulation horizon and the weights are the number of events detected in each time subinterval (or their relative frequency) the histogram obtained is a rich representation of the information in H ( s ) about a placement (Figure 4). We denote the time steps in the simulation Δ t i = t i t i 1 where i = 1 , , k are equidistanced in the simulation time horizon ( 0 ,   T M A X = 86,400 ) . T M A X = k Δ t , Δ t = 1 , k = 24 . We consider the discrete random variable | A i | where A i = { a A :   t ^ a Δ t i } . n = | A | cardinality is the number of contamination events, the bins are Δ t i and m i = | A i | . To each sensor placement s we can associate not only the placement matrix H ( s ) but also the histogram h ( s ) whose bins are Δ t i and weights are | A i | .
We have added an “extra” bin (86,400 to 90,000) whose weight | A k + 1 | represents number of contamination events which were undetected during the simulation up to 86,400. In this way i = 1 k + 1 | A i | = 1 .
The “ideal” placement is that in which | A 1 | = |A|. The relation between SPs and histograms is many to one: one histogram can be associated to different SPs.
Intuitively, the larger the probability mass in lower Δ t i the better is the sensor placement (Figure 4 left), the larger the probability mass.in the higher Δ t the worse is sensor placement (Figure 4 right). The worst SPs are those for which no detection took place in the simulation horizon.

4.2. Wasserstein Distance

Let p and p be two continuous probability distributions. The Wasserstein ( W S T ) distance is a measure of the distance between p and p given by:
W S T = W ( p , p ) = inf γ Π ( p , p ) E ( x , y ) γ [ | | x y | | ]
where Π ( p ,   p ) denotes the set of all joint distributions γ ( x , y ) whose marginals are respectively p ( x ) and p ( y ) .
In general terms, given two continuous random variables X and Y whose joint distribution f ( X , Y ) is known, then the marginal probability density function can be obtained by integrating the joint probability distribution, over Y , and vice versa. That is:
f X ( x ) = c d f ( x , y ) d y , f Y ( y ) = a b f ( x , y ) d x ,
Therefore, the marginal distribution over x adds up to x γ ( x , y ) = p ( y ) and analogously y γ ( x , y ) = p ( x ) . The formula can be easily specialized to the case of two discrete random variables, X and Y . The marginal distribution of either variable— X ( Y ) , given the joint probability distribution p ( x   ,   y ) , is given by:
p X ( x i ) = j p ( x i , y j ) p Y ( y j ) = i p ( x i , y j )
The expected cost averaged over all the ( x , y ) pairs can be computed as:
x , y γ ( x , y ) | | x y | | = E ( x , y ) γ [ | | x y | | ]
The Wasserstein distance is also called earth mover’s (EM) distance from its informal interpretation as the minimum cost of moving and transforming a pile of sand in the shape of the probability distribution p to the shape of the distribution p′. The cost is quantified by the amount of sand moved times the moving distance.
If x is the starting point and y the destination the total amount of sand moved is γ ( x , y ) and the traveling distance is | | x y | | and thus the cost is γ ( x , y ) | | x y | | . One joint distribution γ ( x , y ) Π ( p ,   p ) describes one transport plan: intuitively γ ( x , y ) indicates how much mass must be transported from x to y in order to transform the distribution p into the distribution p . The minimum among the costs of all sand moving solutions as the EM distance which is the cost of the optimal transport plan.
The Wasserstein (WST) distance fits in the framework of optimal transport theory. It can be traced back to the work of Gaspard Monge [10] and received its modern linear programming formulation by Lev Kantorovich [11]. Recently, the Wasserstein distance has become a key tool in image processing and machine learning, and it has been used also the generation of adversarial networks [12].
The formulation, computation and generalization of the WST distance require sophisticated mathematical models and raise challenging computational problems: important references are [13,14] which also gives an up-to-date survey of numerical methods. In the case of the sensor placement problem, the computation of WST reduces to the comparison of two 1-D histograms which can be done by simple sorting.
Among other probability distances, as Kullback–Leibler or Jensen–Shannon, WST has two key advantages. In addition, in the cases when the distributions are supported in different spaces, even without overlaps, WST can still provide a meaningful representation of the distance between distributions [15]. Another advantage of WST is its differentiability. Both points are illustrated in the following example [16].
Consider Z = U ( 0 , 1 ) the uniform distribution on the unit interval. Let P be the distribution of ( 0 , Z ) (0 on the x axis and the random variable Z on the y axis and P θ = ( θ , Z ) .
  • K L ( P , P θ ) = + if θ 0 and 0 if θ = 0 .
  • J S ( P , P θ ) = log 2 if θ 0 and 0 if θ = 0 .
  • W ( P , P θ ) = θ if θ 0 and 0 if θ = 0 .
Therefore, Wasserstein provides a smooth measure which is useful for any optimization and learning process using gradient descent [16].

5. Multi-Objective Optimization in Search Space and Information Space

5.1. Search Space and Information Space

Our search space consists of all the possible SPs, given a set L of possible locations for their deployment, and resulting feasible with respect to the constraint in (P). Formally the feasible set is Ω = { s { 0 , 1 } | L | :   i = 1 | L | s i p } . The placement matrix H ( s ) allows the computation of f 1 and f 2 and of the histograms. Denote with π this computational process:
π : s H ( s )   ϕ ( H ( s ) ) { h ( s ) ( f 1 ( s ) , f 2 ( s ) )
We use ϕ ( H ( s ) ) to stress the fact that the computation is actually performed over H ( s ) —within the “information space”—and then it generates the observation of the two objectives ( f 1 ( s ) , f 2 ( s ) ) and the histograms h ( s )   h ( s ) .
Each bin of the histogram h ( s ) represents the number of events that are detected in a specific time range by s . These values can be extracted from the placement matrix H ( s ) . Indeed, each column of this matrix represents an event, and the detection time of this event is given by the row in which the contaminant concentration exceed a given threshold τ .
A metric in the information space has been introduced in Section 4 using histograms and the WST distance. Let consider two values s , s { 0 , 1 } | L | such that s 1 = 1 and s i + 1 = s i with i = 1 , , | L | . If d ( . , . ) is the Hamming distance, we have s , s : d ( s , s ) = max x ,   x   { 0 , 1 } | L | d ( x , x ) . We obtain H ( s ) = H ( s ) and ( f 1 ( s ) , f 2 ( s ) ) = ( f 1 ( s ) , f 2 ( s ) ) . This example shows how a distance in Ω can be highly misleading, in that two sensor placements s and s , distant in Ω , might correspond to close values of the placement matrices H ( s ) and H ( s ) , leading to close points in the objective space. This means that the landscape of the problem in the search space might have a huge number of global (not only local) optima, also significantly distant among them in Ω .
This information space can be endowed by metrics as matrix distance (e.g., Frobenius). In this paper, histograms are used as elements of the information space which has been endowed with by the Wasserstein distance (WST).
A graphical representation of the computational process π is given in Figure 5.
MOEA/WST is instantiated in the above framework according to the following steps:
  • The individuals of the population, that are sensor placements, in the evolutionary algorithm are represented as discrete probability distributions, namely histograms.
  • The space of histograms is endowed with a metric given by the WST distance between.
  • The results of WST based computations are mapped back into the search space.

5.2. Pareto Analysis and Quality Indicators of the Approximate Pareto Set

The multi-objective optimization problem (MOP) can be stated as follows:
min F ( x ) = ( f 1 ( x ) , , f m ( x ) )
Pareto rationality is the theoretical framework to analyze multi-objective optimization problems where m objective functions f 1 ( x ) , , f m ( x ) , where f i ( x ) : are to be simultaneously optimized in the search space Ω d . Here we use x to be compliant with the typical Pareto analysis’s notation, clearly in this study x is a sensor placement s .
Let u , v m   u is said to dominate v if and only if u i v i   i = 1 , , n and u j > v j for at least one index j .
The goal in multi-objective optimization is to identify the Pareto frontier of F ( x ) . A point x is pareto optimal for Problem 2 if there is no point x such that F ( x ) dominate F ( x ) . This implies that any improvement in a Pareto optimal point in one objective leads to a deterioration in another. The set of all Pareto optimal points is the Pareto set and the set of all Pareto optimal objective vectors is the Pareto front (PF). The interest in finding locations x having the associated F ( x ) on the Pareto frontier is clear: all of them represent efficient trade-offs between conflicting objectives and are the only ones, according to the Pareto rationality, to be considered by the decision maker.
A fundamental difference between single and multi-objective optimization is that it is not obvious which metric to use to evaluate the solution quality.
To measure the progress of the optimization a natural and widely used metric is the hypervolume indicator [17], that measures the objective space between a non-dominated set and a predefined reference vector. An example of Pareto frontier, along with the reference point to compute the hypervolume, is reported in Figure 6.
The hypervolume indicator is the golden standard in evaluating multi-objective algorithm also because it has strict Pareto compliance. However, it is computationally inefficient.
Given 2 approximations A and B of the Pareto front the C metric (Coverage) C ( A , B ) is defined by the percentage of solutions in B that are dominated by at least one solution in A.
  • C ( A , B ) = 1 means that all solutions in B are dominated by some solution in A ;
  • C ( A , B ) = 0 implies that no solution in B is dominated by a solution in A .

6. The Structure of MOEA/WST Algorithm

This section contains the analysis of the new algorithm proposed. It is shown how all the mathematical constructs presented in the previous sections are structured in the MOEA/WST algorithm. Section 6.1 offers a global view of the interplay of all algorithmic components which are described in the following Section 6.2, Section 6.3, Section 6.4, Section 6.5 and Section 6.6.

6.1. General Framework

Figure 7 displays the algorithmic architecture of MOEA-WST and the interaction of the different computational modules.

6.2. Chromosome Encoding

In the algorithm, each chromosome (individual) consists in a | L | -dimensional binary array that encodes a sensor placement. Each gene represents a node in which a sensor can be placed. A gene assumes value 1 if a sensor is located in the corresponding node, 0 otherwise.
Consider the Net1 water distribution, and the individual [ 0 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 0 ] , which means that two sensors are placed respectively in Nodes 12 and 23 as shown in Figure 8.

6.3. Initialization

The initial population has to be sampled. Our algorithm randomly samples the initial chromosomes. All the individuals in the population have to be different (sampling without replacement). This method does not guarantee to have only feasible individual. Among this population we select the non-dominated solutions (i.e., the initial approximation of the Pareto set).

6.4. Selection

In order to select the pairs of parents to be mated using the crossover operation, we have introduced a problem specific selection method that takes place into the information space (Figure 9). First, we randomly sample from the actual Pareto set two pairs of individuals ( F 1 , M 1 ) and ( F 2 , M 2 ) . Then we choose the pair ( F i , M i ) as the parents of the new offspring, where i = arg max i { 1 , 2 } D ( F i , M i ) . This favors exploration and diversification.
Any distance could be considered, for instance the Frobenius distance between two placement matrices H ( F i ) and H ( M i ) related to F i and M i . In this paper, we used the Wasserstein distance between the histograms corresponding to the sensor placement F i and M i .
If at least one individual of the pair of parents is not feasible (i.e., the placement contains more sensors than the budget p ) the constraint violation ( C V ) is considered instead. Let c = [ c i ] be a generic individual and p the budget, the constraint violation is defined as follows:
C V ( c ) = max ( 0 , i c p )
Then we choose the pair of parents ( F i , M i ) with i = arg min i { 1 , 2 } ( C V ( F i ) + C V ( M i ) ) .

6.5. Crossover

The standard crossover operators applied to sensor placement might generate unfeasible children which might induce computational inefficiency in terms of function evaluations. To avoid this in MOEA/WST, it has been introduced a problem specific crossover which generates two “feasible-by-design” children from two feasible parents
Denote with x , x Ω two feasible parents and with J (FatherPool) and J (MotherPool) the two associated sets J = { i :   x i = 1 } and J = { i :   x i = 1 } . To obtain two feasible children, c and c are initialized as [ 0 , , 0 ] . In turn, c and c samples an index from J and from J , respectively, without replacement. Therefore, the new operator rules out children with more than p non-zero components.
In Figure 10, an example is shown comparing the behavior of our crossover compared to a typical 1-point crossover.

6.6. Mutation

The aim of mutation is to guarantee diversification in the population and to avoid getting trapped into local optima. We consider the bitflip mutation operator, for which a mutation probability is typically used to set the “relevance” of exploration in genetic algorithms. We have been using the bitflip mutation in Pymoo (each gene has a probability of mutation of 0.1).

7. Computational Results

7.1. Net

The synthetic example Net1 provided by EPANET and WNTR. The graph associated to Net1 is depicted in previous Figure 1. Net1 consists of 1 reservoir (at Location 2), 1 tank (at Location 1) and 11 junctions (nodes). The set of possible locations to deploy sensors are the 11 junctions, therefore the set L is L = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 } . The same junctions but 1 and 2 are assumed the nodes where the contaminant can be injected at, therefore A = L \ { 1 , 2 } .
We have considered the case that the available budget allows to have a maximum of 4 sensors in the optimal SP, that is p = 4 in the constraints in (P)—valid also for the proposed bi-objective formulation. The value of p   has been defined according to a preliminary analysis on the single-objective problem (P): further increasing p does not offer any further improvement of f 1 ( s ) .
We remind that an SP is represented through a binary vector s with | L | components, with at the most p components equal to 1. The search space for this example is therefore quite limited, allowing us to solve the problem via exhaustive search. More precisely, only 561 SPs are feasible according to the constraints in (P). Thus, we exactly know the Pareto set, the Pareto frontier and the associated hypervolume.
We have used Pymoo both for implementing MOEA/WST and using directly NSGA-II. In both cases, we used 100 generations and a population size of 40.
After 100 generations, NSGA-II and MOEA/WST obtained the same results in terms of hypervolume, quantile and coverage.
Figure 11 shows a significant difference in terms of the rate of convergence of the approximate Pareto to the optimal one between the two algorithms.

7.2. Hanoi

Hanoi is a benchmark used in the literature [18]. Figure 12 displays the graph associated to Hanoi water distribution network.
Table 1 reports the performance metrics considered for the two algorithms, NSGA-II and MOEA/WST.
Figure 13 shows the relation between the detection time and the sensor budget.
Figure 14 and Figure 15 compare the performance of NSGA-II and MOEA-WST in terms of hypervolume and coverage, respectively.

7.3. Neptun

Neptun is small WDN in Timisoara, Romania, more specifically it is a district metered area (DMA) of a large WDN, and it was a pilot area of the European project ICeWater [19]. Figure 16 displays the hypervolume per generation of the two considered algorithms.

7.4. Abbiategrasso

Abbiategrasso is a pressure management zone in Milano with an associated graph of 1213 nodes and 1391 edges and it was also a pilot in the European project ICeWater [20]. Figure 17 displays the hypervolume per generation of the two considered algorithms.

7.5. Discussions

The computational results related to the four networks show some interesting facts.
  • MOEA/WST provides a better approximation of the Pareto frontier in terms of hypervolume; moreover, it shows that the gain is significantly larger for low generation counts and as the size of the network increases.
  • MOEA/WST offers a better coverage than NSGA-II. The gain is more significant in the range p = 3 , 4 , 5 (knee point).
The computational results confirm that MOEA/WST is a promising solution for computationally expensive simulation-optimization multi objective black box optimization problems.

8. Conclusions

The main result of this paper is the proposal of a new evolutionary algorithms MOEA/WST for optimal sensor placement in water distribution networks. This algorithm has a more general application domain for intrusion detection problems, where the goal is to monitor the spread of “effects” triggered by “events” like, for instance detection of fake news in Web blogs.
The algorithm has been derived in the context of a sensor placement problem in a WDN as a MOP over a set of different simulated contamination events.
An important element in the algorithm is a data structure that associates to each sensor placement the dynamic representation of the contaminant concentration detected.
Exploiting this representation sensor placements, i.e., individuals in the evolutionary framework, are mapped into an information space where they can be represented as matrices or histograms. In MOEA/WST the histogram representation has been used along the Wasserstein distance.
The Wasserstein distance has been shown to be very efficient to capture the interplay of placements and to model the dependence of informational utility of placing a sensor in a location on the presence of pre-existing sensors.
In particular, the selection operator enabled by the Wasserstein distance allows a more effective diversification and exploration among candidate solutions.
A problem specific crossover operator has been also introduced which generates out of two feasible parents two “feasible-by-design” children.
The computational efficiency of the new algorithms is confirmed by the lower number of generations required for a good quality approximation of the Pareto set.
The new algorithm has been tested on two benchmark and two real-world water distribution networks yielding an improvement over a standard algorithm in terms of hypervolume and coverage, in particular at low generation counts.
This result makes MOEA/WST a potentially good candidate for a wide class of problems of computationally expensive black-box functions over combinatorial structures.

Author Contributions

All authors contributed equally to the paper. All authors have read and agreed to the published version of the manuscript.

Funding

This study has been partially supported by the Italian project “PERFORM-WATER 2030”—Programma POR (Programma Operativo Regionale) FESR (Fondo Europeo di Sviluppo Regionale) 2014–2020, innovation call “Accordi per la Ricerca e l’Innovazione” (“Agreements for Research and Innovation”) of Regione Lombardia, (DGR N. 5245/2016—AZIONE I.1.B.1.3—ASSE I POR FESR 2014–2020)—CUP E46D17000120009. This study has been also supported by the national project “ENERGIDRICA” MIUR ARS01_00625.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data related to the network Net1 and Hanoi are available in the literature. The data of Neptun and Abbiategrasso are available from the authors on demand.

Acknowledgments

FA acknowledges the “contribution” of his son Davide whose early fascination with the “life of a droplet” might have kindled the father’s enduring interest in all things water. We greatly acknowledge the DEMS Data Science Lab for supporting this work by providing computational resources (DEMS—Department of Economics, Management and Statistics).

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following table contains the list of symbols.
G ( V , E ) Graph underlying the water distribution network.
V Set of nodes v i : i = 1 , , n .
E Set of edges e j : j = 1 , , m .
L Set of nodes where sensors can be located.
s Binary vector s { 0 , 1 } | L | with i = 1 | L | s i p the sensor placement is given by the non-zero components of s.
A Set of nodes where contaminants can be introduced in the network.
a Contamination event associated to a node.
τ Contaminant detection threshold.
d a i “Impact” of the event a when detected by a sensor in i .
x a i x a i = 1 if s i = 1 and i is the first sensor detecting the contaminant injected at Node a ; 0 otherwise.
α a The probability for the contaminant to enter the network at Node a
p Max number of sensors available.
t ^ a t ^ a = i = 1 , , | L | d a i x a i is the minimum detection time among the sensors in placement s of event a .
S S = { z t a } is the sensor matrix for a sensor deployed at Node .
z t a The concentration of the contaminant in Node for the event a A at the simulation step t .
t i The simulation step t = 0 , , K .
T m a x T max = K Δ t .
K Number of time intervals.
Δ t i Length of a time intervals Δti = titi−1.
H ( s ) H ( s ) = { h t a ( s ) } is the placement matrix.
h t a ( s ) Maximal contaminant concentration detected by sensors in placement s at simulation step t for the event a .
h ( s ) The placement histogram.
Ω Set of feasible sensor placements.
m i The generic histogram function.
| A i | Number of contamination events for which detection time happens in Δ t i .
Π The set of all joint distributions γ ( x , y ) .
γ A joint distribution γ ( x , y ) .
π The computational process π :   s { 0 , 1 } | L | H ( s ) ϕ ( H ( s ) ) { h ( s ) ( f 1 ( s ) , f 2 ( s ) ) .
ϕ A generic object in the information space.
d A generic distance.
W S T The Wasserstein distance between two probability distributions W ( p , p ) = inf γ Π ( p , p ) E ( x , y ) γ [ | | x y | | ] .
f 1 ( s ) Detection time generated by a sensor placement s .
f 2 ( s ) Standard deviation of f 1 .
F ( s ) Image of sensor placement s in the objective space F = ( f 1 ( s ) ,   f 2 ( s ) ) .
C ( A , B ) Coverage ratio of two approximations A and B of the Pareto front.

References

  1. Candelieri, A.; Ponti, A.; Archetti, F. Risk Aware Optimization of Water Sensor Placement. arXiv 2021, arXiv:2103.04862. [Google Scholar]
  2. Weickgenannt, M.; Kapelan, Z.; Blokker, M.; Savic, D.A. Risk-Based Sensor Placement for Contaminant Detection in Water Distribution Systems. J. Water Resour. Plan. Manag. 2010, 136, 629–636. [Google Scholar] [CrossRef]
  3. Aral, M.M.; Guan, J.; Maslia, M.L. A Multi-Objective Optimization Algorithm for Sensor Placement in Water Distribution Systems. In Proceedings of the World Environmental and Water Resources Congress 2008, Ahupua’A, Honolulu, HI, USA, 12–16 May 2008; pp. 1–11. [Google Scholar]
  4. Ostfeld, A.; Uber, J.G.; Salomons, E.; Berry, J.W.; Hart, W.E.; Phillips, C.A.; Watson, J.-P.; Dorini, G.; Jonkergouw, P.; Kapelan, Z. The Battle of the Water Sensor Networks (BWSN): A Design Challenge for Engineers and Algorithms. J. Water Resour. Plan. Manag. 2008, 134, 556–568. [Google Scholar] [CrossRef] [Green Version]
  5. Margarida, D.; Antunes, C.H. Multi-Objective Optimization of Sensor Placement to Detect Contamination in Water Distribution Networks. In Proceedings of the Companion Publication of the 2015 Annual Conference on Genetic and Evolutionary Computation, Madrid, Spain, 11–15 July 2015; pp. 1423–1424. [Google Scholar]
  6. Naserizade, S.S.; Nikoo, M.R.; Montaseri, H. A Risk-Based Multi-Objective Model for Optimal Placement of Sensors in Water Distribution System. J. Hydrol. 2018, 557, 147–159. [Google Scholar] [CrossRef]
  7. Berry, J.; Hart, W.E.; Phillips, C.A.; Uber, J.G.; Watson, J.-P. Sensor Placement in Municipal Water Networks with Temporal Integer Programming Models. J. Water Resour. Plan. Manag. 2006, 132, 218–224. [Google Scholar] [CrossRef] [Green Version]
  8. Zhao, Y.; Schwartz, R.; Salomons, E.; Ostfeld, A.; Poor, H.V. New Formulation and Optimization Methods for Water Sensor Placement. Environ. Model. Softw. 2016, 76, 128–136. [Google Scholar] [CrossRef]
  9. Klise, K.A.; Murray, R.; Haxton, T. An Overview of the Water Network Tool for Resilience (WNTR); Sandia National Lab.(SNL-NM): Albuquerque, NM, USA, 2018. [Google Scholar]
  10. Monge, G. Mémoire Sur La Théorie Des Déblais et Des Remblais; Histoire De L’académie des Science de Paris; De l’Imprimerie Royale: Paris, France, 1781. [Google Scholar]
  11. Kantorovitch, L. On the Translocation of Masses. Manag. Sci. 1958, 5, 1–4. [Google Scholar] [CrossRef]
  12. Weng, L. From Gan to Wgan. arXiv 2019, arXiv:1904.08994. [Google Scholar]
  13. Villani, C. Optimal Transport: Old and New; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2008; Volume 338. [Google Scholar]
  14. Peyré, G.; Cuturi, M. Computational Optimal Transport: With Applications to Data Science. Found. Trends Mach. Learn. 2019, 11, 355–607. [Google Scholar] [CrossRef]
  15. Öcal, K.; Grima, R.; Sanguinetti, G. Parameter Estimation for Biochemical Reaction Networks Using Wasserstein Distances. J. Phys. A Math. Theor. 2019, 53, 034002. [Google Scholar] [CrossRef] [Green Version]
  16. Arjovsky, M.; Chintala, S.; Bottou, L. Wasserstein Generative Adversarial Networks. In Proceedings of the International Conference on Machine Learning; PMLR: Sydney, Australia, 2017; pp. 214–223. [Google Scholar]
  17. Zitzler, E.; Künzli, S. Indicator-Based Selection in Multiobjective Search. In Proceedings of the International Conference on Parallel Problem Solving from Nature; Springer: Berlin/Heidelberg, Germany, 2004; pp. 832–842. [Google Scholar]
  18. Vasan, A.; Simonovic, S.P. Optimization of Water Distribution Network Design Using Differential Evolution. J. Water Resour. Plan. Manag. 2010, 136, 279–287. [Google Scholar] [CrossRef]
  19. Candelieri, A.; Soldi, D.; Archetti, F. Cost-Effective Sensors Placement and Leak Localization–the Neptun Pilot of the ICeWater Project. J. Water Supply Res. Technol. AQUA 2015, 64, 567–582. [Google Scholar] [CrossRef]
  20. Fantozzi, M.; Popescu, I.; Farnham, T.; Archetti, F.; Mogre, P.; Tsouchnika, E.; Chiesa, C.; Tsertou, A.; Gama, M.C.; Bimpas, M. ICT for Efficient Water Resources Management: The ICeWater Energy Management and Control Approach. Procedia Eng. 2014, 70, 633–640. [Google Scholar] [CrossRef]
Figure 1. A schematic representation of the Net1 synthetic example (left). Concentrations of the contaminant introduced at Node 9 for Nodes 1, 2, 8, 9, 10, and 11 (right).
Figure 1. A schematic representation of the Net1 synthetic example (left). Concentrations of the contaminant introduced at Node 9 for Nodes 1, 2, 8, 9, 10, and 11 (right).
Water 13 01625 g001
Figure 2. Sensor matrices S 9 and S 11   for sensors deployed respectively at locations, i.e., Node 9 (left) and Node 11 (right).
Figure 2. Sensor matrices S 9 and S 11   for sensors deployed respectively at locations, i.e., Node 9 (left) and Node 11 (right).
Water 13 01625 g002
Figure 3. Sensor placement matrix for a sensor placement consisting of two sensors deployed at Locations 9 and 11.
Figure 3. Sensor placement matrix for a sensor placement consisting of two sensors deployed at Locations 9 and 11.
Water 13 01625 g003
Figure 4. The histogram of a sensor placement with p = 4 (|A| = 9).
Figure 4. The histogram of a sensor placement with p = 4 (|A| = 9).
Water 13 01625 g004
Figure 5. Search space, information space and objectives.
Figure 5. Search space, information space and objectives.
Water 13 01625 g005
Figure 6. An example of Pareto frontier, with the associated hypervolume, for two minimization objectives ( f 1 is the detection time and f 2 is its standard deviation).
Figure 6. An example of Pareto frontier, with the associated hypervolume, for two minimization objectives ( f 1 is the detection time and f 2 is its standard deviation).
Water 13 01625 g006
Figure 7. The general structure of MOEA/WST.
Figure 7. The general structure of MOEA/WST.
Water 13 01625 g007
Figure 8. A sensor placement example considering Net1.
Figure 8. A sensor placement example considering Net1.
Water 13 01625 g008
Figure 9. Two pairs of individuals are randomly sampled from the actual Pareto front. In this example, the pairs ( F 1 , M 1 ) = ( [ 9 , 11 ] , [ 7 , 8 , 11 ] ) is choosen because W S T ( H [ 9 , 11 ] , H [ 7 , 8 , 11 ] ) = 18,800 > W S T ( H [ 10 , 11 ] , H [ 11 ] ) = 4000 .
Figure 9. Two pairs of individuals are randomly sampled from the actual Pareto front. In this example, the pairs ( F 1 , M 1 ) = ( [ 9 , 11 ] , [ 7 , 8 , 11 ] ) is choosen because W S T ( H [ 9 , 11 ] , H [ 7 , 8 , 11 ] ) = 18,800 > W S T ( H [ 10 , 11 ] , H [ 11 ] ) = 4000 .
Water 13 01625 g009
Figure 10. A schematic representation of the new crossover operator.
Figure 10. A schematic representation of the new crossover operator.
Water 13 01625 g010
Figure 11. Coverage between the optimal Pareto frontier and the approximate one.
Figure 11. Coverage between the optimal Pareto frontier and the approximate one.
Water 13 01625 g011
Figure 12. A schematic representation of the Hanoi water distribution network.
Figure 12. A schematic representation of the Hanoi water distribution network.
Water 13 01625 g012
Figure 13. Detection time over the budget.
Figure 13. Detection time over the budget.
Water 13 01625 g013
Figure 14. Hypervolume per generation.
Figure 14. Hypervolume per generation.
Water 13 01625 g014
Figure 15. Coverage per generation.
Figure 15. Coverage per generation.
Water 13 01625 g015
Figure 16. Hypervolume per generation.
Figure 16. Hypervolume per generation.
Water 13 01625 g016
Figure 17. Hypervolume per generation.
Figure 17. Hypervolume per generation.
Water 13 01625 g017
Table 1. Metric (Hanoi—50 generation).
Table 1. Metric (Hanoi—50 generation).
MetricHypervolume (×106)Coverage
AlgorithmNSGA-IIMOEA/WSTC(NSGA-II, MOEA/WST)C(MOEA/WST, NSGA-II)
Budget 22278.422458.660.330.50
Budget 32470.802682.930.160.69
Budget 42619.832643.730.310.58
Budget 52287.122424.120.220.62
Budget 102427.642531.230.280.64
Budget 152569.292511.220.7250.125
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ponti, A.; Candelieri, A.; Archetti, F. A New Evolutionary Approach to Optimal Sensor Placement in Water Distribution Networks. Water 2021, 13, 1625. https://doi.org/10.3390/w13121625

AMA Style

Ponti A, Candelieri A, Archetti F. A New Evolutionary Approach to Optimal Sensor Placement in Water Distribution Networks. Water. 2021; 13(12):1625. https://doi.org/10.3390/w13121625

Chicago/Turabian Style

Ponti, Andrea, Antonio Candelieri, and Francesco Archetti. 2021. "A New Evolutionary Approach to Optimal Sensor Placement in Water Distribution Networks" Water 13, no. 12: 1625. https://doi.org/10.3390/w13121625

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop