CVMay 9, 2024

Bidirectional Progressive Transformer for Interaction Intention Anticipation

arXiv:2405.05552v18 citationsECCV
Originality Incremental advance
AI Analysis

This addresses the challenge of interaction intention anticipation in complex scenarios like robotics and human-computer interaction, though it is incremental as it builds on existing transformer-based methods.

The paper tackles the problem of jointly predicting future hand trajectories and interaction hotspots in first-person videos by proposing a Bidirectional Progressive Transformer (BOT) that enables mutual correction between these predictions to reduce error accumulation, achieving state-of-the-art results on three benchmark datasets.

Interaction intention anticipation aims to jointly predict future hand trajectories and interaction hotspots. Existing research often treated trajectory forecasting and interaction hotspots prediction as separate tasks or solely considered the impact of trajectories on interaction hotspots, which led to the accumulation of prediction errors over time. However, a deeper inherent connection exists between hand trajectories and interaction hotspots, which allows for continuous mutual correction between them. Building upon this relationship, a novel Bidirectional prOgressive Transformer (BOT), which introduces a Bidirectional Progressive mechanism into the anticipation of interaction intention is established. Initially, BOT maximizes the utilization of spatial information from the last observation frame through the Spatial-Temporal Reconstruction Module, mitigating conflicts arising from changes of view in first-person videos. Subsequently, based on two independent prediction branches, a Bidirectional Progressive Enhancement Module is introduced to mutually improve the prediction of hand trajectories and interaction hotspots over time to minimize error accumulation. Finally, acknowledging the intrinsic randomness in human natural behavior, we employ a Trajectory Stochastic Unit and a C-VAE to introduce appropriate uncertainty to trajectories and interaction hotspots, respectively. Our method achieves state-of-the-art results on three benchmark datasets Epic-Kitchens-100, EGO4D, and EGTEA Gaze+, demonstrating superior in complex scenarios.

Foundations

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

Your Notes