CVAIMar 15, 2025

Real-Time Manipulation Action Recognition with a Factorized Graph Sequence Encoder

arXiv:2503.12034v11 citationsh-index: 24IROS
Originality Incremental advance
AI Analysis

This addresses the problem of enabling safe and effective human-robot collaboration by improving real-time action recognition with better temporal scalability, though it is incremental as it builds on existing scene graph representations.

The paper tackles real-time recognition of human manipulation actions for human-robot interaction by proposing a Factorized Graph Sequence Encoder network, which achieves a 14.3% and 5.6% improvement in F1-macro score on two datasets compared to previous state-of-the-art real-time methods.

Recognition of human manipulation actions in real-time is essential for safe and effective human-robot interaction and collaboration. The challenge lies in developing a model that is both lightweight enough for real-time execution and capable of generalization. While some existing methods in the literature can run in real-time, they struggle with temporal scalability, i.e., they fail to adapt to long-duration manipulations effectively. To address this, leveraging the generalizable scene graph representations, we propose a new Factorized Graph Sequence Encoder network that not only runs in real-time but also scales effectively in the temporal dimension, thanks to its factorized encoder architecture. Additionally, we introduce Hand Pooling operation, a simple pooling operation for more focused extraction of the graph-level embeddings. Our model outperforms the previous state-of-the-art real-time approach, achieving a 14.3\% and 5.6\% improvement in F1-macro score on the KIT Bimanual Action (Bimacs) Dataset and Collaborative Action (CoAx) Dataset, respectively. Moreover, we conduct an extensive ablation study to validate our network design choices. Finally, we compare our model with its architecturally similar RGB-based model on the Bimacs dataset and show the limitations of this model in contrast to ours on such an object-centric manipulation dataset.

Foundations

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

Your Notes