paper-with-me

홈 › Papers

VisionTS++: Cross-Modal Time Series Foundation Model with Continual Pre-trained Vision Backbones

2025-08-06 · Lefei Shen, Mouxiang Chen, Xu Liu, Han Fu, Xiaoxue Ren, Jianling Sun, Zhuo Li, Chenghao Liu arxiv

Recent studies have indicated that vision models pre-trained on images can serve as time series foundation models (TSFMs) by reformulating time series forecasting (TSF) as image reconstruction. However, effective cross-modal transfer from vision to time series remains challenging due to three discrepancies: (1) the data-modality gap between structured, bounded image data and unbounded, heterogeneous time series; (2) the multivariate-forecasting gap between fixed RGB-three-channel vision models and time series with arbitrary numbers of variates; and (3) the probabilistic-forecasting gap between the deterministic outputs of vision models and the requirement for uncertainty-aware probabilistic predictions. To bridge these gaps, we propose VisonTS++, a TSFM based on continual pre-training of a vision model on large-scale time series. Our approach introduces three key innovations: (1) vision-model-based filtering to identify high-quality sequences to stabilize pre-training and mitigate modality gap; (2) colorized multivariate conversion, encoding multivariate series as multi-subfigure RGB images to enhance cross-variate modeling; (3) multi-quantile forecasting, using parallel reconstruction heads to generate quantile forecasts without parametric assumptions. Experiments show that VisionTS++ achieves state-of-the-art performance in both in-distribution and out-of-distribution forecasting, outperforming specialized TSFMs by 6%-44% in MSE reduction and ranking first in GIFT-Eval benchmark which comprises 23 datasets across 7 domains. Our work demonstrates that with appropriate adaptation, vision models can effectively generalize to TSF, thus advancing the pursuit of universal TSFMs. Code is available at https://github.com/HALF111/VisionTSpp.

📄 PDF Abstract BibTeX arXiv:2508.04379

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series ForecastingImage Reconstruction

Similar Papers 제목 키워드 기반

VisionTS: Visual Masked Autoencoders Are Free-Lunch Zero-Shot Time Series Forecasters

2024-08-30 · Mouxiang Chen, Lefei Shen, Zhuo Li, Xiaoyun Joy Wang 외

Foundation models have emerged as a promising approach in time series forecasting (TSF). Existing approaches either repurpose large language models (LLMs) or build large-scale time series datasets to develop TSF foundati…

Image ReconstructionTime SeriesTime Series Forecasting

Empowering Time Series Analysis with Large-Scale Multimodal Pretraining

2026-02-05 · Peng Chen, Siyuan Wang, Shiyan Hu, Xingjian Wu 외 arxiv

While existing time series foundation models primarily rely on large-scale unimodal pretraining, they lack complementary modalities to enhance time series understanding. Building multimodal foundation models is a natural…

Time Series ForecastingTime Series AnalysisAnomaly Detection

TRACE: A Temporal Conditional Estimation for Multimodal Time Series Foundation Models

2026-06-04 · Ziwen Kan, Yishuo Chen, Kecheng Li, Andrew Wen 외 arxiv

Time series foundation models (TS-FMs) aim to learn generalizable temporal representations that can be adapted to a wide range of downstream tasks. In real-world multimodal settings, time series are frequently affected b…

Multimodal Sentiment Analysis

Chronicle: A Multimodal Foundation Model for Joint Language and Time Series Understanding

2026-05-18 · Paul Quinlan, Jeremy Levasseur, Qingguo Li, Xiaodan Zhu arxiv

Real-world time series come with text: metadata, descriptions, news, reports. Yet time series foundation models process numerical sequences in isolation, and the multimodal text-and-time-series models that attempt to bri…

Time Series Classification

ChatTime: A Unified Multimodal Time Series Foundation Model Bridging Numerical and Textual Data

2024-12-16 · Chengsen Wang, Qi Qi, Jingyu Wang, Haifeng Sun 외

Human experts typically integrate numerical and textual multimodal information to analyze time series. However, most traditional deep learning predictors rely solely on unimodal numerical data, using a fixed-length windo…

Language ModelingLanguage ModellingLarge Language ModelTime Series+1