paper-with-me

홈 › Papers

BeamVQ: Aligning Space-Time Forecasting Model via Self-training on Physics-aware Metrics

2024-05-27 · Hao Wu, Xingjian Shi, Ziyue Huang, Penghao Zhao, Wei Xiong, Jinbao Xue, Yangyu Tao, Xiaomeng Huang, Weiyan Wang

Data-driven deep learning has emerged as the new paradigm to model complex physical space-time systems. These data-driven methods learn patterns by optimizing statistical metrics and tend to overlook the adherence to physical laws, unlike traditional model-driven numerical methods. Thus, they often generate predictions that are not physically realistic. On the other hand, by sampling a large amount of high quality predictions from a data-driven model, some predictions will be more physically plausible than the others and closer to what will happen in the future. Based on this observation, we propose \emph{Beam search by Vector Quantization} (BeamVQ) to enhance the physical alignment of data-driven space-time forecasting models. The key of BeamVQ is to train model on self-generated samples filtered with physics-aware metrics. To be flexibly support different backbone architectures, BeamVQ leverages a code bank to transform any encoder-decoder model to the continuous state space into discrete codes. Afterwards, it iteratively employs beam search to sample high-quality sequences, retains those with the highest physics-aware scores, and trains model on the new dataset. Comprehensive experiments show that BeamVQ not only gave an average statistical skill score boost for more than 32% for ten backbones on five datasets, but also significantly enhances physics-aware metrics.

📄 PDF Abstract BibTeX arXiv:2405.17051

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuantization

Similar Papers 제목 키워드 기반

LLM4TS: Aligning Pre-Trained LLMs as Data-Efficient Time-Series Forecasters

2023-08-16 · Ching Chang, Wei-Yao Wang, Wen-Chih Peng, Tien-Fu Chen

Multivariate time-series forecasting is vital in various domains, e.g., economic planning and weather prediction. Deep train-from-scratch models have exhibited effective performance yet require large amounts of data, whi…

ChatbotMultivariate Time Series ForecastingRepresentation LearningSelf-Supervised Learning+3

LeMoLE: LLM-Enhanced Mixture of Linear Experts for Time Series Forecasting

2024-11-24 · Lingzheng Zhang, Lifeng Shen, Yimin Zheng, Shiyuan Piao 외

Recent research has shown that large language models (LLMs) can be effectively used for real-world time series forecasting due to their strong natural language understanding capabilities. However, aligning time series in…

Computational EfficiencyNatural Language UnderstandingTime SeriesTime Series Forecasting+1

A self-organising eigenspace map for time series clustering

2019-05-14 · Donya Rahmani, Damien Fay, Jacek Brodzki

This paper presents a novel time series clustering method, the self-organising eigenspace map (SOEM), based on a generalisation of the well-known self-organising feature map (SOFM). The SOEM operates on the eigenspaces o…

ClusteringTime SeriesTime Series AnalysisTime Series Clustering+2

Deep Time-series Forecasting Needs Kernelized Moment Balancing

2026-01-31 · Licheng Pan, Hao Wang, Haocheng Yang, Yuqi Li 외 arxiv

Deep time-series forecasting can be formulated as a distribution balancing problem aimed at aligning the distribution of the forecasts and ground truths. According to Imbens' criterion, true distribution balance requires…

Seg-MoE: Multi-Resolution Segment-wise Mixture-of-Experts for Time Series Forecasting Transformers

2026-01-29 · Evandro S. Ortigossa, Eran Segal arxiv

Transformer-based models have recently made significant advances in accurate time-series forecasting, but even these architectures struggle to scale efficiently while capturing long-term temporal dynamics. Mixture-of-Exp…

Time Series Forecasting