<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Locating fuel breaks to minimise the risk of impact of wild fire</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ad´an Rodr´ıguez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Begon˜a Vitoriano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marc Damage</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ignacio Leguey</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Complutense University of Madrid</institution>
          ,
          <addr-line>UCM</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Polytechnic University of Madrid</institution>
          ,
          <addr-line>UPM</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Real Melbourne Institute of Technology</institution>
          ,
          <addr-line>RMIT</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <fpage>19</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>In order to respond the question “Where to locate fuel breaks?”, a peculiar location model is presented involving stochastic mixed integer nonlinear optimization, Bayesian networks and directional statistic inference. From a first simple approximation to the large model, will be shown what motivates follow models and its complexity incorporated. Also, a case study with real data about Corsica region is presented.</p>
      </abstract>
      <kwd-group>
        <kwd>stochastic programming</kwd>
        <kwd>mixed integer programming</kwd>
        <kwd>nonlinear programming</kwd>
        <kwd>Bayesian inference</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Methodology</title>
      <sec id="sec-2-1">
        <title>First approach</title>
        <p>The main idea is to split the region we want to consider in homogeneous areas, and define the
connectivity between those areas with the probability of the fire to pass from one to other. With
this idea in mind, the first problem is how to compute the probability of fire in a node known
ignition probabilities and spread probabilities.</p>
        <p>Given a network (N, A) with</p>
        <p>N = {n1, . . . , nm}</p>
        <p>A ⊂ N × N
being N the set of all nodes representing homogeneous areas of the land and A the set of
directed edges connecting N . Also we denote as aij = (ni, nj). The simplest way to compute
the probability of fire in node ni (fi) is assuming independence on those events, this is:
1 − f1 = (1 − ig1) (1 − f2 · a21) . . . (1 − fm−1 · am−1,1)
1 − f2 = (1 − f1 · a12) (1 − ig2) . . . (1 − fm−1 · am−1,2)</p>
        <p>... ... ... ... ...
1 − fm−1 = (1 − f1 · a1m−1) (1 − f2 · a2m−1) . . . (1 − igm−1)
1 − fm = (1 − f1 · a1m) (1 − f2 · a2m) . . . (1 − fm−1 · am−1m)
(1 − fm · am1)
(1 − fm · am2)
.
.</p>
        <p>.
(1 − fm · amm−1)
(1 − igm)
Being fi the probability of fire in node ni, aij the probability of spread between node ni and
node nj and igi the probability of ignition in node ni.</p>
        <p>Note 1. In order to facilitate the reading, we will use an abuse of notation. For example
aij is defined as an arch of network (N, A), but in the previous system is used as a number
(probability). Also we will see aij as an event (fire spread). In general, events and them
probabilities are represented with same symbols, the context will give as the meaning in every
case.</p>
        <p>With this formulation we can solve the problem to compute the probability of fire in a node
with a nonlinear model (NLP). Adding binary variables, the model is transformed into a decision
model.</p>
        <p>m
min z =  fi · vi</p>
        <p>i=1
s.a</p>
        <p>m
1 − fi = (1 − igi) ·  (1 − fj · aij · xij) for i = 1, . . . , m
j=1
j∕=i
(1)
m
 xij · cij ≤ B
i,j=1
i∕=j
fi ∈ [0, 1], xij ∈ {0, 1}</p>
        <p>Now suppose a12 = a21 = 0.8, ig1 = 0.1 and ig2 = 0. The solution of the system
(1) minimize expected loss cost, being vi an estimation of the losses if ni burns. Also, xij
represents the decision of build a FSZ in arch aij and cij costs of locate a FSZ there. Locations
of xij must be bounded by a budget B.</p>
        <p>In the case of a graph with cycles this approximation can be far from reality. Let us see an
explanatory example.</p>
        <p>Example 1. Consider the simple graph</p>
        <p>G = (N = {n1, n2},</p>
        <p>A = {a12 = (n1, n2), a21 = (n2, n1)})
n1</p>
        <p>n2
a12
a21
 1 − f1 = (1 − ig1) · (1 − f2 · a21)
1 − f2 = (1 − ig2) · (1 − f1 · a12)
In this case it’s easy to see this result is far from the correct solution. Note that the probability
of the region represented by G having a fire is 0.1.</p>
        <p>Even more, if we consider the definition of event there is a fire in node ni as follows
 f1 = ig1 ∪ (f2 ∩ a21)
f2 = (f1 ∩ a12) ∪ ig2
(2)
i.e. fi burs if there is an ignition there or if its neighbor burns and fire can pass from it to fi.</p>
        <p>The equation Boolean system doesn’t have unique solution, see [Levchenkov, 2000]. This is,
there a couple of sets fi∗ satisfying (2).
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Stochastic</title>
        <p>One of the main problems is the existence of loops in G. In order to eliminate loops on the
model we can consider wind scenarios. For every scenario the graph Gs to be optimize must be
an acyclic graph.</p>
        <p>Let’s suppose there are four relevant types of wind in region: S = {n, s, e, w} and for every wind
Gs is acyclic. Then the Stochastic optimization model based on (1) would be
m
min z =  fis · vi</p>
        <p>i=1
s.a</p>
        <p>m
1 − fis = (1 − igi) ·  1 − fjs · aij · xij for s∈{n,s,e,w}</p>
        <p>s for i=1,...,m
j=1
j∕=i
m
 xij · cij ≤ B
i,j=1
i∕=j
fis ∈ [0, 1], xij ∈ {0, 1}
(3)
Using meteorological data of the region, and fitting wind direction data on a density function,
like in [Leguey et al., 2016], it is possible to provide a couple of wind scenarios, and provide a
solution for the problem avoiding loop issues. The scenario are based on risky days, those days
were humidity, temperature and wind velocity are favorable for fire appearance and propagation.</p>
        <p>Even without loops, the independence assumption is too hard. It can be proved that
random variable F = {f1, . . . , fm} is a Bayesian network. Using exact or approximation
algorithms, it is possible to improve model formulation (3), this methodology is showed at
[Cheng and Hadjisophocleous, 2009].
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusion and future work</title>
      <p>Keeping the mind between the mathematical model and the real problem can be an effort,
however, focusing only on one, the result could be useless. On one hand, this work faces several
mathematical challenges. On the other hand, even being able to compute an exact solution for
the complex model, it doesn’t have sense if the parameters are not realistic.</p>
      <p>Input parameters, ignition probabilities and spread probabilities, are based on historical fire
database from Corsica firefighters, and meteorological information. In future works, it is planned
to use, topography and vegetation data as well as expert knowledge.</p>
      <p>Finally, a sensitive analysis is required to claim imprecisions on the input data doesn’t change
a lot optimize location.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Cheng and Hadjisophocleous, 2009] Cheng, H. and
          <string-name>
            <surname>Hadjisophocleous</surname>
            ,
            <given-names>G. V.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>The modeling of fire spread in buildings by bayesian network</article-title>
          .
          <source>Fire Safety Journal</source>
          ,
          <volume>44</volume>
          (
          <issue>6</issue>
          ):
          <fpage>901</fpage>
          -
          <lpage>908</lpage>
          . PT: J; NR: 23; TC: 15;
          <string-name>
            <surname>J9: FIRE SAFETY J; PG</surname>
          </string-name>
          <article-title>: 8; GA: 477OZ; UT: WOS:000268529700009.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [Garvey et al.,
          <year>2015</year>
          ] Garvey,
          <string-name>
            <given-names>M. D.</given-names>
            ,
            <surname>Carnovale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , and
            <surname>Yeniyurt</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>An analytical framework for supply network risk propagation: A bayesian network approach</article-title>
          .
          <source>European Journal of Operational Research</source>
          ,
          <volume>243</volume>
          (
          <issue>2</issue>
          ):
          <fpage>618</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [Leguey et al.,
          <year>2016</year>
          ] Leguey,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Bielza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            , and
            <surname>Larranaga</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Tree-structured bayesian networks for wrapped cauchy directional distributions</article-title>
          .
          <source>Advances in Artificial Intelligence, Caepia</source>
          <year>2016</year>
          ,
          <volume>9868</volume>
          :
          <fpage>207</fpage>
          -
          <lpage>216</lpage>
          .
          <article-title>PT: S; CT: 17th Conference of the Spanish-Association-forArtificial-</article-title>
          <string-name>
            <surname>Intelligence</surname>
          </string-name>
          (CAEPIA);
          <source>CY: SEP 14-16</source>
          ,
          <year>2016</year>
          ; CL:
          <article-title>Salamanca, SPAIN; SP: Spanish Assoc Artificial Intelligence</article-title>
          ,
          <string-name>
            <surname>BISITE</surname>
          </string-name>
          , Univ Salamanca, Springer Team,
          <source>AEPIA; NR: 25; TC: 0; J9: LECT NOTES ARTIF INT; PG: 10; GA: BG2XK; UT: WOS:000387750600019.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>[Levchenkov</source>
          , 2000] Levchenkov,
          <string-name>
            <surname>V.</surname>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>Solution of equations in boolean algebra</article-title>
          .
          <source>Computational Mathematics and Modeling</source>
          ,
          <volume>11</volume>
          (
          <issue>2</issue>
          ):
          <fpage>154</fpage>
          -
          <lpage>163</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>