paper-with-me

홈 › Papers

Olivia: Harmonizing Time Series Foundation Models with Power Spectral Density

2026-05-17 · Jingru Fei, Kun Yi, Alex Xing Wang, Qingsong Wen, Xiangxiang Zhu, Wei Fan arxiv

Time series foundation models rely on large-scale pretraining over diverse datasets across domains, yet their heterogeneity in temporal patterns could hinder the effectiveness of training and learning transferable time series representations. Inspired a fundamental concept, normalized power spectral density (PSD) in signal processing, we assume harmonizing datasets via PSDs in the spectral domain could reduce mismatches and enhance pretraining. We then go beyond the direct intractable minimization optimization and innovatively reformulate it as a principled harmonization approach. Specifically, we propose Harmonizer, a module that reshapes spectral structures and implicitly harmonizing PSDs across datasets, which theoretically corresponds to a shared reparameterization of second-order temporal correlations. Our theoretical analysis further reveals token interactions with Harmonizer can be efficiently mediated by a compact set of resonators, motivating a HarmonicAttention design that performs self-attention in a low-dimensional interaction space. Then, we propose Olivia, a novel time series foundation model built upon these harmonization mechanisms. Extensive experiments on two large-scale benchmarks (TSLib and GIFT-Eval) and extra 6 datasets from GluonTS, demonstrate Olivia consistently achieves state-of-the-art performance under zero-shot, few-shot, and full-shot forecasting scenarios. Our code is available at https://github.com/TSTS13/Olivia.

📄 PDF Abstract BibTeX arXiv:2605.17340

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OLIVIA: Online Learning via Inference-time Action Adaptation for Decision Making in LLM ReAct Agents

2026-05-11 · Sheldon Yu, Junda Wu, Xintong Li, Nikki Lijing Kuang 외 arxiv

Large language model agents interleave reasoning, action selection, and observation to solve sequential decision-making tasks. In deployed settings where agents repeatedly handle related multi-step tasks, small action-se…

Decision Making

BLPR: Robust License Plate Recognition under Viewpoint and Illumination Variations via Confidence-Driven VLM Fallback

2026-04-10 · Guillermo Auza Banegas, Diego Calvimontes Vera, Natalia Condori Peredo, Edwin Salcedo 외 arxiv

Robust license plate recognition in unconstrained environments remains a significant challenge, particularly in underrepresented regions with limited data availability and unique visual characteristics, such as Bolivia. …

License Plate RecognitionLicense Plate Detection

Leveraging Generic Time Series Foundation Models for EEG Classification

2025-10-31 · Théo Gnassounou, Yessin Moakher, Shifeng Xie, Vasilii Feofanov 외 arxiv

Foundation models for time series are emerging as powerful general-purpose backbones, yet their potential for domain-specific biomedical signals such as electroencephalography (EEG) remains rather unexplored. In this wor…

Time Series Classification

Interventional Time Series Priors for Causal Foundation Models

2026-03-11 · Dennis Thumm, Ying Chen arxiv

Prior-data fitted networks (PFNs) have emerged as powerful foundation models for tabular causal inference, yet their extension to time series remains limited by the absence of synthetic data generators that provide inter…

Causal Inference

Are Time-Indexed Foundation Models the Future of Time Series Imputation?

2025-11-08 · Etienne Le Naour, Tahar Nabil, Adrien Petralia, Ghislain Agoua arxiv

Foundation models for time series imputation remain largely unexplored. Recently, two such models, TabPFN-TS and MoTM, have emerged. These models share a common philosophy that places them within the family of time-index…