paper-with-me

홈 › Papers

Time Series Representations for Classification Lie Hidden in Pretrained Vision Transformers

2025-06-10 · Simon Roschmann, Quentin Bouniot, Vasilii Feofanov, Ievgen Redko, Zeynep Akata

Time series classification is a fundamental task in healthcare and industry, yet the development of time series foundation models (TSFMs) remains limited by the scarcity of publicly available time series datasets. In this work, we propose Time Vision Transformer (TiViT), a framework that converts time series into images to leverage the representational power of frozen Vision Transformers (ViTs) pretrained on large-scale image datasets. First, we theoretically motivate our approach by analyzing the 2D patching of ViTs for time series, showing that it can increase the number of label-relevant tokens and reduce the sample complexity. Second, we empirically demonstrate that TiViT achieves state-of-the-art performance on standard time series classification benchmarks by utilizing the hidden representations of large OpenCLIP models. We explore the structure of TiViT representations and find that intermediate layers with high intrinsic dimension are the most effective for time series classification. Finally, we assess the alignment between TiViT and TSFM representation spaces and identify a strong complementarity, with further performance gains achieved by combining their features. Our findings reveal yet another direction for reusing vision representations in a non-visual domain.

📄 PDF Abstract BibTeX arXiv:2506.08641

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

MLLM4TS: Leveraging Vision and Multimodal Language Models for General Time-Series Analysis

2025-10-08 · Qinghua Liu, Sam Heshmati, Zheda Mai, Zubin Abraham 외 arxiv

Effective analysis of time series data presents significant challenges due to the complex temporal dependencies and cross-channel interactions in multivariate data. Inspired by the way human analysts visually inspect tim…

Anomaly Detection

Parameterization of state duration in Hidden semi-Markov Models: an application in electrocardiography

2022-11-17 · Adrián Pérez Herrero, Paulo Félix Lamas, Jesús María Rodríguez Presedo

This work aims at providing a new model for time series classification based on learning from just one example. We assume that time series can be well characterized as a parametric random process, a sort of Hidden semi-M…

Heartbeat ClassificationTime SeriesTime Series AnalysisTime Series Classification

Sparse Autoencoders Make Audio Foundation Models more Explainable

2025-09-29 · Théo Mariotte, Martin Lebourdais, Antonio Almudévar, Marie Tahon 외 arxiv

Audio pretrained models are widely employed to solve various tasks in speech processing, sound event detection, or music information retrieval. However, the representations learned by these models are unclear, and their …

Self-Supervised LearningInformation RetrievalSound Event Detection

Time Series Classification using the Hidden-Unit Logistic Model

2015-06-16 · Wenjie Pei, Hamdi Dibeklioğlu, David M. J. Tax, Laurens van der Maaten

We present a new model for time series classification, called the hidden-unit logistic model, that uses binary stochastic hidden units to model latent structure in the data. The hidden units are connected in a chain stru…

Action RecognitionAction Unit DetectionClassificationFacial Action Unit Detection+7

A Representation-Consistent Gated Recurrent Framework for Robust Medical Time-Series Classification

2026-02-10 · Maitri Krishna Sai arxiv

Medical time-series data are characterized by irregular sampling, high noise levels, missing values, and strong inter-feature dependencies. Recurrent neural networks (RNNs), particularly gated architectures such as Long …