Abstract
The Earth remote sensing is becoming a new and quickly developing interdisciplinary area of a practical importance and various commercial applications. The IT industry now in accordance with the academic sector is now working on developing new competences in the area which includes the development of new algorithms and calibration of existing program complexes and libraries. Investigation about using neural networks for detection geo-objects on the satellite images is the field of primary importance. In this paper we present the way of determination of the initial data, the architecture of the neural network, the accuracy characteristics of the recognized objects for the algorithm of recognition of buildings and structures based on the data of ultra-high resolution space imagery (UHRSI) which was made according to our research. The results could be used in the different application of remote data analysis including satellite application in different branches of military and civic needs.
Keywords: Image recognitionneural networksatellite imagesobject detectionmachine learning
Introduction
The Earth remote sensing is becoming a new and quickly developing interdisciplinary area of a practical importance. The IT industry now in accordance with the academic sector is now working on developing new competences (Chursin & Kashirin et al., 2018; Kashirin & Semenov et al., 2017) in remote data analysis and other connected fields. In machine learning applications for remote sensing, aerial image interpretation is usually formulated as a pixel labeling task. Given an aerial image the goal is to produce either a complete semantic segmentation of the image into classes such as building, road, tree, grass, and water or a binary classification of the image for a single object class. So the new algorithms should be devised and studied. Below we present an way to set the preliminary conditions for the algorithm developed in the project of RUDN University and Russian Space Systems Corporation as an approach for a new competence development.
Problem Statement
To develop an algorithm and approach for the problem of recognition of buildings and structures based on the data of ultra-high resolution space imagery.
Research Questions
To analyse the initial data form, the architecture of the neural network, the accuracy characteristics of the recognized objects for the algorithm of recognition of buildings and structures based on the data of ultra-high resolution space imagery (UHRSI).
Purpose of the Study
Determination of the requirements for UHRSI.
Research Methods
The research methods are neural network theory for ultra-high resolution space imagery.
Findings
After the investigation and experiments we formulate the following requirements to the initial data for the algorithm of detecting buildings and structures.
Initial data
Images from the sensor of Geoton Resource-P Satellite;
Presence of 4 channels (red, blue, green and near infrared);
Processing level 4A is the integrated panchromatic image (processing level 2A) and multi-spectral (processing level 2A1) images of the same territory (Pansharpening);
Cloudiness less than 70% of the image coverage;
The angle of deviation from the nadir of the original image should not exceed 30 degrees;
The point sizes of each satellite image channel must be pairwise identical;
The point sizes of the channels must have at least 1024 points in each dimension;
The information component of each satellite channel point must be 10 bits;
Determination of the requirements to the neural network architecture
The neural network must have at least 10 layers;
The neural network must have multiple inputs and one output;
The point sizes of the result should correspond to the point sizes of the input image;
The architecture of a neural network should provide the possibility of using methods of regularization and retraining prevention, namely, the methods of "normalizing batches" (Ioffe & Szegedy, 2015, p. 448-456) and "exceptions" (Srivastava, 2014, p. 1929-1958).
The architecture should include links of the "passthrough characteristics" type (Chaurasia & Culurciello, 2017, p. 1-4)
The architecture of the neural network should be adapted to the learning transfer strategy for a part of the layers;
Determination of requirements to the accuracy characteristics of recognized objects
Buildings and structures with a total linear dimension of less than 10 meters, should achieve the acquisition accuracy of 0.5 and segmentation accuracy (measure of Sørensen) of each object of no less than 0.6;
Buildings and structures with a total linear dimension exceeding 10 meters, should achieve the acquisition accuracy of 0.88 and segmentation accuracy (measure of Sørensen) of each object of no less than 0.6;
Buildings and structures with a total linear dimension exceeding 75 meters, should achieve the acquisition accuracy of 0.98 and segmentation accuracy (measure of Sørensen) of each object of no less than 0.6;
Buildings and structures with a total linear dimension exceeding 200 meters, should achieve the acquisition accuracy of 0.99 and segmentation accuracy (measure of Sørensen) of each object of no less than 0.6 (accuracy =
Measure of Sørensen =
Development of an algorithm for recognition of buildings and structures based on ultra-high resolution space imagery
The general developed scheme of the algorithm for recognition of buildings and structures according to the data of ultra-high resolution space imagery is shown in Figures


The input algorithm is expected to receive a 4-channel satellite image from Geoton sensor, having the processing level 4A - a composite image of a panchromatic (processing level 2A) and a multi-spectral (level of processing 2A1) images of the same territory (Pansharpening) (Figure

Sliding window method:
Make the size of the sliding window - pixels;
Make the increments of the sliding window - pixels (vertically) and pixels (horizontally);
Complete the edges of the initial image I with the height H and width W to the size of the sliding window;
Form the pieces of the image (crop) of the size from the complemented image in increments of
The following values were chosen for this algorithm:
pixels, to ensure the hit of rather big objects in one crop, which will allow to achieve the specified accuracy, and the practical possibility to create the software implementation on one hand, on the other hand, since the size of the window directly determines the size of the layer of the neural network, which increase leads to the increase of the requirements for the size of memory and the speed of the hardware and exponential increase of the learning time.
pixels, pixels, to ensure the overlay of the crops so that the edge of one crop coincides with the center of the adjacent. It will enable to avoid artifacts and conflicts on the edges of the crop when restoring the segmentation of the entire image from the segmentations of certain crop areas.

Generating of 8 reflections for each crop (Figure
Let C be the crooked image,
is a rotation by π , is a mirror reflection, then the set 8 of reflections O can be represented as:
.
Obtain a segment map for each of the 8 reflections. At this stage, the original crop is passed through a trained deep neural web. Denote the function of obtaining the prediction P on the crop image C, as h. Then .
The network architecture is a sequence of encoding blocks that reduce the spatial resolution of the original crop, and decoding blocks that increase the spatial resolution, combining input data with feature maps, obtained by the transmission method from the encoding blocks of the corresponding resolution, which ensures the ensemble of the results of all layers and resolutions (Figures
The encoding block is a set of 3 operations on feature cards.


These operations are:
The convolution layer is the main block of the convolutional neural network. Every channel of the convolution layer includes filter, its convolution core processes the previous layer fragment by fragment (summing the results of the matrix product for each fragment). It is denoted as Convolution ([
Relu activation function. The scalar result of each convolution falls on the activation function, which is a function , this function helps to evade the problems of a damped and exploding gradient, and is computationally simple;
The sub-sampling layer (otherwise downsampling, undersubsampling, Figure

The decoding block is a set of 4 consecutive operations (Figure

-
Spatial exclusion – shuts down the layer of neurons with probability p;
-
A convolution layer with a 1x1 core is necessary to reduce the dimension of the feature map;
Activation function. The scalar result of each convolution falls on the activation function, which is a nonlinear function , this function allows both to amplify weak signals and to avoid saturation from strong signals.
Linear increase (Figure

As a result, the output of the neural network is a set of 8 probability maps that each point of the original crop belongs to the class "Buildings and Constructions".
Reverse mapping operations (rotation to and mirror image) are applied to the resulting set of probability maps in order to obtain the preimages of the images used with respect to output probability maps. Since and , the desired multitude will have the form:
Refine the boundaries of the obtained segments by averaging the predictions. Then the final prediction for each point of the crop image will be calculated using the following formula:
This approach improves the segmentation results obtained in the previous stage.
Combine the obtained intersecting prediction maps with the help of a weighted sum using a two-dimensional Gaussian distribution with zero in the center of the crop and a root-mean-square deviation , calculated at points corresponding to the centers of the crop pixels to get the segmentation of the original image. It will eliminate conflicts and artifacts on the crop borders, since the crop, which is closest to a pixel will have the greatest contribution to its value, and the contribution of the extreme points of the crop is .
Conclusion
In this paper we presented the way of determination of the initial data, the architecture of the neural network, the accuracy characteristics of the recognized objects for the algorithm of recognition of buildings and structures based on the data of ultra-high resolution space imagery (UHRSI) which was made according our research. The results could be used in the different application of remote data analysis
Acknowledgments
The paper was prepared with the financial support of the Ministry of Education of the Russian Federation in the framework of the scientific project No. 14.575.21.0167 connected with the implementation of applied scientific research on the following topic: «Development of applied solutions for processing and integration of large volumes of diverse operational, retrospective and the thematic data of Earth's remote sensing in the unified geospace using smart digital technologies and artificial intelligence» (identifier RFMEFI57517X0167)
References
- Chaurasia, A. & Culurciello, E. (2017). Linknet Exploiting encoder representations for efficient semantic segmentation. In 2017 IEEE Visual Communications and Image Processing (VCIP) (p. 1-4).
- Chursin, A, Kashirin, A. et al. (2018). The approach to detection and application of the company's technological competences to form a business-model. IOP Conference Series Materials Science and Engineering, 313, 012003. doi:10.1088/1757-899X/312/1/012003
- Ioffe, S. & Szegedy, C. (2015). Batch Normalization Accelerating Deep Network Training by Reducing Internal Covariate Shift. In International Conference on Machine Learning (p. 448-456).
- Kashirin, A., Semenov, A., Ostrovskaya, A. & Kokuytseva, T. (2016). The Modern Approach to Competencies Management Based on IT Solutions. JIBC-AD - Journal of Internet Banking and Commerce, 01, 813075.
- Srivastava N. et al. (2014). Dropout: a simple way to prevent neural networks from overfitting, The Journal of Machine Learning Research, 15(1), 1929-1958.
Copyright information
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
About this article
Publication Date
23 November 2018
Article Doi
eBook ISBN
978-1-80296-048-8
Publisher
Future Academy
Volume
49
Print ISBN (optional)
-
Edition Number
1st Edition
Pages
1-840
Subjects
Educational psychology, child psychology, developmental psychology, cognitive psychology
Cite this article as:
Ostrovskaya, A. A., Semenov, N. E., & Rubtsov, A. O. (2018). Determination Of The Architecture Of The Neural Network For Recognition Algorithm Uhrsi. In S. Malykh, & E. Nikulchev (Eds.), Psychology and Education - ICPE 2018, vol 49. European Proceedings of Social and Behavioural Sciences (pp. 506-514). Future Academy. https://doi.org/10.15405/epsbs.2018.11.02.56