Nothing Special   »   [go: up one dir, main page]

CN111127493A - Remote sensing image semantic segmentation method based on attention multi-scale feature fusion - Google Patents

Remote sensing image semantic segmentation method based on attention multi-scale feature fusion Download PDF

Info

Publication number
CN111127493A
CN111127493A CN201911098961.XA CN201911098961A CN111127493A CN 111127493 A CN111127493 A CN 111127493A CN 201911098961 A CN201911098961 A CN 201911098961A CN 111127493 A CN111127493 A CN 111127493A
Authority
CN
China
Prior art keywords
semantic segmentation
attention
semantic
network
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
CN201911098961.XA
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.)
China University of Mining and Technology CUMT
Original Assignee
China University of Mining and Technology CUMT
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 China University of Mining and Technology CUMT filed Critical China University of Mining and Technology CUMT
Priority to CN201911098961.XA priority Critical patent/CN111127493A/en
Publication of CN111127493A publication Critical patent/CN111127493A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • G06F18/253Fusion techniques of extracted features
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/12Edge-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10032Satellite or aerial image; Remote sensing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a remote sensing image semantic segmentation method based on attention multi-scale feature fusion. And performing semantic segmentation on the data to be tested by using the trained network during testing. The network is a lightweight encoder-decoder architecture. The idea of an image cascade network is introduced, an attention mechanism is utilized to optimize coding features and decoding features, a multi-scale attention optimization module, a multi-scale feature fusion module and a boundary enhancement module are constructed, feature maps of different scales are extracted and fused, multi-scale semantic labels and boundary labels are used for guiding training, and semantic segmentation of remote sensing images can be effectively carried out.

Description

Remote sensing image semantic segmentation method based on attention multi-scale feature fusion
Technical Field
The invention relates to the technical field of image processing, in particular to a remote sensing image semantic segmentation method based on attention multi-scale feature fusion.
Background
Currently, semantic segmentation has become one of the key problems in the field of computer vision. From a macroscopic perspective, semantic segmentation is a high-level task that lays a good foundation for scene understanding. In reality, there are a large number of application scenarios that need to infer relevant knowledge or semantics (i.e., from concrete to abstract processes) from image data. These applications include unmanned driving, medical health, image search engines, augmented reality, and the like. These problems have been well solved by applying various conventional methods of computer vision and machine learning techniques. However, the rapid development of deep learning makes these methods gradually disfavored. In recent years, scholars in the field of semantic segmentation adopt a convolutional neural network CNN to extract high-level semantic features of images, and popular network models such as UNet, ResNet, deep lab and the like. Experiments have shown that it far exceeds the conventional method both in terms of performance and in terms of time consumption.
With the continuous deepening of the application of the geospatial information, how to sufficiently and accurately extract the information of the remote sensing image becomes important. The semantic segmentation of the remote sensing image is taken as a research hotspot in the field of remote sensing, and has wide application prospects in civil fields such as land management, disaster prediction and the like and military.
Different from common natural images such as city street views and the like, the high-resolution remote sensing image generally comprises detailed information with rich categories of ground objects such as roads, water sources, buildings, trees and the like. It has the following characteristics:
(1) the scale of individual targets is small, and a large number of small targets such as buildings, trees and the like exist in the remote sensing image, so that the features are difficult to extract;
(2) similarity exists between classes, heterogeneity exists in the classes, for example, the difference between roads and cement ground is low, and the tops of buildings are different;
(3) the occlusion problem can arise from overlapping boundaries of different objects, such as tree and building shadows.
The characteristics provide new challenges for the learning robust feature representation of the existing deep learning model, and the new challenges are the key for improving the semantic segmentation precision of the remote sensing image. And the remote sensing data sets with labels are very few, so that the development of a deep learning network in semantic segmentation application is limited, and the model is easy to generate an overfitting phenomenon.
Disclosure of Invention
Aiming at the problems, the invention provides a remote sensing image semantic segmentation method based on attention multi-scale feature fusion.
In order to realize the aim of the invention, the invention provides a remote sensing image semantic segmentation method based on attention multi-scale feature fusion, which comprises the following steps:
s10, constructing an initial semantic segmentation network based on attention multi-scale feature fusion; the method specifically comprises the following steps:
s11, establishing a depth semantic segmentation network feature encoder of the preset resolution image;
s12, constructing a feature decoder;
s13, determining the initial semantic segmentation network according to the deep semantic segmentation network feature encoder and the feature decoder;
s20, constructing a training data set, and performing parameter training on the attention multi-scale feature fusion-based semantic segmentation network by adopting the training data set to obtain the attention multi-scale feature fusion-based model semantic segmentation network; the method specifically comprises the following steps:
s21, compressing the semantic truth labels of the original data set by using a nearest interpolation method, carrying out boundary detection on the original data set, and acquiring boundary truth labels to determine a training data set;
s22, inputting the training data set into the initial semantic segmentation network for network parameter training, and determining a model semantic segmentation network according to a training result;
s30, inputting the data to be tested into the model semantic segmentation network to perform semantic segmentation on the data to be tested; the method specifically comprises the following steps:
s31, inputting the test data set into the model semantic segmentation network to obtain the semantic segmentation result of each remote sensing image;
and S32, evaluating the performance of the model semantic segmentation network by using MIoU as an evaluation index.
In one embodiment, step S11 includes:
s1111, down-sampling the original image resolution to 1/2, and inputting a depth residual error network ResNet 50;
s1112, replacing the 7 × 7 convolutional layer of the first stage of the depth residual error network with three 3 × 3 convolutional layers, and adding a dropout layer after each stage;
s1113, adding a down-sampling layer after the output R1 of the first residual block in the third stage of the depth residual error network, further reducing the size of the feature map to 1/32, and continuously inputting the feature map into the depth residual error network to obtain a feature map R2;
s1121, performing four-time average pooling on the characteristic maps R2, wherein the sizes of pooled nuclei are 1 × 1, 3 × 3, 5 × 5 and 7 × 7 respectively;
s1122, obtaining feature maps P1, P2, P3 and P4 which are the same as R2 in size through bilinear interpolation of the output of the pooling layer;
s1123, performing pixel-by-pixel addition so that a is P1+ P2+ P3+ P4+ R2;
s1124, compute the attention map of R2 by averagepoiling, conv1x1, batch norm and sigmoid activation functions and multiply the attention map pixel by pixel with a, forming the final output F1 of the multi-scale attention optimization module.
In one embodiment, step S12 includes:
s121, subjecting the final output F1 to convolution layer with convolution kernel of 1 × 1 to obtain a feature map D1;
s122, inputting D1 and R1 into a multi-scale feature fusion module to obtain a 1/16 feature map O1 of the original image;
s123, inputting the output characteristics of the O1 and ResNet50 network in the second stage into the multi-scale characteristic fusion module again to obtain a 1/8 characteristic diagram O2 of the original image;
s124, the original image with the resolution of 1024 × 1024 is subjected to convolution layers with the step size of 2 and the convolution kernel size of 3 × 3, and thus a characteristic diagram X1 of 1/8 with the size of the original image is obtained;
s125, overlapping X1 and O2 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/8 feature map X2 with the size of an original image;
s126, inputting X1 and X2 into a boundary enhancement module to obtain a feature map X3 of 1/4 of the original image;
s127, upsampling the X1 by using a bilinear interpolation value to obtain a characteristic diagram Y1;
s128, overlapping X3 and Y1 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/4 feature map Y2 with the size of an original image;
s129, in the training stage, adding a convolutional layer and a fully-connected Softmax classifier after Y2, setting the number of channels of the convolutional layer as the number n _ class of the semantic segmentation of the remote sensing data set, obtaining a feature map Y3 of 1/4 with the size of an original image and generating a semantic loss function
Figure BDA0002269247790000031
As one embodiment, step S122 includes:
s1221, upsampling D1 by adopting a linear interpolation value, and then performing convolution and normalization processing on a cavity with a convolution kernel of 3 x3 and an expansion rate of 2 to obtain a characteristic diagram F1 with the size of 1/16;
s1222, computing an attention map a1 for each channel of F1 by averaging pooling, convolution, normalization processing and Sigmoid activation functions;
s1223, multiplying the feature R11 obtained by performing a layer of 1 × 1 convolution on R1 by A1 to obtain a channel-level attention feature map C1;
s1224, performing feature fusion O1 ═ F1+ C1+ R1, where O1 is the output of the multi-scale feature fusion module;
s1225, adding a convolution layer and a fully-connected Softmax classifier in a training stage, setting the number of channels of the convolution layer as the number n _ class of the classes of the semantic segmentation of the remote sensing data set, obtaining a feature vector T1 and generating a semantic loss function
Figure BDA0002269247790000041
S1226, in the second multi-scale feature fusion module, taking O1 as input, repeating the steps S1221 and S1222, taking the output of the second stage of the ResNet50 network as the input of S1223, continuing to repeat the steps S1224 and S1225 to obtain a feature map O2 with the size of 1/8, and generating a feature vector T2 and a semantic loss function in the training stage
Figure BDA0002269247790000042
As one embodiment, step S126 includes:
s1261, inputting X1 and X2 into three convolutional layers and a 4-step-size deconvolution layer respectively to obtain feature maps DF1 and DF 2; the convolution kernels of the first two convolution layers are 3 multiplied by 3, the number of channels is 32, the convolution kernel of the third layer is 1 multiplied by 1, the number of channels is 16, the step length of the deconvolution layer is 2, and the convolution kernel is 3 multiplied by 3;
s1262, performing feature fusion DF1+ DF 2;
s1263, adding convolution layer with convolution kernel of 3 × 3 to obtain 1/4 feature graph X3 with original image size;
s1264, in the training phase, sampling X3 by 4 times, adding a convolution layer and a fully-connected Softmax classifier, setting the number of channels of the convolution layer to be 2, obtaining a model prediction value E, and generating a boundary loss function Ledge
As an example, the boundary loss function LedgeThe method comprises the following steps:
Ledge=-∑XyXlogsX
in the formula, LedgeRepresenting the boundary loss function, X representing the input image, yXIndicating the desired output, sXRepresenting the actual output.
In one embodiment, step S22 includes:
s221, inputting a training data set, semantic truth labels of three scales and boundary truth labels into an initial semantic segmentation network;
s222, obtaining output model predicted values Y3, T1, T2 and E through initial semantic segmentation network training;
s223, calculating errors between the model predicted values Y3, T1, T2 and E and corresponding true values by using a set loss function L;
s224, optimizing the set loss functions corresponding to the model predicted values Y3, T1, T2 and E respectively by adopting an adaptive moment estimation optimization algorithm;
s225, setting a loss function L to be continuously reduced through iterative training until convergence, wherein the performance of the semantic segmentation network is optimal at the moment, and determining the model semantic segmentation network according to the network parameters currently possessed by the semantic segmentation network.
As an embodiment, the set loss function L includes a sum of semantic loss and boundary loss, and the determination formula of the set loss function L includes:
Figure BDA0002269247790000051
in the formula (I), the compound is shown in the specification,
Figure BDA0002269247790000052
the ith semantic loss function (ith semantic loss function) is shown, and in the present embodiment, since there are three semantic loss functions in total, I is 3, LedgeRepresenting boundary loss function, αiDenotes semantic loss weight, λ is edge loss weight, α1、α2、α3Weights representing three semantic loss and edge loss, respectively, for the US3D dataset, let α1=1,α2=0.4,α3=0.16,λ=1。
As an embodiment, the determination formula of each semantic loss function is:
Figure BDA0002269247790000053
in the formula (I), the compound is shown in the specification,
Figure BDA0002269247790000054
denotes the ith semantic loss function, i is 1, 2, 3, X denotes the input image X, yXIndicating the desired output, sXRepresenting the actual output.
As an example, MIoU is the average cross-over ratio, the cross-over ratio between the true tag value and the segmentation predicted by the system. This ratio may be redefined as the number of true positive cases (intersections) divided by the total number (including true positive cases, false negative cases, and false positive cases). The determination formula of MIoU includes:
Figure BDA0002269247790000055
wherein p isiiIndicating the number of true positive examples,
Figure BDA0002269247790000056
representing the total number (including true positive, false negative, and false positive), k represents the number of categories. The higher the average intersection ratio is than the MIoU, the better the performance of the semantic segmentation network is.
The remote sensing image semantic segmentation method based on attention multi-scale feature fusion constructs a training data set by constructing an initial semantic segmentation network based on attention multi-scale feature fusion, obtains a model semantic segmentation network based on attention multi-scale feature fusion by adopting the training data set and carrying out semantic segmentation network training based on attention multi-scale feature fusion, inputs data to be detected into the model semantic segmentation network to carry out semantic segmentation on the data to be detected, introduces the thought of an image cascade network, greatly reduces the number of model parameters, simultaneously utilizes an attention system to optimize coding features and decoding features, constructs a multi-scale attention optimization module, a multi-scale feature fusion module and a boundary enhancement module, extracts and fuses feature maps of different scales, and uses multi-scale semantic labels and boundary labels to guide training, the performance of the corresponding model is effectively improved.
Drawings
FIG. 1 is a flow chart of a remote sensing image semantic segmentation method based on attention multi-scale feature fusion according to an embodiment;
FIG. 2 is a network architecture diagram of one embodiment;
FIG. 3 is a block diagram of a multi-scale attention optimization module of an embodiment;
FIG. 4 is a block diagram of a multi-scale feature fusion module of an embodiment;
FIG. 5 is a block diagram of a boundary enhancement module of an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
Referring to fig. 1, fig. 1 is a flowchart of a semantic segmentation method for a remote sensing image based on attention multi-scale feature fusion according to an embodiment, and includes the following steps:
s10, constructing an initial semantic segmentation network based on attention multi-scale feature fusion; the method specifically comprises the following steps:
s11, establishing a depth semantic segmentation network feature encoder of the preset resolution image;
s12, constructing a feature decoder;
s13, determining the initial semantic segmentation network according to the deep semantic segmentation network feature encoder and the feature decoder.
The preset resolution image is a low resolution image. In the step S11, the depth residual network ResNet50 may be used for encoding; a multi-scale attention optimization module is constructed to refine the feature map.
S20, constructing a training data set, and performing parameter training on the attention multi-scale feature fusion-based semantic segmentation network by adopting the training data set to obtain the attention multi-scale feature fusion-based model semantic segmentation network; the method specifically comprises the following steps:
s21, compressing the semantic truth labels of the original data set by using a nearest interpolation method, carrying out boundary detection on the original data set, and acquiring boundary truth labels to determine a training data set;
and S22, inputting the training data set into the initial semantic segmentation network for network training, and determining a model semantic segmentation network according to a training result.
The training data set may include a vast number of public remote sensing images.
In step S21, the original data set semantic truth labels may be compressed 1/16, 1/8, 1/4 using nearest neighbor interpolation. And (4) adopting a Canny algorithm in Opencv to carry out boundary detection, and obtaining a boundary truth value label.
In one example, a training data set is used and the semantic segmentation network based on attention multi-scale feature fusion is subjected to parameter training, and a structural diagram of the semantic segmentation network based on attention multi-scale feature fusion can be referred to as shown in fig. 2. Specifically, fig. 2 is a design drawing of the present example, and a semantic segmentation network is built according to the design drawing. In the training stage, training set data is input into a network, how to perform semantic segmentation on network learning is achieved through continuous training, and four loss functions are arranged in the network to supervise the learning process. And after the training is finished, obtaining the model semantic segmentation network, namely the trained network. In the testing stage, a test set is input to test the model semantic segmentation network, and MIou is used as an evaluation index. Higher values of MIou indicate better segmentation.
In one example, a block diagram of a multi-scale attention optimization module may be found with reference to FIG. 3.
S30, inputting the data to be tested into the model semantic segmentation network to perform semantic segmentation on the data to be tested; the method specifically comprises the following steps:
s31, inputting the test data set into the model semantic segmentation network to obtain the semantic segmentation result of each remote sensing image;
and S32, evaluating the performance of the model semantic segmentation network by using MIoU as an evaluation index.
The data to be measured is a remote sensing image needing semantic segmentation.
Specifically, the MIoU is an average cross-over ratio, and a cross-over ratio between the true tag value and the segmentation predicted by the system. This ratio may be redefined as the number of true positive cases (intersections) divided by the total number (including true positive cases, false negative cases, and false positive cases). The determination formula of MIoU includes:
Figure BDA0002269247790000071
wherein p isiiIndicating the number of true positive examples,
Figure BDA0002269247790000072
representing the total number (including true positive, false negative, and false positive), k represents the number of categories. The higher the average intersection ratio is than the MIoU, the better the performance of the semantic segmentation network is.
The remote sensing image semantic segmentation method based on attention multi-scale feature fusion constructs a training data set by constructing an initial semantic segmentation network based on attention multi-scale feature fusion, obtains a model semantic segmentation network based on attention multi-scale feature fusion by adopting the training data set and carrying out semantic segmentation network training based on attention multi-scale feature fusion, inputs data to be detected into the model semantic segmentation network to carry out semantic segmentation on the data to be detected, introduces the thought of an image cascade network, greatly reduces the number of model parameters, simultaneously utilizes an attention system to optimize coding features and decoding features, constructs a multi-scale attention optimization module, a multi-scale feature fusion module and a boundary enhancement module, extracts and fuses feature maps of different scales, and uses multi-scale semantic labels and boundary labels to guide training, the performance of the corresponding model is effectively improved.
In one embodiment, step S11 includes:
s1111, down-sampling the original image resolution to 1/2, and inputting a depth residual error network ResNet 50;
s1112, replacing the 7 × 7 convolutional layer of the first stage of the depth residual error network with three 3 × 3 convolutional layers, and adding a dropout layer after each stage;
s1113, adding a down-sampling layer after the output R1 of the first residual block in the third stage of the depth residual error network, further reducing the size of the feature map to 1/32, and continuously inputting the feature map into the depth residual error network to obtain a feature map R2;
s1121, performing four-time average pooling on the characteristic maps R2, wherein the sizes of pooled nuclei are 1 × 1, 3 × 3, 5 × 5 and 7 × 7 respectively;
s1122, obtaining feature maps P1, P2, P3 and P4 which are the same as R2 in size through bilinear interpolation of the output of the pooling layer;
s1123, performing pixel-by-pixel addition so that a is P1+ P2+ P3+ P4+ R2;
s1124, calculating an attention map of R2 by averagepoolling, conv1x1, batch norm and sigmoid activation functions, and multiplying the attention map with a pixel by pixel to form the final output F1 of the multi-scale attention optimization module.
As one example, step S12 includes:
s121, subjecting the final output F1 to convolution layer with convolution kernel of 1 × 1 to obtain a feature map D1;
s122, inputting D1 and R1 into a multi-scale feature fusion module to obtain a 1/16 feature map O1 of the original image;
s123, inputting the output characteristics of the O1 and ResNet50 network in the second stage into the multi-scale characteristic fusion module again to obtain a 1/8 characteristic diagram O2 of the original image;
s124, the original image with the resolution of 1024 × 1024 is subjected to convolution layers with the step size of 2 and the convolution kernel size of 3 × 3, and thus a characteristic diagram X1 of 1/8 with the size of the original image is obtained;
s125, overlapping X1 and O2 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/8 feature map X2 with the size of an original image;
s126, inputting X1 and X2 into a boundary enhancement module to obtain a feature map X3 of 1/4 of the original image;
s127, upsampling the X1 by using a bilinear interpolation value to obtain a characteristic diagram Y1;
s128, overlapping X3 and Y1 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/4 feature map Y2 with the size of an original image;
s129, in the training stage, adding a convolutional layer and a fully-connected Softmax classifier after Y2, setting the number of channels of the convolutional layer as the number n _ class of the semantic segmentation of the remote sensing data set, obtaining a feature map Y3 of 1/4 with the size of an original image and generating a semantic loss function
Figure BDA0002269247790000091
The feature map obtained in S128 is the output of the feature decoder; the whole process of S121 to S129 is to construct a feature decoder.
In one example, a block diagram of the multi-scale feature fusion module may be as shown with reference to FIG. 4. The structure of the boundary enhancing module can be seen with reference to fig. 5.
As one embodiment, step S122 includes:
s1221, upsampling D1 by adopting a linear interpolation value, and then performing convolution and normalization processing on a cavity with a convolution kernel of 3 x3 and an expansion rate of 2 to obtain a characteristic diagram F1 with the size of 1/16;
s1222, computing an attention map a1 for each channel of F1 by averaging pooling, convolution, normalization processing and Sigmoid activation functions;
s1223, multiplying the feature R11 obtained by performing a layer of 1 × 1 convolution on R1 by A1 to obtain a channel-level attention feature map C1;
s1224, performing feature fusion O1 ═ F1+ C1+ R1, where O1 is the output of the multi-scale feature fusion module;
s1225, adding a convolution layer and a fully-connected Softmax classifier in a training stage, setting the number of channels of the convolution layer as the number n _ class of the classes of the semantic segmentation of the remote sensing data set, obtaining a feature vector T1 and generating a semantic loss function
Figure BDA0002269247790000092
S1226, in the second multi-scale feature fusion module, taking O1 as input, repeating the steps S1221 and S1222, taking the output of the second stage of the ResNet50 network as the input of S1223, continuing to repeat the steps S1224 and S1225 to obtain a feature map O2 with the size of 1/8, and generating a feature vector T2 and a semantic loss function in the training stage
Figure BDA0002269247790000093
Specifically, in steps S1225, S1226, and S129 described above:
semantic loss function
Figure BDA0002269247790000094
Semantic loss function
Figure BDA0002269247790000095
And semantic loss function
Figure BDA0002269247790000096
Respectively as follows:
Figure BDA0002269247790000097
in the formula (I), the compound is shown in the specification,
Figure BDA0002269247790000098
represents the ith semantic loss function (i.e., the ith semantic loss function), X represents the input image X, yXIndicating the desired output, sXRepresenting the actual output.
As one embodiment, step S126 includes:
s1261, inputting X1 and X2 into three convolutional layers and a 4-step-size deconvolution layer respectively to obtain feature maps DF1 and DF 2; the convolution kernels of the first two convolution layers are 3 multiplied by 3, the number of channels is 32, the convolution kernel of the third layer is 1 multiplied by 1, the number of channels is 16, the step length of the deconvolution layer is 2, and the convolution kernel is 3 multiplied by 3;
s1262, performing feature fusion DF1+ DF 2;
s1263, adding convolution layer with convolution kernel of 3 × 3 to obtain 1/4 feature graph X3 with original image size;
s1264, in the training phase, sampling X3 by 4 times, adding a convolution layer and a fully-connected Softmax classifier, setting the number of channels of the convolution layer to be 2, obtaining a model prediction value E, and generating a boundary loss function Ledge
Specifically, in step S126, the convolution layers are each composed of a convolution, an activation function Relu, and a normalization layer.
As an example, the boundary loss function LedgeThe method comprises the following steps:
Ledge=-∑XyXlogsX
in the formula, LedgeRepresenting the boundary loss function, X representing the input image X, yXIndicating the desired output, sXRepresenting the actual output.
In one embodiment, step S22 includes:
s221, inputting a training data set, semantic truth labels of three scales and boundary truth labels into an initial semantic segmentation network;
s222, obtaining output model predicted values Y3, T1, T2 and E through initial semantic segmentation network training; (i.e., model predicted value Y3, model predicted value T1, model predicted value T2, and model predicted value E)
S223, calculating errors between the model predicted values Y3, T1, T2 and E and corresponding true values by using a set loss function L;
s224, optimizing loss functions corresponding to model predicted values Y3, T1, T2 and E respectively by adopting an adaptive matrix estimation (ADAM) optimization algorithm; namely, an adaptive moment estimation (ADAM) optimization algorithm is adopted to optimize the four loss functions in step S223;
s225, setting a loss function L to be continuously reduced through iterative training until convergence, wherein the performance of the semantic segmentation network is optimal at the moment, and determining the model semantic segmentation network according to the network parameters currently possessed by the semantic segmentation network.
In particular, the following set loss function L can be minimized by back propagation:
Figure BDA0002269247790000101
where W represents the set of all standard network layer parameters. The semantic segmentation output and the boundary output are both associated with a classifier, wherein the corresponding weights are respectively denoted as ws、wedge
Figure BDA0002269247790000102
The ith semantic loss function is expressed, and in the present embodiment, since there are three semantic loss functions in total, I is 3. L isedgeRepresenting boundary loss function, αi1、α2、α3) λ are all continuous hyperparameters, α1、α2、α3Weights representing three semantic losses, λ being the weight of the edge loss, respectively, let α for the US3D dataset1=1,α2=0.4,α3=0.16,λ=1。
As an embodiment, the set loss function L includes a sum of semantic loss and boundary loss, and the determination formula of the set loss function L includes:
Figure BDA0002269247790000111
in the formula (I), the compound is shown in the specification,
Figure BDA0002269247790000112
the ith semantic loss function is expressed, and there are three in the present invention, so I is 3. L isedgeRepresenting boundary loss function, α1、α2、α3λ is a continuous hyper-parameter, representing the weight of three semantic losses, edge losses, respectively, for the US3D dataset, let α1=1,α2=0.4,α3=0.16,λ=1。
As an example of the way in which the device may be used,
Figure BDA0002269247790000113
in the formula (I), the compound is shown in the specification,
Figure BDA0002269247790000114
representing the ith semantic loss function, X representing the input image X, yXIndicating the desired output, sXRepresenting the actual output.
Compared with the prior art, the remote sensing image semantic segmentation method based on attention multi-scale feature fusion has the following advantages:
(1) the method is a lightweight encoder-decoder semantic segmentation network, and the parameter number is only 8.4M.
(2) The constructed multi-scale attention optimization module is combined with a depth residual error network to serve as a low-resolution branched feature extractor, the defect that a pooling layer is prone to losing spatial information is overcome, and global and local features can be effectively extracted.
(3) The idea of image cascade network is introduced, the low-resolution image is used for extracting the features, and then the high-resolution image is used for refining the features, so that the model parameters are greatly reduced.
(4) A multi-scale feature fusion module is provided, features of different scales are fused in a decoder part, and high-level features are used as guidance of low-level features, so that the image detail information can be recovered, and the semantic extraction and segmentation of small-scale targets are improved;
(5) a boundary enhancement module is constructed by using the deconvolution layer and is used for capturing boundary information of the remote sensing image, and the problem of overlapping of different target boundaries of the remote sensing image is solved.
In one embodiment, the remote sensing image semantic segmentation method based on attention multi-scale feature fusion is tested in a hardware environment with a memory of 16GB and a software environment with 1 NVIDIA Geforce RTX 2080 Ti GPU for acceleration and python3.6, tensoflow-GPU 1.13.1, keras-GPU 2.1.4 and CUDA 10.0.
The experiment of this example used the US3D telemetry data set. Urban semantic three-dimensional (US3D), a large public data set containing multiple views of two large cities, multiband satellite images and ground truth geometric and semantic labels. For the semantic segmentation task, the US3D dataset currently includes coverage of approximately 100 square kilometers for jackson wale, florida and omaha, nebraska, usa, with a full color Ground Sample Distance (GSD) of approximately 30 cm. The source remote sensing satellite images of the US3D dataset are provided by DigitalGlobe, and the semantic labels are automatically derived from the published HSIP lidar product. There are 4292 high-resolution remote sensing satellite images and semantic truth labels of 1024 × 1024 in the data set, wherein 5 categories are labeled, namely, ground, trees, buildings, water and roads. In the experiments of the present invention, 80% of the entire data set was used for training of the model and 20% for testing.
And (4) analyzing results:
in the simulation experiment of this embodiment, the MFFANet (selective segmentation network of remote sensing image based on Multi-scale Feature Fusion) and the image cascade network (ICNet) are compared by the method of the present invention, and the segmentation effect is compared and analyzed, where table 1 is the comparison result. As can be seen from table 1, the method of the present invention has a higher MIou than ICNet on the US3D data set.
TABLE 1 comparative results of the experiments
Figure BDA0002269247790000121
The embodiment introduces the idea of image cascade network, and greatly reduces the number of model parameters. Meanwhile, an attention mechanism is utilized to optimize coding features and decoding features, a multi-scale attention optimization module, a multi-scale feature fusion module and a boundary enhancement module are constructed, feature graphs of different scales are extracted and fused, multi-scale semantic labels and boundary labels are used for guiding training, and the performance of the model is effectively improved under the condition that the parameter quantity of the model is only 8.4M.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
It should be noted that the terms "first \ second \ third" referred to in the embodiments of the present application merely distinguish similar objects, and do not represent a specific ordering for the objects, and it should be understood that "first \ second \ third" may exchange a specific order or sequence when allowed. It should be understood that "first \ second \ third" distinct objects may be interchanged under appropriate circumstances such that the embodiments of the application described herein may be implemented in an order other than those illustrated or described herein.
The terms "comprising" and "having" and any variations thereof in the embodiments of the present application are intended to cover non-exclusive inclusions. For example, a process, method, apparatus, product, or device that comprises a list of steps or modules is not limited to the listed steps or modules but may alternatively include other steps or modules not listed or inherent to such process, method, product, or device.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A remote sensing image semantic segmentation method based on attention multi-scale feature fusion is characterized by comprising the following steps:
s10, constructing an initial semantic segmentation network based on attention multi-scale feature fusion; the method specifically comprises the following steps:
s11, establishing a depth semantic segmentation network feature encoder of the preset resolution image;
s12, constructing a feature decoder;
s13, determining the initial semantic segmentation network according to the deep semantic segmentation network feature encoder and the feature decoder;
s20, constructing a training data set, and performing parameter training on the attention multi-scale feature fusion-based semantic segmentation network by adopting the training data set to obtain the attention multi-scale feature fusion-based model semantic segmentation network; the method specifically comprises the following steps:
s21, compressing the semantic truth labels of the original data set by using a nearest interpolation method, carrying out boundary detection on the original data set, and acquiring boundary truth labels to determine a training data set;
s22, inputting the training data set into the initial semantic segmentation network for network parameter training, and determining a model semantic segmentation network according to a training result;
s30, inputting the data to be tested into the model semantic segmentation network to perform semantic segmentation on the data to be tested; the method specifically comprises the following steps:
s31, inputting the test data set into the model semantic segmentation network to obtain the semantic segmentation result of each remote sensing image;
and S32, evaluating the performance of the model semantic segmentation network by using MIoU as an evaluation index.
2. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion according to claim 1, wherein the step S11 includes:
s1111, down-sampling the original image resolution to 1/2, and inputting a depth residual error network ResNet 50;
s1112, replacing the 7 × 7 convolutional layer of the first stage of the depth residual error network with three 3 × 3 convolutional layers, and adding a dropout layer after each stage;
s1113, adding a down-sampling layer after the output R1 of the first residual block in the third stage of the depth residual error network, further reducing the size of the feature map to 1/32, and continuously inputting the feature map into the depth residual error network to obtain a feature map R2;
s1121, performing four-time average pooling on the characteristic maps R2, wherein the sizes of pooled nuclei are 1 × 1, 3 × 3, 5 × 5 and 7 × 7 respectively;
s1122, obtaining feature maps P1, P2, P3 and P4 which are the same as R2 in size through bilinear interpolation of the output of the pooling layer;
s1123, performing pixel-by-pixel addition so that a is P1+ P2+ P3+ P4+ R2;
s1124, compute the attention map of R2 by averagepoiling, conv1x1, batch norm and sigmoid activation functions and multiply the attention map pixel by pixel with a, forming the final output F1 of the multi-scale attention optimization module.
3. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion according to claim 2, wherein the step S12 includes:
s121, subjecting the final output F1 to convolution layer with convolution kernel of 1 × 1 to obtain a feature map D1;
s122, inputting D1 and R1 into a multi-scale feature fusion module to obtain a 1/16 feature map O1 of the original image;
s123, inputting the output characteristics of the O1 and ResNet50 network in the second stage into the multi-scale characteristic fusion module again to obtain a 1/8 characteristic diagram O2 of the original image;
s124, the original image with the resolution of 1024 × 1024 is subjected to convolution layers with the step size of 2 and the convolution kernel size of 3 × 3, and thus a characteristic diagram X1 of 1/8 with the size of the original image is obtained;
s125, overlapping X1 and O2 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/8 feature map X2 with the size of an original image;
s126, inputting X1 and X2 into a boundary enhancement module to obtain a feature map X3 of 1/4 of the original image;
s127, upsampling the X1 by using a bilinear interpolation value to obtain a characteristic diagram Y1;
s128, overlapping X3 and Y1 by using a Concatenate layer, and then accessing a 3X 3 convolutional layer to obtain a 1/4 feature map Y2 with the size of an original image;
s129, in the training stage, adding a convolutional layer and a fully-connected Softmax classifier after Y2, setting the number of channels of the convolutional layer as the number n _ class of the semantic segmentation of the remote sensing data set, obtaining a feature map Y3 of 1/4 with the size of an original image and generating a semantic loss function
Figure FDA0002269247780000021
4. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion according to claim 3, wherein the step S122 comprises:
s1221, upsampling D1 by adopting a linear interpolation value, and then performing convolution and normalization processing on a cavity with a convolution kernel of 3 x3 and an expansion rate of 2 to obtain a characteristic diagram F1 with the size of 1/16;
s1222, computing an attention map a1 for each channel of F1 by averaging pooling, convolution, normalization processing and Sigmoid activation functions;
s1223, multiplying the feature R11 obtained by performing a layer of 1 × 1 convolution on R1 by A1 to obtain a channel-level attention feature map C1;
s1224, performing feature fusion O1 ═ F1+ C1+ R1, where O1 is the output of the multi-scale feature fusion module;
s1225, adding a convolution layer and a fully-connected Softmax classifier in a training stage, setting the number of channels of the convolution layer as the number n _ class of the classes of the semantic segmentation of the remote sensing data set, obtaining a feature vector T1 and generating a semantic loss function
Figure FDA0002269247780000031
S1226, in the second multi-scale feature fusion module, taking O1 as input, repeating the steps S1221 and S1222, taking the output of the second stage of the ResNet50 network as the input of S1223, continuing to repeat the steps S1224 and S1225 to obtain a feature map O2 with the size of 1/8, and generating a feature vector T2 and a semantic loss function in the training stage
Figure FDA0002269247780000032
5. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion according to claim 3, wherein the step S126 comprises:
s1261, inputting X1 and X2 into three convolutional layers and a 4-step-size deconvolution layer respectively to obtain feature maps DF1 and DF 2; the convolution kernels of the first two convolution layers are 3 multiplied by 3, the number of channels is 32, the convolution kernel of the third layer is 1 multiplied by 1, the number of channels is 16, the step length of the deconvolution layer is 2, and the convolution kernel is 3 multiplied by 3;
s1262, performing feature fusion DF1+ DF 2;
s1263, adding convolution layer with convolution kernel of 3 × 3 to obtain 1/4 feature graph X3 with original image size;
s1264, in the training phase, sampling X3 by 4 times, adding a convolution layer and a fully-connected Softmax classifier, setting the number of channels of the convolution layer to be 2, obtaining a model prediction value E, and generating a boundary loss function Ledge
6. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion as claimed in claim 5, wherein said boundary loss function LedgeThe method comprises the following steps:
Ledge=-∑XyXlogsX
in the formula, LedgeRepresenting the boundary loss function, X representing the input image, yXIndicating the desired output, sXRepresenting the actual output.
7. The method for semantically segmenting the remote sensing image based on the attention multi-scale feature fusion according to any one of claims 1 to 6, wherein the step S22 comprises:
s221, inputting a training data set, semantic truth labels of three scales and boundary truth labels into an initial semantic segmentation network;
s222, obtaining output model predicted values Y3, T1, T2 and E through initial semantic segmentation network training;
s223, calculating errors between the model predicted values Y3, T1, T2 and E and corresponding true values by using a set loss function L;
s224, optimizing the set loss functions corresponding to the model predicted values Y3, T1, T2 and E respectively by adopting an adaptive moment estimation optimization algorithm;
s225, setting a loss function L to be continuously reduced through iterative training until convergence, wherein the performance of the semantic segmentation network is optimal at the moment, and determining the model semantic segmentation network according to the network parameters currently possessed by the semantic segmentation network.
8. The method for semantically segmenting the remote sensing image based on attention multi-scale feature fusion of claim 7, wherein the set loss function L comprises the sum of semantic loss and boundary loss, and the determination formula of the set loss function L comprises:
Figure FDA0002269247780000041
in the formula (I), the compound is shown in the specification,
Figure FDA0002269247780000042
denotes the ith semantic loss function, i 1, 2, 3, LedgeRepresenting boundary loss function, αiRepresents a semantic loss weight, and λ is an edge loss weight.
9. The remote sensing image semantic segmentation method based on attention multi-scale feature fusion according to claim 8, characterized in that the determination formula of each semantic loss function is:
Figure FDA0002269247780000043
in the formula (I), the compound is shown in the specification,
Figure FDA0002269247780000044
denotes the ith semantic loss function, i is 1, 2, 3, X denotes the input image X, yXIndicating the desired output, sXRepresenting the actual output.
10. The method for semantically segmenting the remote sensing image based on the attention multi-scale feature fusion of any claim 1 to 6, wherein MIoU is an average cross-over ratio, and the determination formula of MIoU comprises:
Figure FDA0002269247780000045
wherein p isiiIndicating the number of true positive examples,
Figure FDA0002269247780000046
representing the total number and k representing the number of categories.
CN201911098961.XA 2019-11-12 2019-11-12 Remote sensing image semantic segmentation method based on attention multi-scale feature fusion Pending CN111127493A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911098961.XA CN111127493A (en) 2019-11-12 2019-11-12 Remote sensing image semantic segmentation method based on attention multi-scale feature fusion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911098961.XA CN111127493A (en) 2019-11-12 2019-11-12 Remote sensing image semantic segmentation method based on attention multi-scale feature fusion

Publications (1)

Publication Number Publication Date
CN111127493A true CN111127493A (en) 2020-05-08

Family

ID=70495560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911098961.XA Pending CN111127493A (en) 2019-11-12 2019-11-12 Remote sensing image semantic segmentation method based on attention multi-scale feature fusion

Country Status (1)

Country Link
CN (1) CN111127493A (en)

Cited By (127)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111462324A (en) * 2020-05-18 2020-07-28 南京大学 Online spatiotemporal semantic fusion method and system
CN111539403A (en) * 2020-07-13 2020-08-14 航天宏图信息技术股份有限公司 Agricultural greenhouse identification method and device and electronic equipment
CN111582175A (en) * 2020-05-09 2020-08-25 中南大学 High-resolution remote sensing image semantic segmentation method sharing multi-scale countermeasure characteristics
CN111598174A (en) * 2020-05-19 2020-08-28 中国科学院空天信息创新研究院 Training method of image ground feature element classification model, image analysis method and system
CN111598860A (en) * 2020-05-13 2020-08-28 河北工业大学 Lithium battery defect detection method based on yolov3 network embedded in self-attention door module
CN111598048A (en) * 2020-05-31 2020-08-28 中国科学院地理科学与资源研究所 Urban village-in-village identification method integrating high-resolution remote sensing image and street view image
CN111639692A (en) * 2020-05-25 2020-09-08 南京邮电大学 Shadow detection method based on attention mechanism
CN111667495A (en) * 2020-06-08 2020-09-15 北京环境特性研究所 Image scene analysis method and device
CN111680674A (en) * 2020-08-14 2020-09-18 杭州科技职业技术学院 Hall personnel monitoring method based on self-integrated attention mechanism
CN111709387A (en) * 2020-06-22 2020-09-25 中国科学院空天信息创新研究院 Building segmentation method and system for high-resolution remote sensing image
CN111738113A (en) * 2020-06-10 2020-10-02 杭州电子科技大学 Road extraction method of high-resolution remote sensing image based on double-attention machine system and semantic constraint
CN111797712A (en) * 2020-06-16 2020-10-20 南京信息工程大学 Remote sensing image cloud and cloud shadow detection method based on multi-scale feature fusion network
CN111797703A (en) * 2020-06-11 2020-10-20 武汉大学 Multi-source remote sensing image classification method based on robust deep semantic segmentation network
CN111797779A (en) * 2020-07-08 2020-10-20 兰州交通大学 Remote sensing image semantic segmentation method based on regional attention multi-scale feature fusion
CN111832514A (en) * 2020-07-21 2020-10-27 内蒙古科技大学 Unsupervised pedestrian re-identification method and unsupervised pedestrian re-identification device based on soft multiple labels
CN111860528A (en) * 2020-06-16 2020-10-30 南京邮电大学 Image segmentation model based on improved U-Net network and training method
CN111860517A (en) * 2020-06-28 2020-10-30 广东石油化工学院 Semantic segmentation method under small sample based on decentralized attention network
CN111862143A (en) * 2020-07-13 2020-10-30 郑州信大先进技术研究院 Automatic river bank collapse monitoring method
CN111898543A (en) * 2020-07-31 2020-11-06 武汉大学 Building automatic extraction method integrating geometric perception and image understanding
CN111898439A (en) * 2020-06-29 2020-11-06 西安交通大学 Deep learning-based traffic scene joint target detection and semantic segmentation method
CN111915619A (en) * 2020-06-05 2020-11-10 华南理工大学 Full convolution network semantic segmentation method for dual-feature extraction and fusion
CN111915592A (en) * 2020-08-04 2020-11-10 西安电子科技大学 Remote sensing image cloud detection method based on deep learning
CN111914654A (en) * 2020-07-03 2020-11-10 苏州开心盒子软件有限公司 Text layout analysis method, device, equipment and medium
CN111932501A (en) * 2020-07-13 2020-11-13 太仓中科信息技术研究院 Seal ring surface defect detection method based on semantic segmentation
CN111986181A (en) * 2020-08-24 2020-11-24 中国科学院自动化研究所 Intravascular stent image segmentation method and system based on double-attention machine system
CN112052783A (en) * 2020-09-02 2020-12-08 中南大学 High-resolution image weak supervision building extraction method combining pixel semantic association and boundary attention
CN112084859A (en) * 2020-08-06 2020-12-15 浙江工业大学 Building segmentation method based on dense boundary block and attention mechanism
CN112102321A (en) * 2020-08-07 2020-12-18 深圳大学 Focal image segmentation method and system based on deep convolutional neural network
CN112116599A (en) * 2020-08-12 2020-12-22 南京理工大学 Sputum smear tubercle bacillus semantic segmentation method and system based on weak supervised learning
CN112132778A (en) * 2020-08-12 2020-12-25 浙江工业大学 Medical image lesion segmentation method based on space transfer self-learning
CN112150428A (en) * 2020-09-18 2020-12-29 青岛大学 Medical image segmentation method based on deep learning
CN112163496A (en) * 2020-09-22 2021-01-01 广东华南水电高新技术开发有限公司 Embedded terminal reservoir water level early warning method based on semantic segmentation
CN112184686A (en) * 2020-10-10 2021-01-05 深圳大学 Segmentation algorithm for detecting laser welding defects of safety valve of power battery
CN112184780A (en) * 2020-10-13 2021-01-05 武汉斌果科技有限公司 Moving object instance segmentation method
CN112183360A (en) * 2020-09-29 2021-01-05 上海交通大学 Lightweight semantic segmentation method for high-resolution remote sensing image
CN112183258A (en) * 2020-09-16 2021-01-05 太原理工大学 Remote sensing image road segmentation method based on context information and attention mechanism
CN112215859A (en) * 2020-09-18 2021-01-12 浙江工商大学 Texture boundary detection method based on deep learning and adjacency constraint
CN112258526A (en) * 2020-10-30 2021-01-22 南京信息工程大学 CT (computed tomography) kidney region cascade segmentation method based on dual attention mechanism
CN112288750A (en) * 2020-11-20 2021-01-29 青岛理工大学 Mechanical assembly image segmentation method and device based on deep learning network
CN112308834A (en) * 2020-10-29 2021-02-02 厦门大学 One-shot brain image segmentation method based on forward correlation
CN112308860A (en) * 2020-10-28 2021-02-02 西北工业大学 Earth observation image semantic segmentation method based on self-supervision learning
CN112348766A (en) * 2020-11-06 2021-02-09 天津大学 Progressive feature stream depth fusion network for surveillance video enhancement
CN112365540A (en) * 2020-11-18 2021-02-12 北京观微科技有限公司 Ship target positioning detection method and system suitable for multiple scales
CN112464745A (en) * 2020-11-09 2021-03-09 中国科学院计算机网络信息中心 Ground feature identification and classification method and device based on semantic segmentation
CN112508960A (en) * 2020-12-21 2021-03-16 华南理工大学 Low-precision image semantic segmentation method based on improved attention mechanism
CN112508025A (en) * 2020-11-11 2021-03-16 中山大学 Mist image semantic segmentation method based on GAN
CN112529081A (en) * 2020-12-11 2021-03-19 大连大学 Real-time semantic segmentation method based on efficient attention calibration
CN112541503A (en) * 2020-12-11 2021-03-23 南京邮电大学 Real-time semantic segmentation method based on context attention mechanism and information fusion
CN112560719A (en) * 2020-12-21 2021-03-26 南京信息工程大学 High-resolution image water body extraction method based on multi-scale convolution-multi-core pooling
CN112580654A (en) * 2020-12-25 2021-03-30 西南电子技术研究所(中国电子科技集团公司第十研究所) Semantic segmentation method for ground objects of remote sensing image
CN112597882A (en) * 2020-12-22 2021-04-02 自然资源部国土卫星遥感应用中心 Remote sensing image snow detection method based on deep convolutional neural network
CN112634238A (en) * 2020-12-25 2021-04-09 武汉大学 Image quality evaluation method based on attention module
CN112634279A (en) * 2020-12-02 2021-04-09 四川大学华西医院 Medical image semantic segmentation method based on attention Unet model
CN112669285A (en) * 2020-12-29 2021-04-16 中山大学 Fundus image blood vessel segmentation method based on shared decoder and residual error tower type structure
CN112712528A (en) * 2020-12-24 2021-04-27 浙江工业大学 Multi-scale U-shaped residual encoder and integral reverse attention mechanism combined intestinal tract lesion segmentation method
CN112712011A (en) * 2020-12-28 2021-04-27 华中科技大学 Real-time road detection method based on boundary detail compensation and similar feature enhancement
CN112732967A (en) * 2021-01-08 2021-04-30 武汉工程大学 Automatic image annotation method and system and electronic equipment
CN112785661A (en) * 2021-01-12 2021-05-11 山东师范大学 Depth semantic segmentation image compression method and system based on fusion perception loss
CN112801270A (en) * 2021-01-21 2021-05-14 中国人民解放军国防科技大学 Automatic U-shaped network slot identification method integrating depth convolution and attention mechanism
CN112801104A (en) * 2021-01-20 2021-05-14 吉林大学 Image pixel level pseudo label determination method and system based on semantic segmentation
CN112991351A (en) * 2021-02-23 2021-06-18 新华三大数据技术有限公司 Remote sensing image semantic segmentation method and device and storage medium
CN113011979A (en) * 2021-03-29 2021-06-22 中国银联股份有限公司 Transaction detection method, training method and device of model and computer-readable storage medium
CN113033572A (en) * 2021-04-23 2021-06-25 上海海事大学 Obstacle segmentation network based on USV and generation method thereof
CN113034413A (en) * 2021-03-22 2021-06-25 西安邮电大学 Low-illumination image enhancement method based on multi-scale fusion residual error codec
CN113052848A (en) * 2021-04-15 2021-06-29 山东大学 Chicken image segmentation method and system based on multi-scale attention network
CN113065578A (en) * 2021-03-10 2021-07-02 合肥市正茂科技有限公司 Image visual semantic segmentation method based on double-path region attention coding and decoding
CN113095188A (en) * 2021-04-01 2021-07-09 山东捷讯通信技术有限公司 Deep learning-based Raman spectrum data analysis method and device
CN113160234A (en) * 2021-05-14 2021-07-23 太原理工大学 Unsupervised remote sensing image semantic segmentation method based on super-resolution and domain self-adaptation
CN113159038A (en) * 2020-12-30 2021-07-23 太原理工大学 Coal rock segmentation method based on multi-mode fusion
CN113160246A (en) * 2021-04-14 2021-07-23 中国科学院光电技术研究所 Image semantic segmentation method based on depth supervision
CN113159051A (en) * 2021-04-27 2021-07-23 长春理工大学 Remote sensing image lightweight semantic segmentation method based on edge decoupling
CN113191285A (en) * 2021-05-08 2021-07-30 山东大学 River and lake remote sensing image segmentation method and system based on convolutional neural network and Transformer
CN113205018A (en) * 2021-04-22 2021-08-03 武汉大学 High-resolution image building extraction method based on multi-scale residual error network model
CN113269237A (en) * 2021-05-10 2021-08-17 青岛理工大学 Assembly change detection method, device and medium based on attention mechanism
CN113269786A (en) * 2021-05-19 2021-08-17 青岛理工大学 Assembly image segmentation method and device based on deep learning and guided filtering
CN113298817A (en) * 2021-07-02 2021-08-24 贵阳欧比特宇航科技有限公司 High-accuracy semantic segmentation method for remote sensing image
CN113298818A (en) * 2021-07-09 2021-08-24 大连大学 Remote sensing image building segmentation method based on attention mechanism and multi-scale features
CN113313180A (en) * 2021-06-04 2021-08-27 太原理工大学 Remote sensing image semantic segmentation method based on deep confrontation learning
CN113361445A (en) * 2021-06-22 2021-09-07 华南理工大学 Document binarization processing method and system based on attention mechanism
CN113378897A (en) * 2021-05-27 2021-09-10 浙江省气候中心 Neural network-based remote sensing image classification method, computing device and storage medium
CN113420662A (en) * 2021-06-23 2021-09-21 西安电子科技大学 Remote sensing image change detection method based on twin multi-scale difference feature fusion
CN113420840A (en) * 2021-08-23 2021-09-21 常州微亿智造科技有限公司 Target detection method and system based on low-resolution image
CN113496221A (en) * 2021-09-08 2021-10-12 湖南大学 Point supervision remote sensing image semantic segmentation method and system based on depth bilateral filtering
CN113505792A (en) * 2021-06-30 2021-10-15 中国海洋大学 Multi-scale semantic segmentation method and model for unbalanced remote sensing image
CN113516670A (en) * 2021-06-29 2021-10-19 清华大学 Non-mode image segmentation method and device with enhanced feedback attention
CN113537228A (en) * 2021-07-07 2021-10-22 中国电子科技集团公司第五十四研究所 Real-time image semantic segmentation method based on depth features
CN113569724A (en) * 2021-07-27 2021-10-29 中国科学院地理科学与资源研究所 Road extraction method and system based on attention mechanism and dilation convolution
CN113657480A (en) * 2021-08-13 2021-11-16 江南大学 Clothing analysis method based on feature fusion network model
CN113658200A (en) * 2021-07-29 2021-11-16 东北大学 Edge perception image semantic segmentation method based on self-adaptive feature fusion
CN113688813A (en) * 2021-10-27 2021-11-23 长沙理工大学 Multi-scale feature fusion remote sensing image segmentation method, device, equipment and storage
CN113744227A (en) * 2021-08-27 2021-12-03 北京航空航天大学 Semantic segmentation method based on multiple confusable widgets
CN113762204A (en) * 2021-09-17 2021-12-07 中国人民解放军国防科技大学 Multi-direction remote sensing target detection method and device and computer equipment
CN113763386A (en) * 2021-07-13 2021-12-07 合肥工业大学 Multi-scale feature fusion based intelligent segmentation method and system for surgical instrument image
CN113780296A (en) * 2021-09-13 2021-12-10 山东大学 Remote sensing image semantic segmentation method and system based on multi-scale information fusion
CN113792640A (en) * 2021-09-07 2021-12-14 海南大学 DenseNet-based ocean remote sensing image noise identification method
CN113807210A (en) * 2021-08-31 2021-12-17 西安理工大学 Remote sensing image semantic segmentation method based on pyramid segmentation attention module
CN113807355A (en) * 2021-07-29 2021-12-17 北京工商大学 Image semantic segmentation method based on coding and decoding structure
CN113850824A (en) * 2021-09-27 2021-12-28 太原理工大学 Remote sensing image road network extraction method based on multi-scale feature fusion
CN113887517A (en) * 2021-10-29 2022-01-04 桂林电子科技大学 Crop remote sensing image semantic segmentation method based on parallel attention mechanism
CN113887470A (en) * 2021-10-15 2022-01-04 浙江大学 High-resolution remote sensing image ground object extraction method based on multitask attention mechanism
CN113920412A (en) * 2021-10-21 2022-01-11 航天科工海鹰集团有限公司 Urban building extraction method based on deep learning
CN113936204A (en) * 2021-11-22 2022-01-14 安徽师范大学 High-resolution remote sensing image cloud and snow identification method and device fusing terrain data and deep neural network
CN114037885A (en) * 2020-07-21 2022-02-11 四川大学 Target detection method based on size of selectable expansion convolution kernel
CN114049492A (en) * 2021-11-19 2022-02-15 百融云创科技股份有限公司 Multipath real-time semantic segmentation method and system
CN114091509A (en) * 2021-09-17 2022-02-25 武汉大学 High-resolution remote sensing image multi-label classification method based on semantic multi-head attention mechanism
CN114119547A (en) * 2021-11-19 2022-03-01 广东工业大学 Three-dimensional hepatobiliary duct image segmentation algorithm and system
CN114187481A (en) * 2022-02-14 2022-03-15 常州铭赛机器人科技股份有限公司 Reinforced glue positioning method based on improved U-net semantic segmentation network
CN114494081A (en) * 2022-04-01 2022-05-13 武汉大学 Unmanned aerial vehicle remote sensing mapping image enhancement method
CN114677349A (en) * 2022-03-25 2022-06-28 西安交通大学 Image segmentation method and system for edge information enhancement and attention guidance of encoding and decoding
CN114723760A (en) * 2022-05-19 2022-07-08 北京世纪好未来教育科技有限公司 Portrait segmentation model training method and device and portrait segmentation method and device
CN114820395A (en) * 2022-06-30 2022-07-29 浙江工业大学 Underwater image enhancement method based on multi-field information fusion
CN114842312A (en) * 2022-05-09 2022-08-02 深圳市大数据研究院 Generation and segmentation method and device for unpaired cross-modal image segmentation model
CN114926423A (en) * 2022-05-12 2022-08-19 深圳大学 Polyp image segmentation method, device, apparatus and medium based on attention and boundary constraint
CN115035295A (en) * 2022-06-15 2022-09-09 湖北工业大学 Remote sensing image semantic segmentation method based on shared convolution kernel and boundary loss function
CN115049919A (en) * 2022-01-21 2022-09-13 昆明理工大学 Attention regulation based remote sensing image semantic segmentation method and system
CN115171092A (en) * 2022-09-08 2022-10-11 松立控股集团股份有限公司 End-to-end license plate detection method based on semantic enhancement
CN115482463A (en) * 2022-09-01 2022-12-16 北京低碳清洁能源研究院 Method and system for identifying land cover of mine area of generated confrontation network
CN115909045A (en) * 2022-09-23 2023-04-04 中国自然资源航空物探遥感中心 Two-stage landslide map feature intelligent identification method based on comparative learning
CN115953394A (en) * 2023-03-10 2023-04-11 中国石油大学(华东) Target segmentation-based detection method and system for mesoscale ocean vortexes
CN116563538A (en) * 2023-04-27 2023-08-08 中国科学院空天信息创新研究院 Image segmentation method and system
CN116721420A (en) * 2023-08-10 2023-09-08 南昌工程学院 Semantic segmentation model construction method and system for ultraviolet image of electrical equipment
CN116823728A (en) * 2023-05-29 2023-09-29 苏州大学 Meibomian gland segmentation method based on image processing
CN116935044A (en) * 2023-06-14 2023-10-24 合肥综合性国家科学中心人工智能研究院(安徽省人工智能实验室) Endoscopic polyp segmentation method with multi-scale guidance and multi-level supervision
CN117237645A (en) * 2023-11-15 2023-12-15 中国农业科学院农业资源与农业区划研究所 Training method, device and equipment of semantic segmentation model based on boundary enhancement
CN117475145A (en) * 2023-09-27 2024-01-30 中国人民解放军战略支援部队信息工程大学 Multi-scale remote sensing image semantic segmentation method and system integrating multiple attention mechanisms
WO2024092590A1 (en) * 2022-11-03 2024-05-10 华为技术有限公司 Image processing method and apparatus, model training method and apparatus, and terminal device
CN118334473A (en) * 2024-06-13 2024-07-12 南昌大学 Deep fake image detection method based on semantic entanglement

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110322453A (en) * 2019-07-05 2019-10-11 西安电子科技大学 3D point cloud semantic segmentation method based on position attention and auxiliary network
CN110414377A (en) * 2019-07-09 2019-11-05 武汉科技大学 A kind of remote sensing images scene classification method based on scale attention network

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110322453A (en) * 2019-07-05 2019-10-11 西安电子科技大学 3D point cloud semantic segmentation method based on position attention and auxiliary network
CN110414377A (en) * 2019-07-09 2019-11-05 武汉科技大学 A kind of remote sensing images scene classification method based on scale attention network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SHUO LIU等: "ERN: Edge loss reinforced semantic segmentation network for remote sensing images" *

Cited By (204)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111582175A (en) * 2020-05-09 2020-08-25 中南大学 High-resolution remote sensing image semantic segmentation method sharing multi-scale countermeasure characteristics
CN111598860A (en) * 2020-05-13 2020-08-28 河北工业大学 Lithium battery defect detection method based on yolov3 network embedded in self-attention door module
CN111598860B (en) * 2020-05-13 2022-11-18 河北工业大学 Lithium battery defect detection method based on yolov3 network embedded into self-attention door module
CN111462324A (en) * 2020-05-18 2020-07-28 南京大学 Online spatiotemporal semantic fusion method and system
CN111462324B (en) * 2020-05-18 2022-05-17 南京大学 Online spatiotemporal semantic fusion method and system
CN111598174A (en) * 2020-05-19 2020-08-28 中国科学院空天信息创新研究院 Training method of image ground feature element classification model, image analysis method and system
CN111639692A (en) * 2020-05-25 2020-09-08 南京邮电大学 Shadow detection method based on attention mechanism
CN111639692B (en) * 2020-05-25 2022-07-22 南京邮电大学 Shadow detection method based on attention mechanism
CN111598048B (en) * 2020-05-31 2021-06-15 中国科学院地理科学与资源研究所 Urban village-in-village identification method integrating high-resolution remote sensing image and street view image
CN111598048A (en) * 2020-05-31 2020-08-28 中国科学院地理科学与资源研究所 Urban village-in-village identification method integrating high-resolution remote sensing image and street view image
CN111915619A (en) * 2020-06-05 2020-11-10 华南理工大学 Full convolution network semantic segmentation method for dual-feature extraction and fusion
CN111667495A (en) * 2020-06-08 2020-09-15 北京环境特性研究所 Image scene analysis method and device
CN111738113A (en) * 2020-06-10 2020-10-02 杭州电子科技大学 Road extraction method of high-resolution remote sensing image based on double-attention machine system and semantic constraint
CN111738113B (en) * 2020-06-10 2023-07-07 杭州电子科技大学 Road extraction method of high-resolution remote sensing image based on double-attention mechanism and semantic constraint
CN111797703A (en) * 2020-06-11 2020-10-20 武汉大学 Multi-source remote sensing image classification method based on robust deep semantic segmentation network
CN111860528A (en) * 2020-06-16 2020-10-30 南京邮电大学 Image segmentation model based on improved U-Net network and training method
CN111797712A (en) * 2020-06-16 2020-10-20 南京信息工程大学 Remote sensing image cloud and cloud shadow detection method based on multi-scale feature fusion network
CN111860528B (en) * 2020-06-16 2022-08-26 南京邮电大学 Image segmentation model based on improved U-Net network and training method
CN111797712B (en) * 2020-06-16 2023-09-15 南京信息工程大学 Remote sensing image cloud and cloud shadow detection method based on multi-scale feature fusion network
CN111709387B (en) * 2020-06-22 2023-05-12 中国科学院空天信息创新研究院 Building segmentation method and system for high-resolution remote sensing image
CN111709387A (en) * 2020-06-22 2020-09-25 中国科学院空天信息创新研究院 Building segmentation method and system for high-resolution remote sensing image
CN111860517A (en) * 2020-06-28 2020-10-30 广东石油化工学院 Semantic segmentation method under small sample based on decentralized attention network
CN111898439A (en) * 2020-06-29 2020-11-06 西安交通大学 Deep learning-based traffic scene joint target detection and semantic segmentation method
CN111914654B (en) * 2020-07-03 2024-05-28 苏州开心盒子软件有限公司 Text layout analysis method, device, equipment and medium
CN111914654A (en) * 2020-07-03 2020-11-10 苏州开心盒子软件有限公司 Text layout analysis method, device, equipment and medium
CN111797779A (en) * 2020-07-08 2020-10-20 兰州交通大学 Remote sensing image semantic segmentation method based on regional attention multi-scale feature fusion
CN111932501A (en) * 2020-07-13 2020-11-13 太仓中科信息技术研究院 Seal ring surface defect detection method based on semantic segmentation
CN111862143A (en) * 2020-07-13 2020-10-30 郑州信大先进技术研究院 Automatic river bank collapse monitoring method
CN111862143B (en) * 2020-07-13 2024-03-19 郑州信大先进技术研究院 Automatic monitoring method for river dike collapse
CN111539403A (en) * 2020-07-13 2020-08-14 航天宏图信息技术股份有限公司 Agricultural greenhouse identification method and device and electronic equipment
CN111832514A (en) * 2020-07-21 2020-10-27 内蒙古科技大学 Unsupervised pedestrian re-identification method and unsupervised pedestrian re-identification device based on soft multiple labels
CN114037885B (en) * 2020-07-21 2023-06-20 四川大学 Target detection method based on selectable expansion convolution kernel size
CN114037885A (en) * 2020-07-21 2022-02-11 四川大学 Target detection method based on size of selectable expansion convolution kernel
CN111898543A (en) * 2020-07-31 2020-11-06 武汉大学 Building automatic extraction method integrating geometric perception and image understanding
CN111915592B (en) * 2020-08-04 2023-08-22 西安电子科技大学 Remote sensing image cloud detection method based on deep learning
CN111915592A (en) * 2020-08-04 2020-11-10 西安电子科技大学 Remote sensing image cloud detection method based on deep learning
CN112084859B (en) * 2020-08-06 2024-02-09 浙江工业大学 Building segmentation method based on dense boundary blocks and attention mechanism
CN112084859A (en) * 2020-08-06 2020-12-15 浙江工业大学 Building segmentation method based on dense boundary block and attention mechanism
CN112102321B (en) * 2020-08-07 2023-09-01 深圳大学 Focal image segmentation method and system based on depth convolution neural network
CN112102321A (en) * 2020-08-07 2020-12-18 深圳大学 Focal image segmentation method and system based on deep convolutional neural network
CN112116599B (en) * 2020-08-12 2022-10-28 南京理工大学 Sputum smear tubercle bacillus semantic segmentation method and system based on weak supervised learning
CN112132778A (en) * 2020-08-12 2020-12-25 浙江工业大学 Medical image lesion segmentation method based on space transfer self-learning
CN112116599A (en) * 2020-08-12 2020-12-22 南京理工大学 Sputum smear tubercle bacillus semantic segmentation method and system based on weak supervised learning
CN111680674A (en) * 2020-08-14 2020-09-18 杭州科技职业技术学院 Hall personnel monitoring method based on self-integrated attention mechanism
CN111680674B (en) * 2020-08-14 2020-12-15 杭州科技职业技术学院 Hall personnel monitoring method based on self-integrated attention mechanism
CN111986181A (en) * 2020-08-24 2020-11-24 中国科学院自动化研究所 Intravascular stent image segmentation method and system based on double-attention machine system
CN112052783B (en) * 2020-09-02 2024-04-09 中南大学 High-resolution image weak supervision building extraction method combining pixel semantic association and boundary attention
CN112052783A (en) * 2020-09-02 2020-12-08 中南大学 High-resolution image weak supervision building extraction method combining pixel semantic association and boundary attention
CN112183258A (en) * 2020-09-16 2021-01-05 太原理工大学 Remote sensing image road segmentation method based on context information and attention mechanism
CN112215859B (en) * 2020-09-18 2023-08-18 浙江工商大学 Texture boundary detection method based on deep learning and adjacency constraint
CN112150428B (en) * 2020-09-18 2022-12-02 青岛大学 Medical image segmentation method based on deep learning
CN112215859A (en) * 2020-09-18 2021-01-12 浙江工商大学 Texture boundary detection method based on deep learning and adjacency constraint
CN112150428A (en) * 2020-09-18 2020-12-29 青岛大学 Medical image segmentation method based on deep learning
CN112163496B (en) * 2020-09-22 2024-05-28 广东华南水电高新技术开发有限公司 Embedded terminal reservoir water level early warning method based on semantic segmentation
CN112163496A (en) * 2020-09-22 2021-01-01 广东华南水电高新技术开发有限公司 Embedded terminal reservoir water level early warning method based on semantic segmentation
CN112183360B (en) * 2020-09-29 2022-11-08 上海交通大学 Lightweight semantic segmentation method for high-resolution remote sensing image
CN112183360A (en) * 2020-09-29 2021-01-05 上海交通大学 Lightweight semantic segmentation method for high-resolution remote sensing image
CN112184686B (en) * 2020-10-10 2022-08-23 深圳大学 Segmentation algorithm for detecting laser welding defects of safety valve of power battery
CN112184686A (en) * 2020-10-10 2021-01-05 深圳大学 Segmentation algorithm for detecting laser welding defects of safety valve of power battery
CN112184780A (en) * 2020-10-13 2021-01-05 武汉斌果科技有限公司 Moving object instance segmentation method
CN112308860B (en) * 2020-10-28 2024-01-12 西北工业大学 Earth observation image semantic segmentation method based on self-supervision learning
CN112308860A (en) * 2020-10-28 2021-02-02 西北工业大学 Earth observation image semantic segmentation method based on self-supervision learning
CN112308834B (en) * 2020-10-29 2024-04-05 厦门大学 One-shot brain image segmentation method based on forward correlation
CN112308834A (en) * 2020-10-29 2021-02-02 厦门大学 One-shot brain image segmentation method based on forward correlation
CN112258526B (en) * 2020-10-30 2023-06-27 南京信息工程大学 CT kidney region cascade segmentation method based on dual attention mechanism
CN112258526A (en) * 2020-10-30 2021-01-22 南京信息工程大学 CT (computed tomography) kidney region cascade segmentation method based on dual attention mechanism
CN112348766A (en) * 2020-11-06 2021-02-09 天津大学 Progressive feature stream depth fusion network for surveillance video enhancement
CN112348766B (en) * 2020-11-06 2023-04-18 天津大学 Progressive feature stream depth fusion network for surveillance video enhancement
CN112464745A (en) * 2020-11-09 2021-03-09 中国科学院计算机网络信息中心 Ground feature identification and classification method and device based on semantic segmentation
CN112464745B (en) * 2020-11-09 2023-07-07 中国科学院计算机网络信息中心 Feature identification and classification method and device based on semantic segmentation
CN112508025B (en) * 2020-11-11 2023-08-22 中山大学 GAN-based foggy image semantic segmentation method
CN112508025A (en) * 2020-11-11 2021-03-16 中山大学 Mist image semantic segmentation method based on GAN
CN112365540A (en) * 2020-11-18 2021-02-12 北京观微科技有限公司 Ship target positioning detection method and system suitable for multiple scales
CN112288750B (en) * 2020-11-20 2022-09-20 青岛理工大学 Mechanical assembly image segmentation method and device based on deep learning network
CN112288750A (en) * 2020-11-20 2021-01-29 青岛理工大学 Mechanical assembly image segmentation method and device based on deep learning network
CN112634279A (en) * 2020-12-02 2021-04-09 四川大学华西医院 Medical image semantic segmentation method based on attention Unet model
CN112634279B (en) * 2020-12-02 2023-04-07 四川大学华西医院 Medical image semantic segmentation method based on attention Unet model
CN112541503B (en) * 2020-12-11 2022-08-26 南京邮电大学 Real-time semantic segmentation method based on context attention mechanism and information fusion
CN112529081A (en) * 2020-12-11 2021-03-19 大连大学 Real-time semantic segmentation method based on efficient attention calibration
CN112541503A (en) * 2020-12-11 2021-03-23 南京邮电大学 Real-time semantic segmentation method based on context attention mechanism and information fusion
CN112529081B (en) * 2020-12-11 2023-11-07 大连大学 Real-time semantic segmentation method based on efficient attention calibration
CN112560719A (en) * 2020-12-21 2021-03-26 南京信息工程大学 High-resolution image water body extraction method based on multi-scale convolution-multi-core pooling
CN112508960A (en) * 2020-12-21 2021-03-16 华南理工大学 Low-precision image semantic segmentation method based on improved attention mechanism
CN112560719B (en) * 2020-12-21 2023-07-04 南京信息工程大学 High-resolution image water body extraction method based on multi-scale convolution-multi-core pooling
CN112597882A (en) * 2020-12-22 2021-04-02 自然资源部国土卫星遥感应用中心 Remote sensing image snow detection method based on deep convolutional neural network
CN112712528B (en) * 2020-12-24 2024-03-26 浙江工业大学 Intestinal tract focus segmentation method combining multi-scale U-shaped residual error encoder and integral reverse attention mechanism
CN112712528A (en) * 2020-12-24 2021-04-27 浙江工业大学 Multi-scale U-shaped residual encoder and integral reverse attention mechanism combined intestinal tract lesion segmentation method
CN112580654A (en) * 2020-12-25 2021-03-30 西南电子技术研究所(中国电子科技集团公司第十研究所) Semantic segmentation method for ground objects of remote sensing image
CN112634238A (en) * 2020-12-25 2021-04-09 武汉大学 Image quality evaluation method based on attention module
CN112634238B (en) * 2020-12-25 2024-03-08 武汉大学 Attention module-based image quality evaluation method
CN112712011A (en) * 2020-12-28 2021-04-27 华中科技大学 Real-time road detection method based on boundary detail compensation and similar feature enhancement
CN112712011B (en) * 2020-12-28 2022-05-06 华中科技大学 Real-time road detection method based on boundary detail compensation and similar feature enhancement
CN112669285B (en) * 2020-12-29 2022-03-08 中山大学 Fundus image blood vessel segmentation method based on shared decoder and residual error tower type structure
CN112669285A (en) * 2020-12-29 2021-04-16 中山大学 Fundus image blood vessel segmentation method based on shared decoder and residual error tower type structure
CN113159038B (en) * 2020-12-30 2022-05-27 太原理工大学 Coal rock segmentation method based on multi-mode fusion
CN113159038A (en) * 2020-12-30 2021-07-23 太原理工大学 Coal rock segmentation method based on multi-mode fusion
CN112732967A (en) * 2021-01-08 2021-04-30 武汉工程大学 Automatic image annotation method and system and electronic equipment
CN112732967B (en) * 2021-01-08 2022-04-29 武汉工程大学 Automatic image annotation method and system and electronic equipment
CN112785661A (en) * 2021-01-12 2021-05-11 山东师范大学 Depth semantic segmentation image compression method and system based on fusion perception loss
CN112801104A (en) * 2021-01-20 2021-05-14 吉林大学 Image pixel level pseudo label determination method and system based on semantic segmentation
CN112801270B (en) * 2021-01-21 2023-12-12 中国人民解放军国防科技大学 Automatic U-shaped network slot identification method integrating depth convolution and attention mechanism
CN112801270A (en) * 2021-01-21 2021-05-14 中国人民解放军国防科技大学 Automatic U-shaped network slot identification method integrating depth convolution and attention mechanism
CN112991351A (en) * 2021-02-23 2021-06-18 新华三大数据技术有限公司 Remote sensing image semantic segmentation method and device and storage medium
CN112991351B (en) * 2021-02-23 2022-05-27 新华三大数据技术有限公司 Remote sensing image semantic segmentation method and device and storage medium
CN113065578A (en) * 2021-03-10 2021-07-02 合肥市正茂科技有限公司 Image visual semantic segmentation method based on double-path region attention coding and decoding
CN113034413B (en) * 2021-03-22 2024-03-05 西安邮电大学 Low-illumination image enhancement method based on multi-scale fusion residual error coder-decoder
CN113034413A (en) * 2021-03-22 2021-06-25 西安邮电大学 Low-illumination image enhancement method based on multi-scale fusion residual error codec
CN113011979A (en) * 2021-03-29 2021-06-22 中国银联股份有限公司 Transaction detection method, training method and device of model and computer-readable storage medium
CN113095188A (en) * 2021-04-01 2021-07-09 山东捷讯通信技术有限公司 Deep learning-based Raman spectrum data analysis method and device
CN113160246A (en) * 2021-04-14 2021-07-23 中国科学院光电技术研究所 Image semantic segmentation method based on depth supervision
CN113052848B (en) * 2021-04-15 2023-02-17 山东大学 Chicken image segmentation method and system based on multi-scale attention network
CN113052848A (en) * 2021-04-15 2021-06-29 山东大学 Chicken image segmentation method and system based on multi-scale attention network
CN113205018A (en) * 2021-04-22 2021-08-03 武汉大学 High-resolution image building extraction method based on multi-scale residual error network model
CN113033572A (en) * 2021-04-23 2021-06-25 上海海事大学 Obstacle segmentation network based on USV and generation method thereof
CN113033572B (en) * 2021-04-23 2024-04-05 上海海事大学 Obstacle segmentation network based on USV and generation method thereof
CN113159051A (en) * 2021-04-27 2021-07-23 长春理工大学 Remote sensing image lightweight semantic segmentation method based on edge decoupling
CN113191285A (en) * 2021-05-08 2021-07-30 山东大学 River and lake remote sensing image segmentation method and system based on convolutional neural network and Transformer
CN113269237A (en) * 2021-05-10 2021-08-17 青岛理工大学 Assembly change detection method, device and medium based on attention mechanism
CN113160234A (en) * 2021-05-14 2021-07-23 太原理工大学 Unsupervised remote sensing image semantic segmentation method based on super-resolution and domain self-adaptation
CN113160234B (en) * 2021-05-14 2021-12-14 太原理工大学 Unsupervised remote sensing image semantic segmentation method based on super-resolution and domain self-adaptation
CN113269786B (en) * 2021-05-19 2022-12-27 青岛理工大学 Assembly image segmentation method and device based on deep learning and guided filtering
CN113269786A (en) * 2021-05-19 2021-08-17 青岛理工大学 Assembly image segmentation method and device based on deep learning and guided filtering
CN113378897A (en) * 2021-05-27 2021-09-10 浙江省气候中心 Neural network-based remote sensing image classification method, computing device and storage medium
CN113313180B (en) * 2021-06-04 2022-08-16 太原理工大学 Remote sensing image semantic segmentation method based on deep confrontation learning
CN113313180A (en) * 2021-06-04 2021-08-27 太原理工大学 Remote sensing image semantic segmentation method based on deep confrontation learning
CN113361445B (en) * 2021-06-22 2023-06-20 华南理工大学 Attention mechanism-based document binarization processing method and system
CN113361445A (en) * 2021-06-22 2021-09-07 华南理工大学 Document binarization processing method and system based on attention mechanism
CN113420662A (en) * 2021-06-23 2021-09-21 西安电子科技大学 Remote sensing image change detection method based on twin multi-scale difference feature fusion
CN113420662B (en) * 2021-06-23 2023-04-07 西安电子科技大学 Remote sensing image change detection method based on twin multi-scale difference feature fusion
CN113516670A (en) * 2021-06-29 2021-10-19 清华大学 Non-mode image segmentation method and device with enhanced feedback attention
CN113505792B (en) * 2021-06-30 2023-10-27 中国海洋大学 Multi-scale semantic segmentation method and model for unbalanced remote sensing image
CN113505792A (en) * 2021-06-30 2021-10-15 中国海洋大学 Multi-scale semantic segmentation method and model for unbalanced remote sensing image
CN113298817A (en) * 2021-07-02 2021-08-24 贵阳欧比特宇航科技有限公司 High-accuracy semantic segmentation method for remote sensing image
CN113537228A (en) * 2021-07-07 2021-10-22 中国电子科技集团公司第五十四研究所 Real-time image semantic segmentation method based on depth features
CN113298818A (en) * 2021-07-09 2021-08-24 大连大学 Remote sensing image building segmentation method based on attention mechanism and multi-scale features
CN113298818B (en) * 2021-07-09 2023-08-18 大连大学 Remote sensing image building segmentation method based on attention mechanism and multi-scale features
CN113763386B (en) * 2021-07-13 2024-04-19 合肥工业大学 Surgical instrument image intelligent segmentation method and system based on multi-scale feature fusion
CN113763386A (en) * 2021-07-13 2021-12-07 合肥工业大学 Multi-scale feature fusion based intelligent segmentation method and system for surgical instrument image
CN113569724A (en) * 2021-07-27 2021-10-29 中国科学院地理科学与资源研究所 Road extraction method and system based on attention mechanism and dilation convolution
CN113658200A (en) * 2021-07-29 2021-11-16 东北大学 Edge perception image semantic segmentation method based on self-adaptive feature fusion
CN113807355A (en) * 2021-07-29 2021-12-17 北京工商大学 Image semantic segmentation method based on coding and decoding structure
CN113807355B (en) * 2021-07-29 2023-08-25 北京工商大学 Image semantic segmentation method based on coding and decoding structure
CN113658200B (en) * 2021-07-29 2024-01-02 东北大学 Edge perception image semantic segmentation method based on self-adaptive feature fusion
CN113657480A (en) * 2021-08-13 2021-11-16 江南大学 Clothing analysis method based on feature fusion network model
CN113420840A (en) * 2021-08-23 2021-09-21 常州微亿智造科技有限公司 Target detection method and system based on low-resolution image
CN113744227A (en) * 2021-08-27 2021-12-03 北京航空航天大学 Semantic segmentation method based on multiple confusable widgets
CN113744227B (en) * 2021-08-27 2023-10-13 北京航空航天大学 Semantic segmentation method based on various confusable small parts
CN113807210A (en) * 2021-08-31 2021-12-17 西安理工大学 Remote sensing image semantic segmentation method based on pyramid segmentation attention module
CN113807210B (en) * 2021-08-31 2023-09-15 西安理工大学 Remote sensing image semantic segmentation method based on pyramid segmentation attention module
CN113792640B (en) * 2021-09-07 2023-07-14 海南大学 Ocean remote sensing image noise identification method based on DenseNet
CN113792640A (en) * 2021-09-07 2021-12-14 海南大学 DenseNet-based ocean remote sensing image noise identification method
CN113496221B (en) * 2021-09-08 2022-02-01 湖南大学 Point supervision remote sensing image semantic segmentation method and system based on depth bilateral filtering
CN113496221A (en) * 2021-09-08 2021-10-12 湖南大学 Point supervision remote sensing image semantic segmentation method and system based on depth bilateral filtering
CN113780296B (en) * 2021-09-13 2024-02-02 山东大学 Remote sensing image semantic segmentation method and system based on multi-scale information fusion
CN113780296A (en) * 2021-09-13 2021-12-10 山东大学 Remote sensing image semantic segmentation method and system based on multi-scale information fusion
CN113762204A (en) * 2021-09-17 2021-12-07 中国人民解放军国防科技大学 Multi-direction remote sensing target detection method and device and computer equipment
CN114091509A (en) * 2021-09-17 2022-02-25 武汉大学 High-resolution remote sensing image multi-label classification method based on semantic multi-head attention mechanism
CN114091509B (en) * 2021-09-17 2024-09-27 武汉大学 High-resolution remote sensing image multi-label classification method of semantic multi-head attention mechanism
CN113762204B (en) * 2021-09-17 2023-05-12 中国人民解放军国防科技大学 Multidirectional remote sensing target detection method and device and computer equipment
CN113850824A (en) * 2021-09-27 2021-12-28 太原理工大学 Remote sensing image road network extraction method based on multi-scale feature fusion
CN113850824B (en) * 2021-09-27 2024-03-29 太原理工大学 Remote sensing image road network extraction method based on multi-scale feature fusion
CN113887470A (en) * 2021-10-15 2022-01-04 浙江大学 High-resolution remote sensing image ground object extraction method based on multitask attention mechanism
CN113920412A (en) * 2021-10-21 2022-01-11 航天科工海鹰集团有限公司 Urban building extraction method based on deep learning
CN113688813A (en) * 2021-10-27 2021-11-23 长沙理工大学 Multi-scale feature fusion remote sensing image segmentation method, device, equipment and storage
CN113688813B (en) * 2021-10-27 2022-01-04 长沙理工大学 Multi-scale feature fusion remote sensing image segmentation method, device, equipment and storage
CN113887517B (en) * 2021-10-29 2024-04-09 桂林电子科技大学 Crop remote sensing image semantic segmentation method based on parallel attention mechanism
CN113887517A (en) * 2021-10-29 2022-01-04 桂林电子科技大学 Crop remote sensing image semantic segmentation method based on parallel attention mechanism
CN114049492A (en) * 2021-11-19 2022-02-15 百融云创科技股份有限公司 Multipath real-time semantic segmentation method and system
CN114119547A (en) * 2021-11-19 2022-03-01 广东工业大学 Three-dimensional hepatobiliary duct image segmentation algorithm and system
CN113936204A (en) * 2021-11-22 2022-01-14 安徽师范大学 High-resolution remote sensing image cloud and snow identification method and device fusing terrain data and deep neural network
CN113936204B (en) * 2021-11-22 2023-04-07 安徽师范大学 High-resolution remote sensing image cloud and snow identification method and device fusing terrain data and deep neural network
CN115049919A (en) * 2022-01-21 2022-09-13 昆明理工大学 Attention regulation based remote sensing image semantic segmentation method and system
CN114187481A (en) * 2022-02-14 2022-03-15 常州铭赛机器人科技股份有限公司 Reinforced glue positioning method based on improved U-net semantic segmentation network
CN114677349B (en) * 2022-03-25 2024-07-19 西安交通大学 Image segmentation method and system for enhancing edge information of encoding and decoding end and guiding attention
CN114677349A (en) * 2022-03-25 2022-06-28 西安交通大学 Image segmentation method and system for edge information enhancement and attention guidance of encoding and decoding
CN114494081A (en) * 2022-04-01 2022-05-13 武汉大学 Unmanned aerial vehicle remote sensing mapping image enhancement method
CN114494081B (en) * 2022-04-01 2022-07-05 武汉大学 Unmanned aerial vehicle remote sensing mapping image enhancement method
CN114842312A (en) * 2022-05-09 2022-08-02 深圳市大数据研究院 Generation and segmentation method and device for unpaired cross-modal image segmentation model
CN114926423A (en) * 2022-05-12 2022-08-19 深圳大学 Polyp image segmentation method, device, apparatus and medium based on attention and boundary constraint
CN114926423B (en) * 2022-05-12 2023-02-10 深圳大学 Polyp image segmentation method, device, apparatus and medium based on attention and boundary constraint
CN114723760A (en) * 2022-05-19 2022-07-08 北京世纪好未来教育科技有限公司 Portrait segmentation model training method and device and portrait segmentation method and device
CN114723760B (en) * 2022-05-19 2022-08-23 北京世纪好未来教育科技有限公司 Portrait segmentation model training method and device and portrait segmentation method and device
CN115035295A (en) * 2022-06-15 2022-09-09 湖北工业大学 Remote sensing image semantic segmentation method based on shared convolution kernel and boundary loss function
CN115035295B (en) * 2022-06-15 2024-04-30 湖北工业大学 Remote sensing image semantic segmentation method based on shared convolution kernel and boundary loss function
CN114820395A (en) * 2022-06-30 2022-07-29 浙江工业大学 Underwater image enhancement method based on multi-field information fusion
CN115482463A (en) * 2022-09-01 2022-12-16 北京低碳清洁能源研究院 Method and system for identifying land cover of mine area of generated confrontation network
CN115171092A (en) * 2022-09-08 2022-10-11 松立控股集团股份有限公司 End-to-end license plate detection method based on semantic enhancement
CN115171092B (en) * 2022-09-08 2022-11-18 松立控股集团股份有限公司 End-to-end license plate detection method based on semantic enhancement
CN115909045B (en) * 2022-09-23 2024-04-30 中国自然资源航空物探遥感中心 Two-stage landslide map feature intelligent recognition method based on contrast learning
CN115909045A (en) * 2022-09-23 2023-04-04 中国自然资源航空物探遥感中心 Two-stage landslide map feature intelligent identification method based on comparative learning
WO2024092590A1 (en) * 2022-11-03 2024-05-10 华为技术有限公司 Image processing method and apparatus, model training method and apparatus, and terminal device
CN115953394A (en) * 2023-03-10 2023-04-11 中国石油大学(华东) Target segmentation-based detection method and system for mesoscale ocean vortexes
CN116563538B (en) * 2023-04-27 2023-09-22 中国科学院空天信息创新研究院 Image segmentation method and system
CN116563538A (en) * 2023-04-27 2023-08-08 中国科学院空天信息创新研究院 Image segmentation method and system
CN116823728A (en) * 2023-05-29 2023-09-29 苏州大学 Meibomian gland segmentation method based on image processing
CN116823728B (en) * 2023-05-29 2024-08-16 苏州大学 Meibomian gland segmentation method based on image processing
CN116935044A (en) * 2023-06-14 2023-10-24 合肥综合性国家科学中心人工智能研究院(安徽省人工智能实验室) Endoscopic polyp segmentation method with multi-scale guidance and multi-level supervision
CN116935044B (en) * 2023-06-14 2024-05-14 合肥综合性国家科学中心人工智能研究院(安徽省人工智能实验室) Endoscopic polyp segmentation method with multi-scale guidance and multi-level supervision
CN116721420A (en) * 2023-08-10 2023-09-08 南昌工程学院 Semantic segmentation model construction method and system for ultraviolet image of electrical equipment
CN116721420B (en) * 2023-08-10 2023-10-20 南昌工程学院 Semantic segmentation model construction method and system for ultraviolet image of electrical equipment
CN117475145A (en) * 2023-09-27 2024-01-30 中国人民解放军战略支援部队信息工程大学 Multi-scale remote sensing image semantic segmentation method and system integrating multiple attention mechanisms
CN117237645B (en) * 2023-11-15 2024-02-06 中国农业科学院农业资源与农业区划研究所 Training method, device and equipment of semantic segmentation model based on boundary enhancement
CN117237645A (en) * 2023-11-15 2023-12-15 中国农业科学院农业资源与农业区划研究所 Training method, device and equipment of semantic segmentation model based on boundary enhancement
CN118334473A (en) * 2024-06-13 2024-07-12 南昌大学 Deep fake image detection method based on semantic entanglement

Similar Documents

Publication Publication Date Title
CN111127493A (en) Remote sensing image semantic segmentation method based on attention multi-scale feature fusion
CN113298818B (en) Remote sensing image building segmentation method based on attention mechanism and multi-scale features
CN112001385B (en) Target cross-domain detection and understanding method, system, equipment and storage medium
Li et al. Building-a-nets: Robust building extraction from high-resolution remote sensing images with adversarial networks
CN109784283B (en) Remote sensing image target extraction method based on scene recognition task
CN111126202A (en) Optical remote sensing image target detection method based on void feature pyramid network
CN108596108B (en) Aerial remote sensing image change detection method based on triple semantic relation learning
CN112767418B (en) Mirror image segmentation method based on depth perception
CN113435269A (en) Improved water surface floating object detection and identification method and system based on YOLOv3
CN111582104B (en) Remote sensing image semantic segmentation method and device based on self-attention feature aggregation network
CN110853057B (en) Aerial image segmentation method based on global and multi-scale full-convolution network
CN111611861B (en) Image change detection method based on multi-scale feature association
CN111612008A (en) Image segmentation method based on convolution network
CN116206185A (en) Lightweight small target detection method based on improved YOLOv7
CN110647802A (en) Remote sensing image ship target detection method based on deep learning
CN110705566B (en) Multi-mode fusion significance detection method based on spatial pyramid pool
CN115761222B (en) Image segmentation method, remote sensing image segmentation method and device
CN115223017B (en) Multi-scale feature fusion bridge detection method based on depth separable convolution
CN112818777B (en) Remote sensing image target detection method based on dense connection and feature enhancement
CN113361528B (en) Multi-scale target detection method and system
CN114511710A (en) Image target detection method based on convolutional neural network
CN114998566A (en) Interpretable multi-scale infrared small and weak target detection network design method
CN114926734B (en) Solid waste detection device and method based on feature aggregation and attention fusion
CN114494870A (en) Double-time-phase remote sensing image change detection method, model construction method and device
CN114299305B (en) Saliency target detection algorithm for aggregating dense and attention multi-scale features

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200508

RJ01 Rejection of invention patent application after publication