PREGO: online mistake detection in PRocedural EGOcentric videos
Alessandro Flaborea, Guido Maria D'Amely di Melendugno, Leonardo Plini, Luca Scofano, Edoardo De Matteis, Antonino Furnari, Giovanni Maria Farinella, Fabio Galasso
TL;DR
This work addresses the challenge of online open-set procedural mistake detection in egocentric videos. It presents PREGO, a dual-branch system that combines online step recognition with symbolically driven next-step anticipation via a Large Language Model, detecting mistakes when the current action diverges from the predicted next action. To evaluate online open-set performance, the authors introduce Assembly101-O and Epic-tent-O benchmarks derived from Assembly101 and Epic-tent, along with standard precision, recall, and F1 metrics. Experimental results show that PREGO, especially with LLama-based symbolic reasoning, outperforms baselines and demonstrates practical potential for real-time monitoring in industries like manufacturing and healthcare.
Abstract
Promptly identifying procedural errors from egocentric videos in an online setting is highly challenging and valuable for detecting mistakes as soon as they happen. This capability has a wide range of applications across various fields, such as manufacturing and healthcare. The nature of procedural mistakes is open-set since novel types of failures might occur, which calls for one-class classifiers trained on correctly executed procedures. However, no technique can currently detect open-set procedural mistakes online. We propose PREGO, the first online one-class classification model for mistake detection in PRocedural EGOcentric videos. PREGO is based on an online action recognition component to model the current action, and a symbolic reasoning module to predict the next actions. Mistake detection is performed by comparing the recognized current action with the expected future one. We evaluate PREGO on two procedural egocentric video datasets, Assembly101 and Epic-tent, which we adapt for online benchmarking of procedural mistake detection to establish suitable benchmarks, thus defining the Assembly101-O and Epic-tent-O datasets, respectively.
