paper-with-me

Papers

WindFM: An Open-Source Foundation Model for Zero-Shot Wind Power Forecasting

2025-09-08 · Hang Fan, Yu Shi, Zongliang Fu, Shuo Chen, Wei Wei, Wei Xu, Jian Li arxiv

High-quality wind power forecasting is crucial for the operation of modern power grids. However, prevailing data-driven paradigms either train a site-specific model which cannot generalize to other locations or rely on fine-tuning of general-purpose time series foundation models which are difficult to incorporate domain-specific data in the energy sector. This paper introduces WindFM, a lightweight and generative Foundation Model designed specifically for probabilistic wind power forecasting. WindFM employs a discretize-and-generate framework. A specialized time-series tokenizer first converts continuous multivariate observations into discrete, hierarchical tokens. Subsequently, a decoder-only Transformer learns a universal representation of wind generation dynamics by autoregressively pre-training on these token sequences. Using the comprehensive WIND Toolkit dataset comprising approximately 150 billion time steps from more than 126,000 sites, WindFM develops a foundational understanding of the complex interplay between atmospheric conditions and power output. Extensive experiments demonstrate that our compact 8.1M parameter model achieves state-of-the-art zero-shot performance on both deterministic and probabilistic tasks, outperforming specialized models and larger foundation models without any fine-tuning. In particular, WindFM exhibits strong adaptiveness under out-of-distribution data from a different continent, demonstrating the robustness and transferability of its learned representations. Our pre-trained model is publicly available at https://github.com/shiyu-coder/WindFM.

📄 PDF Abstract BibTeX arXiv:2509.06311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RankVicuna: Zero-Shot Listwise Document Reranking with Open-Source Large Language Models

2023-09-26 · Ronak Pradeep, Sahel Sharifymoghaddam, Jimmy Lin

Researchers have successfully applied large language models (LLMs) such as ChatGPT to reranking in an information retrieval context, but to date, such work has mostly been built on proprietary models hidden behind opaque…

Information RetrievalRerankingRetrieval

Unified Zero-Shot Time Series Forecasting: A Darts Foundation

2026-06-25 · Zhihao Dai, Dennis Bader, Alain Gysi arxiv

Since its initial release in 2020, Darts has become a widely used open-source Python library for time series analysis. A series of foundation models have recently claimed accuracy improvements in zero-shot forecasting, p…

Time Series ForecastingTime Series Analysis

Sailing Towards Zero-Shot State Estimation using Foundation Models Combined with a UKF

2025-09-04 · Tobin Holtmann, David Stenger, Andres Posada-Moreno, Friedrich Solowjow 외 arxiv

State estimation in control and systems engineering traditionally requires extensive manual system identification or data-collection effort. However, transformer-based foundation models in other domains have reduced data…

OpenCity: Open Spatio-Temporal Foundation Models for Traffic Prediction

2024-08-16 · Zhonghang Li, Long Xia, Lei Shi, Yong Xu 외

Accurate traffic forecasting is crucial for effective urban planning and transportation management, enabling efficient resource allocation and enhanced travel experiences. However, existing models often face limitations …

PredictionTraffic PredictionZero-shot Generalization

Revisiting Few-Shot Object Detection with Vision-Language Models

2023-12-22 · Anish Madan, Neehar Peri, Shu Kong, Deva Ramanan

The era of vision-language models (VLMs) trained on web-scale datasets challenges conventional formulations of "open-world" perception. In this work, we revisit the task of few-shot object detection (FSOD) in the context…

Autonomous VehiclesFew-Shot Object DetectionLanguage ModellingObject+2