CVNov 6, 2022

Bringing Online Egocentric Action Recognition into the wild

arXiv:2211.03004v26 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of practical, real-time human-robot cooperation for researchers and developers by focusing on portability, real-time inference, and robustness, though it is incremental as it builds on existing deep learning solutions.

The paper tackles the challenge of deploying egocentric action recognition models in realistic settings by defining a new 'in the wild' setting and introducing a model-agnostic technique that enables deployment on edge devices with low energy consumption, achieving 2.4W on average at 50 fps on a Jetson Nano.

To enable a safe and effective human-robot cooperation, it is crucial to develop models for the identification of human activities. Egocentric vision seems to be a viable solution to solve this problem, and therefore many works provide deep learning solutions to infer human actions from first person videos. However, although very promising, most of these do not consider the major challenges that comes with a realistic deployment, such as the portability of the model, the need for real-time inference, and the robustness with respect to the novel domains (i.e., new spaces, users, tasks). With this paper, we set the boundaries that egocentric vision models should consider for realistic applications, defining a novel setting of egocentric action recognition in the wild, which encourages researchers to develop novel, applications-aware solutions. We also present a new model-agnostic technique that enables the rapid repurposing of existing architectures in this new context, demonstrating the feasibility to deploy a model on a tiny device (Jetson Nano) and to perform the task directly on the edge with very low energy consumption (2.4W on average at 50 fps). The code is publicly available at: https://github.com/EgocentricVision/EgoWild.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes