TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Image Generation with Electrostatics

53 pointsby SleekEagleover 2 years ago

5 comments

c1ccccc1over 2 years ago
Paper link: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2209.11178.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2209.11178.pdf</a><p>Lots of interesting things I&#x27;d want to try here. Eg, the formulation of thinking of your probability distribution as a charge distribution opens up the possibility of adding negative charges. So you could have a regular positive data examples, but also some negative examples that the generative model tries extra hard to avoid.<p>I&#x27;d also be interested to see what happens when you &quot;add the fields&quot; for two different distributions over the same space. Seems like it would be interestingly different than regular superposition, and I&#x27;d really like to see what happens when you add together a dog image field to a cat image field.<p>I guess the current formulation where you only get the direction of the electric field and not the magnitude would cause problems there. Seems like an improvement might be to predict the actual potential instead of the field and then take the gradient. That would also guarantee that the field is curl-free, which it should be, but it doesn&#x27;t seem to be enforced in the current paper. I think they don&#x27;t try this because it&#x27;s hard to get NNs to produce numbers across a wide range of orders of magnitude. Maybe separately predicting the normalized direction and something like the log of the magnitude would help here.
评论 #33809998 未加载
fxtentacleover 2 years ago
All the novelty appears to boil down to &quot;this is a new sampler for diffusion-style models&quot;.<p>Apparently, they are inspired by a different physical process. But that doesn&#x27;t change the fact that they start with noise and then iteratively solve a differential equation to get to its end point. 2nd-order samplers like Heun already massively increased sampling speed over the original diffusion models, but sadly the article doesn&#x27;t compare to that but merely to the original 1st-order samplers. So it might be that this one doesn&#x27;t even create a speedup in practice.<p>Does anyone else have more info on how this is different from &quot;traditional&quot; numerical differential-equation-based de-noising?
评论 #33807994 未加载
smrtinsertover 2 years ago
&gt; PFGMs constitute an exciting foundation for new avenues of research, especially given that they are 10-20 times faster than Diffusion Models on image generation tasks, with comparable performance.<p>hard to imagine anyone sticking with diffusion models if this is completely true
Kiboneuover 2 years ago
What software is used to make the diagrams on the paper and the animations on the website? They also look really well done.
评论 #33816570 未加载
agumonkeyover 2 years ago
Kinda reminds me of the recent morphogenesis studies shown on youtube (Levin and others).