Towards Enhancing Time Series Contrastive Learning: A Dynamic Bad Pair Mining Approach
Xiang Lan, Hanshu Yan, Shenda Hong, Mengling Feng

TL;DR
This paper introduces a Dynamic Bad Pair Mining algorithm to identify and suppress harmful positive pairs in time series contrastive learning, improving representation quality by reducing noise and faulty alignments.
Contribution
The paper proposes a lightweight, parameter-free method that dynamically detects and down-weights bad positive pairs, enhancing existing contrastive learning techniques for time series data.
Findings
DBPM effectively reduces the impact of noisy and faulty positive pairs.
Experiments show improved representation quality on four large-scale datasets.
The method is compatible as a plug-in with current state-of-the-art models.
Abstract
Not all positive pairs are beneficial to time series contrastive learning. In this paper, we study two types of bad positive pairs that can impair the quality of time series representation learned through contrastive learning: the noisy positive pair and the faulty positive pair. We observe that, with the presence of noisy positive pairs, the model tends to simply learn the pattern of noise (Noisy Alignment). Meanwhile, when faulty positive pairs arise, the model wastes considerable amount of effort aligning non-representative patterns (Faulty Alignment). To address this problem, we propose a Dynamic Bad Pair Mining (DBPM) algorithm, which reliably identifies and suppresses bad positive pairs in time series contrastive learning. Specifically, DBPM utilizes a memory module to dynamically track the training behavior of each positive pair along training process. This allows us to identify…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTime Series Analysis and Forecasting · Data Stream Mining Techniques · Anomaly Detection Techniques and Applications
MethodsContrastive Learning
