Activity Recognition system based on Multisensor data fusion (AReM)
Donated on 5/17/2016
This dataset contains temporal data from a Wireless Sensor Network worn by an actor performing the activities: bending, cycling, lying down, sitting, standing, walking.
Dataset Characteristics
Multivariate, Sequential, Time-Series
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Real
# Instances
42240
# Features
6
Dataset Information
Additional Information
This dataset represents a real-life benchmark in the area of Activity Recognition applications, as described in [1]. The classification tasks consist in predicting the activity performed by the user from time-series generated by a Wireless Sensor Network (WSN), according to the EvAAL competition technical annex (http://evaal.aaloa.org/). In our activity recognition system we use information coming the implicit alteration of the wireless channel due to the movements of the user. The devices measure the RSS of the beacon packets they exchange among themselves in the WSN [2]. We collect RSS data using IRIS nodes embedding a Chipcon AT86RF230 radio subsystem that implements the IEEE 802.15.4 standard and programmed with a TinyOS firmware. They are placed on the user’s chest and ankles. For the purpose of communications, the beacon packets are exchanged by using a simple virtual token protocol that completes its execution in a time slot of 50 milliseconds. A modified version of the Spin (http://span.ece.utah.edu/spin) token-passing protocol is used to schedule node transmission, in order to prevent packet collisions and maintain high data collection rate. When an anchor is transmitting, all other anchors receive the packet and perform the RSS measurements. The payload of the transmitting packet is the set of RSS values between the transmitting node and the other sensors sampled during the previous cycle. From the raw data we extract time-domain features to compress the time series and slightly remove noise and correlations. We choose an epoch time of 250 milliseconds according to the EVAAL technical annex. In such a time slot we elaborate 5 samples of RSS (sampled at 20 Hz) for each of the three couples of WSN nodes (i.e. Chest-Right Ankle, Chest-Left Ankle, Right Ankle-Left Ankle). The features include the mean value and standard deviation for each reciprocal RSS reading from worn WSN sensors. For each activity 15 temporal sequences of input RSS data are present. The dataset contains 480 sequences, for a total number of 42240 instances. We also consider two kind of bending activity, illustrated in the figure provided (bendingTupe.pdf). The positions of sensor nodes with the related identifiers are shown in figure sensorsPlacement.pdf.
Has Missing Values?
No
Variable Information
For each sequence, data is provided in comma separated value (csv) format. - Input data: Input RSS streams are provided in files named datasetID.csv, where ID is the progressive numeric sequence ID for each repetition of the activity performed. In each file, each row corresponds to a time step measurement (in temporal order) and contains the following information: avg_rss12, var_rss12, avg_rss13, var_rss13, avg_rss23, var_rss23 where avg and var are the mean and variance values over 250 ms of data, respectively. - Target data: Target data is provided as the containing folder name. For each activity, we have the following parameters: # Frequency (Hz): 20 # Clock (millisecond): 250 # Total duration (seconds): 120
Dataset Files
File | Size |
---|---|
sensorsPlacement.pdf | 102.8 KB |
bendingType.pdf | 20.7 KB |
bending2/dataset4.csv | 19.1 KB |
bending1/dataset2.csv | 18.9 KB |
bending1/dataset1.csv | 18.5 KB |
0 to 5 of 90
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset activity_recognition_system_based_on_multisensor_data_fusion_arem = fetch_ucirepo(id=366) # data (as pandas dataframes) X = activity_recognition_system_based_on_multisensor_data_fusion_arem.data.features y = activity_recognition_system_based_on_multisensor_data_fusion_arem.data.targets # metadata print(activity_recognition_system_based_on_multisensor_data_fusion_arem.metadata) # variable information print(activity_recognition_system_based_on_multisensor_data_fusion_arem.variables)
Palumbo, F., Gallicchio, C., Pucci, R., & Micheli, A. (2016). Activity Recognition system based on Multisensor data fusion (AReM) [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5SS33.
Creators
Filippo Palumbo
Claudio Gallicchio
Rita Pucci
Alessio Micheli
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.