# HCFContext: Smartphone Context Inference via Sequential History-based   Collaborative Filtering

**Authors:** Vidyasagar Sadhu, Saman Zonouz, Vincent Sritapan, Dario Pompili

arXiv: 1904.09631 · 2019-04-30

## TL;DR

This paper introduces HCFContext, a novel mobile context inference model that combines Hidden Markov Models with collaborative filtering and privacy-preserving techniques, validated on real-world data.

## Contribution

It presents a new collaborative filtering-based HMM model for mobile context inference that incorporates privacy-preserving methods and is validated with real data.

## Key findings

- HCFContext improves context prediction accuracy over baseline models.
- The privacy-preserving homomorphic encryption approach is effective.
- Models are validated on real-life datasets with positive results.

## Abstract

Mobile context determination is an important step for many context aware services such as location-based services, enterprise policy enforcement, building or room occupancy detection for power or HVAC operation, etc. Especially in enterprise scenarios where policies (e.g., attending a confidential meeting only when the user is in "Location X") are defined based on mobile context, it is paramount to verify the accuracy of the mobile context. To this end, two stochastic models based on the theory of Hidden Markov Models (HMMs) to obtain mobile context are proposed-personalized model (HPContext) and collaborative filtering model (HCFContext). The former predicts the current context using sequential history of the user's past context observations, the latter enhances HPContext with collaborative filtering features, which enables it to predict the current context of the primary user based on the context observations of users related to the primary user, e.g., same team colleagues in company, gym friends, family members, etc. Each of the proposed models can also be used to enhance or complement the context obtained from sensors. Furthermore, since privacy is a concern in collaborative filtering, a privacy-preserving method is proposed to derive HCFContext model parameters based on the concepts of homomorphic encryption. Finally, these models are thoroughly validated on a real-life dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.09631/full.md

## Figures

28 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09631/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1904.09631/full.md

---
Source: https://tomesphere.com/paper/1904.09631