ArXiv TLDR

EvoTSC: Evolving Feature Learning Models for Time Series Classification via Genetic Programming

🐦 Tweet
2604.25499

Xuanhao Yang, Bing Xue, Mengjie Zhang

cs.LGcs.NE

TLDR

EvoTSC uses genetic programming to automatically evolve lightweight and generalizable feature learning models for time series classification.

Key contributions

  • Proposes EvoTSC, a genetic programming approach for evolving lightweight feature learning models for TSC.
  • Utilizes a multi-layer program structure embedding expert knowledge to guide the evolutionary search.
  • Introduces a Pareto tournament selection strategy to mitigate overfitting and enhance model generalizability.
  • Outperforms eleven benchmark methods on univariate time series classification datasets.

Why it matters

Time series classification often struggles with limited labeled data and high computational costs. EvoTSC addresses these by automatically evolving efficient and generalizable models. This makes advanced time series analysis more accessible and practical for diverse applications.

Original Abstract

Time series classification is an important analytical task across diverse domains. However, its practical application is often hindered by the scarcity of labeled data and the requirement for substantial computational resources. To address these challenges, this paper proposes EvoTSC, a novel genetic programming approach designed to automatically evolve lightweight feature learning models for time series classification. The core of EvoTSC is a carefully designed multi-layer program structure that strategically embeds diverse forms of prior expert knowledge into the evolutionary process, effectively guiding the search toward operations known to be highly effective for time series analysis. To mitigate the common overfitting problem in time series classification, a tailored Pareto tournament selection strategy is proposed to favor models that perform consistently well across varying training data subsets, promoting the discovery of highly generalizable models. Extensive experiments conducted on univariate time series classification datasets demonstrate that EvoTSC significantly outperforms eleven benchmark methods in most comparisons. Further analyses verify the contribution of each component and the resource efficiency of the evolved models.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.