Optimizing Emotion Recognition with Wearable Sensor Data: Unveiling Patterns in Body Movements and Heart Rate through Random Forest Hyperparameter Tuning
Zikri Kholifah Nur, Rifki Wijaya, Gia Septiana Wulandari

TL;DR
This study improves emotion recognition accuracy from smartwatch data by applying hyperparameter tuning to Random Forest models, revealing significant performance gains in classifying emotional states based on body movements and heart rate.
Contribution
It introduces hyperparameter tuning via RandomizedSearchCV to enhance Random Forest performance in emotion detection from wearable sensor data.
Findings
Random Forest with hyperparameter tuning achieved 86.63% accuracy in happy vs. sad classification.
The approach improved emotion recognition accuracy compared to baseline models.
The study demonstrates the effectiveness of sensor data and model tuning in emotion recognition.
Abstract
This research delves into the utilization of smartwatch sensor data and heart rate monitoring to discern individual emotions based on body movement and heart rate. Emotions play a pivotal role in human life, influencing mental well-being, quality of life, and even physical and physiological responses. The data were sourced from prior research by Juan C. Quiroz, PhD. The study enlisted 50 participants who donned smartwatches and heart rate monitors while completing a 250-meter walk. Emotions were induced through both audio-visual and audio stimuli, with participants' emotional states evaluated using the PANAS questionnaire. The study scrutinized three scenarios: viewing a movie before walking, listening to music before walking, and listening to music while walking. Personal baselines were established using DummyClassifier with the 'most_frequent' strategy from the sklearn library, and…
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
MethodsLogistic Regression · Linear Regression
