CVMar 9, 2023

Trajectory-Aware Body Interaction Transformer for Multi-Person Pose Forecasting

arXiv:2303.05095v215.739 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of predicting human poses in crowded scenes for applications like robotics and surveillance, though it appears incremental by building on transformer-based methods with specific enhancements.

The paper tackles multi-person pose forecasting by modeling fine-grained body part interactions, proposing a Trajectory-Aware Body Interaction Transformer (TBIFormer) that outperforms state-of-the-art methods on datasets like CMU-Mocap and MuPoTS-3D for both short- and long-term horizons.

Multi-person pose forecasting remains a challenging problem, especially in modeling fine-grained human body interaction in complex crowd scenarios. Existing methods typically represent the whole pose sequence as a temporal series, yet overlook interactive influences among people based on skeletal body parts. In this paper, we propose a novel Trajectory-Aware Body Interaction Transformer (TBIFormer) for multi-person pose forecasting via effectively modeling body part interactions. Specifically, we construct a Temporal Body Partition Module that transforms all the pose sequences into a Multi-Person Body-Part sequence to retain spatial and temporal information based on body semantics. Then, we devise a Social Body Interaction Self-Attention (SBI-MSA) module, utilizing the transformed sequence to learn body part dynamics for inter- and intra-individual interactions. Furthermore, different from prior Euclidean distance-based spatial encodings, we present a novel and efficient Trajectory-Aware Relative Position Encoding for SBI-MSA to offer discriminative spatial information and additional interactive clues. On both short- and long-term horizons, we empirically evaluate our framework on CMU-Mocap, MuPoTS-3D as well as synthesized datasets (6 ~ 10 persons), and demonstrate that our method greatly outperforms the state-of-the-art methods. Code will be made publicly available upon acceptance.

Code Implementations2 repos
Foundations

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

Your Notes