LGAIFeb 29, 2024

UniTS: A Unified Multi-Task Time Series Model

arXiv:2403.00131v3111 citationsh-index: 59Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses the problem of fragmented architectures in time series analysis for researchers and practitioners, offering a unified solution that is incremental but broad in scope.

The authors tackled the challenge of unifying predictive and generative time series tasks into a single model, and UniTS achieved superior performance on 38 datasets across multiple domains, outperforming specialized models in forecasting, classification, anomaly detection, and imputation.

Although pre-trained transformers and reprogrammed text-based LLMs have shown strong performance on time series tasks, the best-performing architectures vary widely across tasks, with most models narrowly focused on specific areas, such as time series forecasting. Unifying predictive and generative time series tasks within a single model remains challenging. We introduce UniTS, a unified multi-task time series model that utilizes task tokenization to integrate predictive and generative tasks into a single framework. UniTS employs a modified transformer block to capture universal time series representations, enabling transferability from a heterogeneous, multi-domain pre-training dataset-characterized by diverse dynamic patterns, sampling rates, and temporal scales-to a wide range of downstream datasets with varied task specifications and data domains. Tested on 38 datasets across human activity sensors, healthcare, engineering, and finance, UniTS achieves superior performance compared to 12 forecasting models, 20 classification models, 18 anomaly detection models, and 16 imputation models, including adapted text-based LLMs. UniTS also demonstrates strong few-shot and prompt capabilities when applied to new domains and tasks. In single-task settings, UniTS outperforms competitive task-specialized time series models. Code and datasets are available at https://github.com/mims-harvard/UniTS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes