Fully Embedded Time-Series Generative Adversarial Networks
Joe Beck, Subhadeep Chakraborty

TL;DR
FETSGAN introduces a novel approach for time-series data generation using seq2seq autoencoders and a new operator, significantly improving the quality and stability of synthetic data compared to existing methods.
Contribution
The paper proposes FETSGAN, a fully embedded GAN framework with a seq2seq autoencoder and FAT operator, enhancing temporal data generation stability and quality.
Findings
Improved temporal similarity of generated data.
Enhanced training stability with FAT operator.
Better predictive performance of synthetic data.
Abstract
Generative Adversarial Networks (GANs) should produce synthetic data that fits the underlying distribution of the data being modeled. For real valued time-series data, this implies the need to simultaneously capture the static distribution of the data, but also the full temporal distribution of the data for any potential time horizon. This temporal element produces a more complex problem that can potentially leave current solutions under-constrained, unstable during training, or prone to varying degrees of mode collapse. In FETSGAN, entire sequences are translated directly to the generator's sampling space using a seq2seq style adversarial auto encoder (AAE), where adversarial training is used to match the training distribution in both the feature space and the lower dimensional sampling space. This additional constraint provides a loose assurance that the temporal distribution of the…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications · Time Series Analysis and Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
