paper-with-me

홈 › Papers

Domain Adaptation for Time series Transformers using One-step fine-tuning

2024-01-12 · Subina Khanal, Seshu Tirupathi, Giulio Zizzo, Ambrish Rawat, Torben Bach Pedersen

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.

📄 PDF Abstract BibTeX arXiv:2401.06524

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationTime SeriesTime Series Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Source-Free Domain Adaptation with Temporal Imputation for Time Series Data

2023-07-14 · Mohamed Ragab, Emadeldeen Eldele, Min Wu, Chuan-Sheng Foo 외

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 Series

Self-supervised Autoregressive Domain Adaptation for Time Series Data

2021-11-29 · Mohamed Ragab, Emadeldeen Eldele, Zhenghua Chen, Min Wu 외

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+1

Transformers in Time Series: A Survey

2022-02-15 · Qingsong Wen, Tian Zhou, Chaoli Zhang, Weiqi Chen 외

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 Analysis

Learning Compositional Transferability of Time Series for Source-Free Domain Adaptation

2025-04-21 · Hankang Sun, Guiming Li, Su Yang, Baoqi Li

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 Classification

You May Not Need Order in Time Series Forecasting

2019-10-21 · Yunkai Zhang, Qiao Jiang, Shurui Li, Xiaoyong Jin 외

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