Analysis and Evaluation of Kinect-based Action Recognition Algorithms
Lei Wang
TL;DR
This work benchmarks four Kinect-based action-recognition methods (HON4D, HDG, HOPC, RBD) across five challenging datasets to understand robustness to viewpoint, noise, and occlusion. It includes an implemented and enhanced HDG pipeline and applies it to cross-view recognition on UWA3D Multiview, with systematic hyperparameter optimization. Key findings show that skeleton-based representations (RBD, HDG with joint features) can outperform depth-only descriptors in cross-view tasks, while HOPC often excels in single-view scenarios; combining depth and skeleton information generally improves performance. The results highlight practical implications for robust action recognition and point toward CNN-based extensions for real-time, viewpoint-agnostic systems in cluttered environments.
Abstract
Human action recognition still exists many challenging problems such as different viewpoints, occlusion, lighting conditions, human body size and the speed of action execution, although it has been widely used in different areas. To tackle these challenges, the Kinect depth sensor has been developed to record real time depth sequences, which are insensitive to the color of human clothes and illumination conditions. Many methods on recognizing human action have been reported in the literature such as HON4D, HOPC, RBD and HDG, which use the 4D surface normals, pointclouds, skeleton-based model and depth gradients respectively to capture discriminative information from depth videos or skeleton data. In this research project, the performance of four aforementioned algorithms will be analyzed and evaluated using five benchmark datasets, which cover challenging issues such as noise, change of viewpoints, background clutters and occlusions. We also implemented and improved the HDG algorithm, and applied it in cross-view action recognition using the UWA3D Multiview Activity dataset. Moreover, we used different combinations of individual feature vectors in HDG for performance evaluation. The experimental results show that our improvement of HDG outperforms other three state-of-the-art algorithms for cross-view action recognition.
