2.2 KiB
2.2 KiB
| title | allDay | date | completed | type | endDate |
|---|---|---|---|---|---|
| Research Approach | true | 2024-10-10 | single | 2024-10-22 |
5 Pages TARGET: 2800-3000 words
Outline
- What are unperturbed perturbations and why are they important?
- What is a generative diffusion model?
- Where have generative diffusion models been used?
- How will generative diffusion models generate new plants?
- How can we know if these new plants are in the set of 'controllable' plants?
- How are we going to get training data?
Something to justify, why diffusion model as opposed to other generative AI
First Draft
Story
- Generating unstructured perturbations is pretty hard
- They need to be 'random'
- diffusion model is good at creating novel examples (cite!)
- we can use diffusion models to solve this problem of generating examples
- But how does a diffusion model work?
- Diffusion model uses two processes
- a forward process that introduces noise into an 'input'
- this forward process does this using several small steps of noise
- These are called timesteps
- This noise is a gaussian noise
- over time this forward process degrades the input until it is unrecognizable
- This takes several several iterations, but is dependent on the amount of noise in each step
- The markov chain that this creates is also gaussian at every step, until the noise at the end of the day is some gaussian distribution. Usually mean 0 std. dev beta
- A reverse process that tries to remove the noise
- But if we destroy the input how can we do this?
- Well we train a neural network as a denoiser.
- Because the diffusion model forward steps are small and gaussian, we can know the reverse step is also a gaussian distribution.
- So for our neural network, what we're trying to learn is the mean and standard deviation of the reverse steps for a given timestep.
- What does this mean for
Writin some stuff
The purpose of this proposal is to suggest that using a generative network to create unstructured perturbations can be a viable way to advance the state of the art. But to do this, the current state of diffusion models and their place must be introduced. The generative diffusion model is a recent breakthrough in generative models. Diffusion models