Movatterモバイル変換


[0]ホーム

URL:


CN111126166A - Remote sensing image road extraction method and system - Google Patents

Remote sensing image road extraction method and system
Download PDF

Info

Publication number
CN111126166A
CN111126166ACN201911209125.4ACN201911209125ACN111126166ACN 111126166 ACN111126166 ACN 111126166ACN 201911209125 ACN201911209125 ACN 201911209125ACN 111126166 ACN111126166 ACN 111126166A
Authority
CN
China
Prior art keywords
road
node
nodes
connectivity
remote sensing
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
Application number
CN201911209125.4A
Other languages
Chinese (zh)
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.)
Wuhan Handarui Technology Co Ltd
Original Assignee
Wuhan Handarui Technology Co Ltd
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 Wuhan Handarui Technology Co LtdfiledCriticalWuhan Handarui Technology Co Ltd
Priority to CN201911209125.4ApriorityCriticalpatent/CN111126166A/en
Publication of CN111126166ApublicationCriticalpatent/CN111126166A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The embodiment of the invention provides a method and a device for extracting a remote sensing image road, wherein the method comprises the following steps: predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area; and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network. The method and the device for extracting the road based on the remote sensing image provided by the embodiment of the invention have the advantages that the nodes with strong connectivity are connected, the continuity of the extracted road is obviously improved, the road node significance map and the connectivity map generated by the small road and the wider road have no difference, the road node significance map and the connectivity map are treated equally during training, the effect on the extraction of the small road is better, and the accuracy of the finally obtained road extraction result is obviously improved.

Description

Remote sensing image road extraction method and system
Technical Field
The invention relates to the technical field of automatic extraction of remote sensing image information, in particular to a method and a system for extracting a remote sensing image road.
Background
The extraction of road networks from aerial images is an important research direction in the fields of photogrammetry and computer vision. It has many fields of wide application, such as automatic driving, city planning, digital map making and updating, etc. Therefore, road extraction has important research value.
In recent years, as deep learning has been greatly advanced in image interpretation, many road extraction methods based on deep learning have been proposed. However, extracting high-quality road topological structures is always a difficult point, and the road results extracted by the existing method are too broken, and a complete road network is not formed.
Many deep learning-based road extraction methods treat road extraction as a segmentation problem, and then apply post-processing to perfect and refine road topological structures. The post-processing process comprises road refinement, and the design rule is used for constructing a network of broken road elements. However, the segmentation-based road extraction method assigns road and background labels to each pixel by using a cross entropy loss function in the network training process, which only indirectly optimizes the road topology, and the obtained result is suboptimal. Although some segmentation methods have been improved accordingly, it is always difficult to extract high-quality road topology based on the segmentation method.
Therefore, a method and a system for extracting a remote sensing image road are needed to solve the above problems.
Disclosure of Invention
In order to solve the above problems, embodiments of the present invention provide a method and a system for extracting a remote sensing image road, which overcome the above problems or at least partially solve the above problems.
In a first aspect, an embodiment of the present invention provides a method for extracting a remote sensing image road, including:
predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area;
and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
Further, the predicting the road nodes and the connectivity among the nodes based on the trained deep convolutional neural network comprises:
predicting a road node significance graph and a node connectivity graph with the same size as the original image;
extracting road nodes from the road node significance map based on a non-maximum value inhibition method;
and predicting the connectivity among the road nodes according to the extracted road nodes and the node connectivity graph.
Further, the predicting the road node significance map and the node connectivity map with the same size as the original image comprises the following steps:
extracting road characteristics from the input remote sensing image based on a pre-trained coding structure;
the road node saliency map and the node connectivity map are predicted based on a decoding structure for road node prediction and a decoding structure for connectivity prediction.
Further, the loss function of the deep convolutional neural network is:
Loss=Lossnode+Lossconnect;
therein, LossnodeLoss function, Loss, which is a road node saliency mapconnectIs a supervised loss function of the node connectivity graph.
Further, the supervised loss function of the road node saliency map is:
Figure BDA0002297659060000031
wherein S is a predicted node significance map,
Figure BDA0002297659060000032
for the significance map of the real node, p is each pixel position on the significance map, and N is the number of all pixels.
Further, the supervised loss function of the node connectivity graph is:
Figure BDA0002297659060000033
wherein C is a predicted node connectivity graph,
Figure BDA0002297659060000034
for the significance map of the real nodes, p is each pixel position on the connectivity map, and N is the number of all pixels.
Further, the restoring the road topology structure based on the road nodes and the connectivity between the nodes to reconstruct the road network includes:
deducing a set of edges required for constructing a road network based on a preset node connection algorithm;
reconstructing a road topology based on the set of edges to reconstruct the road network.
In a second aspect, an embodiment of the present invention further provides a device for extracting a remote sensing image road, including:
the prediction module is used for predicting road nodes and connectivity among the nodes based on the trained deep convolutional neural network, and the deep convolutional neural network is obtained by carrying out supervised training on the high-resolution remote sensing image marked with the real road area;
and the road network reconstruction module is used for recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to reconstruct the road network.
In a third aspect, an embodiment of the present invention provides an electronic device, including:
a processor, a memory, a communication interface, and a bus; the processor, the memory and the communication interface complete mutual communication through the bus; the memory stores program instructions which can be executed by the processor, and the processor calls the program instructions to execute the remote sensing image road extraction method.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, which stores computer instructions, where the computer instructions cause the computer to execute the method for extracting a road from a remote sensing image.
The method and the device for extracting the road based on the remote sensing image provided by the embodiment of the invention have the advantages that the nodes with strong connectivity are connected, the continuity of the extracted road is obviously improved, the road node significance map and the connectivity map generated by the small road and the wider road have no difference, the road node significance map and the connectivity map are treated equally during training, the effect on the extraction of the small road is better, and the accuracy of the finally obtained road extraction result is obviously improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a remote sensing image road extraction method provided by an embodiment of the invention;
fig. 2 is a test result of the remote sensing image road extraction method based on the deep globe data set according to the embodiment of the present invention;
fig. 3 is a test result of the remote sensing image road extraction method based on the spaenet data set according to the embodiment of the invention;
fig. 4 is a schematic structural diagram of a remote sensing image road extraction device provided in an embodiment of the present invention;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some embodiments, but not all embodiments, of the present invention. 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.
Fig. 1 is a schematic flow chart of a remote sensing image road extraction method provided by an embodiment of the present invention, as shown in fig. 1, including:
101. predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area;
102. and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
It should be noted that, in order to overcome the defects of the road extraction method in the prior art, the embodiment of the invention preferably designs a remote sensing image road extraction method based on road node prediction and connectivity estimation. Compared with the traditional method for extracting roads based on semantic segmentation, the method uses an undirected graph G (V, E) to represent the road network, wherein V represents a set of road nodes, and E represents a set of edges of connecting nodes required by constructing the road network. According to the embodiment of the invention, characteristics easy to classify can be directly learned from training data through end-to-end training of the convolutional neural network, the significance graph of the road node V and the connectivity graph between the nodes are predicted, and the connectivity between the nodes is deduced through the connectivity graph
Figure BDA0002297659060000051
The prediction of the value of V is made,
Figure BDA0002297659060000052
we have then devised a road node connection algorithm, which is based on V,
Figure BDA0002297659060000061
road topological structure is rebuilt to form a road network.
Specifically, instep 101, the embodiment of the present invention trains a convolutional neural network, learns features that are easy to classify from training data, and predicts a saliency map of road nodes and a connectivity map between nodes. After the node significance map is predicted by the network, non-maximum value suppression is adopted to obtain road nodes, and the connectivity among the nodes is predicted according to the node connectivity map.
Further, instep 102, according to the inferred road node sets and node connectivity, the embodiment of the present invention designs a node connection algorithm to infer the sets of edges required for constructing the road network, and reconstructs a road topology structure to form the road network.
The method for extracting the road based on the remote sensing image provided by the embodiment of the invention has the advantages that the nodes with strong connectivity are connected, the continuity of the extracted road is obviously improved, the road node significance map and the connectivity map generated by the small road and the wide road have no difference, the road node significance map and the connectivity map are treated equally during training, the effect on the extraction of the small road is better, and the accuracy of the finally obtained road extraction result is obviously improved.
On the basis of the above embodiment, the predicting the road nodes and the connectivity between the nodes based on the trained deep convolutional neural network includes:
predicting a road node significance graph and a node connectivity graph with the same size as the original image;
extracting road nodes from the road node significance map based on a non-maximum value inhibition method;
and predicting the connectivity among the road nodes according to the extracted road nodes and the node connectivity graph.
The embodiment of the invention firstly utilizes a pre-trained coding structure to extract road characteristics from an input remote sensing image. And predicting the road node significance graph and the connectivity graph between the nodes according to the extracted features by using a decoding structure for road node prediction and a decoding structure for connectivity prediction.
And then extracting road nodes according to the predicted road node significance map by utilizing non-maximum value inhibition. Specifically, in the node saliency map, if the value of the node p is a maximum value within the 10 × 10 neighborhood, p is a road node.
Then according to the extracted road node set V ═ V1,v2,...vn}(viRepresenting the ith node in the node set), and estimating the connectivity between the nodes by combining the node connectivity graph obtained by network prediction, namely whether edges are connected between the nodes,
Figure BDA0002297659060000071
represents vi,vjThe connection is carried out by the edges,
Figure BDA0002297659060000072
representing a borderless connection.
Figure BDA0002297659060000073
Denotes vi,vjThe connectability between is calculated as follows:
Figure BDA0002297659060000074
d (u) denotes a position from viDirection vjPosition on the straight line segment of di,djDenotes vi,vjThe position on the image, C, represents the node connectivity graph predicted by the network.
Figure BDA0002297659060000075
The calculation is as follows:
Figure BDA0002297659060000076
on the basis of the above embodiment, the predicting the road node saliency map and the node connectivity map with the same size as the original image includes:
extracting road characteristics from the input remote sensing image based on a pre-trained coding structure;
the road node saliency map and the node connectivity map are predicted based on a decoding structure for road node prediction and a decoding structure for connectivity prediction.
It can be known from the content of the above embodiment that the embodiment of the present invention firstly needs to extract the road features of the remote sensing image. Specifically, a remote sensing image is used as input, and a pre-training residual error network (ResNet) basic network with a full connection layer removed is used as a main network. In the remote sensing image, the extraction of road information is extremely dependent on context information, and in order to acquire larger receptive field information, a plurality of layers of cavity convolution operations are added behind a basic network, so that each neuron of a convolution neural network can have a receptive field with the size of a global image. Through a series of convolution and down-sampling operations, the resolution is finally obtained
Figure BDA0002297659060000077
Wherein W and H represent the width and height of the original input remote sensing image, respectively. Then the obtained image road characteristics (the resolution is
Figure BDA0002297659060000081
) The feature map of (1) is inputted with a decoding structure for road node prediction and a decoding structure for node connectivity map prediction, and a road node saliency map and a node connectivity map of resolution wxh are outputted.
On the basis of the above embodiment, the loss function of the deep convolutional neural network is as follows:
Loss=Lossnode+Lossconnect
Lossnodeloss function, Loss, which is a road node saliency mapconnectIs a supervised loss function of the node connectivity graph.
This is a loss function that is finally defined in view of predicting the node significance map and the connectivity map at the same time.
On the basis of the above embodiment, the supervised loss function of the road node saliency map is:
Figure BDA0002297659060000082
wherein S is a predicted node significance map,
Figure BDA0002297659060000086
for the significance map of the real node, p is each pixel position on the significance map, and N is the number of all pixels.
On the basis of the above embodiment, the supervision loss function of the node connectivity graph is:
Figure BDA0002297659060000084
wherein C is a predicted node connectivity graph,
Figure BDA0002297659060000085
for the significance map of the real nodes, p is each pixel position on the connectivity map, and N is the number of all pixels.
On the basis of the foregoing embodiment, the restoring a road topology structure based on the road nodes and connectivity between the nodes to reconstruct a road network includes:
deducing a set of edges required for constructing a road network based on a preset node connection algorithm;
reconstructing a road topology based on the set of edges to reconstruct the road network.
From the above description of the embodiments, it can be seen that the embodiments of the present invention need to be based on the inferred road node set V and the node connectivity
Figure BDA0002297659060000091
Node connection algorithm is designed to infer the set of edges needed to build a road networkAnd E, reconstructing a road topological structure to form a road network.
Specifically, E { } is initialized first, and then v is set for each road nodeiLooking for distances from it less than dTRoad node set VDWill VDThe nodes in the interior are arranged in descending order of distance, for VDEach node v injEstimating its connectivity to the current node
Figure BDA0002297659060000092
If it is
Figure BDA0002297659060000093
And edge { vi,vjIf there is no crossing relation with any edge in E, add { v }i,vjTo E. Finally, repeating the above sequencing and adding process until VDAll the points in (1) are processed.
Fig. 2 is a test result of the remote sensing image road extraction method based on a depglobe (global satellite image) data set according to the embodiment of the present invention; fig. 3 is a test result of the remote sensing image road extraction method based on the spaenet data set according to the embodiment of the invention. Among them, SpaceNet is a collection of remote sensing images provided by DigitalGlobe commercial satellite Inc. Referring to fig. 2 and 3, the invention performs road extraction based on remote sensing images, and the obtained road network result is shown in fig. 2 and 3, for example, it can be seen that the invention can stably and accurately perform road extraction on remote sensing images in different scenes.
By combining the above processes, the method provided by the embodiment of the invention has the following three advantages:
1. end-to-end training without post-processing
The road network extraction is carried out by predicting the road nodes and the node connectivity, the road topological structure extraction and the road network construction can be directly carried out, any post-processing such as skeletonization and road element connection is not needed, and the quality of the extracted road network is high. In addition, the network designed by the embodiment of the invention has simple structure, low complexity and easy training.
2. The road network has high integrity and good road topology quality
According to the embodiment of the invention, the predicted road nodes are subjected to connectivity estimation, and the nodes with strong connectivity are connected, so that the continuity of the extracted road is obviously improved, and the extracted result has fewer broken results. In addition, the graph representation of the road is also helpful for extracting the road topology.
3. The fine road extraction effect is better
For the road extraction method based on semantic segmentation, the extraction result of the fine road is poor because the proportion of the fine road on the image is low. The embodiment of the invention is different from a semantic segmentation method, the road node significance map and the connectivity map generated by the small road and the wider road have no difference, and are treated equally during training, the effect on extracting the small road is better, and the precision of the finally obtained road extraction result is obviously improved.
Fig. 4 is a schematic structural diagram of a remote sensing image road extraction device according to an embodiment of the present invention, as shown in fig. 4, including: aprediction module 201 and a roadnetwork reconstruction module 202, wherein:
theprediction module 201 is configured to predict road nodes and connectivity among the nodes based on a trained deep convolutional neural network, where the deep convolutional neural network is obtained by performing supervised training on a high-resolution remote sensing image labeled with a real road region;
the roadnetwork reconstruction module 202 is configured to restore a road topology structure based on road nodes and connectivity between the nodes, so as to reconstruct a road network.
Specifically, theprediction module 201 and the roadnetwork reconstruction module 202 may be used to execute the technical solution of the embodiment of the method for extracting a remote sensing image road shown in fig. 1, and the implementation principle and the technical effect are similar, which are not described herein again.
The remote sensing image-based road extraction device provided by the embodiment of the invention has the advantages that the nodes with strong connectivity are connected, the continuity of the extracted road is obviously improved, the road node significance map and the connectivity map generated by the small road and the wide road have no difference, the road node significance map and the connectivity map are treated equally during training, the effect on the extraction of the small road is better, and the accuracy of the finally obtained road extraction result is obviously improved.
On the basis of the above embodiment, the predicting the road nodes and the connectivity between the nodes based on the trained deep convolutional neural network includes:
predicting a road node significance graph and a node connectivity graph with the same size as the original image;
extracting road nodes from the road node significance map based on a non-maximum value inhibition method;
and predicting the connectivity among the road nodes according to the extracted road nodes and the node connectivity graph.
On the basis of the above embodiment, the predicting the road node saliency map and the node connectivity map with the same size as the original image includes:
extracting road characteristics from the input remote sensing image based on a pre-trained coding structure;
the road node saliency map and the node connectivity map are predicted based on a decoding structure for road node prediction and a decoding structure for connectivity prediction.
On the basis of the above embodiment, the loss function of the deep convolutional neural network is as follows:
Loss=Lossnode+Lossconnect
Lossnodeloss function, Loss, which is a road node saliency mapconnectIs a supervised loss function of the node connectivity graph.
On the basis of the above embodiment, the supervised loss function of the road node saliency map is:
Figure BDA0002297659060000111
wherein S is a predicted node significance map,
Figure BDA0002297659060000112
for the significance map of the real node, p is each pixel position on the significance map, and N is the number of all pixels.
On the basis of the above embodiment, the supervision loss function of the node connectivity graph is:
Figure BDA0002297659060000113
wherein C is a predicted node connectivity graph,
Figure BDA0002297659060000114
for the significance map of the real nodes, p is each pixel position on the connectivity map, and N is the number of all pixels.
On the basis of the foregoing embodiment, the restoring a road topology structure based on the road nodes and connectivity between the nodes to reconstruct a road network includes:
deducing a set of edges required for constructing a road network based on a preset node connection algorithm;
reconstructing a road topology based on the set of edges to reconstruct the road network.
Fig. 5 is a block diagram of an electronic device according to an embodiment of the present invention, and referring to fig. 5, the electronic device includes: a processor (processor)301, a communication Interface (communication Interface)302, a memory (memory)303 and abus 304, wherein theprocessor 301, thecommunication Interface 302 and thememory 303 complete communication with each other through thebus 304.Processor 301 may call logic instructions inmemory 303 to perform the following method: predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area; and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
An embodiment of the present invention discloses a computer program product, which includes a computer program stored on a non-transitory computer readable storage medium, the computer program including program instructions, when the program instructions are executed by a computer, the computer can execute the methods provided by the above method embodiments, for example, the method includes: predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area; and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
Embodiments of the present invention provide a non-transitory computer-readable storage medium, which stores computer instructions, where the computer instructions cause the computer to perform the methods provided by the above method embodiments, for example, the methods include: predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area; and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to each embodiment or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A remote sensing image road extraction method is characterized by comprising the following steps:
predicting road nodes and connectivity among the nodes based on a trained deep convolutional neural network, wherein the deep convolutional neural network is obtained by carrying out supervised training on a high-resolution remote sensing image marked with a real road area;
and recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to rebuild the road network.
2. The method for extracting a remote sensing image road according to claim 1, wherein the predicting road nodes and connectivity among the nodes based on the trained deep convolutional neural network comprises:
predicting a road node significance graph and a node connectivity graph with the same size as the original image;
extracting road nodes from the road node significance map based on a non-maximum value inhibition method;
and predicting the connectivity among the road nodes according to the extracted road nodes and the node connectivity graph.
3. The method for extracting a remote sensing image road according to claim 2, wherein the step of predicting the road node significance map and the node connectivity map with the same size as the original image comprises the following steps:
extracting road characteristics from the input remote sensing image based on a pre-trained coding structure;
the road node saliency map and the node connectivity map are predicted based on a decoding structure for road node prediction and a decoding structure for connectivity prediction.
4. The method for extracting a remote sensing image road according to claim 2, wherein the loss function of the deep convolutional neural network is as follows:
Loss=Lossnode+Lossconnect
therein, LossnodeLoss function, Loss, which is a road node saliency mapconnectIs a supervised loss function of the node connectivity graph.
5. The method for extracting a remote sensing image road according to claim 3, wherein the supervision loss function of the road node significance map is as follows:
Figure FDA0002297659050000021
wherein S is a predicted node significance map,
Figure FDA0002297659050000022
for the significance map of the real node, p is each pixel position on the significance map, and N is the number of all pixels.
6. The method for extracting a remote sensing image road according to claim 3, wherein the supervised loss function of the node connectivity graph is as follows:
Figure FDA0002297659050000023
wherein C is a predicted node connectivity graph,
Figure FDA0002297659050000024
for the significance map of the real nodes, p is each pixel position on the connectivity map, and N is the number of all pixels.
7. The method for extracting roads from remote sensing images according to claim 1, wherein the restoring the road topology structure based on the road nodes and the connectivity among the nodes to reconstruct the road network comprises:
deducing a set of edges required for constructing a road network based on a preset node connection algorithm;
reconstructing a road topology based on the set of edges to reconstruct the road network.
8. The utility model provides a remote sensing image road extraction element which characterized in that includes:
the prediction module is used for predicting road nodes and connectivity among the nodes based on the trained deep convolutional neural network, and the deep convolutional neural network is obtained by carrying out supervised training on the high-resolution remote sensing image marked with the real road area;
and the road network reconstruction module is used for recovering the road topological structure based on the road nodes and the connectivity among the nodes so as to reconstruct the road network.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and operable on the processor, wherein the processor implements the steps of the method for extracting a road from an remote sensing image according to any one of claims 1 to 7 when executing the program.
10. A non-transitory computer readable storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the method for extracting a road from remote sensing images according to any one of claims 1 to 7.
CN201911209125.4A2019-11-302019-11-30Remote sensing image road extraction method and systemPendingCN111126166A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201911209125.4ACN111126166A (en)2019-11-302019-11-30Remote sensing image road extraction method and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201911209125.4ACN111126166A (en)2019-11-302019-11-30Remote sensing image road extraction method and system

Publications (1)

Publication NumberPublication Date
CN111126166Atrue CN111126166A (en)2020-05-08

Family

ID=70496515

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201911209125.4APendingCN111126166A (en)2019-11-302019-11-30Remote sensing image road extraction method and system

Country Status (1)

CountryLink
CN (1)CN111126166A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113435833A (en)*2021-06-112021-09-24泰瑞数创科技(北京)有限公司City three-dimensional model collaborative management method and system for smart community
CN114283343A (en)*2021-12-202022-04-05北京百度网讯科技有限公司Map updating method, training method and equipment based on remote sensing satellite image
CN114817476A (en)*2022-05-122022-07-29百度在线网络技术(北京)有限公司Language model training method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106778605A (en)*2016-12-142017-05-31武汉大学Remote sensing image road net extraction method under navigation data auxiliary
CN110175574A (en)*2019-05-282019-08-27中国人民解放军战略支援部队信息工程大学A kind of Road network extraction method and device
CN110348383A (en)*2019-07-112019-10-18重庆市地理信息中心A kind of road axis and two-wire extracting method based on convolutional neural networks recurrence

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106778605A (en)*2016-12-142017-05-31武汉大学Remote sensing image road net extraction method under navigation data auxiliary
CN110175574A (en)*2019-05-282019-08-27中国人民解放军战略支援部队信息工程大学A kind of Road network extraction method and device
CN110348383A (en)*2019-07-112019-10-18重庆市地理信息中心A kind of road axis and two-wire extracting method based on convolutional neural networks recurrence

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113435833A (en)*2021-06-112021-09-24泰瑞数创科技(北京)有限公司City three-dimensional model collaborative management method and system for smart community
CN114283343A (en)*2021-12-202022-04-05北京百度网讯科技有限公司Map updating method, training method and equipment based on remote sensing satellite image
CN114283343B (en)*2021-12-202023-09-26北京百度网讯科技有限公司Map updating method, training method and device based on remote sensing satellite image
CN114817476A (en)*2022-05-122022-07-29百度在线网络技术(北京)有限公司Language model training method and device, electronic equipment and storage medium

Similar Documents

PublicationPublication DateTitle
Chen et al.DEA-Net: Single image dehazing based on detail-enhanced convolution and content-guided attention
CN111062872B (en) A method and system for image super-resolution reconstruction based on edge detection
CN114693924B (en) A road scene semantic segmentation method based on multi-model fusion
CN112884073A (en)Image rain removing method, system, terminal and storage medium
CN110348383B (en)Road center line and double line extraction method based on convolutional neural network regression
Yang et al.Deeplab_v3_plus-net for image semantic segmentation with channel compression
CN107527358B (en)Dense optical flow estimation method and device
CN112990171B (en) Image processing method, device, computer equipment and storage medium
CN111126166A (en)Remote sensing image road extraction method and system
CN107392865B (en)Restoration method of face image
CN110223234A (en)Depth residual error network image super resolution ratio reconstruction method based on cascade shrinkage expansion
CN108596841A (en) A Parallel Method for Image Super-resolution and Deblurring
Ye et al.Depth super-resolution with deep edge-inference network and edge-guided depth filling
CN109886159B (en)Face detection method under non-limited condition
CN117455809A (en)Image mixed rain removing method and system based on depth guiding diffusion model
CN112801021B (en) Method and system for lane line detection based on multi-level semantic information
CN109034198A (en)The Scene Segmentation and system restored based on characteristic pattern
CN115205148A (en) Image Deblurring Method Based on Dual Path Residual Network
CN116051416B (en) Method and device for automatic detection and identification of ocean fronts based on SAR images
CN117314733A (en)Video filling method, device, equipment and storage medium based on diffusion model
CN115861338A (en)Instance splitting method, instance splitting device, electronic equipment and storage medium
CN116912488A (en)Three-dimensional panorama segmentation method and device based on multi-view camera
CN116503461A (en) Monocular image depth estimation method, device, electronic equipment and storage medium
CN115661535A (en)Target removal background recovery method and device and electronic equipment
CN112529815B (en)Method and system for removing raindrops in real image after rain

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20200508


[8]ページ先頭

©2009-2025 Movatter.jp