Activity Recognition system based on Multisensor data fusion (AReM) Data Set
Link of Data: https://archive.ics.uci.edu/ml/machine-learning-databases/00366/AReM.zip
Link of UCI: https://archive.ics.uci.edu/ml/datasets/Activity+Recognition+system+based+on+Multisensor+data+fusion+%2528AReM%2529#
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 ([Web Link]).
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 ([Web Link]) 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.
DVC has been used to automated this project
Github: https://github.com/entbappy/Activity_Recognition_UCI
data_source: https://archive.ics.uci.edu/ml/machine-learning-databases/00366/AReM.zip
git clone https://github.com/entbappy/Activity_Recognition_UCI.git
conda create -n activity python=3.7 -y
conda activate activity
pip install -r requirements.txt
dvc repro
Author: Bappy Ahmed
Email: [email protected]
Date:12-Oct-2021
Linkedin: https://www.linkedin.com/in/boktiarahmed73/