Skip to content
Conference

Implementing AI models to correct static positioning and setup errors in an accurate industrial robot

Jul 2026 · 2026 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM) · pp. 1-8 · 0 citations · 13 references

Abstract

This study presents a data-driven approach to improve the absolute positional accuracy of a MABI MAX-100-2.25-P industrial robot. To quantify positioning errors, the robot was programmed to move through a dense grid of points with spacing of 25 mm in two planes above and across a working table. A training dataset was acquired by pulling commanded positions from the robot controller and pairing them with tool centre point values measured by a Leica AT960-LR laser tracker. The end effector orientation was fixed programmatically throughout the experiment.Four predictive models were trained on the dataset to learn the error patterns between the commanded and measured tool centre point positions. These models were Linear Regression, Random Forest, Gradient Boosting, and Artificial Neural Networks. Whilst training and validation metrics initially indicated that Random Forest and Gradient Boosting offered the lowest mean squared errors (as low as 0.0 mm2), real-world testing revealed significant discrepancies in model generalisation. The models were evaluated on three distinct test sets: hold-out grid points, interpolated cell midpoints, and randomly generated points. In the tests, Linear Regression delivered the most robust performance, achieving Euclidean error reductions of up to 85% across all sets. In contrast, the tree-based models generalised poorly when given unseen or interpolated locations, sometimes even amplifying positional errors by over 3000%. Artificial Neural Network models demonstrated moderate generalisation capability, performing better than tree-based models on non-grid data but not surpassing Linear Regression. In the most widely applicable test, random points, Linear Regression achieved an average Euclidean error of 0.12 mm which corresponds to a repeatability to accuracy ratio of 1:2.4, an improvement on the 1:3 ratio from the robot datasheet.

View source

Similar papers

Conference Jul 2026

Learning-Based Motion Estimation for Autonomous Inspection Robots: Temporally Aligned IMU–RTK Data Fusion

This work addresses the problem of increasing the temporal resolution of robot positioning in outdoor inspection tasks by leveraging high-frequency inertial measurements. A learning-based approach is proposed to estimate incremental displacement from IMU data combined with GNSS/RTK positioning, using data collected along a predefined trajectory with a mobile robotic platform. Two neural architectures, LSTM and Transformer, are evaluated under different data preparation strategies. Offline validation shows that variations in hyperparameters have limited impact on performance, while the adopted data representation plays a more significant role, with high-resolution IMU–GNSS alignment outperforming feature-based approaches. The selected models were deployed on the robotic platform and tested in the same environment used for data collection, demonstrating real-time operation at the IMU sampling rate and achieving mean errors of approximately 0.140 m and 0.113 m for LSTM and Transformer, respectively. These results indicate that the proposed approach can enhance positioning update rates and support real-time motion estimation in robotic inspection tasks.

José Mario Nishihara de Albuquerque, João Henrique Campos Soares, Giovanni Braglia et al. · 0 citations
Open access Aug 2026

Experimental validation of vision-based hybrid navigation for differential-drive robots

Reliable mobile-robot deployment requires mapping, localization, global planning, and real-time obstacle avoidance to operate consistently under sensor noise and physical constraints. This study presents a vision-based hybrid navigation framework for a differential-drive mobile robot in a warehouse-like environment. The main contribution lies in the system-level integration and experimental validation of established techniques rather than the development of a new standalone navigation algorithm. A ceiling-mounted camera converts top-view images into an occupancy-grid map and world coordinates, while a convolutional neural network (CNN) recognizes goal markers. Odometry–augmented reality University of Cordoba (ArUco) fusion is used to correct accumulated localization drift. Particle swarm optimization (PSO) generates smooth global paths offline, whereas the dynamic window approach (DWA) performs real-time local motion control. Experiments in a 3.3 m × 2.4 m workspace achieved average obstacle-localization errors of 0.959 cm and 0.696 cm along the x- and y-axes, respectively, and a goal-recognition accuracy of 99%. The DWA controller required 12.61±2.42 ms per cycle, while rapidly-exploring random tree (RRT) and PSO required 4–7 s and 477–692 s, respectively, for global path generation. Simulation and physical experiments confirmed collision-free navigation and successful quick response (QR)-code-based goods inspection, demonstrating the feasibility of the proposed framework for small, structured indoor environments.

T. Q. Le, T. Luu · 0 citations
Open access Aug 2026

Data-Driven Modeling of Industrial Robot Repeatability Using Ensemble Artificial Neural Networks Under Varying Operational Conditions

The positional repeatability of industrial robots is a critical yet state-dependent performance metric, highly sensitive to thermal conditioning and mechanical loading. This study develops a data-driven framework for predicting repeatability of FANUC LR Mate 200iD (FANUC, Oshino-mura, Japan) and KUKA KR 6 R700 Sixx (KUKA AG, Augsburg, Germany) robots under varying operational conditions. ISO 9283-compliant experiments using a TriCal system (TRI-CAL Ltd., Montreal, QC, Canada) were conducted across three warm-up durations, three payload levels, and five poses. Ensemble artificial neural networks with 10 independently trained networks were developed for each robot. The FANUC model achieved R2 = 0.9922, RMSE = 0.004231 mm, and MAE = 0.002979 mm, while the KUKA model achieved R2 = 0.9926, RMSE = 0.002919 mm, and MAE = 0.002215 mm. Prediction interval coverage was 93.3% for FANUC and 100% for KUKA. Per-pose R2 ranged from 0.9588 to 0.9966 for KUKA. Response surface analysis identified thermal stabilization as the dominant factor affecting repeatability, with improvements of 86% for FANUC and 84% for KUKA after 4 h of warm-up. The KUKA robot demonstrated superior robustness and lower variability compared to the FANUC robot. The framework provides a practical tool for predicting repeatability, supporting process planning, uncertainty budgeting, and precision manufacturing optimization.

B. Louhichi, Mohamed Slamani, I. Bonev et al. · 0 citations
Preprint Jul 2026

Bootstrapping Self-Supervised Learning of Binary Classification Using Error Bounds: A Case Study on a Robotic Insertion Task

A data engine which gathers data and improves its performance while executing the task, and demonstrates the ability to learn and reduce the need for expensive verifications over time, while staying within the set error-rate.

Zebin Duan, Norbert Krüger, Juan Heredia et al. · 0 citations