MHEALTH
Donated on 12/6/2014
The MHEALTH (Mobile Health) dataset is devised to benchmark techniques dealing with human behavior analysis based on multimodal body sensing.
Dataset Characteristics
Multivariate, Time-Series
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Real
# Instances
120
# Features
-
Dataset Information
Additional Information
The MHEALTH (Mobile HEALTH) dataset comprises body motion and vital signs recordings for ten volunteers of diverse profile while performing several physical activities. Sensors placed on the subject's chest, right wrist and left ankle are used to measure the motion experienced by diverse body parts, namely, acceleration, rate of turn and magnetic field orientation. The sensor positioned on the chest also provides 2-lead ECG measurements, which can be potentially used for basic heart monitoring, checking for various arrhythmias or looking at the effects of exercise on the ECG. ---------------------------------------------------------------------------------------------------------------------- DATASET SUMMARY: #Activities: 12 #Sensor devices: 3 #Subjects: 10 ---------------------------------------------------------------------------------------------------------------------- EXPERIMENTAL SETUP The collected dataset comprises body motion and vital signs recordings for ten volunteers of diverse profile while performing 12 physical activities (Table 1). Shimmer2 [BUR10] wearable sensors were used for the recordings. The sensors were respectively placed on the subject's chest, right wrist and left ankle and attached by using elastic straps (as shown in the figure in attachment). The use of multiple sensors permits us to measure the motion experienced by diverse body parts, namely, the acceleration, the rate of turn and the magnetic field orientation, thus better capturing the body dynamics. The sensor positioned on the chest also provides 2-lead ECG measurements which are not used for the development of the recognition model but rather collected for future work purposes. This information can be used, for example, for basic heart monitoring, checking for various arrhythmias or looking at the effects of exercise on the ECG. All sensing modalities are recorded at a sampling rate of 50 Hz, which is considered sufficient for capturing human activity. Each session was recorded using a video camera. This dataset is found to generalize to common activities of the daily living, given the diversity of body parts involved in each one (e.g., frontal elevation of arms vs. knees bending), the intensity of the actions (e.g., cycling vs. sitting and relaxing) and their execution speed or dynamicity (e.g., running vs. standing still). The activities were collected in an out-of-lab environment with no constraints on the way these must be executed, with the exception that the subject should try their best when executing them. ACTIVITY SET The activity set is listed in the following: L1: Standing still (1 min) L2: Sitting and relaxing (1 min) L3: Lying down (1 min) L4: Walking (1 min) L5: Climbing stairs (1 min) L6: Waist bends forward (20x) L7: Frontal elevation of arms (20x) L8: Knees bending (crouching) (20x) L9: Cycling (1 min) L10: Jogging (1 min) L11: Running (1 min) L12: Jump front & back (20x) NOTE: In brackets are the number of repetitions (Nx) or the duration of the exercises (min). A complete and illustrated description (including table of activities, sensor setup, etc.) of the dataset is provided in the papers presented in the section "Citation Requests".
Has Missing Values?
No
Introductory Paper
By O. Baños, Rafael García, J. A. H. Terriza, M. Damas, H. Pomares, I. Rojas, Alejandro Saez, Claudia Villalonga. 2014
Published in International Workshop on Ambient Assisted Living and Home Care
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 23
Additional Variable Information
The data collected for each subject is stored in a different log file: 'mHealth_subject<SUBJECT_ID>.log'. Each file contains the samples (by rows) recorded for all sensors (by columns). The labels used to identify the activities are similar to the abovementioned (e.g., the label for walking is '4'). The meaning of each column is detailed next: Column 1: acceleration from the chest sensor (X axis) Column 2: acceleration from the chest sensor (Y axis) Column 3: acceleration from the chest sensor (Z axis) Column 4: electrocardiogram signal (lead 1) Column 5: electrocardiogram signal (lead 2) Column 6: acceleration from the left-ankle sensor (X axis) Column 7: acceleration from the left-ankle sensor (Y axis) Column 8: acceleration from the left-ankle sensor (Z axis) Column 9: gyro from the left-ankle sensor (X axis) Column 10: gyro from the left-ankle sensor (Y axis) Column 11: gyro from the left-ankle sensor (Z axis) Column 13: magnetometer from the left-ankle sensor (X axis) Column 13: magnetometer from the left-ankle sensor (Y axis) Column 14: magnetometer from the left-ankle sensor (Z axis) Column 15: acceleration from the right-lower-arm sensor (X axis) Column 16: acceleration from the right-lower-arm sensor (Y axis) Column 17: acceleration from the right-lower-arm sensor (Z axis) Column 18: gyro from the right-lower-arm sensor (X axis) Column 19: gyro from the right-lower-arm sensor (Y axis) Column 20: gyro from the right-lower-arm sensor (Z axis) Column 21: magnetometer from the right-lower-arm sensor (X axis) Column 22: magnetometer from the right-lower-arm sensor (Y axis) Column 23: magnetometer from the right-lower-arm sensor (Z axis) Column 24: Label (0 for the null class) *Units: Acceleration (m/s^2), gyroscope (deg/s), magnetic field (local), ecg (mV)
Dataset Files
File | Size |
---|---|
MHEALTHDATASET/mHealth_subject1.log | 28.6 MB |
MHEALTHDATASET/mHealth_subject9.log | 24 MB |
MHEALTHDATASET/mHealth_subject2.log | 23.3 MB |
MHEALTHDATASET/mHealth_subject8.log | 23 MB |
MHEALTHDATASET/mHealth_subject3.log | 21.7 MB |
0 to 5 of 11
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset mhealth = fetch_ucirepo(id=319) # data (as pandas dataframes) X = mhealth.data.features y = mhealth.data.targets # metadata print(mhealth.metadata) # variable information print(mhealth.variables)
Banos, O., Garcia, R., & Saez, A. (2014). MHEALTH [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5TW22.
Creators
Oresti Banos
Rafael Garcia
Alejandro Saez
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.