Movatterモバイル変換


[0]ホーム

URL:


CN109063569B - A Semantic-level Change Detection Method Based on Remote Sensing Images - Google Patents

A Semantic-level Change Detection Method Based on Remote Sensing Images
Download PDF

Info

Publication number
CN109063569B
CN109063569BCN201810721849.6ACN201810721849ACN109063569BCN 109063569 BCN109063569 BCN 109063569BCN 201810721849 ACN201810721849 ACN 201810721849ACN 109063569 BCN109063569 BCN 109063569B
Authority
CN
China
Prior art keywords
neural network
remote sensing
semantic
layer
change detection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810721849.6A
Other languages
Chinese (zh)
Other versions
CN109063569A (en
Inventor
史振威
石天阳
吴犀
陈浩
王冰冰
王海波
喻文勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beihang University
China Center for Resource Satellite Data and Applications CRESDA
Original Assignee
Beihang University
China Center for Resource Satellite Data and Applications CRESDA
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beihang University, China Center for Resource Satellite Data and Applications CRESDAfiledCriticalBeihang University
Priority to CN201810721849.6ApriorityCriticalpatent/CN109063569B/en
Publication of CN109063569ApublicationCriticalpatent/CN109063569A/en
Application grantedgrantedCritical
Publication of CN109063569BpublicationCriticalpatent/CN109063569B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention relates to a semantic level change detection method based on a remote sensing image, which is technically characterized in that a full convolution neural network aiming at semantic level change detection is designed. The method comprises four steps: the method comprises the following steps: making a data set; step two: building a full convolution neural network; step three: training a full convolution neural network; step four: and detecting the change of the remote sensing image to obtain a final extraction result. The invention overcomes the defects of the prior art, well solves the problem of extracting semantic level change information from the multi-temporal remote sensing image, has higher automation degree and detection precision, can greatly improve the change detection efficiency, and has wide application prospect and value.

Description

Semantic level change detection method based on remote sensing image
The technical field is as follows:
the invention relates to a semantic level change detection method based on a remote sensing image, and belongs to the technical field of visible light remote sensing image change detection.
(II) background technology:
remote sensing (remote sensing) is a method of obtaining object information without physical contact, in contrast to field observations. Remote sensing currently utilizes on-board or on-board sensors to detect and identify objects in the earth, ocean, and atmosphere. According to different sources of received electromagnetic waves, remote sensing can be divided into active remote sensing and passive remote sensing, wherein electromagnetic wave signals of the former are from satellites or airplanes, and signals received by the latter are from reflected sunlight. Remote sensing technology is widely used, including geography, land surveying, and most of the geosciences disciplines. Furthermore, there are also important applications in military, intelligence, commercial, economic, planning and humanitarian areas. Furthermore, when a telemetric instrument can convert a received electromagnetic signal into an image, the image is called a remote sensing image (remote sensing images).
The semantic segmentation (semantic segmentation) means that a computer automatically segments each pixel point in an image according to the semantic category of the target to which the pixel point belongs, so as to obtain a labeling result of pixel-by-pixel classification (pixel-wise classification). The task of semantic segmentation presents a significant challenge because objects that express the same semantic category tend to be composed of multiple components, which may be very different.
A full convolution neural network (full convolution neural network) is one of the neural network models that have been developed rapidly in recent years, and has a feature that end-to-end (end-to-end) semantic information of an image can be learned, so that a semantic segmentation task can be completed well. For a remote sensing image, the contained information is far more than that of a natural image, but the information is limited by the height of a satellite, the resolution of the image is usually not high, and a large amount of detail information is lost, so that semantic segmentation for the remote sensing image is still a difficult point and a hot point of current research.
Change detection (change detection) refers to the fact that a remote sensing image pair with the same area and different time phases is used for extracting an area with obvious change in front and rear time phases, and the technology can be applied to the fields of land supervision, urban planning, natural disaster assessment and the like. However, under the influence of illumination, weather, season and camera state, the imaging quality of the remote sensing image often fluctuates greatly, which makes it difficult to automatically extract the change information.
The semantic level change detection is distinguished by the change conditions of the ground object types contained in the front time phase and the rear time phase, and the land utilization monitoring belongs to the semantic level change detection. Since conventional change detection research is generally limited to small areas and semantic levels are difficult to achieve, this task currently still relies on manual annotation. Generally, the land use monitoring task of only one grade city needs to consume dozens of working hours, and if the land use monitoring task is directed to the whole scope of the district, the land use monitoring task can be completed only by the cooperation of months and the full force of the whole department. Aiming at the problems, the invention provides a semantic level change detection method based on a remote sensing image. The method can not only extract the change area from the remote sensing image pair, but also judge the type of the change, such as the change of a building into vegetation, and the like, thereby greatly improving the automation degree of change detection and further reducing the supervising cost of the government.
(III) the invention content:
the invention aims to provide a semantic level change detection method based on a remote sensing image. The method is based on semantic segmentation, combines the thought of change detection, constructs a full convolution neural network aiming at the change detection of the remote sensing image, and aims to mark a change area in a remote sensing image pair and judge the type of change.
The invention is realized by the following technical scheme:
the invention discloses a semantic level change detection method based on a remote sensing image, which is a semantic level change detection method aiming at a multi-temporal remote sensing image pair. The method comprises the following specific steps:
the method comprises the following steps: a data set is made.
Firstly, multi-temporal remote sensing images in the same area are prepared, and an overlapping area and an available light wave band are extracted to form a true color remote sensing image pair. Secondly, the remote sensing image is labeled with semantic labels artificially for training and testing, the labeled data is used as a training set for neural network training, and the rest data is used as a testing set for verifying the performance of the neural network.
Step two: and building a full convolution neural network.
The neural network comprises two modules, namely a semantic feature extraction module and a change feature extraction module. The semantic feature extraction module extracts consistent semantic features from the front time phase image and the rear time phase image respectively in a parameter sharing mode. The change feature extraction module firstly fuses the semantic features of the two time phase images and then further abstracts the semantic features to obtain the change features. And finally, the two modules are cascaded to obtain good change detection performance.
The specific steps for constructing the neural network are as follows:
1. creating a model file: prototxt.
2. Building a neural network: because Caffe is a layer as a basic module, detailed parameters of each layer need to be configured in sequence;
3. an input layer is provided. At the position of the neural network input, a data layer named as 'data' is arranged, and the data layer is responsible for reading in the original remote sensing image pair and the related label.
4. Setting a connecting layer: because the neural network comprises two modules, in order to train in the same frame, a connection layer is also needed to be arranged for connecting two groups of features respectively extracted by the semantic feature extraction module in series for the subsequent change feature extraction module to use.
5. An output layer is provided. And on the basis of the change feature extraction module, an output layer is further arranged and used for converting the extracted features into specific categories. The number of convolution kernels N of this layer is the same as the number of classes that need to be distinguished in the actual task.
6. Setting a loss function layer: because the remote sensing image interpretation task related in the invention belongs to the pixel-by-pixel classification task, the cross entropy is used as a loss function to guide the training of the neural network.
Step three: training a full convolution neural network. And (4) constructing a full convolution neural network by using the data set manufactured in the step one and the step two, and training by using a Caffe deep learning framework. After full training, the corresponding neural network parameters are recorded.
The specific method comprises the following steps: 1. the optimization method selects a random gradient descent method, and the learning rate is set to be 10-5The maximum number of iterations was set to 10 ten thousand. 2. The weights of the neural network are initialized with a uniform distribution. 3. Training data is input and pixel-by-pixel change detection results are obtained through forward propagation. 4. A loss function between the neural network output and the tag is calculated. 5. Weights and biases in the neural network are adjusted by back-propagating errors. And repeating the steps 2, 3 and 4 until the iteration number reaches the maximum iteration number, and stopping optimization and storing the neural network parameters at the moment.
Step four: and detecting the change of the remote sensing image. Firstly, extracting a visible light wave band from an input remote sensing image according to a format of training set data and pairing the visible light wave band; secondly, marking the test set data or the data except the data set by using the neural network optimized in the step three; if the input image exceeds the computer video memory limit, a small image pair needs to be cut first, and the final result can be obtained by splicing after pair-by-pair change detection.
The invention discloses a semantic level change detection method based on remote sensing images. The invention has the advantages that: by constructing a full convolution neural network suitable for extracting semantic level change information, change information is extracted from an input registered remote sensing image pair, and the change information not only contains binary logic information of whether pixel value change occurs, but also contains semantic information corresponding to a change type. In addition, as the method can extract the robust semantic level change features, the method can deal with massive remote sensing data, and has high automation degree, thereby being beneficial to greatly reducing the labor cost.
(IV) description of the drawings:
FIG. 1 is a diagram of a full convolution neural network architecture for semantic level change detection.
FIG. 2 is a block diagram of a process for detecting changes in remote sensing images according to the method of the present invention.
Figure 3 tests a remote sensing image pair (front phase).
Figure 4 tests a remote sensing image pair (posterior phase).
FIG. 5 semantic level change detection results.
Figure 6 manually labels the results.
Table 1 table for setting parameters of full convolutional neural network according to the present invention
(V) specific embodiment:
for a better understanding of the technical solution of the present invention, the following embodiments are further described with reference to the accompanying drawings:
the system environment depended on by the invention is Ubuntu16.04, the used deep learning framework is Caffe, and the framework can be used for efficiently training and testing the neural network. Under the framework, firstly, a configuration file needs to be written, the specific structure of the used neural network is described, and the hyper-parameters required by training are set; when the neural network is trained, parameters contained in the neural network can be adjusted and optimized by using an error back propagation algorithm and a random gradient descent method; and finally, extracting semantic level change information from the remote sensing image pair by using a test mode contained in the Caffe framework.
The full convolution neural network proposed by the present invention is shown in fig. 1, and the activation function layer and the down-sampling layer are hidden in the figure because the full convolution neural network does not contain trainable parameters. The rectangular parallelepiped represents a series of convolutional layers included in the neural network, the solid arrows represent the direction of data flow, and the detailed network configuration is shown in table 1. The flow chart of the whole algorithm operation is shown in fig. 2. In addition, when the algorithm is executed, the detailed configuration of the computer is as follows: intel (R) core (TM) i7-6700K processor, main frequency 4.0GHz, internal memory 32GB, video card NVIDIA TITAN X Pascal.
The semantic level change detection method comprises the following steps:
the method comprises the following steps: a data set is made. The input data required by the invention is a registered true color remote sensing image pair, so when an area covered by a data set is selected, a plurality of remote sensing images in the same area and different time phases are required to be obtained firstly, and an overlapped area is intercepted from the remote sensing images to be used as the remote sensing image pair. After the remote sensing image pair is obtained, a visible light wave band needs to be further extracted and made into a true color remote sensing image pair, so that the input format is ensured to meet the requirements of the invention. In addition, the neural network technology related in the invention belongs to the field of supervised learning, and the remote sensing image pair also needs to be artificially labeled with semantic labels for training and testing. The semantic label is the same as the input image pair in size, and the value of each pixel point represents whether the input image pair changes at the position or not and the type of the change. After obtaining the labeled remote sensing image pair, the image pair is further divided into a small image and divided into two parts, which represent training data and test data respectively and are used for training a neural network and verifying the performance of the neural network. Limited by computer video memory resources, and the size of each pair of remote sensing images after cutting is 500x500 pixels.
Step two: and building a full convolution neural network. And under a Caffe framework, a full convolution neural network aiming at semantic level change detection needs to be built layer by utilizing a configuration file. As shown in fig. 1, the network is divided into two parts, namely a semantic feature extraction module and a change feature extraction module. In the semantic feature extraction module, the network adopts a parameter sharing strategy, and simultaneously extracts semantic features from the remote sensing images of the front time phase and the rear time phase, so that the consistency of the features is ensured. For the change feature extraction module, two groups of features respectively representing front and rear time phase remote sensing images are fused and further abstracted, and semantic change information is learned with the help of corresponding labels.
For feature extraction, it is typically done with multiple stacked convolutional layers. Convolutional layers typically contain a plurality of convolution kernels, each representing a type of feature, for extracting rich features. The convolutional layer is typically input as a feature map or raw image, and the output is a further abstracted feature map. Through the combination of various types of features and the stacking of convolutional layers, semantic level features with highly linear separable properties can be obtained under the optimization of supervised learning. In addition, in order to solve the non-linearity problem, a non-linear activation function layer is required to be added behind each convolution layer, and a ReLU activation function is adopted in the invention.
Further, the invention also adopts a Pooling layer (Pooling) to improve the generalization capability and the micro-deformation resistance of the neural network. The pooling operation is basically equal to down-sampling, and the modes include maximum value pooling and mean value pooling, and the specific method is that a sliding window traverses an input image according to a set step length, and an output value is the maximum value or the mean value of all data in each window.
The specific steps for constructing the neural network are as follows:
1. a model file is created. Such as protein.
2. And building a neural network. Since Caffe is a layer as a basic module, detailed parameters of each layer need to be configured according to the content and sequence of table 1, and the examples are as follows:
Figure BDA0001718776110000051
this example shows that this layer is the second convolutional layer in the group of conv1 layers, named "conv 1_ 2", the name of the lower layer is "conv 1_ 1", the number of output channels (number of convolutional kernels) of the convolutional layer is 64, and the included convolutional kernel size is 3 × 3.
3. An input layer is provided. At the position one layer before the convolutional layer conv1_1, a data layer named "data" is arranged, and the data layer is responsible for reading in the original remote sensing image pair and the related label.
4. And arranging a connecting layer. Because the neural network comprises two modules, in order to train in the same frame, a connection layer is also needed to be arranged for connecting two groups of features respectively extracted by the semantic feature extraction module in series (concat layer) for the subsequent change feature extraction module to use.
5. An output layer is provided. And on the basis of the change feature extraction module, an output layer is further arranged and used for converting the extracted features into specific categories. The number of convolution kernels N of this layer is the same as the number of classes that need to be distinguished in the actual task.
6. A loss function layer is provided. Because the remote sensing image interpretation task related in the invention belongs to the pixel-by-pixel classification task, the cross entropy is used as a loss function to guide the training of the neural network.
Figure BDA0001718776110000061
TABLE 1
Step three: training a full convolution neural network. And (4) training the neural network by utilizing a Caffe deep learning framework according to the data set manufactured in the first step and the neural network built in the second step. The specific method comprises the following steps:
1. a solver file, such as solver. In the solver file, firstly, a model file needs to be specified as train. Secondly, the optimization method selects a random gradient descent method with a momentum term, and the learning rate is set to be 10-5The maximum number of iterations is set to 10 ten thousand; and finally, selecting a training mode and training by using the GPU. The formula of the stochastic gradient descent method of the momentum term is as follows:
Figure BDA0001718776110000071
wi+1:=wi+vi+1
wherein v represents the increment of parameter updating, w represents the parameter of convolution layer, e represents the learning rate, and L represents the calculation result of the loss function.
2. The weights of the neural network are initialized with a uniform distribution. For each convolutional layer, the mean is set to 0 and the variance is set to the reciprocal of the number of convolutional kernels.
3. Training data is input and pixel-by-pixel change detection results are obtained through forward propagation. The main operations include three types, namely convolution operation, pooling operation and activation operation. The pooling operation is to perform down-sampling operation on the input feature image. The calculation formula of the convolution operation and the activation operation is as follows (x)lFeature graph representing the input of the l-th layer, wlConvolution kernel parameters representing layer i):
convolution operation: x is the number ofl+1=wl*xl
And (3) activating operation:
Figure BDA0001718776110000072
4. a loss function between the neural network output and the tag is calculated. In the invention, cross entropy is used as a loss function to indicate the quality of the output of the neural network, and a calculation formula is as follows (p represents the probability of predicting each class of the neural network,
Figure BDA0001718776110000073
represents the probability of truth, and the network output contains N pixels and K classes):
Figure BDA0001718776110000074
5. weights and biases in the neural network are adjusted by back-propagating errors. Error back propagation is a typical application of the chain rule, and in actual calculation, the updating quantity of the weight and the offset can be calculated layer by layer only by calculating the derivative of the input error to the weight and the offset of each layer and then calculating the derivative of the input error to the output error. Taking the loss function in the step 4 as an example, the calculation formula when the loss function propagates reversely is as follows:
Figure BDA0001718776110000075
and repeating the steps 2, 3 and 4 until the iteration number reaches the maximum iteration number, and stopping optimization and storing the neural network parameters at the moment.
Step four: and detecting the change of the remote sensing image. And (4) extracting the change information of the images in the test set by using the neural network trained in the third step. The specific method comprises the following steps: 1. and (4) loading the adjusted neural network parameters in the third step into a Caffe deep learning framework. 2. Test data of 500x500 pixels is input into the neural network. 3. And carrying out forward propagation on the data to obtain a change detection result. In addition, when the method is applied in a large scale, the registered remote sensing image pair can be firstly divided into a small image pair with 500x500 pixels, the steps from one step to three are repeated to realize the change detection of each pair of images, and finally the image pairs are spliced in sequence to obtain a complete change detection result.
The experimental results are as follows: the method uses 200 marked remote sensing image pairs with 500x500 pixels as training data, and the other 200 unmarked remote sensing image pairs as test data and are marked into three types, wherein the two types represent that semantic level change occurs (building is changed into non-building and non-building is changed into building) and the third type represents that the semantic level change does not occur. As shown in fig. 3 and 4, there are two kinds of changes in the image, the first kind such as farmland, forest and house roof changes in color in front and back time phases, but does not belong to semantic level changes because the category is not changed; the second one is that, as shown on the left side of fig. 3 and 4, the forest in the front time phase changes into buildings such as houses and hardened floors in the rear time phase, and changes in category (semantic level) occur. As can be seen from fig. 5 and fig. 6, the method provided by the present invention can mark the change type well according to the semantic information, so that the change type is not affected by the non-semantic change, and therefore, the method has good robustness and accuracy.
From experimental results, the method well solves the problem of semantic level change detection of the remote sensing image, has high automation degree and marking precision, can greatly reduce labor cost, and has wide application prospect and value.

Claims (3)

1. A semantic level change detection method based on remote sensing images is a semantic level change detection method aiming at multi-temporal remote sensing image pairs, and is characterized in that: the method comprises the following specific steps:
the method comprises the following steps: producing a data set
Firstly, preparing multi-temporal remote sensing images in the same area, extracting an overlapping area and an available light wave band to form a true color remote sensing image pair; secondly, marking semantic labels on the remote sensing image artificially for training and testing, using the labeled data as a training set for neural network training, and using the rest as a testing set for verifying the performance of the neural network;
step two: building a full convolution neural network
The neural network comprises two modules, namely a semantic feature extraction module and a change feature extraction module; the semantic feature extraction module extracts consistent semantic features from the front time phase image and the rear time phase image respectively in a parameter sharing mode; the change feature extraction module firstly fuses the semantic features of the two time phase images and then further abstracts the semantic features to obtain change features; finally, good change detection performance is obtained through the cascade connection of the two modules;
step three: training full convolution neural networks
Building a full convolution neural network by using the data set manufactured in the first step and the second step, training by using a Caffe deep learning framework, and recording corresponding neural network parameters;
step four: remote sensing image change detection
Firstly, extracting a visible light wave band from an input remote sensing image according to a format of training set data and pairing the visible light wave band; secondly, marking the test set data by using the neural network tuned and optimized in the third step; if the input image exceeds the computer video memory limit, a small image pair needs to be cut first, and the final result can be obtained by splicing after pair-by-pair change detection.
2. The method for detecting semantic level change based on remote sensing images according to claim 1, characterized in that: the second step is to build a full convolution neural network, and comprises the following specific steps:
(1) creating a model file: prototxt;
(2) building a neural network: because Caffe takes layer as a basic module, detailed parameters of each layer are required to be configured in sequence;
(3) and setting an input layer: setting a data layer named as 'data' at the position of the neural network input, wherein the data layer is responsible for reading in an original remote sensing image pair and a related label;
(4) and setting a connecting layer: setting a linking layer, and connecting the two groups of features respectively extracted by the semantic feature extraction module in series for the subsequent change feature extraction module to use;
(5) and setting an output layer: on the basis of the change feature extraction module, an output layer is further arranged, and the extracted features are converted into specific categories; the number N of convolution kernels of the layer is the same as the number of categories to be distinguished in an actual task;
(6) and setting a loss function layer: the cross entropy is used as a loss function to guide the training of the neural network.
3. The method for detecting semantic level change based on remote sensing images according to claim 1, characterized in that: the third step is as follows: (1) the optimization method selects a random gradient descent method, and the learning rate is set to be 10-5The maximum number of iterations is set to 10 ten thousand; (2) initializing the weight of the neural network by adopting uniform distribution; (3) inputting training data and obtaining a pixel-by-pixel change detection result through forward propagation; (4) calculating a loss function between the neural network output and the label; (5) adjusting weights and biases in the neural network by back-propagating errors; and (5) repeating the steps (2), (3) and (4) until the iteration number reaches the maximum iteration number, and at the moment, stopping optimizing and storing the neural network parameters.
CN201810721849.6A2018-07-042018-07-04 A Semantic-level Change Detection Method Based on Remote Sensing ImagesActiveCN109063569B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201810721849.6ACN109063569B (en)2018-07-042018-07-04 A Semantic-level Change Detection Method Based on Remote Sensing Images

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201810721849.6ACN109063569B (en)2018-07-042018-07-04 A Semantic-level Change Detection Method Based on Remote Sensing Images

Publications (2)

Publication NumberPublication Date
CN109063569A CN109063569A (en)2018-12-21
CN109063569Btrue CN109063569B (en)2021-08-24

Family

ID=64818575

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201810721849.6AActiveCN109063569B (en)2018-07-042018-07-04 A Semantic-level Change Detection Method Based on Remote Sensing Images

Country Status (1)

CountryLink
CN (1)CN109063569B (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN109754011B (en)*2018-12-292019-11-12北京中科寒武纪科技有限公司Data processing method, device and Related product based on Caffe
CN109886238A (en)*2019-03-012019-06-14湖北无垠智探科技发展有限公司Unmanned plane Image Change Detection algorithm based on semantic segmentation
CN111738972B (en)*2019-03-192024-05-28阿里巴巴集团控股有限公司Building detection system, method and device
CN110136154B (en)*2019-05-162022-12-06西安电子科技大学Remote sensing image semantic segmentation method based on full convolution network and morphological processing
CN110263705B (en)*2019-06-192023-07-07上海交通大学 Two phases of high-resolution remote sensing image change detection system for the field of remote sensing technology
CN110287932B (en)*2019-07-022021-04-13中国科学院空天信息创新研究院Road blocking information extraction method based on deep learning image semantic segmentation
CN112215039A (en)*2019-07-102021-01-12北京市商汤科技开发有限公司Training method for change detection network, change detection method, device and medium
CN111325771B (en)*2020-02-172022-02-01武汉大学High-resolution remote sensing image change detection method based on image fusion framework
CN111640087B (en)*2020-04-142023-07-14中国测绘科学研究院 An Image Change Detection Method Based on SAR Deep Fully Convolutional Neural Network
CN111582043B (en)*2020-04-152022-03-15电子科技大学 A multi-task learning-based method for detecting ground object changes in high-resolution remote sensing images
CN112101168A (en)*2020-09-082020-12-18中电科大数据研究院有限公司Satellite and unmanned aerial vehicle linkage-based commonweal litigation auxiliary evidence obtaining system and method
CN112396594B (en)*2020-11-272024-03-29广东电网有限责任公司肇庆供电局Method and device for acquiring change detection model, change detection method, computer equipment and readable storage medium
CN114913434B (en)*2022-06-022024-06-11大连理工大学High-resolution remote sensing image change detection method based on global relation reasoning
CN115908797A (en)*2022-10-312023-04-04江河瑞通(北京)技术有限公司 A dam bank collapse detection method and system based on deep learning technology
CN116129265B (en)*2023-01-032024-03-08国网湖北省电力有限公司经济技术研究院Remote sensing image engineering quantity monitoring method based on neural network
CN116091492B (en)*2023-04-062023-07-14中国科学技术大学 A pixel-level detection method and system for image changes
CN116778336B (en)*2023-07-072025-07-15山东师范大学Remote sensing image change detection method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106296728A (en)*2016-07-272017-01-04昆明理工大学A kind of Segmentation of Moving Object method in unrestricted scene based on full convolutional network
CN106909924A (en)*2017-02-182017-06-30北京工业大学A kind of remote sensing image method for quickly retrieving based on depth conspicuousness
CN107610141A (en)*2017-09-052018-01-19华南理工大学A kind of remote sensing images semantic segmentation method based on deep learning

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
EP3345129A4 (en)*2015-08-312019-07-24Cape Analytics, Inc. SYSTEMS AND METHODS FOR ANALYZING REMOTE DETECTION IMAGING

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106296728A (en)*2016-07-272017-01-04昆明理工大学A kind of Segmentation of Moving Object method in unrestricted scene based on full convolutional network
CN106909924A (en)*2017-02-182017-06-30北京工业大学A kind of remote sensing image method for quickly retrieving based on depth conspicuousness
CN107610141A (en)*2017-09-052018-01-19华南理工大学A kind of remote sensing images semantic segmentation method based on deep learning

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Symmetrical Dense-Shortcut Deep Fully Convolutional Networks for Semantic Segmentation of Very-High-Resolution Remote Sensing Images;Guanzhou Chen,et al.;《IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING》;20180531;第11卷(第5期);1633-1644*

Also Published As

Publication numberPublication date
CN109063569A (en)2018-12-21

Similar Documents

PublicationPublication DateTitle
CN109063569B (en) A Semantic-level Change Detection Method Based on Remote Sensing Images
Wang et al.DDU-Net: Dual-decoder-U-Net for road extraction using high-resolution remote sensing images
Schumann et al.Progress in integration of remote sensing–derived flood extent and stage data and hydraulic models
CN116720156A (en) Meteorological element forecasting method based on graph neural network multi-modal meteorological data fusion
CN112052755A (en) Semantic convolutional hyperspectral image classification method based on multi-channel attention mechanism
CN113239830B (en) A remote sensing image cloud detection method based on full-scale feature fusion
CN110751077B (en)Optical remote sensing picture ship detection method based on component matching and distance constraint
CN118485927A (en) A high-resolution remote sensing image target detection method based on multi-scale network
Anh Khoa et al.Wireless sensor networks and machine learning meet climate change prediction
CN118153628A (en) A correction method for short-term quantitative precipitation numerical forecast based on deep learning
CN115830423A (en) Target detection method based on millimeter wave radar and visible light image fusion
Yang et al.Flood detection based on unmanned aerial vehicle system and deep learning
CN117852592A (en) A training method, system, computing device and medium for precipitation prediction model
CN116206098A (en)Moon surface safety landing zone selection system and method thereof
CN119516406A (en) Multi-client collaborative SAR image target recognition method based on federated learning
CN119762896B (en)Multi-network fusion hyperspectral image classification method with anti-noise performance
Fu et al.SGCN: a multi-order neighborhood feature fusion landform classification method based on superpixel and graph convolutional network
Wang et al.Multi‐scale network for remote sensing segmentation
CN113837080B (en)Small target detection method based on information enhancement and receptive field enhancement
CN113807417B (en)Dense matching method and system based on deep learning visual field self-selection network
CN118279671B (en)Satellite inversion cloud classification method, device, electronic equipment and computer storage medium
CN114819298A (en)Crop yield prediction method based on remote sensing and ensemble learning
CN117372886A (en)Deep learning snow depth estimation method
CN117197609A (en)Construction method, system, medium and equipment of remote sensing sample data set
Minu et al.SS Subashka Ramesh

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp