WJULYW / A-Survey-on-Generative-Diffusion-Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Survey-on-Generative-Diffusion-Model

AwesomeGitHub stars GitHub forks visitors

A curated list for diffusion generative models introduced by the paper--A Survey on Generative Diffusion Model

Table of Contents

0. Overview

The original idea of the diffusion probabilistic model is to recreate a specific distribution that starts with random noise.

We provided Diffusion Model.pdf, the slide that serves as a vivid explanation for our article. Here, we not only thank for the articles cited in our survey, but also thank the "Tutorial on Denoising Diffusion-based Generative Modeling: Foundations and Applications" provided by NVIDIA tutorial. Besides, there's also two GitHub Repos for summarizing the up-to-date articles, Awesome-Diffusion-Models and What is the Score?. Thank you for your contribution!

1. Methodology Improvement

Nowadays, the main concern of the diffusion model is to speed up its speed and reduce the cost of computing. In general cases, it takes thousands of steps for diffusion models to generate a high-quality sample. Mainly focusing on improving sampling speed, many works from different aspects come into reality. Besides, other problems such as variational gap optimization, distribution diversification, and dimension reduction are also attracting extensive research interests. We divide the improved algorithm w.r.t. problems to be solved. For each problem, we present detailed classification of solutions.

1.1 Speed-up

1.1.1 Training Scheme

Knowledge DIstillation

  • Progressive distillation for fast sampling of diffusion models

    • Salimans, Tim and Ho, Jonathan. ICLR 2022. [pdf] [code]
  • ProDiff: Progressive Fast Diffusion Model For High-Quality Text-to-Speech

    • Huang, Rongjie and Zhao, Zhou and Liu, Huadai and Liu, Jinglin and Cui, Chenye and Ren, Yi. ACM MM 2022. [pdf] [code]
  • Knowledge Distillation in Iterative Generative Models for Improved Sampling Speed

    • Luhman, Eric and Luhman, Troy. Arxiv 2021 [pdf] [code]

Diffusion Scheme Learning

  • Accelerating Diffusion Models via Early Stop of the Diffusion Process

    • Lyu, Zhaoyang and Xu, Xudong and Yang, Ceyuan and Lin, Dahua and Dai, Bo. Arxiv 2022 [pdf] [code]
  • Truncated diffusion probabilistic models

    • Zheng, Huangjie and He, Pengcheng and Chen, Weizhu and Zhou, Mingyuan. Arxiv 2022 [pdf]
  • Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise

    • Bansal, Arpit and Borgnia, Eitan and Chu, Hong-Min and Li, Jie S. and Kazemi, Hamid and Huang, Furong and Goldblum, Micah and Geiping, Jonas and Goldstein, Tom. Arxiv 2022 [pdf] [code]
  • How Much is Enough? A Study on Diffusion Times in Score-based Generative Models

    • Franzese, Giulio and Rossi, Simone and Yang, Lixuan and Finamore, Alessandro and Rossi, Dario and Filippone, Maurizio and Michiardi, Pietro. Arxiv 2022 [pdf]

**Noise Scale Designing **

  • Improved denoising diffusion probabilistic models

    • Nichol, Alexander Quinn and Dhariwal, Prafulla. PMLR 2021 [pdf] [code]
  • Noise estimation for generative diffusion models

    • San-Roman, Robin and Nachmani, Eliya and Wolf, Lior. Arxiv 2021 [pdf]
  • Fast Sampling of Diffusion Models with Exponential Integrator

    • Zhang, Qinsheng and Chen, Yongxin. Arxiv 2022 [pdf] [code]
  • Variational diffusion models

    • Kingma, Diederik and Salimans, Tim and Poole, Ben and Ho, Jonathan. NIPS 2021 [pdf] [code]

Data Distribution Replace

  • Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise

    • Bansal, Arpit and Borgnia, Eitan and Chu, Hong-Min and Li, Jie S. and Kazemi, Hamid and Huang, Furong and Goldblum, Micah and Geiping, Jonas and Goldstein, Tom. Arxiv 2022 [pdf] [code]
  • Structured denoising diffusion models in discrete state-spaces

    • Austin, Jacob and Johnson, Daniel D and Ho, Jonathan and Tarlow, Daniel and van den Berg, Rianne. NIPS 2021 [pdf] [code]

1.1.2 Training-Free Sampling

Analytical Method

  • Analytic-dpm: an analytic estimate of the optimal reverse variance in diffusion probabilistic models
    • Bao, Fan and Li, Chongxuan and Zhu, Jun and Zhang, Bo. Arxiv 2022. [pdf] [code]

Implicit Sampler

  • Denoising Diffusion Implicit Models

    • Song, Jiaming and Meng, Chenlin and Ermon, Stefano. ICLR 2020. [pdf] [code]
  • gDDIM: Generalized denoising diffusion implicit models

    • Zhang, Qinsheng and Tao, Molei and Chen, Yongxin. Arxiv 2022. [pdf] [code]
  • Maximum Likelihood Training of Implicit Nonlinear Diffusion Models

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-Chul. Arxiv 2022. [pdf]

Differential Equation Solver Sampler

  • Fast Sampling of Diffusion Models with Exponential Integrator

    • Zhang, Qinsheng and Chen, Yongxin. Arxiv 2022 [pdf] [code]
  • Pseudo numerical methods for diffusion models on manifolds

    • Liu, Luping and Ren, Yi and Lin, Zhijie and Zhao, Zhou. ICLR 2022. [pdf] [code]
  • DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps

    • Lu, Cheng and Zhou, Yuhao and Bao, Fan and Chen, Jianfei and Li, Chongxuan and Zhu, Jun. Arxiv 2022 [pdf] [code]
  • Gotta Go Fast When Generating Data with Score-Based Models

    • Jolicoeur-Martineau, Alexia and Li, Ke and Piché-Taillefer, Rémi and Kachman, Tal and Mitliagkas, Ioannis. Arxiv 2022 [pdf] [code]

Dynamic Programming Adjustment

  • Learning Fast Samplers for Diffusion Models by Differentiating Through Sample Quality

    • Watson, Daniel and Chan, William and Ho, Jonathan and Norouzi, Mohammad. ICLR 2022. [pdf]
  • Learning to efficiently sample from diffusion probabilistic models

    • Watson, Daniel and Ho, Jonathan and Norouzi, Mohammad and Chan, William. Arxiv 2021. [pdf]

1.1.3 Mixed-Modeling

Acceleration Mixture

  • Tackling the generative learning trilemma with denoising diffusion gans

    • Xiao, Zhisheng and Kreis, Karsten and Vahdat, Arash. Arxiv 2021 [pdf] [code]
  • Accelerating Diffusion Models via Early Stop of the Diffusion Process

    • Lyu, Zhaoyang and Xu, Xudong and Yang, Ceyuan and Lin, Dahua and Dai, Bo. Arxiv 2022. [pdf] [code]
  • Truncated diffusion probabilistic models

    • Zheng, Huangjie and He, Pengcheng and Chen, Weizhu and Zhou, Mingyuan. Arxiv 2022. [pdf] [code]
  • DiffuseVAE: Efficient, Controllable and High-Fidelity Generation from Low-Dimensiona Latents

    • Pandey, Kushagra and Mukherjee, Avideep and Rai, Piyush and Kumar, Abhishek. Arixv 2022. [pdf] [code]
  • Diffusion normalizing flow

    • Zhang, Qinsheng and Chen, Yongxin. NIPS 2021. [pdf] [code]

Expressiveness Mixture

  • Maximum Likelihood Training of Implicit Nonlinear Diffusion Models

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-Chul. Arxiv 2022. [pdf]
  • Score-based generative modeling in latent space

    • Vahdat, Arash and Kreis, Karsten and Kautz, Jan. NIPS 2021. [pdf] [code]
  • Maximum likelihood training of score-based diffusion models

    • Song, Yang and Durkan, Conor and Murray, Iain and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Maximum Likelihood Training of Parametrized Diffusion Model

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-chul. [pdf]

1.1.4 Score-Diffusion Unification

  • Score-based generative modeling through stochastic differential equations

    • Song, Yang and Sohl-Dickstein, Jascha and Kingma, Diederik P and Kumar, Abhishek and Ermon, Stefano and Poole, Ben. Arxiv 2020. [pdf] [code]
  • Variational diffusion models

    • Kingma, Diederik and Salimans, Tim and Poole, Ben and Ho, Jonathan. NIPS 2021 [pdf] [code]
  • gDDIM: Generalized denoising diffusion implicit models

    • Zhang, Qinsheng and Tao, Molei and Chen, Yongxin. Arxiv 2022. [pdf] [code]
  • Fast Sampling of Diffusion Models with Exponential Integrator

    • Zhang, Qinsheng and Chen, Yongxin. Arxiv 2022 [pdf] [code]
  • Learning Fast Samplers for Diffusion Models by Differentiating Through Sample Quality

    • Watson, Daniel and Chan, William and Ho, Jonathan and Norouzi, Mohammad. ICLR 2022. [pdf]
  • Interpreting diffusion score matching using normalizing flow

    • Gong, Wenbo and Li, Yingzhen. Arxiv 2021. [pdf]
  • Simulating Diffusion Bridges with Score Matching

    • De Bortoli, Valentin and Doucet, Arnaud and Heng, Jeremy and Thornton, James. Arxiv 2021. [pdf] [code]

1.2 Distribution Diversification

1.2.1 Continuous Space

  • Maximum Likelihood Training of Implicit Nonlinear Diffusion Models

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-Chul. Arxiv 2022. [pdf]
  • Score-based generative modeling in latent space

    • Vahdat, Arash and Kreis, Karsten and Kautz, Jan. NIPS 2021. [pdf] [code]
  • Maximum likelihood training of score-based diffusion models

    • Song, Yang and Durkan, Conor and Murray, Iain and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Maximum Likelihood Training of Parametrized Diffusion Model

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-chul. [pdf]
  • Diffusion probabilistic models for 3d point cloud generation

  • 3d shape generation and completion through point-voxel diffusion

    • Zhou, Linqi and Du, Yilun and Wu, Jiajun. ICCV 2021. [pdf] [code]
  • A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion

    • Lyu, Zhaoyang and Kong, Zhifeng and Xudong, XU and Pan, Liang and Lin, Dahua. ICLR 2021. [pdf] [code]

1.2.2 Discrete Space

  • Argmax flows and multinomial diffusion: Towards non-autoregressive language models

    • Hoogeboom, Emiel and Nielsen, Didrik and Jaini, Priyank and Forre, Patrick and Welling, Max. NIPS 2021. [pdf] [code]
  • Autoregressive diffusion models

    • Hoogeboom, Emiel and Gritsenko, Alexey A and Bastings, Jasmijn and Poole, Ben and Berg, Rianne van den and Salimans, Tim. Arxiv 2021. [pdf] [code]
  • A Continuous Time Framework for Discrete Denoising Models

    • Campbell, Andrew and Benton, Joe and De Bortoli, Valentin and Rainforth, Tom and Deligiannidis, George and Doucet, Arnaud. Arxiv 2022. [pdf] [code]
  • Structured denoising diffusion models in discrete state-spaces

    • Austin, Jacob and Johnson, Daniel D and Ho, Jonathan and Tarlow, Daniel and van den Berg, Rianne. NIPS 2021 [pdf] [code]
  • Improved Vector Quantized Diffusion Models

    • Tang, Zhicong and Gu, Shuyang and Bao, Jianmin and Chen, Dong and Wen, Fang. Arxiv 2022. [pdf] [code]
  • Diffusion bridges vector quantized Variational AutoEncoders

    • Cohen, Max and Quispe, Guillaume and Corff, Sylvain Le and Ollion, Charles and Moulines, Eric. Arixv 2022. [pdf] [code]
  • Vector Quantized Diffusion Model with CodeUnet for Text-to-Sign Pose Sequences Generation

    • Xie, Pan and Zhang, Qipeng and Li, Zexian and Tang, Hao and Du, Yao and Hu, Xiaohui. Arxiv 2022. [pdf]

1.2.3 Constrained Space

  • Pseudo numerical methods for diffusion models on manifolds

    • Liu, Luping and Ren, Yi and Lin, Zhijie and Zhao, Zhou. Arxiv 2022. [pdf] [code]
  • Riemannian score-based generative modeling

    • De Bortoli, Valentin and Mathieu, Emile and Hutchinson, Michael and Thornton, James and Teh, Yee Whye and Doucet, Arnaud. Arxiv 2022. [pdf] [code]
  • Riemannian Diffusion Models

    • Huang, Chin-Wei and Aghajohari, Milad and Bose, Avishek Joey and Panangaden, Prakash and Courville, Aaron. Arxiv 2022. [pdf]
  • Permutation invariant graph generation via score-based generative modeling

    • Niu, Chenhao and Song, Yang and Song, Jiaming and Zhao, Shengjia and Grover, Aditya and Ermon, Stefano. PMLR 2020. [pdf] [code]

1.3 Likelihood Optimization

1.3.1 Improved ELBO

Score Connection

  • Maximum likelihood training of score-based diffusion models

    • Song, Yang and Durkan, Conor and Murray, Iain and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Soft truncation: A universal training technique of score-based diffusion model for high precision score estimation

    • Dongjun Kim, Seungjae Shin, Kyungwoo Song, Wanmo Kang, Il-Chul Moon. ICML 2022. [pdf] [code]

Redesign

  • Improved Denoising Diffusion Probabilistic Models

    • Alex Nichol, Prafulla Dhariwal. ICLR 2021. [pdf] [code]
  • Fast Sampling of Diffusion Models with Exponential Integrator

    • Zhang, Qinsheng and Chen, Yongxin. Arxiv 2022 [pdf] [code]
  • Variational diffusion models

    • Kingma, Diederik and Salimans, Tim and Poole, Ben and Ho, Jonathan. NIPS 2021 [pdf] [code]
  • Structured denoising diffusion models in discrete state-spaces

    • Austin, Jacob and Johnson, Daniel D and Ho, Jonathan and Tarlow, Daniel and van den Berg, Rianne. NIPS 2021 [pdf] [code]

1.3.2 Variational Gap Optimization

  • Score-based generative modeling in latent space

    • Vahdat, Arash and Kreis, Karsten and Kautz, Jan. NIPS 2021. [pdf] [code]
  • Maximum likelihood training of score-based diffusion models

    • Song, Yang and Durkan, Conor and Murray, Iain and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Maximum Likelihood Training of Parametrized Diffusion Model

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-chul. [pdf]

1.4 Dimension Reduction

1.4.1 Mixed-Modeling

  • Maximum likelihood training of score-based diffusion models

    • Song, Yang and Durkan, Conor and Murray, Iain and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Maximum Likelihood Training of Parametrized Diffusion Model

    • Kim, Dongjun and Na, Byeonghu and Kwon, Se Jung and Lee, Dongsoo and Kang, Wanmo and Moon, Il-chul. [pdf]

2. Application

Benefiting from the powerful ability to generate realistic samples, diffusion models have been widely used in various fields such as computer vision, natural language processing, and bioinformatics.

2.1 Computer Vision

2.1.1 Low-level Vision

  • Palette: Image-to-image diffusion models

    • Saharia, Chitwan and Chan, William and Chang, Huiwen and Lee, Chris and Ho, Jonathan and Salimans, Tim and Fleet, David and Norouzi, Mohammad. ACM SIGGRAPH. [pdf] [code]
  • Conditional image generation with score-based diffusion models

    • Batzolis, Georgios and Stanczuk, Jan and Schonlieb, Carola-Bibiane and Etmann, Christian. Arxiv 2021. [pdf] [code]
  • Denoising Diffusion Restoration Models

    • Kawar, Bahjat and Elad, Michael and Ermon, Stefano and Song, Jiaming. ICLR 2022. [pdf] [code]
  • Lossy Compression with Gaussian Diffusion

    • Theis, Lucas and Salimans, Tim and Hoffman, Matthew D and Mentzer, Fabian. Arxiv 2022. [pdf]
  • Srdiff: Single image super-resolution with diffusion probabilistic models

    • Li, Haoying and Yang, Yifan and Chang, Meng and Chen, Shiqi and Feng, Huajun and Xu, Zhihai and Li, Qi and Chen, Yueting. Neurocomputing 2022. [pdf] [code]
  • Repaint: Inpainting using denoising diffusion probabilistic models

    • Lugmayr, Andreas and Danelljan, Martin and Romero, Andres and Yu, Fisher and Timofte, Radu and Van Gool, Luc. CVPR 2022. [pdf] [code]

2.1.2 High-level Vision

  • Score-based generative modeling in latent space

    • Vahdat, Arash and Kreis, Karsten and Kautz, Jan. NIPS 2021. [pdf] [code]
  • Few-Shot Diffusion Models

    • Giannone, Giorgio and Nielsen, Didrik and Winther, Ole. Arxiv 2022[pdf]
  • CARD: Classification and Regression Diffusion Models

    • Han, Xizewen and Zheng, Huangjie and Zhou, Mingyuan. Arxiv 2022. [pdf] [code]
  • Glide: Towards photorealistic image generation and editing with text-guided diffusion models

    • Nichol, Alex and Dhariwal, Prafulla and Ramesh, Aditya and Shyam, Pranav and Mishkin, Pamela and McGrew, Bob and Sutskever, Ilya and Chen, Mark. Arxiv 2021. [pdf] [code]
  • Segdiff: Image segmentation with diffusion probabilistic models

    • Amit, Tomer and Nachmani, Eliya and Shaharbany, Tal and Wolf, Lior. Arxiv 2021. [pdf]
  • ProDiff: Progressive Fast Diffusion Model For High-Quality Text-to-Speech

    • Huang, Rongjie and Zhao, Zhou and Liu, Huadai and Liu, Jinglin and Cui, Chenye and Ren, Yi. ACM MM 2022. [pdf] [code]
  • Diffusion Causal Models for Counterfactual Estimation

    • Sanchez, Pedro and Tsaftaris, Sotirios A. Conference on Causal Learning and Reasoning (CLeaR) 2022. [pdf] [code]

2.1.3 3D Vision

  • Diffusion probabilistic models for 3d point cloud generation

  • A conditional point diffusion-refinement paradigm for 3d point cloud completion

    • Lyu, Zhaoyang and Kong, Zhifeng and Xu, Xudong and Pan, Liang and Lin, Dahua. Arxiv 2021. [pdf] [code]
  • 3D Shape Generation and Completion Through Point-Voxel Diffusion

    • Zhou, Linqi and Du, Yilun and Wu, Jiajun. ICCV 2021. [pdf] [code]
  • Score-based point cloud denoising

2.1.4 Video Modeling

  • Video Diffusion Models

    • Ho, Jonathan and Salimans, Tim and Gritsenko, Alexey A and Chan, William and Norouzi, Mohammad and Fleet, David J. ICLR Workshop 2022. [pdf]
  • Diffusion probabilistic modeling for video generation

    • Yang, Ruihan and Srivastava, Prakhar and Mandt, Stephan. Arxiv 2022. [pdf] [code]
  • Flexible diffusion modeling of long videos

    • Harvey, William and Naderiparizi, Saeid and Masrani, Vaden and Weilbach, Christian and Wood, Frank. Arxiv 2022. [pdf] [code]
  • MCVD: Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation

    • Voleti, Vikram and Jolicoeur-Martineau, Alexia and Pal, Christopher. Arxiv 2022. [pdf] [code]
  • Diffusion models for video prediction and infilling

    • Hoppe, Tobias and Mehrjou, Arash and Bauer, Stefan and Nielsen, Didrik and Dittadi, Andrea. Arxiv 2022. [pdf] [code]

2.1.5 Medical Application

  • Score-based diffusion models for accelerated MRI

    • Chung, Hyungjin and Ye, Jong Chul. Medical Image Analysis 2022. [pdf] [code]
  • Solving Inverse Problems in Medical Imaging with Score-Based Generative Models

    • Song, Yang and Shen, Liyue and Xing, Lei and Ermon, Stefano. ICLR 2021. [pdf] [code]
  • MR Image Denoising and Super-Resolution Using Regularized Reverse Diffusion

    • Chung, Hyungjin and Lee, Eun Sun and Ye, Jong Chul. Arxiv 2022. [pdf]
  • What is Healthy? Generative Counterfactual Diffusion for Lesion Localization

    • Sanchez, Pedro and Kascenas, Antanas and Liu, Xiao and O'Neil, Alison Q and Tsaftaris, Sotirios A. Arxiv 2022. [pdf] [code]

2.2 Sequential Modeling

2.2.1 Natural Language Processing

  • Diffusion-LM Improves Controllable Text Generation

    • Li, Xiang Lisa and Thickstun, John and Gulrajani, Ishaan and Liang, Percy and Hashimoto, Tatsunori B. Arxiv 2022. [pdf] [code]
  • Analog Bits: Generating Discrete Data using Diffusion Models with Self-Conditioning

    • Chen, Ting and Zhang, Ruixiang and Hinton, Geoffrey. Arxiv 2022. [pdf] [code]

2.2.2 Time Series

  • CSDI: Conditional score-based diffusion models for probabilistic time series imputation

    • Tashiro, Yusuke and Song, Jiaming and Song, Yang and Ermon, Stefano. NIPS 2021. [pdf] [code]
  • Diffusion-based Time Series Imputation and Forecasting with Structured State Space Models

    • Alcaraz, Juan Miguel Lopez and Strodthoff, Nils. Arxiv 2022. [pdf] [code]
  • Neural Markov Controlled SDE: Stochastic Optimization for Continuous-Time Data

    • Park, Sung Woo and Lee, Kyungjae and Kwon, Junseok. ICLR 2021. [pdf]

2.3 Audio

2.3.1 Sound Generation

  • Palette: Image-to-image diffusion models

    • Saharia, Chitwan and Chan, William and Chang, Huiwen and Lee, Chris and Ho, Jonathan and Salimans, Tim and Fleet, David and Norouzi, Mohammad. ACM SIGGRAPH. [pdf] [code]
  • DiffWave: A Versatile Diffusion Model for Audio Synthesis

    • Kong, Zhifeng and Ping, Wei and Huang, Jiaji and Zhao, Kexin and Catanzaro, Bryan. ICLR 2020. [pdf] [code]
  • Grad-TTS: A diffusion probabilistic model for text-to-speech

    • Popov, Vadim and Vovk, Ivan and Gogoryan, Vladimir and Sadekova, Tasnima and Kudinov, Mikhail. ICML 2021. [pdf] [code]
  • Diff-TTS: A Denoising Diffusion Model for Text-to-Speech

    • Myeonghun Jeong and Hyeongju Kim and Sung Jun Cheon and Byoung Jin Choi and Nam Soo Kim. Proc. Interspeech 2021. [pdf]
  • Diffusion-Based Voice Conversion with Fast Maximum Likelihood Sampling Scheme

    • Popov, Vadim and Vovk, Ivan and Gogoryan, Vladimir and Sadekova, Tasnima and Kudinov, Mikhail Sergeevich and Wei, Jiansheng. ICLR 2021. [pdf] [code]
  • Diffsinger: Singing voice synthesis via shallow diffusion mechanism

    • Liu, Jinglin and Li, Chengxi and Ren, Yi and Chen, Feiyang and Zhao, Zhou. AAAI 2022. [pdf] [code]
  • Diffsound: Discrete Diffusion Model for Text-to-sound Generation

    • Yang, Dongchao and Yu, Jianwei and Wang, Helin and Wang, Wen and Weng, Chao and Zou, Yuexian and Yu, Dong. Arxiv 2022. [pdf] [code]

2.3.2 Text to Speech

  • ItoTTS and ItoWave: Linear Stochastic Differential Equation Is All You Need For Audio Generation

    • Wu, Shoule and Shi, Ziqiang. Arxiv 2021. [pdf] [code]
  • EdiTTS: Score-based Editing for Controllable Text-to-Speech

    • Tae, Jaesung and Kim, Hyeongju and Kim, Taesu. Arxiv 2021. [pdf] [code]
  • Guided-TTS: A Diffusion Model for Text-to-Speech via Classifier Guidance

    • Kim, Heeseung and Kim, Sungwon and Yoon, Sungroh. ICML 2022. [pdf]
  • Guided-TTS 2: A Diffusion Model for High-quality Adaptive Text-to-Speech with Untranscribed Data

    • Kim, Sungwon and Kim, Heeseung and Yoon, Sungroh. Arxiv 2022. [pdf] [code]
  • Zero-Shot Voice Conditioning for Denoising Diffusion TTS Models

    • Levkovitch, Alon and Nachmani, Eliya and Wolf, Lior. Arxiv 2022. [pdf] [code]
  • SpecGrad: Diffusion Probabilistic Model based Neural Vocoder with Adaptive Noise Spectral Shaping

    • Koizumi, Yuma and Zen, Heiga and Yatabe, Kohei and Chen, Nanxin and Bacchiani, Michiel. Arxiv 2022. [pdf] [code]
  • BinauralGrad: A Two-Stage Conditional Diffusion Probabilistic Model for Binaural Audio Synthesis

    • Leng, Yichong and Chen, Zehua and Guo, Junliang and Liu, Haohe and Chen, Jiawei and Tan, Xu and Mandic, Danilo and He, Lei and Li, Xiang-Yang and Qin, Tao and others. Arxiv 2022. [pdf] [code]
  • ProDiff: Progressive Fast Diffusion Model For High-Quality Text-to-Speech

    • Huang, Rongjie and Zhao, Zhou and Liu, Huadai and Liu, Jinglin and Cui, Chenye and Ren, Yi. ACM MM 2022. [pdf] [code]

2.4 AI for Science

2.4.1 Molecular Conformation Generation

  • Equivariant diffusion for molecule generation in 3d

    • Hoogeboom, Emiel and Satorras, Vi}ctor Garcia and Vignac, Clement and Welling, Max. ICML 2022. [pdf] [code]
  • GeoDiff: A Geometric Diffusion Model for Molecular Conformation Generation

    • Xu, Minkai and Yu, Lantao and Song, Yang and Shi, Chence and Ermon, Stefano and Tang, Jian. ICLR 2021. [pdf] [code]
  • Learning gradient fields for molecular conformation generation

    • Shi, Chence and Luo, Shitong and Xu, Minkai and Tang, Jian. ICML 2021. [pdf] [code]
  • Predicting molecular conformation via dynamic graph score matching

    • Luo, Shitong and Shi, Chence and Xu, Minkai and Tang, Jian. NIPS 2021. [pdf]
  • Torsional Diffusion for Molecular Conformer Generation

    • Jing, Bowen and Corso, Gabriele and Barzilay, Regina and Jaakkola, Tommi S. ICLR Workshop 2022. [pdf] [code]

2.4.2 Material Design

  • Crystal Diffusion Variational Autoencoder for Periodic Material Generation

    • Xie, Tian and Fu, Xiang and Ganea, Octavian-Eugen and Barzilay, Regina and Jaakkola, Tommi S. ICLR 2021. [pdf] [code]
  • Antigen-Specific Antibody Design and Optimization with Diffusion-Based Generative Models

    • Luo, Shitong and Su, Yufeng and Peng, Xingang and Wang, Sheng and Peng, Jian and Ma, Jianzhu. Arxiv 2022. [pdf] [code]
  • Protein Structure and Sequence Generation with Equivariant Denoising Diffusion Probabilistic Models

    • Anand, Namrata and Achim, Tudor. Arxiv 2022. [pdf] [code]
  • ProteinSGM: Score-based generative modeling for de novo protein design

    • Lee, Jin Sub and Kim, Philip M. Arxiv 2022. [pdf]

Contribute

If you would like to help contribute this list, please feel free to contact me or add pull request with the following Markdown format:

- Paper Name. 
  - Author List. *Conference Year*. [[pdf]](link) [[code]](link)

This is a Github Summary of our Survey. If you find this file useful in your research, please consider citing:

@article{cao2022survey,
  title={A Survey on Generative Diffusion Model},
  author={Cao, Hanqun and Tan, Cheng and Gao, Zhangyang and Chen, Guangyong and Heng, Pheng-Ann and Li, Stan Z},
  journal={arXiv preprint arXiv:2209.02646},
  year={2022}
}

Feedback

If you have any issue about this work, please feel free to contact me by email:

About