SYSYApr 16

Generalizability of Learning-based Occupancy Detection in Residential Buildings

arXiv:2604.148411.6h-index: 5
AI Analysis

For building energy management, this work provides a comparative analysis of occupancy detection methods, but the results are incremental and specific to the KTH Live-In Lab testbed.

This paper evaluates three machine learning models for occupancy detection in residential buildings using environmental sensor data, finding that LSTM with attention achieves the best cross-apartment generalization (accuracy 0.84, F1 0.85), while logistic regression offers a low-complexity alternative for same-apartment use.

This paper investigates non-intrusive occupancy detection methods for residential buildings using environmental sensor data from the KTH Live-In Lab in Stockholm, Sweden. Three machine learning approaches, namely, logistic regression (LR), support vector machines (SVM), and long short-term memory (LSTM) network enhanced with an attention mechanism, are evaluated in terms of predictive performance and computational complexity. The analysis considers the trade-off between sensor availability (investment cost) and prediction accuracy in real applications, as well as the models' cross-apartment generalizability. Hyperparameters for both the SVM and LSTM models are optimized using Bayesian optimization. All three models are evaluated on data collected from apartments not used during training, and on data generated from a calibrated digital model of the testbed. Results show that all models achieve comparable performance on the same-apartment test data (accuracy of approximately 0.83, F1 score of approximately 0.86). When assessed on cross-apartment data, the LSTM model demonstrates the strongest generalization capability (accuracy of 0.84, F1 score of 0.85), while LR provides a competitive, low-complexity alternative for applications that do not require cross-apartment generalization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes