# What Would You Expect? Anticipating Egocentric Actions with   Rolling-Unrolling LSTMs and Modality Attention

**Authors:** Antonino Furnari, Giovanni Maria Farinella

arXiv: 1905.09035 · 2019-08-07

## TL;DR

This paper introduces a novel egocentric action anticipation model using rolling-unrolling LSTMs and a modality attention mechanism, achieving state-of-the-art results on large-scale benchmarks.

## Contribution

The work presents a new architecture combining multi-scale LSTMs and an adaptive modality attention mechanism for egocentric action anticipation.

## Key findings

- Outperforms prior methods by up to 7% on EPIC-Kitchens dataset
- Generalizes well to other egocentric datasets like EGTEA Gaze+
- Ranks first in the EPIC-Kitchens challenge 2019

## Abstract

Egocentric action anticipation consists in understanding which objects the camera wearer will interact with in the near future and which actions they will perform. We tackle the problem proposing an architecture able to anticipate actions at multiple temporal scales using two LSTMs to 1) summarize the past, and 2) formulate predictions about the future. The input video is processed considering three complimentary modalities: appearance (RGB), motion (optical flow) and objects (object-based features). Modality-specific predictions are fused using a novel Modality ATTention (MATT) mechanism which learns to weigh modalities in an adaptive fashion. Extensive evaluations on two large-scale benchmark datasets show that our method outperforms prior art by up to +7% on the challenging EPIC-Kitchens dataset including more than 2500 actions, and generalizes to EGTEA Gaze+. Our approach is also shown to generalize to the tasks of early action recognition and action recognition. Our method is ranked first in the public leaderboard of the EPIC-Kitchens egocentric action anticipation challenge 2019. Please see our web pages for code and examples: http://iplab.dmi.unict.it/rulstm - https://github.com/fpv-iplab/rulstm.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.09035/full.md

## Figures

33 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09035/full.md

## References

68 references — full list in the complete paper: https://tomesphere.com/paper/1905.09035/full.md

---
Source: https://tomesphere.com/paper/1905.09035