LGAIMay 29, 2025

FreRA: A Frequency-Refined Augmentation for Contrastive Learning on Time Series Classification

arXiv:2505.23181v15 citationsh-index: 14Has CodeKDD
Originality Incremental advance
AI Analysis

This addresses the challenge of cross-modality incompatibility in augmentation for time series data, offering a domain-specific improvement for researchers and practitioners in time series analysis.

The paper tackles the problem of designing optimal augmentation strategies for contrastive learning in time series classification by proposing FreRA, a frequency-domain method that separates critical and unimportant components to preserve semantic information. The result shows that FreRA consistently outperforms ten leading baselines across multiple datasets and tasks, including classification, anomaly detection, and transfer learning.

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 classification tasks, which can be seamlessly integrated with contrastive learning frameworks in a plug-and-play manner. Specifically, FreRA automatically separates critical and unimportant frequency components. Accordingly, we propose semantic-aware Identity Modification and semantic-agnostic Self-adaptive Modification to protect semantically relevant information in the critical frequency components and infuse variance into the unimportant ones respectively. Theoretically, we prove that FreRA generates semantic-preserving views. Empirically, we conduct extensive experiments on two benchmark datasets, including UCR and UEA archives, as well as five large-scale datasets on diverse applications. FreRA consistently outperforms ten leading baselines on time series classification, anomaly detection, and transfer learning tasks, demonstrating superior capabilities in contrastive representation learning and generalization in transfer learning scenarios across diverse datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes