English

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

Computer Vision and Pattern Recognition 2025-03-24 v2

Abstract

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 .

Keywords

Cite

@article{arxiv.2501.08837,
  title  = {MANTA: Diffusion Mamba for Efficient and Effective Stochastic Long-Term Dense Anticipation},
  author = {Olga Zatsarynna and Emad Bahrami and Yazan Abu Farha and Gianpiero Francesca and Juergen Gall},
  journal= {arXiv preprint arXiv:2501.08837},
  year   = {2025}
}

Comments

Accepted to CVPR2025

R2 v1 2026-06-28T21:07:14.037Z