toplogo
Sign In

NMF-Based Spatiotemporal Analysis of Mobile Eye-Tracking Data


Core Concepts
Nonnegative matrix factorization (NMF) can be used to identify key spatiotemporal patterns in multiple mobile eye-tracking recordings without manual annotations.
Abstract
The authors propose an NMF-based approach to analyze and visualize multiple mobile eye-tracking recordings. The key steps are: Preprocessing the recordings by using image patches around gaze points and focusing on fixations to reduce data redundancy. Representing the preprocessed recordings in a matrix format that combines all recordings. Applying NMF to decompose the matrix into spatial and temporal components, where the spatial components represent key areas of interest (AOIs) and the temporal components indicate when these AOIs were attended across the recordings. Visualizing the NMF results, including the spatial representations, temporal indicator plots, and representative images from the recordings to enable an exploratory analysis of the data. The authors showcase the approach on a dataset of mobile eye-tracking recordings in an art gallery setting, where the NMF-based analysis successfully identifies four out of five key AOIs without any manual annotations. The approach provides a compact spatiotemporal representation of the recordings and allows for the exploration of common patterns and differences across multiple eye-tracking sessions.
Stats
The dataset consists of 27 mobile eye-tracking recordings from three participants, ranging from 50 to 205 seconds in duration. The recordings were designed to capture distinctive scanpath patterns by instructing participants to attend to paintings and their text descriptions in predefined orders.
Quotes
"NMF can serve as an initial analysis step to find AOIs and characterize scanpaths from different recordings." "The advantage of this technique is that, if applied to image data, the resulting components can be directly interpreted by a human."

Key Insights Distilled From

by Dani... at arxiv.org 04-05-2024

https://arxiv.org/pdf/2404.03417.pdf
NMF-Based Analysis of Mobile Eye-Tracking Data

Deeper Inquiries

How could the NMF-based approach be extended to handle larger datasets with more recordings and participants

To handle larger datasets with more recordings and participants, the NMF-based approach can be extended in several ways. One approach is to optimize the preprocessing steps to reduce redundancy and streamline the data representation process. This could involve more efficient cropping of image patches, finer filtering of fixations, and better vectorization techniques to handle the increased data volume. Additionally, parallel processing or distributed computing could be implemented to speed up the computation of NMF on larger datasets. By leveraging the power of multiple processors or computing nodes, the scalability of the approach can be significantly enhanced. Moreover, implementing data compression techniques or dimensionality reduction methods before applying NMF can help reduce the computational burden and memory requirements, making it more feasible to analyze larger datasets.

What are potential limitations or biases of the NMF-based analysis, and how could they be addressed

One potential limitation of the NMF-based analysis is the sensitivity to the choice of parameters, such as the number of components (𝑘) and the preprocessing settings. Biases may arise if these parameters are not selected appropriately, leading to inaccurate clustering or misinterpretation of the results. To address this, robust parameter tuning methods, such as cross-validation or grid search, can be employed to find the optimal values for 𝑘 and other parameters. Additionally, conducting sensitivity analyses by varying the parameters within a reasonable range can help assess the stability and reliability of the results. Another limitation is the interpretability of the components generated by NMF, especially in complex datasets. To mitigate this, incorporating domain knowledge or expert input during the analysis can provide valuable insights and ensure the meaningful interpretation of the results.

How could the interactive exploration of the NMF results be further improved to enable more in-depth analysis of the eye-tracking data

To improve the interactive exploration of the NMF results for more in-depth analysis of eye-tracking data, several enhancements can be considered. One approach is to implement interactive visualization tools that allow users to dynamically adjust parameters, such as 𝑘 or the visualization settings, and observe real-time changes in the results. This interactive feedback loop can facilitate rapid exploration and hypothesis testing. Furthermore, integrating advanced filtering and sorting options based on different criteria, such as impact values or temporal patterns, can help users focus on specific aspects of the data. Providing interactive features for comparing multiple components side by side or overlaying them for direct visual comparison can enhance the analytical capabilities of the tool. Additionally, incorporating machine learning algorithms for pattern recognition or anomaly detection within the interactive interface can assist users in identifying meaningful insights and patterns in the eye-tracking data.
0