Skip to main content
QUICK REVIEW

[论文解读] Automated Steel Bar Counting and Center Localization with Convolutional Neural Networks

Zhun Fan, Jiewei Lu|arXiv (Cornell University)|Jun 3, 2019
Industrial Vision Systems and Defect Detection参考文献 35被引用 10
一句话总结

本文提出了一种两阶段深度学习框架 CNN-DC,该框架首先使用卷积神经网络(CNN)检测钢筋候选中心点,随后通过一种新型的 Distance Clustering(DC)算法精确地定位真实中心并统计钢筋数量。该方法在自建的钢筋数据集上实现了 99.26% 的计数准确率和 4.11% 的中心定位偏移,展现出在复杂工业环境中的强大性能。

ABSTRACT

Automated steel bar counting and center localization plays an important role in the factory automation of steel bars. Traditional methods only focus on steel bar counting and their performances are often limited by complex industrial environments. Convolutional neural network (CNN), which has great capability to deal with complex tasks in challenging environments, is applied in this work. A framework called CNN-DC is proposed to achieve automated steel bar counting and center localization simultaneously. The proposed framework CNN-DC first detects the candidate center points with a deep CNN. Then an effective clustering algorithm named as Distance Clustering(DC) is proposed to cluster the candidate center points and locate the true centers of steel bars. The proposed CNN-DC can achieve 99.26% accuracy for steel bar counting and 4.1% center offset for center localization on the established steel bar dataset, which demonstrates that the proposed CNN-DC can perform well on automated steel bar counting and center localization. Code is made publicly available at: https://github.com/BenzhangQiu/Steel-bar-Detection.

研究动机与目标

  • 解决传统钢筋计数与中心定位方法对噪声敏感且需手动调参的局限性。
  • 开发一种适用于真实工厂环境的自动化端到端钢筋计数与中心定位解决方案。
  • 提升对亮度变化、边缘模糊及工业环境中常见干扰的鲁棒性。
  • 通过精确定位每根钢筋的中心,实现准确的铭牌焊接。
  • 提供公开可获取的代码库,以支持可复现性与未来研究。

提出的方法

  • 使用深度卷积神经网络从钢筋图像中预测候选中心点,利用空间特征学习检测潜在中心。
  • Distance Clustering(DC)算法基于空间邻近性对候选点进行聚类,使用距离阈值将属于同一根钢筋的点分组。
  • 聚类数量对应钢筋数量,每个聚类的质心即为钢筋的定位中心。
  • 该框架在真实工业条件下采集的自建钢筋图像数据集上进行训练与评估。
  • 通过在训练数据上进行消融实验,对步长和距离阈值(th_d)等超参数进行调优,以平衡准确率与推理速度。
  • 模型推理时间为每张图像 3.5862 秒,可通过网络二值化和剪枝等技术进一步加速。

实验结果

研究问题

  • RQ1深度卷积神经网络能否在复杂工业图像中有效检测钢筋的候选中心点?
  • RQ2所提出的 Distance Clustering 算法能否在存在噪声和图像失真的情况下准确地将候选点聚类为真实钢筋中心?
  • RQ3与传统图像处理方法相比,CNN-DC 在计数准确率和中心定位精度方面表现如何?
  • RQ4哪些超参数设置(步长、th_d)能在准确率与计算效率之间实现最佳权衡?
  • RQ5该框架能否在光照变化、模糊和遮挡等真实工厂条件下保持良好泛化能力?

主要发现

  • CNN-DC 实现了 99.26% 的钢筋计数准确率,显著优于现有方法,如 Zhang 等人(94.69%)和 Liu 等人(80.99%)。
  • 中心定位偏移仅为 4.11%,远低于其他方法报告的 10.30% 至 25.58% 的偏移范围。
  • 在视觉对比中,该方法对环境干扰、亮度变化和边缘模糊表现出高度鲁棒性。
  • 通过消融实验确定最优超参数为步长 = 6 和 th_d = 20,该设置在准确率与推理时间之间实现了良好平衡。
  • 该框架保持了较高的 F1 分数(0.9963)和精确率(0.9976),表明在召回率和精确率方面均表现优异。
  • 尽管每张图像的推理时间相对较高,为 3.5862 秒,但预计可通过二值化和剪枝等模型加速技术显著降低。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。