LGDBFeb 24, 2023

LightTS: Lightweight Time Series Classification with Adaptive Ensemble Distillation -- Extended Version

arXiv:2302.12721v1121 citationsh-index: 93
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying accurate time series classification in resource-limited environments like edge devices, representing an incremental improvement in model compression techniques.

The paper tackles the problem of high computational resource requirements of ensemble learning for time series classification by proposing LightTS, a framework that compresses large ensembles into lightweight models while maintaining competitive accuracy, achieving this through adaptive ensemble distillation and Pareto optimal settings.

Due to the sweeping digitalization of processes, increasingly vast amounts of time series data are being produced. Accurate classification of such time series facilitates decision making in multiple domains. State-of-the-art classification accuracy is often achieved by ensemble learning where results are synthesized from multiple base models. This characteristic implies that ensemble learning needs substantial computing resources, preventing their use in resource-limited environments, such as in edge devices. To extend the applicability of ensemble learning, we propose the LightTS framework that compresses large ensembles into lightweight models while ensuring competitive accuracy. First, we propose adaptive ensemble distillation that assigns adaptive weights to different base models such that their varying classification capabilities contribute purposefully to the training of the lightweight model. Second, we propose means of identifying Pareto optimal settings w.r.t. model accuracy and model size, thus enabling users with a space budget to select the most accurate lightweight model. We report on experiments using 128 real-world time series sets and different types of base models that justify key decisions in the design of LightTS and provide evidence that LightTS is able to outperform competitors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes