MambaGaze: Bidirectional Mamba with Explicit Missing Data Modeling for Cognitive Load Assessment from Eye-Gaze Tracking Data

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Human-Computer Interaction · Depth: Expert, quick

Summary

MambaGaze is a novel framework designed for real-time cognitive load assessment using eye-gaze tracking data, addressing challenges of frequent data missingness and efficient long-range temporal dependency modeling. It integrates XMD encoding, which augments raw features with observation masks and time-deltas to explicitly model data uncertainty, with a bidirectional Mamba-2 architecture for capturing temporal dependencies with linear computational complexity. Evaluated using a leave-one-subject-out approach on the CLARE and CL-Drive datasets, MambaGaze achieved 76.8% and 73.1% accuracy, respectively, significantly outperforming CNN, Transformer, ResNet, and VGG baselines by 4-12 percentage points. Furthermore, edge deployment benchmarks on NVIDIA Jetson platforms demonstrated real-time inference capabilities at 43-68 FPS with power consumption below 7.5W, confirming its feasibility for wearable cognitive load monitoring in applications like driver vigilance or flight deck assistance.

Key takeaway

For Machine Learning Engineers developing real-time human-AI interaction systems, MambaGaze provides a robust approach for cognitive load assessment from noisy eye-tracking data. Its explicit modeling of data missingness via XMD encoding and efficient bidirectional Mamba-2 architecture addresses key challenges. You should consider MambaGaze's methodology for applications like driver vigilance or flight deck assistance, especially when deploying on edge platforms like NVIDIA Jetson, given its proven accuracy and low power consumption.

Key insights

MambaGaze uses XMD encoding and bidirectional Mamba-2 to assess cognitive load from eye-gaze data, handling missingness and long-range dependencies efficiently.

Principles

Method

MambaGaze employs XMD encoding to augment features with observation masks and time-deltas, then uses bidirectional Mamba-2 to process these for cognitive load assessment.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.