Indoor User Movement Prediction from RSS data
Donated on 2/3/2016
This dataset contains temporal data from a Wireless Sensor Network deployed in real-world office environments. The task is intended as real-life benchmark in the area of Ambient Assisted Living.
Dataset Characteristics
Multivariate, Sequential, Time-Series
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
Real
# Instances
13197
# Features
4
Dataset Information
Additional Information
This dataset represents a real-life benchmark in the area of Ambient Assisted Living applications, as described in [1]. The binary classification task consists in predicting the pattern of user movements in real-world office environments from time-series generated by a Wireless Sensor Network (WSN). Input data contains temporal streams of radio signal strength (RSS) measured between the nodes of a WSN, comprising 5 sensors: 4 anchors deployed in the environment and 1 mote worn by the user. Data has been collected during user movements at the frequency of 8 Hz (8 samples per second). In the provided dataset, the RSS signals have been rescaled to the interval [-1,1], singly on the set of traces collected from each anchor (as in [1]). Target data consists in a class label indicating whether the user's trajectory will lead to a change in the spatial context (i.e. a room change) or not. In particular, the target class +1 is associated to the location changing movements, while the target class -1 is associated to the location preserving movements. The measurement campaign involved a number of 3 different environmental settings, each of which comprises 2 rooms (containing typical office furniture) separated by a corridor. A sketch of the common setup considered is provided in the attached Figure. In each environmental setting, the anchors are deployed in fixed positions near the rooms corners (at the height of 1.5 m from the ground), while the mobile is worn on the chest of the user. The Figure also shows a simplified illustration of the types of user trajectories considered, with straight paths yielding to a spatial context change and curved ones leading to spatial context preservation. Each path produces a trace of RSS measurements from the beginning of the trajectory until a marker point, which is denoted as M in the Figure. The marker M is the same for all the movements, therefore different paths cannot be distinguished based only on the RSS values collected at M. Each input file in the provided dataset contains data pertaining to one temporal sequence of input RSS data (1 user trajectory for each file). The dataset contains 314 sequences, for a total number of 13197 steps. Further information can be found at the webpage: http://wnlab.isti.cnr.it/paolo/index.php/dataset/6rooms. A complete description of this dataset can be found in [1], which also provides details on the performance achieved by Echo State Networks on the corresponding classification task.
Has Missing Values?
No
Variable Information
Data is provided in comma separated value (csv) format. - Input data Input RSS streams are provided in files named MovementAAL_RSS_SEQID.csv, where IDSEQ is the progressive numeric sequence ID. In each file, each row corresponds to a time step measurement (in temporal order) and contains the following information: RSS_anchor1, RSS_anchor2, RSS_anchor3, RSS_anchor4 - Target data Target data is provided in the file MovementAAL_target.csv Each row in this file contains: sequence_ID, class_label - Dataset grouping Data is grouped in 3 sets, as described in [1]. File MovementAAL_DatasetGroup.csv, provides information about such data grouping. Each row in this file contains: sequence_ID, dataset_ID - Path grouping Users' movements are divided in 6 prototypical paths, as described in [1]. File MovementAAL_Paths.csv provides information about data grouping based on path type. Each row in this file contains: sequence_ID, path_ID
Dataset Files
File | Size |
---|---|
MovementAAL.jpg | 58.2 KB |
dataset_description.txt | 5.1 KB |
dataset/MovementAAL_RSS_221.csv | 4.2 KB |
dataset/MovementAAL_RSS_197.csv | 4 KB |
dataset/MovementAAL_RSS_114.csv | 3.6 KB |
0 to 5 of 320
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset indoor_user_movement_prediction_from_rss_data = fetch_ucirepo(id=348) # data (as pandas dataframes) X = indoor_user_movement_prediction_from_rss_data.data.features y = indoor_user_movement_prediction_from_rss_data.data.targets # metadata print(indoor_user_movement_prediction_from_rss_data.metadata) # variable information print(indoor_user_movement_prediction_from_rss_data.variables)
Bacciu, D., Barsocchi, P., Chessa, S., Gallicchio, C., & Micheli, A. (2014). Indoor User Movement Prediction from RSS data [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5761H.
Creators
Davide Bacciu
Paolo Barsocchi
Stefano Chessa
Claudio Gallicchio
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.