Real-time Calibration Model for Low-cost Sensor in Fine-grained Time series
- URL: http://arxiv.org/abs/2412.20170v1
- Date: Sat, 28 Dec 2024 14:58:46 GMT
- Title: Real-time Calibration Model for Low-cost Sensor in Fine-grained Time series
- Authors: Seokho Ahn, Hyungjin Kim, Sungbok Shin, Young-Duk Seo,
- Abstract summary: We develop a model called TESLA, Transformer for effective sensor calibration utilizing logarithmic-binned attention.<n> TESLA uses a high-performance deep learning model, Transformers, to calibrate and capture non-linear components.<n>Experiments show that TESLA outperforms existing novel deep learning and newly crafted linear models in accuracy, calibration speed, and energy efficiency.
- Score: 6.648146664198283
- License: http://creativecommons.org/licenses/by-nc-nd/4.0/
- 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.
Related papers
- Sensor Calibration Model Balancing Accuracy, Real-time, and Efficiency [4.212937192948915]
We introduce Scare (Sensor model balancing, Real-time, Accuracy and Efficiency), an ultra-compressed transformer that fulfills all eight microscopic requirements simultaneously.<n>Scare comprises three core components: (1) Sequence Lens Projector (SLP) that logarithmically compresses time-series data while preserving boundary information across bins, (2) Efficient Bitwise Attention (EBA) module that replaces costly multiplications with bitwise operations via binary hash codes, and (3) Hash optimization strategy that ensures stable training without auxiliary loss terms.
arXiv Detail & Related papers (2025-11-10T05:16:20Z) - Cal or No Cal? -- Real-Time Miscalibration Detection of LiDAR and Camera Sensors [0.8437187555622164]
From a safety perspective, sensor calibration is a key enabler of autonomous driving.
Online calibration is subject to strict real-time and resource constraints.
We propose a miscalibration detection framework that shifts the focus from the direct regression of calibration parameters to a binary classification of the calibration state.
arXiv Detail & Related papers (2025-03-31T08:13:23Z) - SenDaL: An Effective and Efficient Calibration Framework of Low-Cost Sensors for Daily Life [6.320658791668947]
Sensor for daily life (SenDaL) is a 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.
We have verified that SenDaL outperforms existing deep learning models in terms of accuracy, latency, and energy efficiency.
arXiv Detail & Related papers (2025-02-12T07:51:19Z) - MEMS Gyroscope Multi-Feature Calibration Using Machine Learning Technique [6.972912567929995]
This study leverages machine learning (ML) and uses multiple signals of the MEMS gyroscope resonator to improve its calibration.
XGBoost, known for its high predictive accuracy and ability to handle complex, non-linear relationships, are employed to enhance the calibration process.
Our findings show that both XGBoost and models significantly reduce noise and enhance accuracy and stability, outperforming the traditional calibration techniques.
arXiv Detail & Related papers (2024-10-10T01:21:48Z) - Calibrating Language Models with Adaptive Temperature Scaling [58.056023173579625]
We introduce Adaptive Temperature Scaling (ATS), a post-hoc calibration method that predicts a temperature scaling parameter for each token prediction.
ATS improves calibration by over 10-50% across three downstream natural language evaluation benchmarks compared to prior calibration methods.
arXiv Detail & Related papers (2024-09-29T22:54:31Z) - UniCal: Unified Neural Sensor Calibration [32.7372115947273]
Self-driving vehicles (SDVs) require accurate calibration of LiDARs and cameras to fuse sensor data accurately for autonomy.
Traditional calibration methods leverage fiducials captured in a controlled and structured scene and compute correspondences to optimize over.
We propose UniCal, a unified framework for effortlessly calibrating SDVs equipped with multiple LiDARs and cameras.
arXiv Detail & Related papers (2024-09-27T17:56:04Z) - A re-calibration method for object detection with multi-modal alignment bias in autonomous driving [7.601405124830806]
Multi-modal object detection in autonomous driving has achieved great breakthroughs due to the usage of fusing complementary information from different sensors.
In reality, calibration matrices are fixed when the vehicles leave the factory, but vibration, bumps, and data lags may cause calibration bias.
We conducted experiments on SOTA detection method EPNet++ and proved slight bias on calibration can reduce the performance seriously.
arXiv Detail & Related papers (2024-05-27T05:46:37Z) - C-TPT: Calibrated Test-Time Prompt Tuning for Vision-Language Models via Text Feature Dispersion [54.81141583427542]
In deep learning, test-time adaptation has gained attention as a method for model fine-tuning without the need for labeled data.
This paper explores calibration during test-time prompt tuning by leveraging the inherent properties of CLIP.
We present a novel method, Calibrated Test-time Prompt Tuning (C-TPT), for optimizing prompts during test-time with enhanced calibration.
arXiv Detail & Related papers (2024-03-21T04:08:29Z) - Cal-DETR: Calibrated Detection Transformer [67.75361289429013]
We propose a mechanism for calibrated detection transformers (Cal-DETR), particularly for Deformable-DETR, UP-DETR and DINO.
We develop an uncertainty-guided logit modulation mechanism that leverages the uncertainty to modulate the class logits.
Results corroborate the effectiveness of Cal-DETR against the competing train-time methods in calibrating both in-domain and out-domain detections.
arXiv Detail & Related papers (2023-11-06T22:13:10Z) - Adaptive Calibrator Ensemble for Model Calibration under Distribution
Shift [23.794897699193875]
adaptive calibrator ensemble (ACE) calibrates OOD datasets whose difficulty is usually higher than the calibration set.
ACE generally improves the performance of a few state-of-the-art calibration schemes on a series of OOD benchmarks.
arXiv Detail & Related papers (2023-03-09T15:22:02Z) - TrajMatch: Towards Automatic Spatio-temporal Calibration for Roadside
LiDARs through Trajectory Matching [12.980324010888664]
We propose TrajMatch -- the first system that can automatically calibrate for roadside LiDARs in both time and space.
Experiment results show that TrajMatch can achieve a spatial calibration error of less than 10cm and a temporal calibration error of less than 1.5ms.
arXiv Detail & Related papers (2023-02-04T12:27:01Z) - Parameterized Temperature Scaling for Boosting the Expressive Power in
Post-Hoc Uncertainty Calibration [57.568461777747515]
We introduce a novel calibration method, Parametrized Temperature Scaling (PTS)
We demonstrate that the performance of accuracy-preserving state-of-the-art post-hoc calibrators is limited by their intrinsic expressive power.
We show with extensive experiments that our novel accuracy-preserving approach consistently outperforms existing algorithms across a large number of model architectures, datasets and metrics.
arXiv Detail & Related papers (2021-02-24T10:18:30Z) - Real-time detection of uncalibrated sensors using Neural Networks [62.997667081978825]
An online machine-learning based uncalibration detector for temperature, humidity and pressure sensors was developed.
The solution integrates an Artificial Neural Network as main component which learns from the behavior of the sensors under calibrated conditions.
The obtained results show that the proposed solution is able to detect uncalibrations for deviation values of 0.25 degrees, 1% RH and 1.5 Pa, respectively.
arXiv Detail & Related papers (2021-02-02T15:44:39Z) - Uncertainty Quantification and Deep Ensembles [79.4957965474334]
We show that deep-ensembles do not necessarily lead to improved calibration properties.
We show that standard ensembling methods, when used in conjunction with modern techniques such as mixup regularization, can lead to less calibrated models.
This text examines the interplay between three of the most simple and commonly used approaches to leverage deep learning when data is scarce.
arXiv Detail & Related papers (2020-07-17T07:32:24Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.