Related Experiment Video
Updated: Aug 29, 2025

09:41
Estimation of Contact Regions Between Hands and Objects During Human Multi-Digit Grasping
Published on: April 21, 2023
1.7K
Comparison of Graph Fitting and Sparse Deep Learning Model for Robot Pose Estimation.
Jan Rodziewicz-Bielewicz1, Marcin Korzeń1
1Faculty of Computer Science and Information Technology, West Pomeranian University of Technology in Szczecin, ul. Żołnierska 49, 71-210 Szczecin, Poland.
Sensors (Basel, Switzerland)
|September 9, 2022
Summary
This study introduces a robust computer vision system for real-time robot arm tracking using RGB-D cameras. The system achieves accuracy comparable to depth sensors, enabling precise robot state measurement.
Area of Science:
- Robotics
- Computer Vision
- Machine Learning
Background:
- Real-time robot arm tracking is crucial for automation and industrial applications.
- Accurate measurement of robot state (angles) is essential for precise control.
- Existing methods may face challenges with real-time performance and accuracy.
Purpose of the Study:
- To develop a simple and robust computer vision system for real-time robot arm tracking.
- To evaluate the performance of different machine learning approaches for robot pose estimation.
- To leverage RGB-D camera data for accurate robot state measurement.
Main Methods:
- The system integrates image preprocessing with machine learning techniques.
- Two machine learning approaches were compared: point cloud fitting and sparse 3D convolutional neural network (CNN) fitting.
- Sparse CNNs were utilized for processing point cloud data transformed into sparse images.
Main Results:
- The developed system enables real-time robot tracking.
- The sparse CNN approach demonstrated effectiveness in processing 3D depth data.
- Tracking accuracy was found to be comparable to the inherent accuracy of the depth sensor.
Conclusions:
- The proposed computer vision system offers a robust solution for real-time robot arm tracking.
- The use of sparse CNNs provides an efficient method for handling 3D point cloud data in robot tracking.
- The system achieves high accuracy, making it suitable for practical robotic applications.
Related Concept Videos
Calibration Curves: Linear Least Squares
1.8K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
1.8K
Residuals and Least-Squares Property
7.8K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.8K

