论文中文题名: | 基于视觉计算的排水管道缺陷评估方法研究 |
姓名: | |
学号: | 19208049010 |
保密级别: | 公开 |
论文语种: | chi |
学科代码: | 0812 |
学科名称: | 工学 - 计算机科学与技术(可授工学、理学学位) |
学生类型: | 硕士 |
学位级别: | 工学硕士 |
学位年度: | 2022 |
培养单位: | 西安科技大学 |
院系: | |
专业: | |
研究方向: | 计算机视觉 |
第一导师姓名: | |
第一导师单位: | |
论文提交日期: | 2022-06-22 |
论文答辩日期: | 2022-06-06 |
论文外文题名: | Research on Defect Evaluation Method of Drainage Pipeline Based on Visual Computing |
论文中文关键词: | |
论文外文关键词: | defect detection ; defect assessment ; image processing ; drainage network ; utility theory |
论文中文摘要: |
排水管网是城市重要的基础设施之一,对保障城市安全运行具有十分重要的作用。为了保证排水管网的完整与通畅,检查员通过闭路电视(CCTV)定期对管道内部进行检测与排查,确定缺陷的种类、位置与等级判定。然而,目前确定缺陷等级普遍采用人工判读方式,效率十分低下。为了实现缺陷等级智能化定量分析,论文研究了排水管道检测现状,构建了基于视觉计算的排水管道缺陷评估模型,在其基础上,开展了以下关键技术的研究: (1)针对标准霍夫梯度圆检测(21HT)在排水管道检测图像上的局限性,提出了基于约束型霍夫变换(RHGT)的管道特征提取算法,予以候选圆一定的约束策略,并通过寻优策略保证结果最优。通过实验验证了RHGT算法能够过滤冗余的假圆数据,最终确定的管道截面圆有效拟合了缺陷相对位置。实验结果表明在缺陷评估模型中部署RHGT算法相比21HT算法,平均准确率提高了22.15%。 (2)针对缺陷特征提取不充分和自适应性差问题,提出了基于边缘检测的缺陷特征提取方法。一方面,基于整体嵌套边缘检测(HED)模型自适应提取全局语义级的缺陷轮廓,通过图像形态学操作和Canny算子进一步提取显著性边缘,进而计算缺陷面积;另一方面,基于YOLO-OTSU模型分割精细缺陷轮廓。实验结果表明,所提出的边缘检测缺陷特征提取方法具有自适应性,无需手动调整阈值,并且,在多缺陷样本上特征提取的缺陷轮廓更加完整。 (3)针对缺陷等级人工判定方法存在的主观不确定性问题,提出了基于效用函数的缺陷等级评估方法。基于效用理论,分析我国排水管道评估规程,建立了图像特征到缺陷效用值再到缺陷等级间联系。依据多项式回归法为10种缺陷构建了不同的效用函数,拟合优度R2 从0.918到0.99,表明效用函数与人工评判的结果保持一致,实现了评估方法从主观语言描述到客观准确计算的转变。 部署上述三个关键算法到管道缺陷评估模型,在自主构建的松柏路数据集和Level-Sewer10两个数据集上进行了实验。实验结果表明,与人工检测报告对比,所提缺陷评估模型的平均绝对偏差为2.008%,平均准确率为86.73%。对视频数据的实验分析结果表明,所构建的模型能正确检测出视频中存在的缺陷并输出相应的缺陷等级,具有实际应用价值。 |
论文外文摘要: |
Drainage pipe network is one of the important infrastructures of the city, which plays a vital role in ensuring the safe operation of the city. To ensure the integrity and smoothness of the drainage network, inspectors regularly investigate the inside of the pipeline through closed-circuit television (CCTV) to determine the type, location and grade of defects. However, at present, manual interpretation is generally used to determine the defect level, which leads to low efficiency. To realize the intelligent quantitative analysis of defect level, this paper studies the current situation of drainage pipeline detection. On the basis of building a drainage pipeline defect assessment model based on visual computing, the following key algorithms are studied. (1) Aiming at the limitation of standard Hough gradient circle detection (21HT) in the inspected image of drainage pipelines, this paper proposed the restricted Hough gradient transform (RHGT) to extract the pipeline feature. In the RHGT algorithm, certain constraint strategies are given to the candidate circles to ensure that the results of the algorithm are optimized. It is verified by experiments that the RHGT algorithm can effectively filter the redundant candidate false circles, and the final determined pipe section circle can effectively fit the relative position of the defect. The experimental results show that deploying the RHGT algorithm in the defect evaluation model improves the average accuracy by 22.15% compared with the 21HT algorithm. (2) Aiming at the problem of insufficient defect feature extraction and poor adaptability, a defect feature extraction method based on edge detection is proposed. On the one hand, the global semantic-level defect contour is adaptively extracted based on the Holly-Nested edge detection (HED) model, and the salient edges are further extracted through image morphological operations and Canny operator. On the other hand, the YOLO-OTSU model segments detailed defect contours. The experimental results show that the proposed edge detection defect feature extraction method is self-adaptive and does not need to manually adjust the threshold value. Furthermore, the defect contours extracted by the feature extraction on multi-defect samples are more integral. (3) Aiming at the subjective uncertainty of the manual determination of defect level, an automated defect level evaluation method based on utility function is proposed. Based on the utility theory, this paper analyzes the evaluation procedures of drainage pipelines of China, and establishes the relationship between the image features, the utility value of the defect, and the defect level. According to the polynomial regression method, different utility functions are constructed for 10 kinds of defects. The coefficient of determination R2 ranges from 0.918 to 0.99, indicating that the utility function is consistent with the results of manual evaluation. Hence, the evaluation method has been transformed from subjective language description to objective and accurate calculation. The above three key algorithms are deployed to the pipeline defect evaluation model, and experiments are carried out on the self-built Songbai dataset and Level-Sewer10 dataset. The experimental results of images show that the average absolute deviation of the proposed defect evaluation model is 2.008%, and the average accuracy rate is 86.73% compared with the manual inspection reports. The experimental analysis results of videos show that the proposed model can correctly detect the defects in the video and output the corresponding defect level, which has practical application value. |
参考文献: |
[2]陈伟珂, 丁聿. 城市排水管网脆弱性变权评估研究[J]. 水资源与水工程学报, 2019, 30(02):139-146. [3]中华人民共和国住房和城乡建设部. 中国城乡建设统计年鉴 2020[M]. 北京: 中国统计出版社. 2020.09. [7]王俊岭, 邓玉莲, 李英等.排水管道检测与缺陷识别技术综述[J]. 科学技术与工程, 2020, 20(33):13520-13528. [8]赵永强, 饶元, 董士鹏等. 深度学习目标检测方法综述[J]. 中国图像图形学报, 2020, 25(4):629-654. [15]黄玉龙. 基于视频图像的管道裂纹缺陷检测方法研究[D]. 西安: 西安理工大学,2018. [28]CJJ181-2012. 城镇排水管道检测与评估技术规程[S]. 北京: 中国建筑工业出版社,2012. [30]胡晓庆. 宜兴市排水管道缺陷诊断量化方案及效果评价[D]. 北京: 清华大学, 2015. [32]殷德雨. 多传感器融合地下管道缺陷智能检测关键技术研究[D].武汉:武汉大学,2020. [33]庄福振, 罗平, 何清, 史忠植. 迁移学习研究进展[J]. 软件学报, 2015, 26(1): 26-39. [39]刘喆. 基于图像分析的管道缺陷特征提取方法研究[D]. 沈阳:东北大学, 2014. [41]张岩, 赵玉涛, 李光旭,等. 图像的边缘检测技术研究进展[J]. 计算机与数字工程, 2020, 48(5):1176-1184. [45]焦安波, 何淼, 罗海波. 一种改进的HED网络及其在边缘检测中的应用[J]. 红外技术, 2019, 41(1):72-77. [48]赵延军, 王晓鸣, 李寓, 薛文碧. 工程项目的效用决策方法[J]. 西安科技大学学报, 2009(5):543-548. [49]苏为华. 多指标综合评价理论与方法问题研究[D]. 厦门:厦门大学, 2000. |
中图分类号: | TP274+.5 |
开放日期: | 2022-06-22 |