TL;DR
FreRA introduces a frequency domain augmentation technique for contrastive learning that preserves semantic information in time series data, leading to improved classification and transfer learning performance.
Contribution
This paper proposes FreRA, a novel frequency-based augmentation method specifically designed for time series contrastive learning, addressing limitations of existing time-domain augmentations.
Findings
FreRA outperforms ten baseline methods on multiple datasets.
It effectively preserves semantic information during augmentation.
FreRA enhances transfer learning and anomaly detection tasks.
Abstract
Contrastive learning has emerged as a competent approach for unsupervised representation learning. However, the design of an optimal augmentation strategy, although crucial for contrastive learning, is less explored for time series classification tasks. Existing predefined time-domain augmentation methods are primarily adopted from vision and are not specific to time series data. Consequently, this cross-modality incompatibility may distort the semantically relevant information of time series by introducing mismatched patterns into the data. To address this limitation, we present a novel perspective from the frequency domain and identify three advantages for downstream classification: global, independent, and compact. To fully utilize the three properties, we propose the lightweight yet effective Frequency Refined Augmentation (FreRA) tailored for time series contrastive learning on…
Peer Reviews
Decision·Submitted to ICLR 2025
1. Overall, this paper is well-written and easy to follow. 2. The problem studied is significant, and exploring augmentation in time series is novel. 3. Extensive experimental results are promising.
1. The importance distinction of this method is mostly for the entire time series, and it could be better to compare it with other methods and analyze the theoretical computational complexity. 2. Although frequency methods can improve efficiency, it is unclear whether such methods mainly focus on the low-frequency part and ignore the high-frequency part which is more important for time series prediction. 3. Do the authors consider the dependencies between channels, which is very significant for
Data augmentation is an important problem for time series and contrastive learning. This paper investigates this problem and proposes a method from the frequency perspective. The proposed method seems easy to follow and implement. The experiments in this paper are extensive, including many different datasets and tasks. The proposed method outperforms most of the baselines.
W1: Some important terms in this paper are not clearly defined, such as ‘semantic integrity’ and ‘critical and unimportant frequency components’. Why can we measure semantic integrity using mutual information? Is this consistent with humans’ understanding of semantics? How can we measure the importance of frequency components? What are these critical components critical for? W2: The overall novelty of the proposed augmentation method is limited. Augmentation from the frequency components is not
The method utilizes the connection between frequency domain knowledge and semantic information to enhance the representation learning. The critical components capture global semantics essential for classification, while non-critical components are used for self-adaptive noise injection, which I found is an interesting link and the authors provide a comprehensive explanation for the motivation. The authors provide extensive experiments and strong experiment results to demonstrate their method's e
1. At the beginning of the paper, the authors make strong assumptions that existing predefined augmentation methods are primarily adopted from vision and are not specific to time series data. There are already several methods, especially frequency-based augmentation, e.g., TF-C, method design for time series contrastive learning. 2. Since the paper mainly provides the frequency-based augmentation, the motivation study, such as Figure.1 probably should highlight more about whether current frequen
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
