Eye-Tracking-Driven Control in Daily Task Assistance for Assistive Robotic Arms
Anke Fischer-Janzen, Thomas M. Wendt, Kristof Van Laerhoven
TL;DR
This work tackles robust gaze-based control for daily-life assistance using assistive robotic arms by relocating object localization to an eye-in-hand camera and employing task pictograms as fiducials. The system integrates YOLOv12n for detection and a FLANN-AKAZE-based feature-matching pipeline to transmit object data between the eye-tracking setup and the robot, reducing reliance on precise 3D gaze estimates. Results show high task-selection reliability (up to 97.9% in measurements) and low latency (about 260 ms), with a modular, open-source framework that supports rapid adaptation to new tasks and objects. The study provides practical insights, including algorithm trade-offs and fallback mechanisms, and outlines directions for future real-world validation and multimodal enhancements to improve independence and safety for users with severe disabilities.
Abstract
Shared control improves Human-Robot Interaction by reducing the user's workload and increasing the robot's autonomy. It allows robots to perform tasks under the user's supervision. Current eye-tracking-driven approaches face several challenges. These include accuracy issues in 3D gaze estimation and difficulty interpreting gaze when differentiating between multiple tasks. We present an eye-tracking-driven control framework, aimed at enabling individuals with severe physical disabilities to perform daily tasks independently. Our system uses task pictograms as fiducial markers combined with a feature matching approach that transmits data of the selected object to accomplish necessary task related measurements with an eye-in-hand configuration. This eye-tracking control does not require knowledge of the user's position in relation to the object. The framework correctly interpreted object and task selection in up to 97.9% of measurements. Issues were found in the evaluation, that were improved and shared as lessons learned. The open-source framework can be adapted to new tasks and objects due to the integration of state-of-the-art object detection models.
