English

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

Computer Vision and Pattern Recognition 2024-09-27 v4 Multimedia Robotics Image and Video Processing

Abstract

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.

Keywords

Cite

@article{arxiv.2311.04591,
  title  = {Exploring Event-based Human Pose Estimation with 3D Event Representations},
  author = {Xiaoting Yin and Hao Shi and Jiaan Chen and Ze Wang and Yaozu Ye and Kailun Yang and Kaiwei Wang},
  journal= {arXiv preprint arXiv:2311.04591},
  year   = {2024}
}

Comments

Accepted to Computer Vision and Image Understanding (CVPU). Extended version of arXiv:2206.04511. The code and dataset are available at https://github.com/MasterHow/EventPointPose

R2 v1 2026-06-28T13:14:58.630Z