paper-with-me

홈 › Papers

KairosHope: A Next-Generation Time-Series Foundation Model for Specialized Classification via Dual-Memory Architecture

2026-05-18 · Luis Balderas, José Alberto Rodríguez, Miguel Lastra, Antonio Arauzo-Azofra, José M. Benítez arxiv

Time Series Foundation Models (TSFMs) have demonstrated notable success in general-purpose forecasting tasks; however, their adaptation to specialized classification problems remains constrained by the computational bottleneck of standard attention and the systematic omission of classical statistical knowledge. This technical report introduces KairosHope, a next-generation TSFM designed to reconcile massive generalization with analytical precision in classification tasks. The core of the proposal is the HOPE block, an architecture that replaces quadratic attention with a dual-memory system: Titans modules for dynamic short-term retention and a Continuum Memory System (CMS) for the abstraction of long-term historical context. To enrich the inductive bias, a Hybrid Decision Head is introduced, which fuses deep latent representations with deterministic statistical features extracted via tsfeatures package. KairosHope undergoes self-supervised pre-training on the massive Monash archive, combining Masked Time Series Modeling (MTSM) and contrastive learning (InfoNCE). Its subsequent adaptation to the UCR benchmark datasets is conducted through a rigorous Linear Probing and Full Fine-Tuning (LP-FT) protocol to prevent catastrophic forgetting. Empirical results demonstrate superior performance in domains characterized by strict temporal causality such as HAR or Sensor data. Consequently, KairosHope establishes a robust and efficient framework for the adaptation of foundation models to time series analysis.

📄 PDF Abstract BibTeX arXiv:2605.18657

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series AnalysisContrastive Learning

Similar Papers 제목 키워드 기반

ChronoVAE-HOPE: Beyond Attention -- A Next-Generation VAE Foundation Model for Specialized Time Series Classification

2026-05-21 · José Alberto Rodríguez, Luis Balderas, Miguel Lastra, Antonio Arauzo-Azofra 외 arxiv

Time Series Foundation Models (TSFMs) have become a new component of the state-of-the-art in general time series forecasting. However, adapting them to specialized classification tasks remains constrained by two intercon…

Time Series ClassificationTime Series Forecasting

TS-RAG: Retrieval-Augmented Generation based Time Series Foundation Models are Stronger Zero-Shot Forecaster

2025-03-06 · Kanghui Ning, Zijie Pan, Yu Liu, Yushan Jiang 외

Recently, Large Language Models (LLMs) and Foundation Models (FMs) have become prevalent for time series forecasting tasks. However, fine-tuning large language models (LLMs) for forecasting enables the adaptation to spec…

Domain AdaptationMixture-of-ExpertsRAGRetrieval-augmented Generation+2

Tiny-TSM: Efficiently Training a Lightweight SOTA Time Series Foundation Model

2025-11-24 · Felix Birkel arxiv

We present Tiny-TSM, a time series foundation model characterized by small scale, economical training, and state-of-the-art performance. It comprises 23M total parameters, trained on a single A100 GPU in less than a week…

Neural Architecture SearchSynthetic Data GenerationData Augmentation

Time Series as Language: A Universal Tokenizer for General-Purpose Time Series Foundation Models

2026-05-31 · Yunhao Zhang, Ruiying Qi, Jiale Zheng, Jianfeng Zhang 외 arxiv

While Next-Token Prediction (NTP) has unified LLM pretraining, its adaptation to unbounded, continuous time series (TS) remains open. To bridge the gap, we introduce UniTok, a universal tokenizer that transforms TS into …

Only the Curve Shape Matters: Training Foundation Models for Zero-Shot Multivariate Time Series Forecasting through Next Curve Shape Prediction

2024-02-12 · Cheng Feng, Long Huang, Denis Krompass

We present General Time Transformer (GTT), an encoder-only style foundation model for zero-shot multivariate time series forecasting. GTT is pretrained on a large dataset of 200M high-quality time series samples spanning…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting