Faster convergence for diffusion models
1–10 of 23 posts
Re: Faster convergence for diffusion models
#2Re: Faster convergence for diffusion models
#3Re: Faster convergence for diffusion models
#4The title is not wrong, but it also doesn't feel correct either. What they do here is they use a pre-trained model to guide the training of a 2nd model. Of course, that massively speeds up training of the 2nd model. But it's not like you can now train a diffusion model from scratch 20x faster. Instead, this is a technique for transplanting an existing model onto a different architecture so that you don't have to star…
Re: Faster convergence for diffusion models
#5The title is not wrong, but it also doesn't feel correct either. What they do here is they use a pre-trained model to guide the training of a 2nd model. Of course, that massively speeds up training of the 2nd model. But it's not like you can now train a diffusion model from scratch 20x faster. Instead, this is a technique for transplanting an existing model onto a different architecture so that you don't have to star…
Re: Faster convergence for diffusion models
#6Still waiting for a competitive diffusion llm
Re: Faster convergence for diffusion models
#7Still waiting for a competitive diffusion llm
Why?
Sequential generation used to be state of the art in 2016 and it's basically how current LLMs work:
Re: Faster convergence for diffusion models
#8Earlier quoted context omitted.
Why?
Diffusion works significantly better for images than sequential pixel generation, there is a good chance it would work better for language as well. Sequential generation used to be state of the art in 2016 and it's basically how current LLMs work: https://arxiv.org/abs/1601.06759
I am not sure that a diffusion approach is all that suitable for generating language. Word are much more discrete than pixels.
Re: Faster convergence for diffusion models
#9Earlier quoted context omitted.
Diffusion works significantly better for images than sequential pixel generation, there is a good chance it would work better for language as well. Sequential generation used to be state of the art in 2016 and it's basically how current LLMs work: https://arxiv.org/abs/1601.06759
Neural LMs used to be based on recurrent architectures until the Transformer came along. That architecture is not recursive. I am not sure that a diffusion approach is all that suitable for generating language. Word are much more discrete than pixels.
Diffusion doesn't work on pixels directly either, it works on a latent representation.
Re: Faster convergence for diffusion models
#10Earlier quoted context omitted.
Neural LMs used to be based on recurrent architectures until the Transformer came along. That architecture is not recursive. I am not sure that a diffusion approach is all that suitable for generating language. Word are much more discrete than pixels.
I meant sequential generation, I didn't mean using an RNN. Diffusion doesn't work on pixels directly either, it works on a latent representation.