SenDaL: An Effective and Efficient Calibration Framework of Low-Cost Sensors for Daily Life
Seokho Ahn, Hyungjin Kim, Euijong Lee, Young-Duk Seo
TL;DR
SenDaL addresses the challenge of calibrating low-cost IoT sensors within tight resource limits by introducing a novel bottom-up training regime and a top-down inference mechanism. The framework refines data, embeds time-series into a three-layer structure (high-accuracy component, linear, and embedding classifier), and alternates between models to balance accuracy with latency and energy use on embedded hardware. Key contributions include the three-part embedding design, the soft-label classifier training, and the unified fine-tuning that enables efficient top-down inference without sacrificing accuracy. Empirical results on real-world fine-dust sensors across multiple embedded platforms show SenDaL outperforms baselines in accuracy while matching or exceeding the efficiency of linear models, underscoring its practical impact for daily-life IoT calibration.
Abstract
The collection of accurate and noise-free data is a crucial part of Internet of Things (IoT)-controlled environments. However, the data collected from various sensors in daily life often suffer from inaccuracies. Additionally, IoT-controlled devices with low-cost sensors lack sufficient hardware resources to employ conventional deep-learning models. To overcome this limitation, we propose sensors for daily life (SenDaL), the first framework that utilizes neural networks for calibrating low cost sensors. SenDaL introduces novel training and inference processes that enable it to achieve accuracy comparable to deep learning models while simultaneously preserving latency and energy consumption similar to linear models. SenDaL is first trained in a bottom-up manner, making decisions based on calibration results from both linear and deep learning models. Once both models are trained, SenDaL makes independent decisions through a top-down inference process, ensuring accuracy and inference speed. Furthermore, SenDaL can select the optimal deep learning model according to the resources of the IoT devices because it is compatible with various deep learning models, such as long short-term memory-based and Transformer-based models. We have verified that SenDaL outperforms existing deep learning models in terms of accuracy, latency, and energy efficiency through experiments conducted in different IoT environments and real-life scenarios.
