--- license: mit tags: - egocentric-vision - gaze - multimodal - computer-vision - cultural-heritage - attention - project-aria pretty_name: Sanctuaria-Gaze task_categories: - video-classification - object-detection - image-segmentation - other language: - en size_categories: - 1K. ``` where: - `XX` β†’ Church ID (01–04) - `YY` β†’ Participant ID (01–10 per site) - `` β†’ one of {annotations, gaze, pointcloud, traj, mp4} Example: ``` Id03-07_gaze.csv β†’ Gaze data of participant 07 at Church 03 ``` --- ## πŸ“Š Data Fields ### 🟒 `*_gaze.csv` | Column | Type | Description | |:-------|:-----|:------------| | `gaze_timestamp` | float | Timestamp in seconds | | `world_index` | int | Frame index corresponding to the RGB video | | `confidence` | float | Confidence score (0–1) | | `norm_pos_x` | float | Normalized horizontal gaze coordinate (0–1) | | `norm_pos_y` | float | Normalized vertical gaze coordinate (0–1) | ### 🟠 `*_annotations.csv` Each annotation file contains automatically derived and gaze-conditioned annotations for every frame. | Column | Type | Description | |:--------|:------|:------------| | `frame_number` | int | Frame index in the corresponding video | | `point_x` | float | Horizontal pixel coordinate of the gaze point | | `point_y` | float | Vertical pixel coordinate of the gaze point | | `yolo_label` | str | Object label predicted by a YOLO-based detector (e.g., *person*, *painting*, *altar*) | | `bounding_box_max_iou` | list[float] | Bounding box coordinates `[x_min, y_min, x_max, y_max]` of the object with the highest IoU with the gaze point | | `mask_coverage` | float | Ratio of the annotated object mask area covered by the gaze point (higher = stronger fixation-object overlap) | ### 🟣 `*_trajectories.csv` | Column | Type | Description | |:--------|:------|:------------| | `timestamp` | float | Timestamp in seconds | | `pos_x`, `pos_y`, `pos_z` | float | 3D position of the headset in world coordinates | | `rot_x`, `rot_y`, `rot_z`, `rot_w` | float | Quaternion rotation components | ### πŸ”΅ `*_pointcloud.ply` 3D point cloud reconstruction of the environment from SLAM, aligned to headset coordinates. ### ⚫ `*_videos.mp4` RGB video corresponding to the egocentric visual stream at 15 fps. --- ## 🧭 Use Cases The dataset enables research on: - **Gaze-based attention modeling** in dynamic, real-world environments - **Human–object interaction** in cultural and religious spaces - **Multimodal learning** combining vision, gaze, and motion data - **3D attention mapping** via synchronized point clouds and trajectories - **Behavioral analysis** of spatial exploration and cultural engagement --- ## βš–οΈ Ethical Considerations All participants provided **informed consent** for participation and data sharing for academic research. All faces have been **blurred using EgoBlur**, and no personally identifiable information is present. The dataset fully complies with the **EU GDPR**, **ethical guidelines**, and institutional review board (IRB) approval processes. --- ## πŸ“œ Terms of Use and Access Agreement Access to **Sanctuaria-Gaze** is gated to ensure responsible research use. By requesting access, you **agree** to the following terms: 1. You will use the dataset **solely for non-commercial, academic research**. 2. You will **not attempt to reconstruct or identify any individual** from the blurred data. 3. You will **properly cite** the accompanying paper when using the dataset: > *Cartella, G., Cuculo, V., Cornia, M., Papasidero, M., Ruozzi, F., & Cucchiara, R. (2025). Sanctuaria-Gaze: A Multimodal Egocentric Dataset for Human Attention Analysis in Religious Sites. ACM JOCCH.* 4. You will **not redistribute** or republish the dataset in its entirety or in part without explicit written permission from the authors. 5. You acknowledge that the dataset is provided **β€œas is”**, without warranty, and that all ethical and privacy safeguards must be maintained in derivative works. Violation of these terms may result in the revocation of access and reporting to your institution. --- ## πŸ“š Citation If you use the **Sanctuaria-Gaze** dataset in your research, please cite: ```bibtex @article{cartella2025sanctuaria, title={Sanctuaria-Gaze: A Multimodal Egocentric Dataset for Human Attention Analysis in Religious Sites}, author={Cartella, Giuseppe and Cuculo, Vittorio and Cornia, Marcella and Papasidero, Marco and Ruozzi, Federico and Cucchiara, Rita}, journal={ACM Journal on Computing and Cultural Heritage (JOCCH)}, year={2025}, publisher={ACM}, doi={10.1145/3769091} } ``` --- ## πŸ›οΈ Acknowledgment This work was supported by the PNRR project β€œItalian Strengthening of Esfri RI Resilience (ITSERR)”, funded by the European Union – NextGenerationEU (CUP B53C22001770006).

itserr