Postdoctoral Fellow ยท NTT Kyoto
Notes and summaries on papers I have read. Click a title to see my notes for that paper. โ Back to Scientific Blog
1. General Deep Learning
1.1. Generative Models
1.1.1. Generative Adversarial Networks
1.1.2. Diffusion Models
1.1.2.1. General Diffusion Models
This paper introduced the idea of diffusion-based generative models. It proposed a diffusion process that gradually adds noise to the data until it becomes pure noise and then learns to reverse this process. This foundational idea later inspired the development of denoising diffusion probabilistic models (DDPMs).
Proposed score-based generative models that estimate the gradient of the data distribution (the score function) to generate samples. Instead of using a diffusion process, this paper trained a network to model the score function at multiple noise levels. This work was crucial in establishing score-based methods as an alternative to GANs and VAEs.
Introduced denoising diffusion probabilistic models (DDPMs), which combined forward and reverse diffusion processes. The model learns to predict the noise at each step of the diffusion process and generates samples by iteratively denoising. This paper made diffusion models practical and demonstrated competitive image generation results.
Unified score-based models and diffusion models under a continuous-time framework with stochastic differential equations (SDEs). This paper introduced the Probability Flow ODE, an ordinary differential equation counterpart to the SDE. This allowed for deterministic sampling paths and bridged the gap between DDPMs and score-based methods.
Provided an extensive exploration of design choices in diffusion models, offering insights on optimal hyperparameters, noise schedules, and sampling techniques. This work resulted in more stable, efficient, and high-quality diffusion models.
Introduced Latent Diffusion Models that operate in a lower-dimensional latent space rather than the pixel space. This innovation reduced computational costs and enabled diffusion models to handle higher-resolution images and complex tasks like text-to-image generation.
Proposed ControlNet, which conditions diffusion models on structured inputs like poses or edges, allowing for controlled and guided generation. This architecture made diffusion models like Stable Diffusion highly versatile for text-to-image generation with specific prompts and constraints.
Introduced consistency models, a new approach to training diffusion models with fewer denoising steps. Consistency models reduce sampling times while preserving quality, making diffusion models faster and more practical for real-time applications.
1.1.2.2. Diffusion Models for Inverse Problems
2. Deep Learning Applications
2.1. Audio
2.1.1. Target Sound Extraction
2.1.2. Source Separation
2.1.3. Audio Foundation Models
2.1.4. Deep Acoustic Imaging
2.2. Music
2.2.1. Music Generation
2.2.1.1. Symbolic Music Generation