<!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>FORECASTING AND ASSESSMENT OF LAND CONDITIONS USING NEURAL NETWORKS</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Khokhriakova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V. Grishkin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Anastasiia Khokhriakova</institution>
          ,
          <addr-line>Valery Grishkin</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Saint Petersburg State University</institution>
          ,
          <addr-line>7-9 Universitetskaya emb., Saint Petersburg, 199034</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>5</fpage>
      <lpage>9</lpage>
      <abstract>
        <p>In some regions, mainly occupied by agriculture and cattle breeding, irreversible soil changes, e.g. desertification, have appeared, which can lead to serious environmental and economic problems. This paper considers the application of neural networks for prediction and assessment of desertificationprone lands using satellite images. An autoencoder type of the neural network is applied for these purposes. Datasets were generated for training from the Sentinel-2 satellite open database. The first network was used for prediction. The second network is responsible for segmentation of the image into classes using NDVI index. In this paper we explain the method, the architecture of the network and present some experimental results. The presented method allows making a qualitative and quantitative assessment of possible changes, which can be useful for planning preventive works.</p>
      </abstract>
      <kwd-group>
        <kwd>desertification</kwd>
        <kwd>forecasting</kwd>
        <kwd>satellite images</kwd>
        <kwd>multispectral images</kwd>
        <kwd>neural network</kwd>
        <kwd>autoencoder</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Desertification is one of the problems which can have a negative impact on the economy and
agriculture. Almost 30% of the land area are deserts and semi-deserts and about 5% of it are located
on the territory of Russia, predominantly in the south near the Caspian Sea. And each year situation
become worse [
        <xref ref-type="bibr" rid="ref1 ref2">1-2</xref>
        ].
      </p>
      <p>It would be useful to predict what could happen in a few years and to evaluate qualitative and
quantitative changes to plan campaigns to prevent negative changes. Satellite images can be used for
this purpose. The process is divided into 2 steps: prediction and segmentation. An autoencoder type
neural network was chosen for both of them.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Datasets</title>
      <p>
        There are no suitable datasets for the considered purpose, so special sets of images were
created. Google Earth Engine [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] allows users to download satellite images in a high quality for free.
Sentinel-2 level 2a was chosen because it has extra tools for preprocessing, and it is possible to
download images in different spectrum.
      </p>
      <p>The area of The Republic of Kalmykia, which is approximately 85 000 square kilometers, was
chosen. It was divided into 72 parts. The images were downloaded in RGB. The side of one pixel
corresponds to 10 meters. Data was downloaded for the period 1st April - 1st October of 2019 and
2020 years. Each image was divided into squares 64x64. Finally, dataset contains almost 400 000
pairs.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Prediction</title>
      <p>Prediction is the first stage. Since the images were downloaded for 2019 and 2020 years, the
network will predict a year ahead. The following are examples of this dataset [fig. 1]. Left image is an
input and right image is an output.</p>
      <p>(a) (b)</p>
      <p>Figure 1. Dataset’s elements: a) 2019 year (input) b) 2020 year (output)</p>
      <p>
        An autoencoder type of neural networks was selected for the considering purpose. An
important advantage of autoencoders is also the fact that autoencoders are auto-associative networks.
Therefore, their customization is carried out through self-learning (unsupervised learning) and does
not require the involvement of large and representative databases of labeled data. It consists of two
parts [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The first part is encoder. The architecture of encoder is presented in figure 2.
The architecture of decoder is presented in the figure 3.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Segmentation</title>
      <p>The second stage is segmentation and assessment of changes. Initially SCL band (Scene
Classification Map) which contains 11 classes (water, bare soils, vegetation, clouds etc.) was
considered as a source of training data, but the quality of these images wasn’t suitable. But this
satellite has other useful bands. It has NIR and RED images to form NDVI images [5].</p>
      <p>NDVI is an index, which can be used to distinguish different types of objects depending on its
value [table 1].</p>
      <p>NDVI value
0.7
0.5
0.025</p>
      <p>0
-0.05
-0.25
-0.5</p>
      <p>NDVI images are suitable for determining bare soils and vegetation. Dataset of these images
can be used for teaching the second network. Applying digital image processing techniques to the
resulting image it is possible to find desert areas and evaluate changes.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Experimental results</title>
      <p>Training parameters for the network were:
 Images: 200 000 pairs of RGB images 64x64
 Loss functions: The mean squared error (MSE) and the binary cross-entropy (BCE)
 Optimizer: Adam
 Metrics: Accuracy
 Number of epochs: 70</p>
      <p>Graphs of loss-functions and of accuracy for training and validation parts were received [fig.
4-5]. MSE function gives values of loss-functions an order of magnitude less.
(a)
(b)</p>
      <p>Accuracy is about 96%. It is good enough for the second stage.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion References</title>
      <p>The described method allows not only to conduct a qualitative and quantitative analysis of
land changes, but also to make a prediction. It is necessary to form dataset for the second stage and
conduct experiments. The last step is to connect the outcomes of the networks to make conclusions
about soil condition.
[5] Bajkalova T.V. Monitoring i ocenka dinamiki razvitiya erozionnyh processov na zemlyah
sel'skohozyajstvennogo naznacheniya [Monitoring and assessment of the dynamics of the
development of erosion processes on agricultural lands]. // Vestnik Altajskogo gosudarstvennogo
agrarnogo universiteta, 2018. – №6(164). – S. 61-67.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Dedova</surname>
            <given-names>E.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gol'</surname>
            dvarg
            <given-names>B.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cagan-Mandzhiev N</surname>
          </string-name>
          .L.
          <article-title>Degradaciya zemel' Respubliki Kal mykiya: problemy i puti vosstanovleniya [Land degradation in the Republic of Kalmykia: problems and</article-title>
          ways of restoration] // Aridnye ekosistemy,
          <year>2020</year>
          . tom 26 - №
          <volume>2</volume>
          (
          <issue>83</issue>
          ). - S.
          <fpage>63</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Trofimov</surname>
            <given-names>I.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trofimova</surname>
            <given-names>L.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yakovleva</surname>
            <given-names>E.P.</given-names>
          </string-name>
          <article-title>Distancionnye indikatory opustyni vaniya zemel' [Remote indicators of land desertification]</article-title>
          . // Aridnye ekosistemy,
          <year>2015</year>
          . tom 21 - №
          <volume>1</volume>
          (
          <issue>62</issue>
          ). - S.
          <fpage>5</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Earth</given-names>
            <surname>Engine Data Catalog</surname>
          </string-name>
          . Available at: https://developers.google.com/earthengine/datasets/catalog/COPERNICUS_S2_SR (accessed
          <year>30</year>
          .05.
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Nikolenko</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kadurin A Arhangel'skaya E. Glubokoe</surname>
            <given-names>obuchenie</given-names>
          </string-name>
          [Deep learning] // Saint Petersburg, Piter Publ.,
          <year>2019</year>
          . 480 p.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>