QCore: Data-Efficient, On-Device Continual Calibration for Quantized Models -- Extended Version
David Campos, Bin Yang, Tung Kieu, Miao Zhang, Chenjuan Guo, Christian, S. Jensen

TL;DR
QCore is a method for efficient, on-device continual calibration of quantized models that adapts to changing data streams without extensive computation or full data storage.
Contribution
It introduces a data compression technique and a small bit-flipping network to enable continual calibration of quantized models on edge devices.
Findings
Outperforms strong baseline methods in real-world continual learning scenarios.
Effectively updates calibration data to reflect environmental changes.
Enables calibration without back-propagation on resource-constrained devices.
Abstract
We are witnessing an increasing availability of streaming data that may contain valuable information on the underlying processes. It is thus attractive to be able to deploy machine learning models on edge devices near sensors such that decisions can be made instantaneously, rather than first having to transmit incoming data to servers. To enable deployment on edge devices with limited storage and computational capabilities, the full-precision parameters in standard models can be quantized to use fewer bits. The resulting quantized models are then calibrated using back-propagation and full training data to ensure accuracy. This one-time calibration works for deployments in static environments. However, model deployment in dynamic edge environments call for continual calibration to adaptively adjust quantized models to fit new incoming data, which may have different distributions. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems
