CVNov 8, 2024

DeepArUco++: Improved detection of square fiducial markers in challenging lighting conditions

arXiv:2411.05552v19 citationsh-index: 28Has CodeImage and Vision Computing
Originality Incremental advance
AI Analysis

This addresses a practical issue for applications in industry, medicine, and logistics where optimal lighting is not always available, representing an incremental improvement over existing methods.

The paper tackles the problem of detecting and decoding square fiducial markers in challenging lighting conditions, where classical computer vision methods often fail, by proposing DeepArUco++, a deep learning-based framework that outperforms state-of-the-art methods in such tasks and remains competitive on other datasets.

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/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes