paper-with-me

Papers

Rethinking Zero-Shot Time Series Classification: From Task-specific Classifiers to In-Context Inference

2026-01-31 · Juntao Fang, Shifeng Xie, Shengbin Nie, Yuhui Ling, Yuming Liu, Zijian Li, Keli Zhang, Lujia Pan, Themis Palpanas, Ruichu Cai arxiv

The zero-shot evaluation of time series foundation models (TSFMs) for classification typically uses a frozen encoder followed by a task-specific classifier. However, this practice violates the training-free premise of zero-shot deployment and introduces evaluation bias due to classifier-dependent training choices. To address this issue, we propose TIC-FM, an in-context learning framework that treats the labeled training set as context and predicts labels for all test instances in a single forward pass, without parameter updates. TIC-FM pairs a time series encoder and a lightweight projection adapter with a split-masked latent memory Transformer. We further provide theoretical justification that in-context inference can subsume trained classifiers and can emulate gradient-based classifier training within a single forward pass. Experiments on 128 UCR datasets show strong accuracy, with consistent gains in the extreme low-label situation, highlighting training-free transfer

📄 PDF Abstract BibTeX arXiv:2602.00620

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Classification

Similar Papers 제목 키워드 기반

Rethinking Multimodal Time-Series Forecasting Evaluation

2026-07-08 · Haoxin Liu, Yichen Zhou, Rajat Sen, B. Aditya Prakash 외 arxiv

We introduce a new context-enriched, multimodal time series forecasting benchmark, TimesX. TimesX contains a wide selection of high-quality real-world time series with diverse domains and textual contexts obtained from a…

Time Series Forecasting

MantisV2: Closing the Zero-Shot Gap in Time Series Classification with Synthetic Data and Test-Time Strategies

2026-02-19 · Vasilii Feofanov, Songkang Wen, Jianfeng Zhang, Lujia Pan 외 arxiv

Developing foundation models for time series classification is of high practical relevance, as such models can serve as universal feature extractors for diverse downstream tasks. Although early models such as Mantis have…

Time Series ClassificationHuman Activity Recognition

Rethinking Zero-shot Video Classification: End-to-end Training for Realistic Applications

2020-03-03 · CVPR 2020 6 · Biagio Brattoli, Joseph Tighe, Fedor Zhdanov, Pietro Perona 외

Trained on large datasets, deep learning (DL) can accurately classify videos into hundreds of diverse classes. However, video data is expensive to annotate. Zero-shot learning (ZSL) proposes one solution to this problem.…

BenchmarkingGeneral ClassificationVideo ClassificationZero-Shot Action Recognition+1

LAMPER: LanguAge Model and Prompt EngineeRing for zero-shot time series classification

2024-03-23 · Zhicheng Du, Zhaotian Xie, Yan Tong, Peiwu Qin

This study constructs the LanguAge Model with Prompt EngineeRing (LAMPER) framework, designed to systematically evaluate the adaptability of pre-trained language models (PLMs) in accommodating diverse prompts and their i…

Language ModelingLanguage ModellingPrompt EngineeringTime Series+1

Rethinking Evaluation in the Era of Time Series Foundation Models: (Un)known Information Leakage Challenges

2025-10-15 · Marcel Meyer, Sascha Kaltenpoth, Kevin Zalipski, Oliver Müller arxiv

Time Series Foundation Models (TSFMs) represent a new paradigm for time-series forecasting, promising zero-shot predictions without the need for task-specific training or fine-tuning. However, similar to Large Language M…