用深度学习提升复杂光照下方格标记的检测与解码准确率
DeepArUco++: Improved detection of square fiducial markers in challenging lighting conditions
- 分三步神经网络流水线:定位、角点精修、标记解码
- 在极端光照变化下仍保持高精度,优于现有最先进方法
- 自建合成数据生成法+真实场景数据集,适合工业视觉应用
fiducial标记是用于物体姿态估计与检测的计算机视觉工具,在工业、医疗和物流等领域有广泛应用。然而,理想光照条件常不可得,模糊或传感器噪声等因素会降低图像质量。传统计算机视觉方法在光照剧烈变化时(如同一帧内明暗差异大)常失效。为此,我们提出DeepArUco++,一种基于深度学习的框架,利用卷积神经网络的鲁棒性,在复杂光照条件下实现标记的检测与解码。该框架采用多阶段神经网络流水线,包括标记检测、角点精修和标记解码。我们还提出一种简单有效的合成数据生成方法用于训练各阶段模型,并构建了一个真实的、包含挑战性光照条件的ArUco标记数据集用于评估。所提方法在相关任务中表现优于现有最先进方法,且在其他方法使用的数据集上测试时仍具竞争力。代码已开源:https://github.com/AVAuco/deeparuco/
原文摘要 · Abstract (English)
Fiducial markers are a computer vision tool used for object pose estimation and detection. These markers are highly useful in fields such as industry, medicine and logistics. However, optimal lighting conditions are not always available,and other factors such as blur or sensor noise can affect image quality. Classical computer vision techniques that precisely locate and decode fiducial markers often fail under difficult illumination conditions (e.g. extreme variations of lighting within the same frame). Hence, we propose DeepArUco++, a deep learning-based framework that leverages the robustness of Convolutional Neural Networks to perform marker detection and decoding in challenging lighting conditions. The framework is based on a pipeline using different Neural Network models at each step, namely marker detection, corner refinement and marker decoding. Additionally, we propose a simple method for generating synthetic data for training the different models that compose the proposed pipeline, and we present a second, real-life dataset of ArUco markers in challenging lighting conditions used to evaluate our system. The developed method outperforms other state-of-the-art methods in such tasks and remains competitive even when testing on the datasets used to develop those methods. Code available in GitHub: https://github.com/AVAuco/deeparuco/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。