paper-with-me

Papers

LETS-C: Leveraging Text Embedding for Time Series Classification

2024-07-09 · Rachneet Kaur, Zhen Zeng, Tucker Balch, Manuela Veloso

Recent advancements in language modeling have shown promising results when applied to time series data. In particular, fine-tuning pre-trained large language models (LLMs) for time series classification tasks has achieved state-of-the-art (SOTA) performance on standard benchmarks. However, these LLM-based models have a significant drawback due to the large model size, with the number of trainable parameters in the millions. In this paper, we propose an alternative approach to leveraging the success of language modeling in the time series domain. Instead of fine-tuning LLMs, we utilize a text embedding model to embed time series and then pair the embeddings with a simple classification head composed of convolutional neural networks (CNN) and multilayer perceptron (MLP). We conducted extensive experiments on a well-established time series classification benchmark. We demonstrated LETS-C not only outperforms the current SOTA in classification accuracy but also offers a lightweight solution, using only 14.5% of the trainable parameters on average compared to the SOTA model. Our findings suggest that leveraging text embedding models to encode time series data, combined with a simple yet effective classification head, offers a promising direction for achieving high-performance time series classification while maintaining a lightweight model architecture.

📄 PDF Abstract BibTeX arXiv:2407.06533

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationLanguage ModelingLanguage ModellingTime SeriesTime Series Classification

Similar Papers 제목 키워드 기반

Time2Graph: Revisiting Time Series Modeling with Dynamic Shapelets

2019-11-11 · Ziqiang Cheng, Yang Yang, Wei Wang, Wenjie Hu 외

Time series modeling has attracted extensive research efforts; however, achieving both reliable efficiency and interpretability from a unified model still remains a challenging problem. Among the literature, shapelets of…

Graph EmbeddingTime SeriesTime Series Analysis

AUTOSHAPE: An Autoencoder-Shapelet Approach for Time Series Clustering

2022-08-06 · Guozhong Li, Byron Choi, Jianliang Xu, Sourav S Bhowmick 외

Time series shapelets are discriminative subsequences that have been recently found effective for time series clustering (TSC). The shapelets are convenient for interpreting the clusters. Thus, the main challenge for TSC…

ClusteringRepresentation LearningTime SeriesTime Series Analysis+1

SE-shapelets: Semi-supervised Clustering of Time Series Using Representative Shapelets

2023-04-06 · Borui Cai, Guangyan Huang, Shuiqiao Yang, Yong Xiang 외

Shapelets that discriminate time series using local features (subsequences) are promising for time series clustering. Existing time series clustering methods may fail to capture representative shapelets because they disc…

ClusteringTime SeriesTime Series Clustering

Shapelets-Enriched Selective Forecasting using Time Series Foundation Models

2026-01-16 · Shivani Tomar, Seshu Tirupathi, Elizabeth Daly, Ivana Dusparic arxiv

Time series foundation models have recently gained a lot of attention due to their ability to model complex time series data encompassing different domains including traffic, energy, and weather. Although they exhibit st…

Ultra-Fast Shapelets for Time Series Classification

2015-03-17 · Martin Wistuba, Josif Grabocka, Lars Schmidt-Thieme

Time series shapelets are discriminative subsequences and their similarity to a time series can be used for time series classification. Since the discovery of time series shapelets is costly in terms of time, the applica…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1