CVJan 15, 2025

MANTA: Diffusion Mamba for Efficient and Effective Stochastic Long-Term Dense Anticipation

arXiv:2501.08837v23 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This work addresses the problem of predicting uncertain future actions in videos for applications like robotics and surveillance, offering a novel and efficient solution.

The paper tackles the challenge of long-term dense action anticipation in videos by proposing MANTA, a model that effectively connects distant past and future events with linear complexity, achieving state-of-the-art results on Breakfast, 50Salads, and Assembly101 datasets while improving computational and memory efficiency.

Long-term dense action anticipation is very challenging since it requires predicting actions and their durations several minutes into the future based on provided video observations. To model the uncertainty of future outcomes, stochastic models predict several potential future action sequences for the same observation. Recent work has further proposed to incorporate uncertainty modelling for observed frames by simultaneously predicting per-frame past and future actions in a unified manner. While such joint modelling of actions is beneficial, it requires long-range temporal capabilities to connect events across distant past and future time points. However, the previous work struggles to achieve such a long-range understanding due to its limited and/or sparse receptive field. To alleviate this issue, we propose a novel MANTA (MAmba for ANTicipation) network. Our model enables effective long-term temporal modelling even for very long sequences while maintaining linear complexity in sequence length. We demonstrate that our approach achieves state-of-the-art results on three datasets - Breakfast, 50Salads, and Assembly101 - while also significantly improving computational and memory efficiency. Our code is available at https://github.com/olga-zats/DIFF_MANTA .

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