CN112577473A - Double-time-phase high-resolution remote sensing image change detection algorithm - Google Patents
Double-time-phase high-resolution remote sensing image change detection algorithm Download PDFInfo
- Publication number
- CN112577473A CN112577473A CN202011532151.3A CN202011532151A CN112577473A CN 112577473 A CN112577473 A CN 112577473A CN 202011532151 A CN202011532151 A CN 202011532151A CN 112577473 A CN112577473 A CN 112577473A
- Authority
- CN
- China
- Prior art keywords
- image
- remote sensing
- change detection
- time
- scale
- 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.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C11/00—Photogrammetry or videogrammetry, e.g. stereogrammetry; Photographic surveying
- G01C11/04—Interpretation of pictures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/52—Scale-space analysis, e.g. wavelet analysis
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Multimedia (AREA)
- Molecular Biology (AREA)
- Computational Linguistics (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Abstract
The invention discloses a double-time-phase high-resolution remote sensing image change detection algorithm, which relates to the technical field of remote sensing mapping geographic information and comprises the following steps: A. acquiring an image: the satellite photographing unit acquires multi-time remote sensing image data and carries out registration; B. preprocessing of the image: and performing vector, grid and PNG format conversion on each IMG source data picture. The double-time-phase high-resolution remote sensing image change detection algorithm can obtain multi-scale features by combining the features of different areas, the image space is averagely divided into sub-areas under a certain scale under the drive of the motivation, a self-attention mechanism is introduced into each sub-area, and the multi-scale feature representation can be obtained by dividing the image into the multi-scale sub-areas by utilizing the space-time relationship of an object under the scale so as to better adapt to the scale of a target.
Description
Technical Field
The invention relates to the technical field of remote sensing mapping geographic information, in particular to a double-time-phase high-resolution remote sensing image change detection algorithm.
Background
The change detection has great significance in the interpretation of the remote sensing image, the high-resolution remote sensing image greatly improves the land utilization and the covering change monitoring capability, the multi-temporal high-resolution remote sensing image contains complex geographic information elements, the full-automatic change detection of the remote sensing image is carried out by utilizing deep learning, the two years of rapid development, the precision and the efficiency far exceed the traditional method, the patent provides a deep convolution neural network aiming at a target change area, the end-to-end change detection function of a multiresolution remote sensing image is realized, 97% change detection accuracy is obtained on the multi-temporal data set of the remote sensing satellite, and experimental results show that, the network has high accuracy and good generalization capability, can be used for actual production, and further replaces manual and accurate finding of image change areas.
Most of the conventional change detection methods construct information features from the original data of the cell, where image pixels and image objects are two main categories of the analysis cell, and then judge the change category change identification by comparing the feature representation of the analysis cell, and the general method is to calculate a feature difference map and segment the change area by a threshold.
A change detection method based on deep learning is characterized in that whether change occurs or not is determined by comparing parameterized distances of double time phase data, a deep full convolution network can learn an embedding space and comprises two identical networks sharing the same weight, each network independently generates a feature map of each time image, then whether change occurs or not is judged through measurement between each pair of feature points, and in the training process of a model, different loss functions are tried to obtain a better detection effect.
The general method is that each position of an image is assigned with a change score, wherein the score of the changed position is higher than that of the position without change, the problem of class imbalance is solved through the weight setting of the class, a CNN method and an RNN method are adopted to capture sequence relation and model time dependency, and some models combining the CNN and the RNN are difficult to effectively detect the changed region through photographic data with different size resolutions.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides a double-time-phase high-resolution remote sensing image change detection algorithm, aiming at solving the problems in double-time-phase change detection, wherein a change object area can have different sizes, and multi-scale features can be obtained by combining the features of areas with different sizes.
(II) technical scheme
In order to achieve the above purposes, the technical scheme adopted by the invention is as follows: a double-time-phase high-resolution remote sensing image change detection algorithm comprises the following steps:
A. acquiring an image: the satellite photographing unit acquires multi-time remote sensing image data and carries out registration;
B. preprocessing of the image: performing vector, grid and PNG format conversion on each IMG source data picture;
C. data set partitioning: randomly dividing the preprocessed pictures into a training set, a testing set and a verification set according to the ratio of 6: 3: 1;
D. selecting a model evaluation index: setting evaluation indexes such as OA, Kappa and the like aiming at the change detection problem;
E. model training: deep learning and training a neural network, and optimizing parameters such as BN, Batch Size, crop, flit and the like;
F. and (3) prediction: and selecting an optimal model, inputting the first-stage image and the second-stage image of the test, and outputting a change detection result.
Preferably, the specific implementation process of the steps A-F is as follows;
s1, reading the Image data Image and corresponding Label data;
s2, calculating an output size ratio (output stride 16), and the expansion rate of the last stage is 2;
s3, because ASPP has four different rates, a global average pooling is additionally performed;
s4, the result of the encoder is up-sampled by 4 times, then the up-sampled result is convolved by 3x3 together with Conv2 characteristic concat before down-sampling in resnet, and finally the up-sampled result is up-sampled by 4 times to obtain a final result;
and S5, before fusing the low-level information, performing convolution of 1x1 to reduce channels.
(III) advantageous effects
The invention has the beneficial effects that:
the double-time-phase high-resolution remote sensing image change detection algorithm can obtain multi-scale features by combining the features of different areas, the image space is averagely divided into sub-areas under a certain scale under the drive of the motivation, a self-attention mechanism is introduced into each sub-area, the space-time relationship of an object under the scale is utilized, the multi-scale feature representation can be obtained by dividing the image into the multi-scale sub-areas, the target scale change can be better adapted, the problem of two-time-phase multi-resolution image change detection can be remarkably solved, and the OA index of the model is remarkably improved.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a Kappa coefficient formula diagram according to the present invention;
FIG. 3 is a Tverseky Loss formula diagram of the present invention;
FIG. 4 is a first no building detection diagram of the building change detection results of the present invention;
fig. 5 is a second-stage newly-built building detection diagram of the building change detection result of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1 to 5, the present invention provides a technical solution: a double-time-phase high-resolution remote sensing image change detection algorithm comprises the following steps:
A. acquiring an image: the satellite photographing unit acquires multi-time remote sensing image data and carries out registration;
B. preprocessing of the image: performing vector, grid and PNG format conversion on each IMG source data picture;
C. data set partitioning: randomly dividing the preprocessed pictures into a training set, a testing set and a verification set according to the ratio of 6: 3: 1;
D. selecting a model evaluation index: setting evaluation indexes such as OA, Kappa and the like aiming at the change detection problem;
E. model training: deep learning and training a neural network, and optimizing parameters such as BN, Batch Size, crop, flit and the like;
F. and (3) prediction: and selecting an optimal model, inputting the first-stage image and the second-stage image of the test, and outputting a change detection result.
The specific implementation process of the steps A-F is as follows;
s1, reading the Image data Image and corresponding Label data;
s2, calculating an output size ratio (output stride 16), and the expansion rate of the last stage is 2;
s3, because ASPP has four different rates, a global average pooling is additionally performed;
s4, the result of the encoder is up-sampled by 4 times, then the up-sampled result is convolved by 3x3 together with Conv2 characteristic concat before down-sampling in resnet, and finally the up-sampled result is up-sampled by 4 times to obtain a final result;
s5, before fusing the low-level information, performing convolution of 1x1 to reduce channels, for example, 512 channels, and the encoder result only has 256 channels.
The above-mentioned embodiments, objects, technical solutions and advantages of the present invention are further described in detail, it should be understood that the above-mentioned embodiments are only illustrative of the present invention and are not intended to limit the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the protection scope of the present invention.
Claims (2)
1. A double-time-phase high-resolution remote sensing image change detection algorithm comprises the following steps:
A. acquiring an image: the satellite photographing unit acquires multi-time remote sensing image data and carries out registration;
B. preprocessing of the image: performing vector, grid and PNG format conversion on each IMG source data picture;
C. data set partitioning: randomly dividing the preprocessed pictures into a training set, a testing set and a verification set according to the ratio of 6: 3: 1;
D. selecting a model evaluation index: setting evaluation indexes such as OA, Kappa and the like aiming at the change detection problem;
E. model training: deep learning and training a neural network, and optimizing parameters such as BN, Batch Size, crop, flit and the like;
F. and (3) prediction: and selecting an optimal model, inputting the first-stage image and the second-stage image of the test, and outputting a change detection result.
2. The dual-temporal high-resolution remote sensing image change detection algorithm according to claim 1, characterized in that: the specific implementation process of the steps A-F is as follows;
s1, reading the Image data Image and corresponding Label data;
s2, calculating an output size ratio (output stride 16), and the expansion rate of the last stage is 2;
s3, because ASPP has four different rates, a global average pooling is additionally performed;
s4, the result of the encoder is up-sampled by 4 times, then the up-sampled result is convolved by 3x3 together with Conv2 characteristic concat before down-sampling in resnet, and finally the up-sampled result is up-sampled by 4 times to obtain a final result;
and S5, before fusing the low-level information, performing convolution of 1x1 to reduce channels.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011532151.3A CN112577473A (en) | 2020-12-21 | 2020-12-21 | Double-time-phase high-resolution remote sensing image change detection algorithm |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011532151.3A CN112577473A (en) | 2020-12-21 | 2020-12-21 | Double-time-phase high-resolution remote sensing image change detection algorithm |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112577473A true CN112577473A (en) | 2021-03-30 |
Family
ID=75138956
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011532151.3A Pending CN112577473A (en) | 2020-12-21 | 2020-12-21 | Double-time-phase high-resolution remote sensing image change detection algorithm |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112577473A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113989681A (en) * | 2021-12-29 | 2022-01-28 | 航天宏图信息技术股份有限公司 | Remote sensing image change detection method and device, electronic equipment and storage medium |
CN114937204A (en) * | 2022-04-29 | 2022-08-23 | 南京信息工程大学 | Lightweight multi-feature aggregated neural network remote sensing change detection method |
CN115147760A (en) * | 2022-06-27 | 2022-10-04 | 武汉大学 | High-resolution remote sensing image change detection method based on video understanding and space-time decoupling |
-
2020
- 2020-12-21 CN CN202011532151.3A patent/CN112577473A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113989681A (en) * | 2021-12-29 | 2022-01-28 | 航天宏图信息技术股份有限公司 | Remote sensing image change detection method and device, electronic equipment and storage medium |
CN113989681B (en) * | 2021-12-29 | 2022-04-08 | 航天宏图信息技术股份有限公司 | Remote sensing image change detection method and device, electronic equipment and storage medium |
CN114937204A (en) * | 2022-04-29 | 2022-08-23 | 南京信息工程大学 | Lightweight multi-feature aggregated neural network remote sensing change detection method |
CN115147760A (en) * | 2022-06-27 | 2022-10-04 | 武汉大学 | High-resolution remote sensing image change detection method based on video understanding and space-time decoupling |
CN115147760B (en) * | 2022-06-27 | 2024-04-19 | 武汉大学 | High-resolution remote sensing image change detection method based on video understanding and space-time decoupling |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110705457B (en) | Remote sensing image building change detection method | |
CN111340797B (en) | Laser radar and binocular camera data fusion detection method and system | |
CN112577473A (en) | Double-time-phase high-resolution remote sensing image change detection algorithm | |
CN110136170B (en) | Remote sensing image building change detection method based on convolutional neural network | |
CN114187450B (en) | Remote sensing image semantic segmentation method based on deep learning | |
CN112949549A (en) | Super-resolution-based change detection method for multi-resolution remote sensing image | |
CN113674416B (en) | Three-dimensional map construction method and device, electronic equipment and storage medium | |
CN106326858A (en) | Road traffic sign automatic identification and management system based on deep learning | |
CN112364931B (en) | Few-sample target detection method and network system based on meta-feature and weight adjustment | |
CN113313763B (en) | Monocular camera pose optimization method and device based on neural network | |
CN112801270B (en) | Automatic U-shaped network slot identification method integrating depth convolution and attention mechanism | |
CN111914767B (en) | Scattered sewage enterprise detection method and system based on multi-source remote sensing data | |
CN114399672A (en) | Railway wagon brake shoe fault detection method based on deep learning | |
CN112036249B (en) | Method, system, medium and terminal for end-to-end pedestrian detection and attribute identification | |
CN113420619A (en) | Remote sensing image building extraction method | |
CN112580382B (en) | Two-dimensional code positioning method based on target detection | |
CN116453104B (en) | Liquid level identification method, liquid level identification device, electronic equipment and computer readable storage medium | |
CN113052103A (en) | Electrical equipment defect detection method and device based on neural network | |
CN111239684A (en) | Binocular fast distance measurement method based on YoloV3 deep learning | |
CN113962980A (en) | Glass container flaw detection method and system based on improved YOLOV5X | |
CN114549970B (en) | Night small target fruit detection method and system integrating global fine granularity information | |
CN116486408A (en) | Cross-domain semantic segmentation method and device for remote sensing image | |
Yuan et al. | Multi-objects change detection based on Res-UNet | |
CN117152424A (en) | Urban visual environment quality evaluation method and related equipment | |
CN112101310B (en) | Road extraction method and device based on context information and computer equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: Room 504, Block E, HUanpu science and Technology Industrial Park, 211 tianguba Road, high tech Zone, Xi'an City, Shaanxi Province, 710000 Applicant after: Tudou Data Technology Group Co.,Ltd. Address before: Room 504, Block E, HUanpu science and Technology Industrial Park, 211 Gaoxin Tiangu 8th Road, Yanta District, Xi'an City, Shaanxi Province, 710075 Applicant before: SHAANXI TUDOU DATA TECHNOLOGY Co.,Ltd. |