摘要
航空发动机损伤是影响飞行安全的重要因素。当前基于计算机视觉的发动机孔探图像损伤检测存在两个主要问题:一是孔探图像背景复杂,使得模型对损伤的检测精度较低;二是孔探图像数据来源受限,导致模型可检测类别较少。为解决这两个问题,提出了基于Mask R-CNN的二分类到多分类递进式航空发动机损伤图像检测网络。通过在Mask R-CNN中增加二分类检测分支,首先对图像中的损伤进行二分类检测并对定位坐标进行回归优化;其次使用原始检测分支递进地进行多分类检测,以进一步回归优化损伤的检测结果并确定损伤类型;最后根据多分类检测的结果,通过Mask分支对对损伤进行实例分割。为了增加模型检测类别及验证方法的有效性,构建了包含八种损伤类型,共1315张孔探图像的数据集。在该集合上进行的训练和测试结果表明,多分类检测的平均精度(AP)和AP75与Mask R-CNN相比分别提高3.34%、9.71%,可见所提方法能够有效提高对孔探图像中的损伤的多分类检测精度。
Aero-engine damage is an important factor affecting flight safety.There are two main problems in the current computer vision-based damage detection of engine borescope image:one is that the complex background of borescope image makes the model detect the damage with low accuracy;the other one is that the data source of borescope image is limited,which leads to fewer detectable classes for the model.In order to solve these two problems,a Mask R-CNN(Mask Regionbased Convolutional Neural Network)based progressive detection network from binary classification to multiple classification was proposed for aero-engine damage images.By adding a binary classification detection branch to the Mask R-CNN,firstly,the damage in the image was detected in binary way and regression optimization was performed to the localization coordinates.Secondly,the original detection branch was used to progressively perform multiple classification detection,so as to further optimize the damage detection results by regression and determine the damage class.Finally,instance segmentation was performed to the damage through the Mask branch according to the results of multiple classification detection.In order to increase the detection classes of the model and verify the effectiveness of the method,a dataset of 1315 borescope images with 8 damage classes was constructed.The training and testing results on this set show that the Average Precision(AP)and AP75(Average Precision under IoU(Intersection over Union)of 75%)of multiple classification detection are improved by 3.34%and 9.71%respectively,compared with those of Mask R-CNN.It can be seen that the proposed method can effectively improve the multiple classification detection accuracy for damages in borescope images.
作者
樊玮
李晨炫
邢艳
黄睿
彭洪健
FAN Wei;LI Chenxuan;XING Yan;HUANG Rui;PENG Hongjian(College of Computer Science and Technology,Civil Aviation University of China,Tianjin 300300,China;Maintenance and Engineering Department,Xiamen Airlines,Xiamen Fujian 361006,China)
出处
《计算机应用》
CSCD
北大核心
2021年第8期2352-2357,共6页
journal of Computer Applications
基金
中央高校基本科研业务费项目中国民航大学专项(3122018C020)
天津市教委科研计划项目(2019KJ126)。
关键词
孔探图像
目标检测
实例分割
航空发动机探伤
递进式检测
borescope image
object detection
instance segmentation
aero-engine damage inspection
progressive detection