ramblr/BARISTA
BARISTA BARISTA is a densely annotated egocentric video dataset of coffee preparation, designed for unified benchmarking of vision-language models across spatial, temporal, relational, and procedural understanding tasks. The dataset contains 185 egocentric videos (~4.4 hours, 30 FPS, 1280×720 to 1920×1080) covering three coffee preparation methods: capsule machines, portafilter machines, and fully automatic machines. Videos were recorded in controlled indoor setups using iPhones… See the full description on the dataset page: https://huggingface.co/datasets/ramblr/BARISTA.
BARISTA
BARISTA is a densely annotated egocentric video dataset of coffee preparation, designed for unified benchmarking of vision-language models across spatial, temporal, relational, and procedural understanding tasks.
The dataset contains 185 egocentric videos (~4.4 hours, 30 FPS, 1280×720 to 1920×1080) covering three coffee preparation methods: capsule machines, portafilter machines, and fully automatic machines. Videos were recorded in controlled indoor setups using iPhones, Apple Vision Pro, RayBan Meta 3, and RayBan Wayfarer smart glasses.
Dataset structure
Each video is stored in its own directory:
<video_id>/
coco_annotation.json # COCO-style annotations (masks, bboxes, attributes, relations, activities)
video.mp4 # raw videococo_annotation.json follows the COCO format extended with additional top-level keys:
Loading the data and running evaluations
See the project repository for the dataset loader and the VLM benchmarking pipeline.
Citations
@misc{knab2026barista,
title={BARISTA: A Multi-Task Egocentric Benchmark for Compositional Visual Understanding},
author={Patrick Knab and Orgest Xhelili and Inis Buzi and Drago Andres Guggiana Nilo and Mohd Saquib Khan and Lorenz Kolb and Manuel Scherzer and Kerem Yildirir and Christian Bartelt and Philipp Johannes Schubert},
year={2026},
eprint={2605.12074},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2605.12074},
}