CVMMROIVNov 8, 2023

Exploring Event-based Human Pose Estimation with 3D Event Representations

arXiv:2311.04591v46 citationsh-index: 40Has Code
AI Analysis

This work addresses robust human pose estimation for applications in dynamic environments, representing an incremental advance by optimizing event-based methods with novel 3D representations.

The paper tackles human pose estimation in challenging conditions like high dynamic range and motion blur by introducing two 3D event representations, RasEPC and DEV, which leverage event camera data to improve accuracy and efficiency, achieving state-of-the-art results on datasets such as DHP19 and EV-3DPW with reduced computational demands.

Human pose estimation is a fundamental and appealing task in computer vision. Although traditional cameras are commonly applied, their reliability decreases in scenarios under high dynamic range or heavy motion blur, where event cameras offer a robust solution. Predominant event-based methods accumulate events into frames, ignoring the asynchronous and high temporal resolution that is crucial for distinguishing distinct actions. To address this issue and to unlock the 3D potential of event information, we introduce two 3D event representations: the Rasterized Event Point Cloud (RasEPC) and the Decoupled Event Voxel (DEV). The RasEPC aggregates events within concise temporal slices at identical positions, preserving their 3D attributes along with statistical information, thereby significantly reducing memory and computational demands. Meanwhile, the DEV representation discretizes events into voxels and projects them across three orthogonal planes, utilizing decoupled event attention to retrieve 3D cues from the 2D planes. Furthermore, we develop and release EV-3DPW, a synthetic event-based dataset crafted to facilitate training and quantitative analysis in outdoor scenes. Our methods are tested on the DHP19 public dataset, MMHPSD dataset, and our EV-3DPW dataset, with further qualitative validation via a derived driving scene dataset EV-JAAD and an outdoor collection vehicle. Our code and dataset have been made publicly available at https://github.com/MasterHow/EventPointPose.

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