Available Models ================ ``GenTS`` included 25+ state-of-the-art time series generation models, with different capabilities. Our model zoo is updated in a regular basis. Please refer to :ref:`customization ` for developing your own model under our framework! .. note:: Most of the models are implemented based on the original papers, execpt for ``VanillaVAE``, ``VanillaGAN``, ``VanillaMAF``, and ``VanillaDDPM``. They are naive implementations of VAE, GAN, MAF, and DDPM, respectively. Users can use them as a baseline for their own models. .. list-table:: :header-rows: 1 * - Name - Model Type - Synthesis - Forecasting - Imputation - Class label * - `VanillaVAE `_ - VAE - ✅ - ✅ - ✅ - ✅ * - `TimeVAE `_ - VAE - ✅ - - - * - `TimeVQVAE `_ - VAE - ✅ - - - ✅ * - `KoVAE `_ - VAE - ✅ - - - * - `VanillaGAN `_ - GAN - ✅ - ✅ - ✅ - ✅ * - `TimeGAN `_ - GAN - ✅ - - - * - `COSCI-GAN `_ - GAN - ✅ - - - * - `GT-GAN `_ - GAN - ✅ - - - * - `PSA-GAN `_ - GAN - ✅ - - - * - `RCGAN `_ - GAN - ✅ - ✅ - - ✅ * - `VanillaMAF `_ - Flow - ✅ - ✅ - ✅ - ✅ * - `Fourier Flow `_ - Flow - ✅ - - - * - `VanillaDDPM `_ - Diffusion - ✅ - ✅ - ✅ - ✅ * - `CSDI `_ - Diffusion - - ✅ - ✅ - * - `Diffusion-TS `_ - Diffusion - ✅ - ✅ - ✅ - * - `TMDM `_ - Diffusion - - ✅ - - * - `FourierDiffusion `_ - Diffusion - ✅ - - - * - `ImagenTime `_ - Diffusion - ✅ - ✅ - ✅ - * - `FIDE `_ - Diffusion - ✅ - - - * - `Latent ODE `_ - Diff. Eq. - ✅ - ✅ - interpolation - * - `Latent SDE `_ - Diff. Eq. - ✅ - - - * - `SDEGAN `_ - Diff. Eq. - ✅ - - - * - `LS4 `_ - Diff. Eq. - ✅ - ✅ - interpolation -