paper-with-me

홈 › Papers

Dish-TS: A General Paradigm for Alleviating Distribution Shift in Time Series Forecasting

2023-02-22 · Wei Fan, Pengyang Wang, Dongkun Wang, Dongjie Wang, Yuanchun Zhou, Yanjie Fu

The distribution shift in Time Series Forecasting (TSF), indicating series distribution changes over time, largely hinders the performance of TSF models. Existing works towards distribution shift in time series are mostly limited in the quantification of distribution and, more importantly, overlook the potential shift between lookback and horizon windows. To address above challenges, we systematically summarize the distribution shift in TSF into two categories. Regarding lookback windows as input-space and horizon windows as output-space, there exist (i) intra-space shift, that the distribution within the input-space keeps shifted over time, and (ii) inter-space shift, that the distribution is shifted between input-space and output-space. Then we introduce, Dish-TS, a general neural paradigm for alleviating distribution shift in TSF. Specifically, for better distribution estimation, we propose the coefficient net (CONET), which can be any neural architectures, to map input sequences into learnable distribution coefficients. To relieve intra-space and inter-space shift, we organize Dish-TS as a Dual-CONET framework to separately learn the distribution of input- and output-space, which naturally captures the distribution difference of two spaces. In addition, we introduce a more effective training strategy for intractable CONET learning. Finally, we conduct extensive experiments on several datasets coupled with different state-of-the-art forecasting models. Experimental results show Dish-TS consistently boosts them with a more than 20% average improvement. Code is available.

📄 PDF Abstract BibTeX arXiv:2302.14829

Code (1)

weifantt/dish-ts 공식 구현 pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Similar Papers 제목 키워드 기반

Data-Efficient Generalization for Zero-shot Composed Image Retrieval

2025-03-07 · Zining Chen, Zhicheng Zhao, Fei Su, Xiaoqin Zhang 외

Zero-shot Composed Image Retrieval (ZS-CIR) aims to retrieve the target image based on a reference image and a text description without requiring in-distribution triplets for training. One prevalent approach follows the …

Image RetrievalRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

Domain-wise Adversarial Training for Out-of-Distribution Generalization

2021-09-29 · Shiji Xin, Yifei Wang, Jingtong Su, Yisen Wang

Despite the impressive success on many tasks, deep learning models are shown to rely on spurious features, which will catastrophically fail when generalized to out-of-distribution (OOD) data. To alleviate this issue, Inv…

DiversityOut-of-Distribution Generalization

On the Connection between Invariant Learning and Adversarial Training for Out-of-Distribution Generalization

2022-12-18 · Shiji Xin, Yifei Wang, Jingtong Su, Yisen Wang

Despite impressive success in many tasks, deep learning models are shown to rely on spurious features, which will catastrophically fail when generalized to out-of-distribution (OOD) data. Invariant Risk Minimization (IRM…

DiversityOut-of-Distribution Generalization

Test-time Batch Normalization

2022-05-20 · Tao Yang, Shenglong Zhou, Yuwang Wang, Yan Lu 외

Deep neural networks often suffer the data distribution shift between training and testing, and the batch statistics are observed to reflect the shift. In this paper, targeting of alleviating distribution shift in test t…

Domain Generalization

Robust Correction of Sampling Bias Using Cumulative Distribution Functions

2020-10-23 · NeurIPS 2020 12 · Bijan Mazaheri, Siddharth Jain, Jehoshua Bruck

Varying domains and biased datasets can lead to differences between the training and the target distributions, known as covariate shift. Current approaches for alleviating this often rely on estimating the ratio of train…