Zeus: Towards Tuning-Free Foundation Model for Time Series Analysis

TL;DR

Zeus is a tuning-free foundation model for time series, using multi-scale Transformer and multi-objective masking to excel across tasks.

cs.LG 🔴 Advanced 2026-07-02 38 views
Yisong Fu Zezhi Shao Chengqing Yu Yujie Li Yongjun Xu Xueqi Cheng Fei Wang
Time Series Foundation Model Transformer Multi-task Tuning-free

Key Findings

Methodology

Zeus integrates point-wise tokenization with a U-shaped multi-scale Transformer architecture, enabling detailed local and global long-sequence modeling. It employs Multi-Objective Temporal Masking (MOTM) to support diverse tasks like forecasting, interpolation, and abstraction within a single pretraining framework. The model is pretrained on a large corpus of real and synthetic data, with about 100 million parameters, and uses a quantile head for probabilistic outputs, all without task-specific fine-tuning, achieving state-of-the-art results across five downstream tasks.

Key Results

  • Zeus outperforms existing models with an average 9% reduction in MSE on point forecasting benchmarks and surpasses all pretrained models on GIFT-Eval with over 40% error reduction. In imputation, it exceeds previous methods by 20% in MSE under various masking strategies. For anomaly detection and classification, it maintains top performance, demonstrating robust generalization.
  • On long sequence datasets like ETTh1 and ETTh2, Zeus reduces average MSE by over 20% compared to baselines, with zero-shot transfer capabilities. Ablation studies confirm the importance of the multi-scale architecture and multi-objective masking for performance gains.
  • The model's ability to perform well across diverse tasks without fine-tuning marks a significant step toward universal time series foundation models, with broad implications for industry and research.

Significance

Zeus addresses the long-standing challenge of creating a versatile, tuning-free time series foundation model capable of handling multiple tasks simultaneously. Its design simplifies deployment, reduces reliance on task-specific tuning, and enhances adaptability across industries such as manufacturing, finance, and healthcare. This work paves the way for more accessible and scalable time series analysis, aligning with the broader trend of foundation models transforming AI applications.

Technical Contribution

The paper introduces a novel multi-scale U-shaped Transformer architecture that preserves point-level details while modeling long-range dependencies efficiently. It also proposes the Multi-Objective Temporal Masking strategy, enabling the model to learn heterogeneous inductive biases within a unified framework. These innovations collectively push the boundary of zero-shot multi-task performance in time series modeling, setting new benchmarks for general-purpose foundation models.

Novelty

This is the first fully tuning-free, multi-task time series foundation model that combines a multi-scale hierarchical Transformer with a multi-objective masking scheme. Unlike prior models limited to forecasting or requiring task-specific fine-tuning, Zeus achieves competitive results across five diverse tasks, demonstrating a new paradigm in universal time series modeling.

Limitations

  • Despite its strengths, Zeus's performance may degrade in extremely noisy or ultra-long sequences, requiring further robustness improvements. Its large parameter size also poses challenges for resource-constrained environments.
  • The pretraining data, although extensive, may not fully cover niche industry-specific patterns, limiting immediate applicability in some sectors. Further domain adaptation might be necessary.
  • Future work should focus on model compression, efficiency, and extending multi-modal capabilities to handle richer data sources.

Future Work

Future directions include integrating self-supervised and reinforcement learning techniques to improve adaptability in dynamic environments, exploring multi-modal data fusion for richer context understanding, and optimizing model architectures for deployment efficiency. Expanding the model's robustness and domain-specific performance will accelerate industrial adoption and real-world impact.

AI Executive Summary

The rapid growth of time series data across industries demands models that are both powerful and easy to deploy. Traditional approaches often rely on task-specific tuning, which hampers scalability and real-time application. Recent advances in foundation models have shown promise in NLP and vision, inspiring similar efforts in time series analysis. However, existing models like MOMENT and UniTS primarily excel in forecasting, with limited multi-task generalization.

Zeus addresses these gaps by introducing a unified, tuning-free foundation model that leverages a multi-scale Transformer architecture. Its core design features point-wise tokenization combined with a U-shaped hierarchy, enabling detailed local feature preservation and efficient long-range dependency modeling. The architecture balances computational efficiency with high fidelity, suitable for large-scale pretraining. To support diverse downstream tasks, Zeus employs Multi-Objective Temporal Masking (MOTM), exposing the model to various corruption patterns that simulate forecasting, interpolation, and global abstraction scenarios.

Pretrained on a vast dataset of real and synthetic time series, Zeus contains approximately 100 million parameters and uses a quantile head for probabilistic outputs. Extensive experiments across five benchmark tasks—point forecasting, probabilistic forecasting, imputation, anomaly detection, and classification—show that Zeus consistently outperforms task-specific and other pretrained models, often without any fine-tuning. Notably, it reduces MSE by over 9% on average in point forecasting and surpasses all competitors on GIFT-Eval.

This work signifies a major step toward universal, plug-and-play time series models, reducing the need for costly task-specific training and enabling rapid deployment in industrial settings. While promising, challenges remain in robustness and efficiency, especially for ultra-long sequences and resource-limited environments. Future research will focus on model compression, multi-modal integration, and enhancing adaptability to real-world complexities, aiming to make Zeus a cornerstone of intelligent time series analysis.

Deep Dive

Abstract

We present Zeus, a unified tuning-free Time Series Foundation Model (TSFM) that delivers superior performance across diverse analysis tasks without any task-specific fine-tuning. Unlike prior studies that primarily focus on zero-shot forecasting but require task-specific tuning for other tasks, Zeus bridges this gap by addressing two fundamental challenges in multi-task generalization. First, to reconcile point-level granularity with long-sequence scalability, Zeus incorporates a multi-scale Transformer featuring point-wise tokenization and a U-shaped hierarchy, effectively balancing fine-grained fidelity with computational efficiency. Second, to accommodate varying inductive biases across different tasks, Zeus introduces Multi-Objective Temporal Masking (MOTM), a unified strategy that supports heterogeneous tasks (e.g., extrapolation, interpolation, and global abstraction) within a single framework. Extensive experiments across five representative tasks demonstrate that Zeus consistently achieves competitive results in tuning-free settings, underscoring its potential as a general-purpose TSFM.

cs.LG