paper-with-me

홈 › Papers

Large Language Models are Few-shot Multivariate Time Series Classifiers

2025-01-30 · Yakun Chen, Zihao Li, Chao Yang, Xianzhi Wang, Guandong Xu

Large Language Models (LLMs) have been extensively applied in time series analysis. Yet, their utility in the few-shot classification (i.e., a crucial training scenario due to the limited training data available in industrial applications) concerning multivariate time series data remains underexplored. We aim to leverage the extensive pre-trained knowledge in LLMs to overcome the data scarcity problem within multivariate time series. Specifically, we propose LLMFew, an LLM-enhanced framework to investigate the feasibility and capacity of LLMs for few-shot multivariate time series classification. This model introduces a Patch-wise Temporal Convolution Encoder (PTCEnc) to align time series data with the textual embedding input of LLMs. We further fine-tune the pre-trained LLM decoder with Low-rank Adaptations (LoRA) to enhance its feature representation learning ability in time series data. Experimental results show that our model outperformed state-of-the-art baselines by a large margin, achieving 125.2% and 50.2% improvement in classification accuracy on Handwriting and EthanolConcentration datasets, respectively. Moreover, our experimental results demonstrate that LLM-based methods perform well across a variety of datasets in few-shot MTSC, delivering reliable results compared to traditional models. This success paves the way for their deployment in industrial environments where data are limited.

📄 PDF Abstract BibTeX arXiv:2502.00059

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MultiCast: Zero-Shot Multivariate Time Series Forecasting Using LLMs

2024-05-23 · Georgios Chatzigeorgakidis, Konstantinos Lentzos, Dimitrios Skoutas

Predicting future values in multivariate time series is vital across various domains. This work explores the use of large language models (LLMs) for this task. However, LLMs typically handle one-dimensional data. We intr…

Multivariate Time Series ForecastingQuantizationTime SeriesTime Series Forecasting

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

RMISC: A Large-scale Real-world Multivariate Corpus for Time Series Foundation Models

2026-07-07 · Qian Sun, Yong-Ming Tian, Jia-Wei Huang, Cheng Feng 외 arxiv

Recent years have witnessed the emergence of multivariate modeling using time series foundation models (TSFMs), which achieve advanced zero-shot generalization. Modern multivariate TSFMs are predominantly pretrained on m…

Zero-shot Generalization

TableTime: Reformulating Time Series Classification as Zero-Shot Table Understanding via Large Language Models

2024-11-24 · Jiahao Wang, Mingyue Cheng, Qingyang Mao, Qi Liu 외

Large language models (LLMs) have demonstrated their effectiveness in multivariate time series classification (MTSC). Effective adaptation of LLMs for MTSC necessitates informative data representations. Existing LLM-base…

Problem DecompositionTime SeriesTime Series Classificationzero-shot-classification+1

COSCO: A Sharpness-Aware Training Framework for Few-shot Multivariate Time Series Classification

2024-09-15 · Jesus Barreda, Ashley Gomez, Ruben Puga, Kaixiong Zhou 외

Multivariate time series classification is an important task with widespread domains of applications. Recently, deep neural networks (DNN) have achieved state-of-the-art performance in time series classification. However…

ClassificationTime SeriesTime Series Classification