An Intelligent Building Occupancy Detection System Based on Sparse Auto-Encoder
Abstract
Energy saving in buildings has attracted many researchers attention. One of the research topics is occupancy detection for each room to automatically control airconditioner, light, heating, etc. by monitoring the temperature, humidity, light, and co <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sub> using the corresponding sensors. For existing data analysis, traditional regression methods such as CART, RF, LDA are often used to predict the occupancy status after the data are collected. However, traditional methods have disadvantages of difficult adaptation to large data sets and bad generalization. In this paper, deep learning technology is used to perform occupancy detection. We construct sparse auto-encoder to learn features from data, then the learned features are input to Softmax, SVM and Liblinear classifiers to detect the room occupancy status. Experiments and results show the efficiency of the proposed algorithm whose detection accuracy outperforms that of benchmark project. Moreover, proposed algorithm has very low computation overhead which facilitates the real-time detection.
Cite
Text
Liu et al. "An Intelligent Building Occupancy Detection System Based on Sparse Auto-Encoder." IEEE/CVF Winter Conference on Applications of Computer Vision Workshops, 2017. doi:10.1109/WACVW.2017.10Markdown
[Liu et al. "An Intelligent Building Occupancy Detection System Based on Sparse Auto-Encoder." IEEE/CVF Winter Conference on Applications of Computer Vision Workshops, 2017.](https://mlanthology.org/wacvw/2017/liu2017wacvw-intelligent/) doi:10.1109/WACVW.2017.10BibTeX
@inproceedings{liu2017wacvw-intelligent,
title = {{An Intelligent Building Occupancy Detection System Based on Sparse Auto-Encoder}},
author = {Liu, Zhi and Zhang, Jie and Geng, Li},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision Workshops},
year = {2017},
pages = {17-22},
doi = {10.1109/WACVW.2017.10},
url = {https://mlanthology.org/wacvw/2017/liu2017wacvw-intelligent/}
}