InceptionTime: Finding AlexNet for Time Series Classification
Hassan Ismail Fawaz, Benjamin Lucas, Germain Forestier, Charlotte, Pelletier, Daniel F. Schmidt, Jonathan Weber, Geoffrey I. Webb, Lhassane, Idoumghar, Pierre-Alain Muller, Fran\c{c}ois Petitjean

TL;DR
This paper introduces InceptionTime, a deep learning model for time series classification that achieves accuracy comparable to the state-of-the-art HIVE-COTE but with significantly better scalability and training efficiency.
Contribution
InceptionTime is a novel ensemble of CNN models inspired by Inception-v4, offering a scalable alternative to HIVE-COTE for time series classification.
Findings
InceptionTime matches HIVE-COTE accuracy on benchmark datasets.
InceptionTime trains on millions of time series within hours.
InceptionTime significantly reduces training time compared to HIVE-COTE.
Abstract
This paper brings deep learning at the forefront of research into Time Series Classification (TSC). TSC is the area of machine learning tasked with the categorization (or labelling) of time series. The last few decades of work in this area have led to significant progress in the accuracy of classifiers, with the state of the art now represented by the HIVE-COTE algorithm. While extremely accurate, HIVE-COTE cannot be applied to many real-world datasets because of its high training time complexity in O(N2 * T4) for a dataset with N time series of length T. For example, it takes HIVE-COTE more than 8 days to learn from a small dataset with N = 1500 time series of short length T = 46. Meanwhile deep learning has received enormous attention because of its high accuracy and scalability. Recent approaches to deep learning for TSC have been scalable, but less accurate than HIVE-COTE. We…
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
MethodsInceptionTime
