Dataset Viewer
Auto-converted to Parquet Duplicate
video_id
stringlengths
36
36
source_dataset
stringclasses
1 value
task_labels
stringlengths
6
110
duration_sec
float64
21.1
286
fps
float64
30
30
attention_num_bystanders_tracked
float64
1
7
attention_mean_attention_all_persons
float64
0
0.4
attention_any_person_engaged
bool
2 classes
attention_per_person_raw
stringlengths
8.38k
216k
attention_processing_meta_model_used
stringclasses
1 value
attention_processing_meta_sampling_fps_effective
float64
8
8
attention_processing_meta_sampling_fps_burst
float64
32
32
attention_processing_meta_sampling_strategy
stringclasses
1 value
044a7a23-9305-4971-82ac-aa1a3dc154be
ego4d
Attending religious activity
257.466667
30
3
0.29
true
"[{\"person_id\": 1, \"average_attention_score\": 0.31, \"attended_fraction\": 0.361, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
06532156-65f9-4b7d-b40c-552267e2f480
ego4d
Working at desk
123.133333
30
4
0.09
false
"[{\"person_id\": 0, \"average_attention_score\": 0.17, \"attended_fraction\": 0.179, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
0780244d-e06c-413a-baa5-abcab16168b6
ego4d
Cooking
24.533333
30
7
0.36
true
"[{\"person_id\": 1, \"average_attention_score\": 0.69, \"attended_fraction\": 0.957, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
0b13211b-a542-47d3-8626-f5a2ffb03473
ego4d
Blacksmith
131.066667
30
3
0.16
true
"[{\"person_id\": 2, \"average_attention_score\": 0.37, \"attended_fraction\": 0.458, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
0c163d16-8c47-4773-a25f-2ee57ce9ab87
ego4d
"jobs related to construction/renovation company\n(Director of work, tiler, plumber, Electrician, Ha(...TRUNCATED)
94.533333
30
6
0.19
true
"[{\"person_id\": 0, \"average_attention_score\": 0.21, \"attended_fraction\": 0.117, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
0dade985-d0a8-438c-aaf2-ab8d92596f1e
ego4d
Cleaning / laundry
284
30
1
0.2
false
"[{\"person_id\": 0, \"average_attention_score\": 0.2, \"attended_fraction\": 0.332, \"engaged_atten(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
137d8616-8c2f-454f-8c9d-dbe5f388e21c
ego4d
Camp setup/pack-up/chores
270.433333
30
6
0.1
false
"[{\"person_id\": 0, \"average_attention_score\": 0.26, \"attended_fraction\": 0.285, \"engaged_atte(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
143f43b6-3108-4977-ae62-d94e74e14ad6
ego4d
Cooking
21.1
30
4
0.23
true
"[{\"person_id\": 1, \"average_attention_score\": 0.3, \"attended_fraction\": 0.271, \"engaged_atten(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
14de41ea-ce55-49ac-9496-782979465dc6
ego4d
Talking with family members
202.433333
30
1
0.4
true
"[{\"person_id\": 0, \"average_attention_score\": 0.4, \"attended_fraction\": 0.321, \"engaged_atten(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
28539222-ebdc-4147-a8ce-2a8ed76dd4b7
ego4d
Cleaning / laundry, Talking with family members
141.9
30
4
0.12
true
"[{\"person_id\": 1, \"average_attention_score\": 0.11, \"attended_fraction\": 0.0, \"engaged_attent(...TRUNCATED)
l2cs_net_3d_gaze
8
32
adaptive_8_to_32_fps
End of preview. Expand in Data Studio

Social Robotics: Attention / Engagement (03a)

Does the bystander look at the camera-wearer? Per-bystander gaze + head-pose engagement around each task.

One layer of the Social-Affective Filter (SAF) — dehydrated social-signal metadata extracted from egocentric (first-person) video so robots can learn to read human reactions. No raw pixels and no audio. Each row is one source video, keyed by video_id; rehydrate against your own legally-obtained Ego4D copies (below).

  • Rows: 23 — videos in the 50-clip evaluation slice for which this layer produced a measured signal (videos it could not measure are excluded from this per-layer dataset; the layers still join 1:1 on video_id).
  • Signal: Per-bystander visual attention toward the POV actor (gaze raycast to the camera / the wearer's hands), scored 0–1 over an adaptive temporal trace.
  • Method: L2CS-Net 3D gaze + MediaPipe FaceLandmarker head pose, sampled adaptively at 8→16 FPS.

⚠️ Read this first — interpretation caveats

  • Trace timestamps (in the *_raw column) are not uniformly spaced (adaptive stride); resample onto a fixed-dt grid before frequency-domain analysis.
  • A missing row would mean no bystander face was trackable; such rows are excluded from this per-layer dataset.
  • Egocentric footage is legitimately low-yield (small/sparse bystander faces, heavy camera motion); we publish honest measurements only, never fabricated zeros.

Columns

Identity & manifest (shared across all SAF datasets)

column type meaning
video_id string Ego4D source-clip UUID. The rehydration key — map back to your own legally-obtained Ego4D copy (<video_id>.mp4).
source_dataset string Origin corpus (ego4d).
task_labels string Comma-joined VLM task label(s) — the activity the camera-wearer performed.
duration_sec float Source clip duration (seconds).
fps float Source clip frame rate.

Attention / Engagement signal

column type meaning
attention_num_bystanders_tracked float (int) Number of bystanders for whom a gaze trace was produced.
attention_mean_attention_all_persons float (0–1) Mean average_attention_score across tracked bystanders. Higher = more visually focused on the wearer/task.
attention_any_person_engaged bool True if any bystander crossed the engagement threshold.
attention_per_person_raw JSON string Per-bystander detail: person_id, average_attention_score, peak_engagement_timestamp_sec, attention_variance, sustained_engagement_sec, is_engaged, gaze_target_classification (Camera/POV_Actor_Hands/Unknown), and attention_trace of {t, score, pitch_rad, yaw_rad, target} (head-pose Euler angles in radians).
attention_processing_meta_model_used string Gaze model id (e.g. l2cs_net_3d_gaze).
attention_processing_meta_sampling_fps_effective float Baseline sampling rate (8 FPS).
attention_processing_meta_sampling_fps_burst float Boosted rate during fast attention transitions (16 FPS).
attention_processing_meta_sampling_strategy string e.g. adaptive_8_to_16_fps.

The *_raw JSON column

The *_raw column holds the full nested per-task / per-person detail as a JSON string. Parse it with:

import json, pandas as pd
df = pd.read_parquet("hf://datasets/louisye/social-robotics-attention/social_metadata.parquet")
raw_col = next(c for c in df.columns if c.endswith("_raw"))
detail = json.loads(df.iloc[0][raw_col])

How to load

import pandas as pd
df = pd.read_parquet("hf://datasets/louisye/social-robotics-attention/social_metadata.parquet")
# or:  from datasets import load_dataset;  ds = load_dataset("louisye/social-robotics-attention")

Rehydration — mapping back to video

video_id is the Ego4D clip UUID. With your own licensed Ego4D copy, the file is <video_id>.mp4; timestamps in the *_raw columns index into that clip. A helper (rehydrate_dataset.py) is included. We never redistribute source media — obtain Ego4D under its own license.

Provenance

Generated by the SAF pipeline (export_metadata.json records schema_version + pipeline_git_sha). Headers are the descriptive layer name + metric; the pipeline's internal 03a_ layer-id prefix is stripped at publish time. License MIT (this metadata only; Ego4D videos remain under the Ego4D license).

Downloads last month
17