← Search

Guo Qin

5 accepted papers

2025

Sundial: A Family of Highly Capable Time Series Foundation Models

ICML 2025oral

We introduce Sundial, a family of native, flexible, and scalable time series foundation models. To predict the next-patch's distribution, we propose a TimeFlow Loss based on flow-matching, which facilitates native pre-training of Transformers on continuous-valued time series without discrete tokeniz…

2025

Timer-XL: Long-Context Transformers for Unified Time Series Forecasting

ICLR 2025poster

We present Timer-XL, a causal Transformer for unified time series forecasting. To uniformly predict multidimensional time series, we generalize next token prediction, predominantly adopted for 1D token sequences, to multivariate next token prediction. The paradigm formulates various forecasting task…

2024

AutoTimes: Autoregressive Time Series Forecasters via Large Language Models

NeurIPS 2024poster

Foundation models of time series have not been fully developed due to the limited availability of time series corpora and the underexploration of scalable pre-training. Based on the similar sequential formulation of time series and natural language, increasing research demonstrates the feasibility o…

2024

Efficient ConvBN Blocks for Transfer Learning and Beyond

ICLR 2024spotlight

Convolution-BatchNorm (ConvBN) blocks are integral components in various computer vision tasks and other domains. A ConvBN block can operate in three modes: Train, Eval, and Deploy. While the Train mode is indispensable for training models from scratch, the Eval mode is suitable for transfer learnin…

2024

TimeXer: Empowering Transformers for Time Series Forecasting with Exogenous Variables

NeurIPS 2024poster

Deep models have demonstrated remarkable performance in time series forecasting. However, due to the partially-observed nature of real-world applications, solely focusing on the target of interest, so-called endogenous variables, is usually insufficient to guarantee accurate forecasting. Notably, a…