| Literature DB >> 28613236 |
Yu Lu1,2, Sen Zhang3, Zhiqiang Zhang4, Wendong Xiao5, Shengquan Yu6.
Abstract
We advocate for and introduce LEARNSense, a framework for learning analytics using commodity wearable devices to capture learner's physical actions and accordingly infer learner context (e.g., student activities and engagement status in class). Our work is motivated by the observations that: (a) the fine-grained individual-specific learner actions are crucial to understand learners and their context information; (b) sensor data available on the latest wearable devices (e.g., wrist-worn and eye wear devices) can effectively recognize learner actions and help to infer learner context information; (c) the commodity wearable devices that are widely available on the market can provide a hassle-free and non-intrusive solution. Following the above observations and under the proposed framework, we design and implement a sensor-based learner context collector running on the wearable devices. The latest data mining and sensor data processing techniques are employed to detect different types of learner actions and context information. Furthermore, we detail all of the above efforts by offering a novel and exemplary use case: it successfully provides the accurate detection of student actions and infers the student engagement states in class. The specifically designed learner context collector has been implemented on the commodity wrist-worn device. Based on the collected and inferred learner information, the novel intervention and incentivizing feedback are introduced into the system service. Finally, a comprehensive evaluation with the real-world experiments, surveys and interviews demonstrates the effectiveness and impact of the proposed framework and this use case. The F1 score for the student action classification tasks achieve 0.9, and the system can effectively differentiate the defined three learner states. Finally, the survey results show that the learners are satisfied with the use of our system (mean score of 3.7 with a standard deviation of 0.55).Entities:
Keywords: activity recognition; learning analytics; pervasive computing; wearable sensors
Mesh:
Year: 2017 PMID: 28613236 PMCID: PMC5492713 DOI: 10.3390/s17061382
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Block diagram of the LEARNSenseframework.
Figure 2Learner context collector workflow.
Figure 3Coordinates transformation: (a) Device coordinates; (b) Earth coordinates.
Implemented features on the learner context collector (LCC).
| Feature Name | Number | |
|---|---|---|
| Mean: | 3 | |
| Magnitude of Mean: | 1 | |
| Variance: | 3 | |
| Correlation: | 3 | |
| Covariance: | 3 | |
| Energy: | 3 | |
| Energy: | 3 |
Figure 4GCM workflow for smartphones.
Figure 5Accelerometer data from different actions: (a) Writing actions; (b) Hand-up-down actions.
Figure 6Smartwatch vibrating in classroom
Figure 7Incentive mechanism of the class engagement analysis (CEA) service. (a) Sample report for the teacher; (b) Sample report for the student.
Accuracy of the basic action classifier.
| Precision (%) | Recall (%) | F1 Score | |
|---|---|---|---|
| Writing | 87.3 | 93.2 | 0.902 |
| Hand-Up-Down | 85.7 | 93.8 | 0.896 |
| Other-Moving | 93.8 | 88.2 | 0.909 |
| Stationary | 97.6 | 95.3 | 0.965 |
Confusion matrix for action recognition.
| Predicted Class | |||||
|---|---|---|---|---|---|
| Hand-Up-Down | Stationary | Writing | Other-Moving | ||
| Hand-Up-Down | 630 | 1 | 20 | 21 | |
| Stationary | 22 | 862 | 0 | 20 | |
| Writing | 0 | 1 | 1156 | 84 | |
| Other-Moving | 83 | 20 | 148 | 1890 | |
F1 scores for different classification models.
| Hand-Up-Down | Stationary | Writing | Other-Moving | |
|---|---|---|---|---|
| Decision Tree | 0.896 | 0.965 | 0.902 | 0.909 |
| Naive Bayes | 0.890 | 0.970 | 0.894 | 0.908 |
| Support Vector Machine | 0.865 | 0.940 | 0.885 | 0.902 |
Figure 8Average duration of the four basic actions.
Figure 9Average student action score of two groups.
Key statistics of the student action score.
| Group A | Group B | |
|---|---|---|
| Mean | 5.775 | 8.45575 |
| Variance | 2.958409 | 1.457806 |
| Degree of Freedom | 11 | 11 |
| F statistic | 2.029357 | |
| F critical (alpha = 0.05) | 2.81793 | |
Figure 10Boxplot for the standard deviation of heart rate.
Figure 11Distribution of student state duration
Some key responses split by student gender.
| Question | All (n = 24) | Female (n = 11) | Male (n = 13) |
|---|---|---|---|
| I feel better when teacher reminds me by letting the smartwatch vibrating on my wrist than speaks out my name in class. | 3.75 (SD = 0.44) | 3.818 (SD = 0.40) | 3.692 (SD = 0.48) |
| I feel more confident and happy on learning that subject, when I receive online points because of my activeness in that class. | 3.58 (SD = 0.44) | 3.63 (SD = 0.67) | 3.53 (SD = 0.66) |
Figure 12Framework of the model human processor (MHP).