Look Into the LITE in Deep Learning for Time Series Classification
Ali Ismail-Fawaz, Maxime Devanne, Stefano Berretti, Jonathan, Weber, Germain Forestier

TL;DR
This paper introduces LITE, a lightweight deep learning architecture for time series classification that significantly reduces parameters and energy consumption while maintaining high performance, and extends it to multivariate data with interpretability features.
Contribution
The paper presents LITE, a novel, highly efficient TSC model with only 2.34% of parameters of state-of-the-art, and adapts it for multivariate data with interpretability.
Findings
LITE achieves comparable accuracy to InceptionTime.
LITE is 2.78 times faster and uses less CO2 and power.
LITEMV outperforms other models on human rehabilitation data.
Abstract
Deep learning models have been shown to be a powerful solution for Time Series Classification (TSC). State-of-the-art architectures, while producing promising results on the UCR and the UEA archives , present a high number of trainable parameters. This can lead to long training with high CO2 emission, power consumption and possible increase in the number of FLoating-point Operation Per Second (FLOPS). In this paper, we present a new architecture for TSC, the Light Inception with boosTing tEchnique (LITE) with only 2.34% of the number of parameters of the state-of-the-art InceptionTime model, while preserving performance. This architecture, with only 9, 814 trainable parameters due to the usage of DepthWise Separable Convolutions (DWSC), is boosted by three techniques: multiplexing, custom filters, and dilated convolution. The LITE architecture, trained on the UCR, is 2.78 times faster…
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
TopicsTime Series Analysis and Forecasting
MethodsInceptionTime
