Towards Improved Human Action Recognition Using Convolutional Neural Networks and Multimodal Fusion of Depth and Inertial Sensor Data
Zeeshan Ahmad, Naimul Khan

TL;DR
This paper enhances human action recognition accuracy by fusing depth and inertial sensor data through CNNs, transforming data into images, and combining features for improved classification on benchmark datasets.
Contribution
It introduces a multimodal fusion approach using CNNs on transformed depth and inertial data, achieving state-of-the-art results in human action recognition.
Findings
Fusion of modalities outperforms individual data modalities.
Transforming data into images enables effective CNN training.
Achieves state-of-the-art accuracy on benchmark datasets.
Abstract
This paper attempts at improving the accuracy of Human Action Recognition (HAR) by fusion of depth and inertial sensor data. Firstly, we transform the depth data into Sequential Front view Images(SFI) and fine-tune the pre-trained AlexNet on these images. Then, inertial data is converted into Signal Images (SI) and another convolutional neural network (CNN) is trained on these images. Finally, learned features are extracted from both CNN, fused together to make a shared feature layer, and these features are fed to the classifier. We experiment with two classifiers, namely Support Vector Machines (SVM) and softmax classifier and compare their performances. The recognition accuracies of each modality, depth data alone and sensor data alone are also calculated and compared with fusion based accuracies to highlight the fact that fusion of modalities yields better results than individual…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Gait Recognition and Analysis · Diabetic Foot Ulcer Assessment and Management
MethodsSoftmax
