Real-time Calibration Model for Low-cost Sensor in Fine-grained Time series
Seokho Ahn, Hyungjin Kim, Sungbok Shin, Young-Duk Seo
TL;DR
This work tackles real-time calibration of low-cost sensors under hardware constraints by introducing TESLA, a Transformer-based model that uses logarithmic-binned attention, multi-view embeddings, and feature-wise aggregation. TESLA achieves high calibration accuracy while maintaining efficiency comparable to linear models, with an attention complexity of $O( ext{log}^2 N)$ due to binning. Experiments on the SensEURCity dataset show TESLA outperforms both linear and Transformer baselines in RMSE/MAE and hardware metrics, including deployment feasibility on microcontrollers. The study demonstrates TESLA’s potential to improve data quality in IoT sensing and highlights design tradeoffs between accuracy, speed, and energy use for practical sensor calibration. The findings push forward real-time, resource-conscious calibration methods for fine-grained time series in edge devices.
Abstract
Precise measurements from sensors are crucial, but data is usually collected from low-cost, low-tech systems, which are often inaccurate. Thus, they require further calibrations. To that end, we first identify three requirements for effective calibration under practical low-tech sensor conditions. Based on the requirements, we develop a model called TESLA, Transformer for effective sensor calibration utilizing logarithmic-binned attention. TESLA uses a high-performance deep learning model, Transformers, to calibrate and capture non-linear components. At its core, it employs logarithmic binning to minimize attention complexity. TESLA achieves consistent real-time calibration, even with longer sequences and finer-grained time series in hardware-constrained systems. Experiments show that TESLA outperforms existing novel deep learning and newly crafted linear models in accuracy, calibration speed, and energy efficiency.
