Viewing a single comment thread. View all comments

blueSGL t1_iu4z8up wrote

skimmed the paper and might have missed it, does it say if this is more or less VRAM efficient?

5

dasnihil t1_iu51u8k wrote

skimmed the paper and figured most of this math is beyond me, but it's exciting nonetheless.

12

SleekEagle OP t1_iu55u04 wrote

The deep dive section gives an overview of Green's functions! Don't be intimidated by the verbiage, the central ideas are not too complicated :)

If you have taken a multivariable calculus class then most of it should make sense

13

SleekEagle OP t1_iu569xx wrote

I don't think the paper explicitly says anything about this, but I would expect them to be similar. If anything I would imagine they would require less memory, but not more. That having been said, if you're thinking of e.g. DALL-E 2 or Stable Diffusion, those models also have other parts that PFGMs don't (like text encoding networks), so it is completely fair that they are larger!

4

HydrousIt t1_iu6m0g8 wrote

A flow model has more VRAM efficiency and is quicker at image generation, although this is sometimes at the cost of having an inferior image quality to GANs in terms of realism.

1