Research/Generative Model
-
[CSDI] Conditional Score-based Diffusion Models for Probabilistic Time Series ImputationResearch/Generative Model 2024. 5. 21. 11:12
https://arxiv.org/pdf/2107.03502AbstractThe imputation of missing values in time series has many applications in healthcare and finance. While autoregressive models are natural candidates for time series imputation, score-based diffusion models have recently outperformed existing counterparts including autoregressive models in many tasks such as image generation and audio synthesis, and would be..
-
IMDIFFUSION: Imputated Diffusion Models for Multivariate Time Series Anomaly DetectionResearch/Generative Model 2024. 5. 20. 06:51
https://arxiv.org/pdf/2307.00754https://github.com/17000cyh/IMDiffusion.gitABSTRACT Anomaly detection in multivariate time series data is of paramount importance for ensuring the efficient operation of large-scale systems across diverse domains. However, accurately detecting anomalies in such data poses significant challenges due to the need for precise modeling of complex multivariate time seri..
-
[InfoGAN] Interpretable Representation Learning by Information Maximizing Generative Adversarial NetsResearch/Generative Model 2024. 5. 18. 16:58
https://arxiv.org/pdf/1606.03657AbstractThis paper describes InfoGAN, an information-theoretic extension to the Generative Adversarial Network that is able to learn disentangled representations in a completely unsupervised manner. InfoGAN is a generative adversarial network that also maximizes the mutual information between a small subset of the latent variables and the observation. We derive a ..
-
Conditional Generative Adversarial NetsResearch/Generative Model 2024. 5. 18. 16:34
https://arxiv.org/pdf/1411.1784Abstract Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply feeding the data, y, we wish to condition on to both the generator and discriminator. We show that this model can generate MNIST digits condi..
-
[Flow-GAN] Combining Maximum Likelihood and Adversarial Learning in Generative ModelsResearch/Generative Model 2024. 5. 18. 15:21
https://arxiv.org/pdf/1705.08868Abstract Adversarial learning of probabilistic models has recently emerged as a promising alternative to maximum likelihood. Implicit models such as generative adversarial networks (GAN) often generate better samples compared to explicit models trained by maximum likelihood. Yet, GANs sidestep the characterization of an explicit density which makes quantitative ev..
-
[AVB] Adversarial Variational Bayes: Unifying Variational Autoencoders and Generative Adversarial NetworksResearch/Generative Model 2024. 5. 18. 12:31
https://arxiv.org/pdf/1701.04722Abstract Variational Autoencoders (VAEs) are expressive latent variable models that can be used to learn complex probability distributions from training data. However, the quality of the resulting model crucially relies on the expressiveness of the inference model. We introduce Adversarial Variational Bayes (AVB), a technique for training Variational Autoencoders ..
-
[AAE] Adversasrial AutoencodersResearch/Generative Model 2024. 5. 18. 10:49
https://arxiv.org/pdf/1511.05644AbstractIn this paper, we propose the “adversarial autoencoder” (AAE), which is a probabilistic autoencoder that uses the recently proposed generative adversarial networks (GAN) to perform variational inference by matching the aggregated posterior of the hidden code vector of the autoencoder with an arbitrary prior distribution. Matching the aggregated posterior t..
-
[VAE-GAN] Autoencoding beyond pixels using a learned similarity metricResearch/Generative Model 2024. 5. 18. 09:54
https://arxiv.org/pdf/1512.09300AbstractWe present an autoencoder that leverages learned representations to better measure similarities in data space. By combining a variational autoencoder with a generative adversarial network we can use learned feature representations in the GAN discriminator as basis for the VAE reconstruction objective. Thereby, we replace element-wise errors with feature-wi..