Contrastive Representation-Guided Genetic Minority Oversampling for Imbalanced Time-Series Classification
2026-08-24 • Machine Learning
Machine Learning
AI summaryⓘ
The authors tackle the problem of imbalanced time-series data, where one class has very few examples, making it hard to train fair models. They introduce a new oversampling method called FreMGP that uses genetic programming guided by frequency-domain features to create better synthetic minority-class samples. Their approach helps produce more diverse and representative data, improving classifiers' performance on several datasets. Experiments show FreMGP works better than existing methods for both traditional and deep learning models.
time-series classificationclass imbalanceoversamplinggenetic programmingfrequency-domain representationcontrastive learningsynthetic data generationminority classdeep learningmachine learning
Authors
Wenbin Pei, Yunrong Hao, Zhen Liu, Guan Wang, Bing Xue, Yiu-Ming Cheung, Qiang Zhang
Abstract
Real-world time-series classification tasks often exhibit class imbalance, which can be extremely severe in some applications. To avoid training biased classifiers on imbalanced data, sampling is one of the most popular data pre-processing techniques because of its classifier-agnostic nature. However, due to the complex temporal dependencies in original time-series data and the scarcity of minority-class samples, existing sampling methods, including interpolation-based oversampling methods and deep learning-based generative models, usually suffer from limited generalization and poor diversity when generating new time-series samples. This paper proposes a Frequency-domain representation-guided Multi-tree Genetic Programming-based oversampling approach (FreMGP) to imbalanced time-series classification, where each individual represents a set of synthetic samples for the minority class. A frequency-domain class-discriminative representation module based on contrastive learning is also developed, guiding the evolutionary search toward high-quality synthetic time-series samples. Experiments on imbalanced time-series datasets demonstrate that FreMGP outperforms existing oversampling methods and consistently improves the performance of different classifiers, including both general machine learning and deep learning models.