COMET-SG1: Lightweight Autoregressive Regressor for Edge and Embedded AI
Abstract
COMET-SG1 is a lightweight, stability-oriented autoregressive regression model designed for time-series prediction on edge and embedded AI systems. Unlike recurrent neural networks or transformer-based sequence models, COMET-SG1 operates through linear behavior-space encoding, memory-anchored transition estimation, and deterministic state updates. This structure prioritizes bounded long-horizon behavior under fully autoregressive inference, a critical requirement for edge deployment where prediction errors accumulate over time. Experiments on non-stationary synthetic time-series data demonstrate that COMET-SG1 achieves competitive short-horizon accuracy while exhibiting significantly reduced long-horizon drift compared to MLP, LSTM, and k-nearest neighbor baselines. With a compact parameter footprint and operations compatible with fixed-point arithmetic, COMET-SG1 provides a practical and interpretable approach for stable autoregressive prediction in edge and embedded AI applications.
Cite
@article{arxiv.2601.20772,
title = {COMET-SG1: Lightweight Autoregressive Regressor for Edge and Embedded AI},
author = {Shakhyar Gogoi},
journal= {arXiv preprint arXiv:2601.20772},
year = {2026}
}
Comments
Preprint. Submitted to an IEEE conference. 6 pages, 6 figures, 2 tables