Graph Neural Network based Child Activity Recognition
Sanka Mohottala, Pradeepa Samarasinghe, Dharshana Kasthurirathna,, Charith Abhayaratne

TL;DR
This paper introduces a novel graph convolutional network approach for child activity recognition, demonstrating improved accuracy through transfer learning, feature extraction, and curriculum learning on small datasets.
Contribution
First to apply GCN to child activity recognition, analyzing transfer learning effects and proposing methods to enhance performance on limited data.
Findings
GCN-based model achieved around 50% accuracy on small datasets
Feature extraction and fine-tuning improved accuracy by 20-30%
Curriculum learning can enhance model performance
Abstract
This paper presents an implementation on child activity recognition (CAR) with a graph convolution network (GCN) based deep learning model since prior implementations in this domain have been dominated by CNN, LSTM and other methods despite the superior performance of GCN. To the best of our knowledge, we are the first to use a GCN model in child activity recognition domain. In overcoming the challenges of having small size publicly available child action datasets, several learning methods such as feature extraction, fine-tuning and curriculum learning were implemented to improve the model performance. Inspired by the contradicting claims made on the use of transfer learning in CAR, we conducted a detailed implementation and analysis on transfer learning together with a study on negative transfer learning effect on CAR as it hasn't been addressed previously. As the principal…
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
TopicsContext-Aware Activity Recognition Systems · Human Pose and Action Recognition
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Graph Convolutional Network · Convolution
