DLGAN : Time Series Synthesis Based on Dual-Layer Generative Adversarial Networks
By: Xuan Hou , Shuhan Liu , Zhaohui Peng and more
Potential Business Impact:
Makes fake data that acts like real data.
Time series synthesis is an effective approach to ensuring the secure circulation of time series data. Existing time series synthesis methods typically perform temporal modeling based on random sequences to generate target sequences, which often struggle to ensure the temporal dependencies in the generated time series. Additionally, directly modeling temporal features on random sequences makes it challenging to accurately capture the feature information of the original time series. To address the above issues, we propose a simple but effective generative model \textbf{D}ual-\textbf{L}ayer \textbf{G}enerative \textbf{A}dversarial \textbf{N}etworks, named \textbf{DLGAN}. The model decomposes the time series generation process into two stages: sequence feature extraction and sequence reconstruction. First, these two stages form a complete time series autoencoder, enabling supervised learning on the original time series to ensure that the reconstruction process can restore the temporal dependencies of the sequence. Second, a Generative Adversarial Network (GAN) is used to generate synthetic feature vectors that align with the real-time sequence feature vectors, ensuring that the generator can capture the temporal features from real time series. Extensive experiments on four public datasets demonstrate the superiority of this model across various evaluation metrics.
Similar Papers
Synthetic Time Series Generation via Complex Networks
Machine Learning (CS)
Creates fake data that looks like real time data.
Multivariate Time Series Anomaly Detection using DiffGAN Model
Machine Learning (CS)
Finds weird patterns in data faster and better.
Generative Adversarial Synthesis and Deep Feature Discrimination of Brain Tumor MRI Images
CV and Pattern Recognition
Creates fake MRI scans to train doctors better.