CORTEXA
← Browse
arxivcs.LGcs.AI2026-07-08

TimEE: End-to-end Time Series Classification via In-Context Learning

Jaris Küken, Shi Bin Hoo, Martin Mráz, Frank Hutter, Lennart Purucker

Time series classification (TSC) is dominated by a two-stage paradigm: train a feature encoder -- either from scratch on the target dataset or via pretraining on large corpora -- and then fit a task-specific classifier on top. While effective, this decoupling optimizes representation learning independently of the classification objective, requires per-dataset training, and prevents the model from exploiting label information during inference. We introduce TimEE, a 4.5M-parameter foundation model for end-to-end TSC via in-context learning. Given a labeled support set and a query time series, TimEE directly outputs a predicted class distribution in a single forward pass with no per-dataset training required. Following the prior-data fitted network (PFN) framework, TimEE is meta-trained exclusively on synthetic TSC tasks, where each task contains time series with distinct class identities arising from structured distributional shifts in the generative process. Despite seeing no real time series during pre-training, TimEE ranks first in ROC AUC (and third on accuracy) on the UCR benchmark among all compared methods, which include both foundation models and supervised deep learning baselines. To our knowledge, TimEE is the first purely synthetic-pretrained model to reach state-of-the-art performance on the UCR benchmark. These results establish end-to-end ICL with synthetic priors as a compelling, largely unexplored direction for TSC, with scaling, prior design, and richer generation mechanisms as natural avenues for improvement. Code is publicly available at http://github.com/automl/timee.

View free PDFSource page

Related papers

arxivcs.LGcs.AI2026-07-01

Detecting the Undetectable: Enhancing Unsupervised time series Anomaly Detection via Active Learning

Seung Hun Han, Hyeongwon Kang, Jinwoo Park, Pilsung Kang

Despite the increasing sophistication of industrial AI systems, the ability to reliably detect subtle and noisy anomalies in complex time series data remains a critical yet unresolved challenge. In large-scale industrial applications, labeling time series data is often prohibitiv…

View free PDFSource page
arxivcs.LGcs.AI2026-07-20

TypiCore: A Hybrid Active Query Strategy for Class-Incremental Learning on Time Series

Gabor Szucs, Samuel Jacsev, Marcell Nemeth, Davide Dalle Pezze, Gian Antonio Susto

Time series data play a pivotal role across numerous domains, including healthcare and manufacturing. In real-world environments, models must cope with distribution shifts over time, a challenge commonly addressed through Continual Learning (CL) techniques. However, existing CL m…

View free PDFSource page
arxivcs.LGcs.AI2026-07-17

Scaling Time Series Classification via XAI-Driven Data Reduction

Davide Italo Serramazza, Thach Le Nguyen, Georgiana Ifrim

Explainable AI (XAI) for time series has seen significant algorithmic growth, but its utility in providing measurable performance gains for downstream tasks remains under-explored. This paper bridges this gap by introducing drXAI, a novel methodology that repurposes XAI attributi…

View free PDFSource page
arxivcs.LGcs.AI2026-07-20

Censoring-Aware In-Context Learning for Generalized Supplier Lead Time Estimation in Supply Chain Planning

Christopher Wang, Sebastien Ouellet, Behrouz Haji Soleimani, Ali Etemad

Supplier lead time forecasting is a central input to material requirements planning, inventory optimization, and supply chain risk management. However, many industrial lead time datasets are naturally right-censored: at the time forecasts are required, some orders have not yet ar…

View free PDFSource page
arxivcs.LGcs.AI2026-07-07

Enhancing deep learning models for time series classification via knowledge distillation

Javidan Abdullayev, Maxime Devanne, Jonathan Weber, Germain Forestier

Deep learning has achieved remarkable success in various domains including time series analysis, computer vision and natural language processing. However, high computational and memory demands of state-of-the-art architectures pose challenges for deployment in resource-limited en…

View free PDFSource page