CN114140698A - Water system information extraction algorithm based on FasterR-CNN - Google Patents

Water system information extraction algorithm based on FasterR-CNN Download PDF

Info

Publication number
CN114140698A
CN114140698A CN202111413901.XA CN202111413901A CN114140698A CN 114140698 A CN114140698 A CN 114140698A CN 202111413901 A CN202111413901 A CN 202111413901A CN 114140698 A CN114140698 A CN 114140698A
Authority
CN
China
Prior art keywords
water system
cnn
fasterr
network
algorithm based
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.)
Granted
Application number
CN202111413901.XA
Other languages
Chinese (zh)
Other versions
CN114140698B (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.)
Nanjing Forestry University
Original Assignee
Nanjing Forestry University
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 Nanjing Forestry University filed Critical Nanjing Forestry University
Priority to CN202111413901.XA priority Critical patent/CN114140698B/en
Publication of CN114140698A publication Critical patent/CN114140698A/en
Application granted granted Critical
Publication of CN114140698B publication Critical patent/CN114140698B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2415Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/047Probabilistic or stochastic networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)

Abstract

本发明公开了一种基于FasterR‑CNN的水系信息提取算法,属于机械学习领域。本发明先对采集的数据进行预处理,然后根据水系的类型进行分类,采用专门软件对图像进行标注,建立相应的样本数据库,之后将训练用的样本数据输入至构建好的Faster R‑CNN网络中,通过调整参数,对整个网络进行深度学习。最后对训练好的网络进行测试,对于所识别出的水系,算法确定其边界框之后,进一步引用CNN中AlexNet迁移学习并结合形态学方面算法,对水系进行后续处理,提取水系的形态,得到水系的图像内水系的长度宽度。最后通过引入的F1分数指标降低其误检率,适用于各种水系场景。

Figure 202111413901

The invention discloses a water system information extraction algorithm based on FasterR-CNN, which belongs to the field of machine learning. The method first preprocesses the collected data, then classifies it according to the type of the water system, uses special software to mark the images, establishes a corresponding sample database, and then inputs the sample data for training into the constructed Faster R-CNN network , deep learning is performed on the entire network by adjusting the parameters. Finally, the trained network is tested. For the identified water system, after the algorithm determines its bounding box, it further refers to the transfer learning of AlexNet in CNN and combines the morphological algorithm to perform subsequent processing on the water system, extract the shape of the water system, and obtain the water system. The length and width of the water system within the image. Finally, the false detection rate is reduced by the introduced F1 score indicator, which is suitable for various water system scenarios.

Figure 202111413901

Description

Water system information extraction algorithm based on FasterR-CNN
Technical Field
The invention belongs to the field of mechanical learning, and particularly relates to a water system information extraction algorithm based on FasterR-CNN.
Background
The river network water system part is a very important part in landform and hydrological characteristics, and the research on the aspect is of great significance for keeping the ecological environment stable and the water and soil.
At present, in terms of algorithms and methods for extracting river network water system information, most vision-based water system detection methods are carried out by using algorithms such as an adaptive threshold segmentation method, an edge method, wavelet analysis and the like, and the following problems still exist in the algorithms and methods: the application of abundant and various water system monitoring and identifying scenes is difficult; the precision and efficiency are low due to image noise interference; the algorithm has more parameters, needs manual intervention and has low accuracy. On the other hand, the resolution of a single water system picture is high, the picture processing data volume is large, and the current method is difficult to realize quick, quantitative and fine identification of the water system.
Disclosure of Invention
In view of the above problems of the prior art, an object of the present invention is to provide a water system information extraction algorithm based on FasterR-CNN.
In order to solve the problems, the technical scheme adopted by the invention is as follows:
a water system information extraction algorithm based on FasterR-CNN is characterized by comprising the following steps:
step 1: preprocessing remote sensing image data for training and establishing a sample database;
step 2: carrying out deep learning on the FasterR-CNN network by using data in the sample database to finish algorithm training;
and step 3: detecting the omission factor by using the trained FasterR-CNN network and calculating an F1 score index;
and 4, step 4: calculating actually acquired data by using FasterR-CNN to obtain a training sample set, performing transfer learning by using AlexNet, and positioning a crack framework by using AlexNet;
and 5: calculating the shape and width of the water system by using a morphological algorithm based on the water system classification result obtained in the step 4;
step 6: and reducing the false detection rate of the final result through an F1 score index, and outputting the final result.
The pretreatment in the step 1 comprises the following steps:
step 1: extracting picture characteristics through a ResNet residual error network, and generating a convolution characteristic graph;
step 2: the water system is classified by the region suggestion network RPN using the convolution signature.
The F1 score index is obtained by the following formula:
Figure BDA0003375257230000021
in the formula: TP: true positive, FP: false positive, FN false negative.
Figure BDA0003375257230000022
The steps of the morphological algorithm are as follows:
step 1: extracting a water system framework processed by Faster R-CNN in a boundary frame area and each row of minimum gray value pixel points processed by CNN to form a water system initial basic framework;
step 2: traversing the picture in the step 1 by adopting a 3-by-3 sliding window, and filtering pixel points in the region if only one pixel point exists in the sliding window;
and step 3: filtering out a communicating region with a smaller area through an area filter, and performing adjacent communicating region connection operation in the remaining communicating region;
and 4. skeletonizing the water system form to obtain a complete continuous skeleton.
And 5: and (5) repeating the step 3 and the step 4 to obtain the width of the water system.
The AlexNet neural network consists of five convolutional layers and three full-connection layers, the depth of the three full-connection layers is eight layers in total, and the output of the last full-connection layer is sent to the Softmax layer.
Compared with the prior art, the method adopts a FasterR-CNN algorithm to quickly identify the type, position and width of the water system, uses AlexNet migration learning to position a crack skeleton aiming at the extracted water system area, finally extracts the river form by using a morphological algorithm, calculates the length and width of the crack skeleton, introduces an F1 score index to reduce the false detection rate aiming at the problem that FasterR-CNN has low false detection rate and high false detection rate, and is suitable for application scenes with more diversified water systems in reality.
Drawings
FIG. 1 is a topographical map of data objects;
FIG. 2 is a general flow chart of the present algorithm;
FIG. 3 is an architectural diagram of FasterR-CNN;
fig. 4 is a diagram of the actual use of the regional proposal network RPN;
FIG. 5 is a diagram of an AlexNet training process;
FIG. 6 is a diagram of AlexNet neural network model;
FIG. 7 is a skeletal diagram of the water system after extraction.
Detailed Description
The invention is further described with reference to specific examples.
Example 1
The present embodiment performs the demonstration of the algorithm with the Chongqing terrain.
The topographic range of the data acquisition object is shown in fig. 1, the research area is located in a Chongli area, the administrative area belongs to Zhang Kousian of Hebei province, and the geographic position is 40 degrees, 47 degrees, 41 degrees, 17 'N degrees, 114 degrees, 17 degrees, 115 degrees, 34' E degrees. Area 2334 square kilometers, elevation 813-2174m, maximum elevation 1361 m. The field observation data shows that the daily average highest temperature of the region is 12 degrees, the daily average lowest temperature is-2 degrees, the annual average water quantity is 488 millimeters, the total precipitation quantity is 11.3 billion cubic meters, the average annual runoff quantity of the surface water of the whole region is 42.9 millimeters, and the total annual runoff quantity is 1.0069 billion cubic meters. 80% of the interior is mountainous regions, the forest coverage rate is as high as 52.38%, and the interior is the northwest of the Ji, which is mostly in the north-west China and east-west China.
In this embodiment, elevation data provided by enter is used, and the downloaded data is preprocessed by data mosaic, coordinate conversion, data clipping, etc. to obtain a DEM original image with the same size as the research area, ASTER GDEM is one of the most common surface digital elevations, and is widely used for water system information extraction research.
Due to the influence of spatial resolution and system errors, some wrong 'holes' are generated in DEM data in the generation process, so that when the river flow direction is extracted, the water flow direction of the holes in the DEM is incorrect, and the accuracy of river network extraction is affected. It is therefore necessary to "puddle" the original DEM to eliminate the effects of the puddle. However, not all dimples are caused by data errors, and some dimples are true topographic responses, and based on this theory, reasonable dimple filling thresholds are set for "dimpling" the original DEM to obtain the final initial data.
The general flow chart of the algorithm is shown in fig. 2, in the prior art, the water system apparent image acquisition means are various, and the unmanned aerial vehicle, the professional configuration camera and the remote sensing image data can realize rapid and non-contact high-quality data acquisition. Firstly, preprocessing collected data, cutting and dividing a water system picture, then unifying the size of the picture and enhancing the picture data. Classifying according to the type of the water system, labeling the images by adopting special software, and establishing a corresponding sample database; inputting sample data for training into a built Faster R-CNN network after the algorithm starts to run, and deeply learning the whole network by adjusting parameters; and finally, testing the trained network.
After the network learning network is trained, the fast R-CNN model is tested, the false detection rate of the picture is detected, the introduced accuracy rate P (Precision) and the recall rate R (Recall) are used for algorithm evaluation, and all indexes are defined as follows:
Figure BDA0003375257230000031
in the formula: TP: true Positive (True Positive), FP: false Positive (False Positive) and False Negative (False Negative) FN, and the False Negative rate R-1 and the False Positive rate P-1 can be obtained according to the above formula.
And finally, introducing an F1 score index for reducing the false detection rate, wherein the F1 score index is calculated as follows:
Figure BDA0003375257230000041
after the algorithm determines the boundary box of the identified water system, AlexNet transfer learning in CNN is further introduced, and the morphology algorithm is combined to perform subsequent processing on the water system, so that the form of the water system is extracted, the length and width of the water system in the image of the water system are obtained, and the water system information is more accurate and abundant.
The FasterR-CNN algorithm is derived from CNN and is an advanced version of target detection algorithms R-CNN and Fast R-CNN, the structure is shown in FIG. 3, firstly, a picture is input, and picture features are extracted through ResNet. ResNet has the advantages that the recognition accuracy can be improved by increasing the depth by using the residual error network, and the more layers of the network, the more abundant the features extracted from different layers are. Then, on the generated convolution Feature Map (Feature Map), a candidate window is generated by the region suggestion network RPN, and it is determined whether or not the current region is a foreground (target/water system). If the relevant area is classified as the foreground, the water systems are classified through the full connecting layer, the window coordinates are finely adjusted through frame regression, finally, the specific water system category is marked by applying a rectangular frame on an output picture, and the classification confidence coefficient is given.
The region suggestion network RPN belongs to the category of FCN (fuzzy connected networks), and aims to obtain a high-quality water system candidate region frame on an image and replace a previous selective search method, so that the whole network can be trained end to end. In practical use of the algorithm, as shown in fig. 4, firstly, a convolution of 3 × 3 is continuously performed on a feature map (with a size of 60 × 40 pixels and a depth of 256 dimensions) output by a feature extraction network (ResNet, VGG, etc.), and the size and the depth are unchanged, so as to combine with surrounding information to obtain a convolution feature map. And then mapping each pixel point on the feature map to the original image to generate 9 types of Anchor frames (anchors). Simultaneously, two convolution operations (convolution kernel is 1 multiplied by 1) are synchronously carried out on the convolution characteristic diagram, wherein one operation is classification (divided into positive samples: target; negative samples: background), and each pixel point outputs 18-dimensional vectors (9 anchor frames multiplied by 2 classification scores); the other is regression, and the output is 36-dimensional vector (9 anchor frames × 4 coordinate values) in the same way, so the number of the anchor frames obtained finally is: 60X 40X 9 ≈ 21600. Then, screening out proper positive and negative samples through the following steps:
Figure BDA0003375257230000042
where IOU (interaction over union) is the interaction ratio, and the ratio of the intersection and union of the areas between the predicted anchor frame a and the corresponding actual anchor frame B is calculated, where the anchor frame IOU >0.6 is considered as a positive sample, the IOU <0.4 is considered as a negative sample, and the rest are discarded.
And then adopting a non-Maximum value to inhibit NMS (non Maximum suppression) for finding the best detection target position by removing the anchor frame with the Maximum coincidence rate with the true value and only leaving the candidate frame with the Maximum prediction probability value as the final prediction result.
And finally, Rank sorting is carried out, the remaining anchor boxes are sorted from high to low according to the confidence level, at most, the first 128 anchor boxes are taken as positive samples for final training, and 128 negative samples are provided. And finally substituting the candidate frame obtained by screening into a training network for training.
And then training is carried out, wherein water system samples for training are derived from water system pictures which are actually acquired and downloaded digital elevation data, the size of an original picture is 1024X1000 pixels, after slicing and dividing, the size of a small sample picture is 32X32 pixels, data enhancement (rotation and the like) is carried out on the data to obtain a training sample set, wherein the water system samples are 10118, the number of non-water system samples is 9742, and then the prediction training network AlexNet training network is used for transfer learning. The process diagram of training is shown in fig. 5.
The AlexNet neural network model is shown in FIG. 6, which consists of five convolutional layers and three fully-connected layers, eight layers deep in total, with the output of the last fully-connected layer sent to the Softmax layer as follows:
Figure BDA0003375257230000051
softmax may output a limit in the (0,1) range, thereby ensuring that neurons are activated, resulting in a distribution that covers multiple classes of tags. Compared with the traditional neural network, the Alex Net model has the following advantages:
1. using a ReLU activation function (ReLU (x) ═ max (x,0)), if the input is not less than 0, the gradient of the ReLU is always 1;
2. enhancing the data set to suppress the fit;
3. inhibiting overfitting by adopting a Drop Out method;
4. the generalization is enhanced with a local response normalization layer.
The input of the Alex Net model is 32x3, the pathological image used in the method is a three-channel RGB image, and the dimension meets the requirement of the model. And (3) sending the adjusted pathological image into a network, firstly reaching a convolution layer, pooling the obtained result after the first layer of convolution operation, and finally inputting the result into a second layer after standardization. The operations of the subsequent second layer to the fifth layer are similar to those of the first layer, and are not described again. The output result of the fifth layer of the network is sent to the following full connection layer. The outputs of the sixth and seventh layers are both vectors of length 1000. And finally, the network obtains a final classification result by using a Softmax classifier.
After classification is finished, a morphological algorithm is used for extracting water system morphology, a fast R-CNN technology is adopted to process and obtain a basic framework of a Chongli area water system in an anchor frame mode, remote sensing data are affected by mountain terrain, noise is large, errors are large, and the resolution of partial water system characteristics on a background pixel gray level distinguishing boundary line is low, so that the morphological algorithm is introduced to carry out deep processing on the water system coarse framework processed by the CNN, the water system morphology is restored through the gray level minimum value in the boundary frame area, and the method mainly comprises the following steps:
step 1, extracting each row of minimum gray value pixel points of a water system framework (CNN treatment) in a boundary frame area (Faster R-CNN treatment) to form a water system initial basic framework;
step 2, because of the influence of surrounding geographic environment, the extraction result in the first step is easy to generate pepper salt noise points, a 3-by-3 sliding window is adopted to traverse the picture, and if only one pixel point is arranged in the sliding window, the pixel point in the region is filtered;
filtering out a communicating region with a smaller area through an area filter, and performing adjacent communicating region connection operation in the remaining communicating region;
and 4. skeletonizing the form of the water system, so that the width of the water system is convenient to extract later. The obtained framework is a complete continuous type and is different from the discontinuous type obtained in the previous steps;
and 5, combining the steps 3 and 4, extracting the width of the water system, using the normal length of each point tangent line of the skeleton as the water system width of the point in a mode of traversing the water system skeleton, and selecting 30 points of water system width along the water system direction for practical test as shown in FIG. 7, wherein the result shows that the calculated width and the actual width are within 1 m.
Finally, an F1 score index in the formula is introduced, the false detection rate of the algorithm is reduced, the algorithm identification precision is further improved, the corresponding water system pixel area and the confidence coefficient threshold value are determined according to the maximum value of the F1 score to reduce the false detection rate and adapt to the actual scene of water system diversification, the accuracy rate and the recall rate are combined into a score value, the accuracy rate and the recall rate are considered to be equally important, the value range of F1 is [0,1], and the larger the value is, the higher the corresponding identification precision is.

Claims (5)

1. A water system information extraction algorithm based on FasterR-CNN is characterized by comprising the following steps:
step 1: preprocessing remote sensing image data for training and establishing a sample database;
step 2: carrying out deep learning on the FasterR-CNN network by using data in the sample database to finish algorithm training;
and step 3: detecting the omission factor by using the trained FasterR-CNN network and calculating an F1 score index;
and 4, step 4: calculating actually acquired data by using FasterR-CNN to obtain a training sample set, performing transfer learning by using an AlexNet neural network, and positioning a crack skeleton by using the AlexNet neural network;
and 5: calculating the shape and width of the water system by using a morphological algorithm based on the water system classification result obtained in the step 4;
step 6: and reducing the false detection rate of the final result through an F1 score index, and outputting the final result.
2. The water system information extraction algorithm based on FasterR-CNN as claimed in claim 1, wherein the pre-processing in step 1 comprises the following steps:
step 1: extracting picture characteristics through a ResNet residual error network, and generating a convolution characteristic graph;
step 2: the water system is classified by the region suggestion network RPN using the convolution signature.
3. The water system information extraction algorithm based on FasterR-CNN as claimed in claim 1, wherein the AlexNet neural network is composed of five convolutional layers and three fully-connected layers, the depth is eight layers in total, and the output of the last fully-connected layer is sent to Softmax layer.
4. The water system information extraction algorithm based on FasterR-CNN as claimed in claim 1, wherein the F1 score index is obtained by the following formula:
Figure FDA0003375257220000011
in the formula: TP: true positive, FP: false positive, FN false negative;
Figure FDA0003375257220000012
5. the water system information extraction algorithm based on FasterR-CNN as claimed in claim 1, wherein the morphological algorithm comprises the following steps:
step 1: extracting a water system framework processed by Faster R-CNN in a boundary frame area and each row of minimum gray value pixel points processed by CNN to form a water system initial basic framework;
step 2: traversing the picture in the step 1 by adopting a 3-by-3 sliding window, and filtering pixel points in the region if only one pixel point exists in the sliding window;
and step 3: filtering out a communicating region with a smaller area through an area filter, and performing adjacent communicating region connection operation in the remaining communicating region;
step 4, skeletonizing a water system form to obtain a complete continuous skeleton;
and 5: and (5) repeating the step 3 and the step 4 to obtain the width of the water system.
CN202111413901.XA 2021-11-25 2021-11-25 A water system information extraction algorithm based on FasterR-CNN Active CN114140698B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111413901.XA CN114140698B (en) 2021-11-25 2021-11-25 A water system information extraction algorithm based on FasterR-CNN

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111413901.XA CN114140698B (en) 2021-11-25 2021-11-25 A water system information extraction algorithm based on FasterR-CNN

Publications (2)

Publication Number Publication Date
CN114140698A true CN114140698A (en) 2022-03-04
CN114140698B CN114140698B (en) 2025-05-06

Family

ID=80391762

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111413901.XA Active CN114140698B (en) 2021-11-25 2021-11-25 A water system information extraction algorithm based on FasterR-CNN

Country Status (1)

Country Link
CN (1) CN114140698B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115546561A (en) * 2022-10-25 2022-12-30 中山大学 A method for measuring the flow rate of mountain streams based on water body coverage feature recognition
TWI880841B (en) * 2024-08-23 2025-04-11 董東璟 Intelligent rip current monitoring and early warning method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107451997A (en) * 2017-07-31 2017-12-08 南昌航空大学 A kind of automatic identifying method of the welding line ultrasonic TOFD D scanning defect types based on deep learning
CN109977812A (en) * 2019-03-12 2019-07-05 南京邮电大学 A kind of Vehicular video object detection method based on deep learning
CN111259827A (en) * 2020-01-19 2020-06-09 河海大学 Automatic detection method and device for water surface floating objects for urban river supervision
CN112308040A (en) * 2020-11-26 2021-02-02 山东捷讯通信技术有限公司 River sewage outlet detection method and system based on high-definition images
US20210319265A1 (en) * 2020-11-02 2021-10-14 Zhengzhou University Method for segmentation of underground drainage pipeline defects based on full convolutional neural network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107451997A (en) * 2017-07-31 2017-12-08 南昌航空大学 A kind of automatic identifying method of the welding line ultrasonic TOFD D scanning defect types based on deep learning
CN109977812A (en) * 2019-03-12 2019-07-05 南京邮电大学 A kind of Vehicular video object detection method based on deep learning
CN111259827A (en) * 2020-01-19 2020-06-09 河海大学 Automatic detection method and device for water surface floating objects for urban river supervision
US20210319265A1 (en) * 2020-11-02 2021-10-14 Zhengzhou University Method for segmentation of underground drainage pipeline defects based on full convolutional neural network
CN112308040A (en) * 2020-11-26 2021-02-02 山东捷讯通信技术有限公司 River sewage outlet detection method and system based on high-definition images

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
梁雪慧;程云泽;张瑞杰;赵菲;: "基于卷积神经网络的桥梁裂缝识别和测量方法", 计算机应用, no. 04, 31 December 2018 (2018-12-31) *
王念念: "深度学习在古建筑表面损伤检测中的应用研究", 中国博士学位论文全文数据库工程科技Ⅱ辑, 15 June 2020 (2020-06-15) *
王金传;谭喜成;王召海;钟燕飞;董华萍;周松涛;成布怡;: "基于Faster R-CNN深度网络的遥感影像目标识别方法研究", 地球信息科学学报, no. 10, 17 October 2018 (2018-10-17) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115546561A (en) * 2022-10-25 2022-12-30 中山大学 A method for measuring the flow rate of mountain streams based on water body coverage feature recognition
TWI880841B (en) * 2024-08-23 2025-04-11 董東璟 Intelligent rip current monitoring and early warning method

Also Published As

Publication number Publication date
CN114140698B (en) 2025-05-06

Similar Documents

Publication Publication Date Title
CN108510467B (en) SAR image target identification method based on depth deformable convolution neural network
CN108961235B (en) Defective insulator identification method based on YOLOv3 network and particle filter algorithm
CN108898065B (en) A deep network ship target detection method based on rapid screening of candidate regions and scale adaptation
CN110378308B (en) Improved method for nearshore ship detection in port SAR images based on Faster R-CNN
CN108573276A (en) A kind of change detecting method based on high-resolution remote sensing image
JP6397379B2 (en) CHANGE AREA DETECTION DEVICE, METHOD, AND PROGRAM
Hormese et al. Automated road extraction from high resolution satellite images
CN101986348A (en) Visual target identification and tracking method
CN110008900B (en) A method for extracting candidate targets from visible light remote sensing images from region to target
CN115063698A (en) Automatic identification and information extraction method and system for slope surface deformation crack
CN114565753B (en) A method for identifying small targets of drones based on improved YOLOv4 network
CN107767400A (en) Remote sensing images sequence moving target detection method based on stratification significance analysis
CN108804992B (en) Crowd counting method based on deep learning
CN104182985A (en) Remote sensing image change detection method
CN113469097B (en) A multi-camera real-time detection method of floating objects on water surface based on SSD network
CN116543300B (en) A hierarchical classification method for cloud-aerosols based on semantic segmentation
CN116703895B (en) Small sample 3D visual detection method and system based on generation countermeasure network
Liu et al. Multi-type road marking recognition using adaboost detection and extreme learning machine classification
CN108734200B (en) Human target visual detection method and device based on BING feature
CN111274964A (en) Detection method for analyzing water surface pollutants based on visual saliency of unmanned aerial vehicle
CN106845458B (en) A Fast Traffic Sign Detection Method Based on Kernel Excessive Learning Machine
CN112686222B (en) Method and system for detecting ship target by satellite-borne visible light detector
CN114140698A (en) Water system information extraction algorithm based on FasterR-CNN
CN115205853A (en) Image-based citrus fruit detection and identification method and system
CN116958837B (en) UAV-based municipal facility fault detection system

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
GR01 Patent grant
GR01 Patent grant