MCFW-Gaze#
Multi-Context Free-Viewing and Web-Browsing Gaze Dataset
MCFW-Gaze dataset [Nagasawa et al., 2026].
Multi-context eye-tracking dataset recorded with a Tobii Pro Fusion (120 Hz) from 15 participants across four task types: natural image free-viewing (100 images, 3 sessions, 5 seconds per image), gaze-pattern authentication (5 trials), password experiment (5 blocks), and free web browsing (news, shopping, and video, 600 seconds per task).
Eye-tracking data is provided as binocular gaze point coordinates on the display area, along with pupil diameter and gaze origin in user coordinates.
Check the respective zenodo page for details [Nagasawa et al., 2026].
How to Download#
import pymovements as pm
# Initialize the dataset object with its name
# Specify your local directory for saving and loading data
dataset = pm.Dataset(name='MCFW-Gaze', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()