Domain Adaptation for Time series Transformers using One-step fine-tuning
The recent breakthrough of Transformers in deep learning has drawn significant attention of the time series community due to their ability to capture long-range dependencies. However, like other deep learning models, Transformers face limitations in time series prediction, including insufficient temporal understanding, generalization challenges, and data shift issues for the domains with limited data. Additionally, addressing the issue of catastrophic forgetting, where models forget previously learned information when exposed to new data, is another critical aspect that requires attention in enhancing the robustness of Transformers for time series tasks. To address these limitations, in this paper, we pre-train the time series Transformer model on a source domain with sufficient data and fine-tune it on the target domain with limited data. We introduce the \emph{One-step fine-tuning} approach, adding some percentage of source domain data to the target domains, providing the model with diverse time series instances. We then fine-tune the pre-trained model using a gradual unfreezing technique. This helps enhance the model's performance in time series prediction for domains with limited data. Extensive experimental results on two real-world datasets show that our approach improves over the state-of-the-art baselines by 4.35% and 11.54% for indoor temperature and wind power prediction, respectively.
Code (0)
등록된 구현이 없습니다.
Tasks
Domain AdaptationTime SeriesTime Series PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Source-Free Domain Adaptation with Temporal Imputation for Time Series Data
Source-free domain adaptation (SFDA) aims to adapt a pretrained model from a labeled source domain to an unlabeled target domain without access to the source domain data, preserving source domain privacy. Despite its pre…
Domain AdaptationImputationSource-Free Domain AdaptationTime SeriesSelf-supervised Autoregressive Domain Adaptation for Time Series Data
Unsupervised domain adaptation (UDA) has successfully addressed the domain shift problem for visual applications. Yet, these approaches may have limited performance for time series data due to the following reasons. Firs…
Domain AdaptationSelf-Supervised LearningTime SeriesTime Series Analysis+1Transformers in Time Series: A Survey
Transformers have achieved superior performances in many tasks in natural language processing and computer vision, which also triggered great interest in the time series community. Among multiple advantages of Transforme…
Anomaly DetectionSurveyTime SeriesTime Series AnalysisLearning Compositional Transferability of Time Series for Source-Free Domain Adaptation
Domain adaptation is challenging for time series classification due to the highly dynamic nature. This study tackles the most difficult subtask when both target labels and source data are inaccessible, namely, source-fre…
Domain AdaptationSource-Free Domain AdaptationTime SeriesTime Series ClassificationYou May Not Need Order in Time Series Forecasting
Time series forecasting with limited data is a challenging yet critical task. While transformers have achieved outstanding performances in time series forecasting, they often require many training samples due to the larg…
Time SeriesTime Series AnalysisTime Series Forecasting