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

CN112699736A - Bridge bearing fault identification method based on space attention - Google Patents

Bridge bearing fault identification method based on space attention Download PDF

Info

Publication number
CN112699736A
CN112699736A CN202011442501.7A CN202011442501A CN112699736A CN 112699736 A CN112699736 A CN 112699736A CN 202011442501 A CN202011442501 A CN 202011442501A CN 112699736 A CN112699736 A CN 112699736A
Authority
CN
China
Prior art keywords
image
bridge
spatial
sample image
spatial attention
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011442501.7A
Other languages
Chinese (zh)
Other versions
CN112699736B (en
Inventor
艾志勇
崔弥达
荣耀
张恺
吴刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JIANGXI TRAFFIC SCIENCE RESEARCH INSTITUTE
Southeast University
Original Assignee
JIANGXI TRAFFIC SCIENCE RESEARCH INSTITUTE
Southeast University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JIANGXI TRAFFIC SCIENCE RESEARCH INSTITUTE, Southeast University filed Critical JIANGXI TRAFFIC SCIENCE RESEARCH INSTITUTE
Priority to CN202011442501.7A priority Critical patent/CN112699736B/en
Publication of CN112699736A publication Critical patent/CN112699736A/en
Application granted granted Critical
Publication of CN112699736B publication Critical patent/CN112699736B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

本发明提供了一种基于空间注意力的桥梁支座病害识别方法,包括以下步骤:获取桥梁支座图像数据,通过人工标注的方法赋予标签,标签包含正常支座及桥梁服役的过程中可能出现的各类支座病害。构建带有空间注意力机制的神经网络模型,其中空间注意力机制通过一个小型的神经网络生成4个注意力坐标值,根据这4个坐标值筛选出图像中有价值的区域,并通过格点生成函数和双线性插值方法放缩至指定的大小;把空间注意力机制的输出作为卷积神经网络的输入进行训练,得到具有预测支座病害的神经网络模型。本发明的注意力模型能够让网络模型自动的提取出桥梁支座图像中有价值的区域进行学习,相较于传统卷积神经网络模型,能有效提高支座病害的识别精度。

Figure 202011442501

The present invention provides a method for identifying diseases of bridge supports based on spatial attention, which includes the following steps: acquiring image data of bridge supports, and assigning labels by manual labeling. The labels include normal supports and possible occurrences during service of the bridge. of various bearing diseases. Construct a neural network model with a spatial attention mechanism, in which the spatial attention mechanism generates 4 attention coordinate values through a small neural network, screen out the valuable areas in the image according to these 4 coordinate values, and pass the grid points The generating function and bilinear interpolation method are scaled to the specified size; the output of the spatial attention mechanism is used as the input of the convolutional neural network for training, and the neural network model with predicting bearing disease is obtained. The attention model of the present invention can allow the network model to automatically extract valuable areas in the bridge support image for learning, and compared with the traditional convolutional neural network model, the identification accuracy of the support disease can be effectively improved.

Figure 202011442501

Description

Bridge bearing fault identification method based on space attention
Technical Field
The invention relates to a bridge bearing fault identification method based on space attention, and belongs to the technical field of civil engineering and artificial intelligence interaction.
Background
With the rapid development of infrastructure construction, the civil engineering industry develops rapidly, and after a large number of bridges are constructed, the bridge support is an important stressed component of the bridge, and diseases such as aging, cracking and the like can occur in the long-term service process, so that the normal use function of the bridge support is influenced. People always rely on means such as daily and periodic inspection, sampling and temporary inspection and the like to acquire relevant information of the structure. However, the existing bridge appearance detection mainly depends on manual detection, the method is low in efficiency, long in time consumption and high in cost, the manual detection method is greatly influenced by factors such as environment, professional technical literacy of detection personnel and the like, and the detection result is uncertain.
The image processing technology based on deep learning is rapidly developed and widely applied to various industries, however, a deep learning model usually needs a large amount of labeled data to be trained so as to achieve higher precision. In actual engineering, some disease image data are difficult to obtain, and the support is used as a connecting member of a bridge, so that other members and some background information are included in the image acquisition engineering, which is difficult to avoid, and the identification result of the model is influenced. Therefore, a method for improving the identification precision of the model under the conditions of limited data set and complex scene is urgently needed.
Disclosure of Invention
The invention aims to solve the technical problem of providing a bridge support fault identification method based on space attention, which is used for improving the training efficiency and the precision of a neural network for identifying bridge support faults.
The invention adopts the following technical scheme for solving the technical problems: the invention designs a bridge support fault identification method based on space attention, which is characterized in that a target neural network based on a space attention system for identifying bridge support faults is trained and obtained by applying the following steps A to E based on a plurality of sample images respectively only containing one bridge support; the target neural network comprises a space coordinate generation network and a classification network; then, sequentially applying the space coordinates to generate a network and a classification network aiming at a target image to be detected, so as to obtain a classification result of the bridge bearing contained in the target image;
a, respectively associating each sample image with a preset classification label type of a bridge support contained in the sample image to construct a bridge support sample image database;
b, defining a minimum rectangular area where a bridge support is located in a sample image as a spatial attention area, and constructing a spatial coordinate generation network by taking the sample image as input and four spatial coordinates of the spatial attention area in the sample image as output based on a bridge support sample image database, wherein the four spatial coordinates of the spatial attention area are xmin,ymin,xmax,ymaxWherein x ismin,yminThe abscissa and ordinate, x, of the upper left corner of the spatial attention areamax,ymaxThe horizontal coordinate and the vertical coordinate of the right lower corner point of the spatial attention area are shown;
step C, aiming at each sample image, according to four space coordinates of a space attention area in the sample image, applying a lattice point generating function to obtain coordinates of each lattice point under the corresponding preset proportion grid division in the space attention area in the sample image, and then entering the step D;
step D, aiming at each sample image, obtaining the pixel value of each lattice point in a space attention area in the sample image through a preset interpolation method, and obtaining a processed image which corresponds to each sample image and is based on an attention mechanism;
and E, constructing a classification network which takes the pictures of the sample images based on the attention mechanism as input and the classes of the support images in the corresponding sample images as output based on the labels in the bridge support sample image database and the pictures of the sample images based on the attention mechanism, taking the difference between the output classes of the classification network and the label classes in the step A as a target of network optimization, and performing end-to-end iterative training on the spatial coordinates to generate a network and the classification network to obtain a target neural network.
As a preferred technical scheme of the invention, in the step a, the different states of the bridge support included in the constructed bridge support sample image database include both a normal support state and states of various support diseases preset in the service process of the bridge.
In a preferred embodiment of the present invention, in step a, the resolution of the image in the constructed bridge support sample image database is above 800 × 600.
As a preferred technical solution of the present invention, the spatial coordinate generation network in step B includes a convolutional layer, a pooling layer, and a full connection layer.
As a preferred embodiment of the present invention, in step C, the lattice point generating function generates image lattice points according to a proportional relationship between 4 image coordinates generated by the attention mechanism and the original image, and the lattice point generating function is described as follows:
Figure BDA0002822901610000021
wherein, x'ijIs the corresponding abscissa, y 'of the grid point i, j in the original image'ijIs the corresponding ordinate of the grid point i, j in the original image, w 'is the width of the preset grid point image, h' is the height of the corresponding preset grid point image, xijIs the abscissa, y, of the grid point i, j in the preset grid point imageijIs the ordinate of the grid point i, j in the preset grid point image.
As a preferred embodiment of the present invention, in step D, the preset interpolation method is a differentiable interpolation method to meet the requirement of error back propagation.
As a preferred technical solution of the present invention, in step E, the classification network is a neural network that satisfies the preset specified feature characterization capability.
As a preferred technical solution of the present invention, the neural network with the preset designated feature characterization capability is VGG or ResNet.
As a preferred technical solution of the present invention, in step E, a gradient descent method is selected for iterative training of the target neural network.
Compared with the prior art, the bridge bearing disease identification method based on space attention has the following technical effects:
according to the method, under a limited data set, a target neural network consisting of a spatial attention mechanism is obtained through a combined training spatial coordinate generation network and a classification network, aiming at a bridge support image to be detected, an interested area in the bridge support image is firstly identified, and then whether the bridge support is damaged or not and the type of the damage are obtained through the classification network.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a schematic diagram of a spatial coordinate generation network in accordance with the present invention;
FIG. 3 is a schematic flow chart of the method for obtaining attention area according to the present invention;
fig. 4 is a schematic diagram of a VGG-16 classification network used in the present invention.
Detailed Description
The following description will explain embodiments of the present invention in further detail with reference to the accompanying drawings.
The hardware conditions for training the convolutional neural network of the present embodiment are: the amazon AWS cloud computing service is enabled to configure an amazon EC2P2.xlarge instance, the instance is configured with 1 GPU, 4 vCPUs, 61GB random access memories, the system adopts an ubuntu system, the programming language adopts python, and the deep learning platform uses pytorch.
As shown in the flowchart of fig. 1, in the method for identifying a bridge bearer fault based on spatial attention implemented in this embodiment, 5000 sample images with a resolution of more than 800 × 600 are selected, each sample image respectively includes different states of the bridge bearer, including a normal bearer state and states of various bearer faults preset in the bridge service process, where the bridge bearer states in the sample images in this embodiment include three types of a normal bearer, a cracked bearer, and a shear deformation bearer.
Based on the sample image, the following steps A to E are applied, and a target neural network which is used for identifying the bridge support diseases and is based on a space attention mechanism is trained and obtained; the target neural network comprises a space coordinate generation network and a classification network.
And A, respectively associating each sample image with a preset classification label type of the bridge support contained in the sample image to construct a bridge support sample image database, wherein the classification label in the embodiment contains three types of bridge supports, namely a normal support, a cracking support and a shearing deformation support.
Step B, as shown in FIG. 2, defining a minimum rectangular area where a bridge support is located in a sample image as a spatial attention area, constructing a spatial coordinate generation network based on a bridge support sample image database, wherein the spatial coordinate generation network takes the sample image as input and four spatial coordinates of the spatial attention area in the sample image as output, and comprises a convolution layer, a pooling layer and a full-connection layer, wherein the four spatial coordinates of the spatial attention area are xmin,ymin,xmax,ymaxWherein x ismin,yminThe abscissa and ordinate, x, of the upper left corner of the spatial attention areamax,ymaxThe abscissa and the ordinate of the lower right corner of the spatial attention area.
And step C, as shown in FIG. 3, applying a grid point generating function according to the four spatial coordinates of the spatial attention area in the sample image respectively for each sample image, and obtaining the coordinates of each grid point under the corresponding preset proportion grid division in the spatial attention area in the sample image.
The lattice point generating function generates image lattice points according to the proportional relation between 4 image coordinates generated by the attention mechanism and the original image, and the lattice point generating function is described as follows:
Figure BDA0002822901610000041
wherein, x'ijIs the corresponding abscissa, y 'of the grid point i, j in the original image'ijIs the corresponding ordinate of the grid point i, j in the original image, w 'is the width of the preset grid point image, h' is the height of the corresponding preset grid point image, xijIs the abscissa, y, of the grid point i, j in the preset grid point imageijIs the ordinate of the grid point i, j in the preset grid point image.
And D, aiming at each sample image, obtaining the pixel value of each lattice point in a spatial attention area in the sample image by a differentiable interpolation method meeting the requirement of error back propagation, wherein a bilinear interpolation method is specifically selected in the embodiment, and obtaining a processed image corresponding to each sample image based on an attention mechanism.
Step e, as shown in fig. 4, based on the tags in the bridge support sample image database and the attention-based pictures of each sample image, constructing a classification network that uses the attention-based pictures of each sample image as input and uses the category of the support image in the corresponding sample image as output and satisfies the preset specified feature characterization capability, specifically selecting a VGG network in a classical convolutional neural network in the present embodiment, then using the difference between the output category of the classification network and the category marked in step a as a target of network optimization, and performing joint training on the space coordinate generation network and the classification network by using a gradient descent method to obtain a target neural network.
And then, sequentially applying the space coordinates to generate a network and a classification network aiming at the target image to be detected, so as to obtain a classification result of the bridge bearing included in the target image.
The embodiments of the present invention have been described in detail with reference to the drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (9)

1.一种基于空间注意力的桥梁支座病害识别方法,其特征在于,基于多幅分别仅包含一个桥梁支座的样本图像,应用如下步骤A至步骤E,训练并获取用于识别桥梁支座病害的基于空间注意力机制的目标神经网络;其中,目标神经网络包括空间坐标生成网络和分类网络;然后,针对待检测的目标图像,依次应用空间坐标生成网络和分类网络,从而获得目标图像所包含的桥梁支座的分类结果;1. a method for identifying diseases of a bridge bearing based on spatial attention, is characterized in that, based on a plurality of sample images respectively comprising only a bridge bearing, applying the following steps A to step E, training and obtaining are used to identify the bridge bearing. A target neural network based on the spatial attention mechanism of the disease; wherein, the target neural network includes a spatial coordinate generation network and a classification network; then, for the target image to be detected, the spatial coordinate generation network and the classification network are sequentially applied to obtain the target image. The classification results of the included bridge supports; 步骤A.将各幅样本图像分别与其所包含桥梁支座的预设分类标签类型相关联,构建出桥梁支座样本图像数据库;Step A. Correlate each sample image with the preset classification label type of the bridge support it contains, and construct a bridge support sample image database; 步骤B.定义样本图像中桥梁支座所在的最小矩形区域为空间注意力区域,基于桥梁支座样本图像数据库,构建以样本图像为输入、该样本图像中空间注意力区域的四个空间坐标为输出的空间坐标生成网络,其中空间注意力区域的四个空间坐标为xmin,ymin,xmax,ymax,其中,xmin,ymin为空间注意力区域左上角点的横坐标和纵坐标,xmax,ymax为空间注意力区域右下角点的横坐标和纵坐标;Step B. Define the minimum rectangular area where the bridge support is located in the sample image as the spatial attention area. Based on the bridge support sample image database, construct the sample image as the input, and the four spatial coordinates of the spatial attention area in the sample image are: The output spatial coordinate generation network, where the four spatial coordinates of the spatial attention area are x min , y min , x max , y max , where x min , y min are the abscissa and ordinate of the upper left corner of the spatial attention area Coordinates, x max , y max are the abscissa and ordinate of the lower right corner of the spatial attention area; 步骤C.针对各幅样本图像,根据样本图像中空间注意力区域的四个空间坐标,应用格点生成函数,获得该样本图像中的空间注意力区域中对应预设比例网格划分下、各个格点的坐标,然后进入步骤D;Step C. For each sample image, according to the four spatial coordinates of the spatial attention area in the sample image, apply the grid point generation function to obtain the corresponding preset scale grid division in the spatial attention area in the sample image, each The coordinates of the grid point, and then go to step D; 步骤D.针对各幅样本图像,通过预设的插值方法获得样本图像中空间注意力区域中各个格点的像素值,获得处理后的对应于各幅样本图像的基于注意力机制的图片;Step D. For each sample image, obtain the pixel value of each grid point in the spatial attention area in the sample image by a preset interpolation method, and obtain a processed image corresponding to each sample image based on the attention mechanism; 步骤E.基于桥梁支座样本图像数据库中的标签和各幅样本图像的基于注意力机制的图片,构建以各幅样本图像的基于注意力机制的图片为输入,以对应的样本图像中支座图像的类别为输出的分类网络,根据分类网络的输出类别,与步骤A中标注类别的差异作为网络优化的目标,经过端到端迭代训练空间坐标生成网络和分类网络,得到目标神经网络。Step E. Based on the labels in the bridge support sample image database and the pictures based on the attention mechanism of each sample image, construct the pictures based on the attention mechanism of each sample image as input, and use the corresponding sample images in the support The category of the image is the output classification network. According to the output category of the classification network, the difference between the output category and the labeled category in step A is the goal of network optimization. After end-to-end iterative training of the spatial coordinate generation network and the classification network, the target neural network is obtained. 2.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤A中,构建的桥梁支座样本图像数据库包含的桥梁支座不同状态,既包含正常支座状态,也包括桥梁服役的过程中预设的各类支座病害的状态。2. a kind of bridge bearing disease identification method based on spatial attention according to claim 1, is characterized in that, in step A, the bridge bearing different states that the constructed bridge bearing sample image database comprises, both include normal The state of the bearing also includes the state of various bearing diseases preset during the service of the bridge. 3.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤A中,构建的桥梁支座样本图像数据库中,图像的分辨率在800×600以上。3. A method for identifying diseases of bridge bearing based on spatial attention according to claim 1, wherein in step A, in the constructed bridge bearing sample image database, the resolution of the image is above 800×600 . 4.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤B中空间坐标生成网络包括卷积层、池化层和全连接层。4 . The method for identifying diseases of bridge supports based on spatial attention according to claim 1 , wherein the spatial coordinate generation network in step B comprises a convolution layer, a pooling layer and a fully connected layer. 5 . 5.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤C中,格点生成函数根据注意力机制生成的4个图像坐标与原始图像比例关系生成图像格点,格点生成函数的描述如下:5. a kind of bridge bearing disease identification method based on spatial attention according to claim 1, is characterized in that, in step C, grid point generation function according to the 4 image coordinates that attention mechanism generates and original image proportional relationship To generate image lattice points, the description of the lattice point generation function is as follows:
Figure FDA0002822901600000021
Figure FDA0002822901600000021
其中,x′ij为格点i,j在原始图像中对应的横坐标,y′ij为格点i,j在原始图像中对应的纵坐标,w'为预设格点图像的宽,h'为对应预设格点图像的高,xij为格点i,j在预设格点图像中的横坐标,yij为格点i,j在预设格点图像中的纵坐标。Among them, x' ij is the abscissa corresponding to grid point i, j in the original image, y' ij is the ordinate corresponding to grid point i, j in the original image, w' is the width of the preset grid image, h ' is the height of the corresponding preset grid image, x ij is the abscissa of the grid point i, j in the preset grid image, y ij is the ordinate of the grid point i, j in the preset grid image.
6.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤D中,预设的插值方法为可微分的插值方法,以满足误差反向传播的要求。6. a kind of bridge bearing disease identification method based on spatial attention according to claim 1, is characterized in that, in step D, the preset interpolation method is a differentiable interpolation method, so as to satisfy the error of back propagation. Require. 7.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,步骤E中,分类网络为满足预设指定特征表征能力的神经网络。7 . The method for identifying diseases of bridge supports based on spatial attention according to claim 1 , wherein, in step E, the classification network is a neural network that satisfies the preset specified feature representation ability. 8 . 8.根据权利要求7所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,所述预设指定特征表征能力的神经网络为VGG或ResNet。8 . The method for identifying diseases of bridge support based on spatial attention according to claim 7 , wherein the neural network of the preset specified feature representation capability is VGG or ResNet. 9 . 9.根据权利要求1所述的一种基于空间注意力的桥梁支座病害识别方法,其特征在于,在步骤E中,目标神经网络的迭代训练选用梯度下降法。9 . The method for identifying diseases of bridge support based on spatial attention according to claim 1 , wherein, in step E, gradient descent method is selected for the iterative training of the target neural network. 10 .
CN202011442501.7A 2020-12-08 2020-12-08 Bridge bearing disease identification method based on spatial attention Active CN112699736B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011442501.7A CN112699736B (en) 2020-12-08 2020-12-08 Bridge bearing disease identification method based on spatial attention

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011442501.7A CN112699736B (en) 2020-12-08 2020-12-08 Bridge bearing disease identification method based on spatial attention

Publications (2)

Publication Number Publication Date
CN112699736A true CN112699736A (en) 2021-04-23
CN112699736B CN112699736B (en) 2024-06-07

Family

ID=75507773

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011442501.7A Active CN112699736B (en) 2020-12-08 2020-12-08 Bridge bearing disease identification method based on spatial attention

Country Status (1)

Country Link
CN (1) CN112699736B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297959A (en) * 2021-05-24 2021-08-24 南京邮电大学 Target tracking method and system based on corner attention twin network
CN118820723A (en) * 2024-08-01 2024-10-22 云南省公路科学技术研究院 Tunnel lining disease detection system and method based on deep learning

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108288269A (en) * 2018-01-24 2018-07-17 东南大学 Bridge pad disease automatic identifying method based on unmanned plane and convolutional neural networks
CN108363961A (en) * 2018-01-24 2018-08-03 东南大学 Bridge pad disease recognition method based on transfer learning between convolutional neural networks
WO2018214195A1 (en) * 2017-05-25 2018-11-29 中国矿业大学 Remote sensing imaging bridge detection method based on convolutional neural network
CN109784347A (en) * 2018-12-17 2019-05-21 西北工业大学 Image classification method based on multiple dimensioned dense convolutional neural networks and spectrum attention mechanism
CN110070008A (en) * 2019-04-04 2019-07-30 中设设计集团股份有限公司 Bridge disease identification method adopting unmanned aerial vehicle image
CN110222701A (en) * 2019-06-11 2019-09-10 北京新桥技术发展有限公司 A kind of bridge defect automatic identifying method
CN111562220A (en) * 2020-06-02 2020-08-21 吉林大学 Rapid and intelligent detection method for bridge diseases
WO2020199538A1 (en) * 2019-04-04 2020-10-08 中设设计集团股份有限公司 Bridge key component disease early-warning system and method based on image monitoring data

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018214195A1 (en) * 2017-05-25 2018-11-29 中国矿业大学 Remote sensing imaging bridge detection method based on convolutional neural network
CN108288269A (en) * 2018-01-24 2018-07-17 东南大学 Bridge pad disease automatic identifying method based on unmanned plane and convolutional neural networks
CN108363961A (en) * 2018-01-24 2018-08-03 东南大学 Bridge pad disease recognition method based on transfer learning between convolutional neural networks
CN109784347A (en) * 2018-12-17 2019-05-21 西北工业大学 Image classification method based on multiple dimensioned dense convolutional neural networks and spectrum attention mechanism
CN110070008A (en) * 2019-04-04 2019-07-30 中设设计集团股份有限公司 Bridge disease identification method adopting unmanned aerial vehicle image
WO2020199538A1 (en) * 2019-04-04 2020-10-08 中设设计集团股份有限公司 Bridge key component disease early-warning system and method based on image monitoring data
CN110222701A (en) * 2019-06-11 2019-09-10 北京新桥技术发展有限公司 A kind of bridge defect automatic identifying method
CN111562220A (en) * 2020-06-02 2020-08-21 吉林大学 Rapid and intelligent detection method for bridge diseases

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297959A (en) * 2021-05-24 2021-08-24 南京邮电大学 Target tracking method and system based on corner attention twin network
CN118820723A (en) * 2024-08-01 2024-10-22 云南省公路科学技术研究院 Tunnel lining disease detection system and method based on deep learning

Also Published As

Publication number Publication date
CN112699736B (en) 2024-06-07

Similar Documents

Publication Publication Date Title
Karaaslan et al. Artificial intelligence assisted infrastructure assessment using mixed reality systems
Yin et al. Automated semantic segmentation of industrial point clouds using ResPointNet++
CN111476781B (en) Concrete crack identification method and device based on video semantic segmentation technology
Xu et al. Recognition of rust grade and rust ratio of steel structures based on ensembled convolutional neural network
CN105825511A (en) Image background definition detection method based on deep learning
WO2020238256A1 (en) Weak segmentation-based damage detection method and device
CN109886947A (en) High-voltage wire defect detection method based on region convolutional neural network
CN113177456B (en) Remote sensing target detection method based on single-stage full convolution network and multi-feature fusion
TWI672637B (en) Patern recognition method of autoantibody immunofluorescence image
CN112699736A (en) Bridge bearing fault identification method based on space attention
CN112488990B (en) Bridge bearing disease identification method based on attention regularization mechanism
Shi et al. Development of large-scale synthetic 3D point cloud datasets for vision-based bridge structural condition assessment
Wang et al. Instance segmentation of soft‐story buildings from street‐view images with semiautomatic annotation
Huang et al. Deep residual network training for reinforced concrete defects intelligent classifier
CN112767351A (en) Transformer equipment defect detection method based on sensitive position dependence analysis
Shinozaki et al. Detection of deterioration of furnace walls using large-scale point-clouds
Chu et al. A rendering‐based lightweight network for segmentation of high‐resolution crack images
CN110660068A (en) Semi-automatic brain region segmentation method for three-dimensional cell construction image
CN116777865A (en) Underwater crack identification method, system, device and storage medium
CN115564954A (en) Chromosome image segmentation method
CN114612420A (en) A method for identifying visible light defects in transmission lines based on YOLO algorithm
Kang et al. Automatic detection and classification process for concrete defects in deteriorating buildings based on image data
Ngo et al. Designing image processing tools for testing concrete bridges by a drone based on deep learning
Bao et al. Research on the detection and analysis of students’ classroom behavioral features based on deep cnns
Mykolaichuk et al. Image Segmentation in Loss Detection for Conservation and Restoration of Old Paintings

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 330200 no.809 Jinsha Avenue, Xiaolan economic and Technological Development Zone, Nanchang City, Jiangxi Province

Applicant after: Jiangxi Academy of Transportation Sciences Co.,Ltd.

Applicant after: SOUTHEAST University

Address before: 330200 no.809 Jinsha Avenue, Xiaolan economic and Technological Development Zone, Nanchang City, Jiangxi Province

Applicant before: Jiangxi Transportation Research Institute

Applicant before: SOUTHEAST University

GR01 Patent grant