| Literature DB >> 27355955 |
Muhammad Bilal Amin1, Oresti Banos2, Wajahat Ali Khan3, Hafiz Syed Muhammad Bilal4, Jinhyuk Gong5, Dinh-Mao Bui6, Soung Ho Cho7, Shujaat Hussain8, Taqdir Ali9, Usman Akhtar10, Tae Choong Chung11, Sungyoung Lee12.
Abstract
In recent years, the focus of healthcare and wellness technologies has shown a significant shift towards personal vital signs devices. The technology has evolved from smartphone-based wellness applications to fitness bands and smartwatches. The novelty of these devices is the accumulation of activity data as their users go about their daily life routine. However, these implementations are device specific and lack the ability to incorporate multimodal data sources. Data accumulated in their usage does not offer rich contextual information that is adequate for providing a holistic view of a user's lifelog. As a result, making decisions and generating recommendations based on this data are single dimensional. In this paper, we present our Data Curation Framework (DCF) which is device independent and accumulates a user's sensory data from multimodal data sources in real time. DCF curates the context of this accumulated data over the user's lifelog. DCF provides rule-based anomaly detection over this context-rich lifelog in real time. To provide computation and persistence over the large volume of sensory data, DCF utilizes the distributed and ubiquitous environment of the cloud platform. DCF has been evaluated for its performance, correctness, ability to detect complex anomalies, and management support for a large volume of sensory data.Entities:
Keywords: data acquisition; data curation; healthcare; lifelog; multimodal sensory data; wellness platform
Mesh:
Year: 2016 PMID: 27355955 PMCID: PMC4970031 DOI: 10.3390/s16070980
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Data curation framework (DCF) philosophy.
Figure 2Data curation framework (DCF) architecture.
Figure 3Lifelog model.
Figure 4Sequence diagram of anomaly registration by the expert.
Figure 5Sequence diagram of message flow in the lifelog monitoring.
Figure 6DCF execution flow.
Multimodal raw sensory data sources.
| Data Source | Sensor(s) | Context Type | Context Description |
|---|---|---|---|
| Smartwatch | accelerometer, | activity | climbing stairs, running, |
| Smartphone | accelerometer, | location | home, office, gym, |
| Smartphone | audio | emotion | anger, sadness, happiness. |
| Depth camera | video | activity | eating, sitting, standing, |
Figure 7Data synchronization testing per time-window.
Figure 8Performance testing.
Figure 9Scalability testing.
Figure 10Stress testing of scalability.
Figure 11Anomaly detection rules and scenarios.
Figure 12User 1, 7 h lifelog.
Figure 13User 2, 7 h lifelog.
Figure 14User 3, 7 h lifelog.
Figure 15User 4, 7 h lifelog.
Figure 16User 5, 7 h lifelog.
Figure 17LLM performance evaluation.
Figure 18Read and write time over big data storage.
Query execution scenarios.
| Scenario | Query |
|---|---|
| A | SELECT count(userid) |
| B | SELECT count(userid) |
| C | SELECT count(userid)
|
| D | SELECT count(userid) |
| E | SELECT count(userid) |
| F | SELECT count(RecommendationID) |
| G | SELECT count(RecommendationFeedbackID) |
| H | SELECT count(UserRecognizedEmotionID) |
Figure 19Query execution and response time over big data storage.