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.

Diffusion models are evolutionary algorithms

126 pointsby che_shr_cat6 months ago

5 comments

upghost6 months ago
This article uses the term &quot;evolutionary algorithm&quot; far too narrowly and it is causing a lot of confusion in the comments. I would STRONGLY recommend checking out the book &quot;Evolutionary Optimization Algorithms&quot; by Dan Simon[1]. It is incredibly readable. The type being referred to in the article is the classic &quot;Genetic Algorithm&quot; variant of evoluationary algorithms. But genetic programming, evolutionary programming, simulated annealing, ant colony optimization, particle swarm optimization, differential evolution, estimation of distribution algorithms, biogeography-based optimizations, cultural algorithms, and opposition-based learning algorithms are just a few examples of other types of evolutionary algorithms.<p>In general, they are a great approach to solving any non-convex optimization problem where gradient descent is not a practical choice.<p>[1]: <a href="https:&#x2F;&#x2F;books.google.com&#x2F;books&#x2F;about&#x2F;Evolutionary_Optimization_Algorithms.html?id=gwUwIEPqk30C" rel="nofollow">https:&#x2F;&#x2F;books.google.com&#x2F;books&#x2F;about&#x2F;Evolutionary_Optimizati...</a>
评论 #42136214 未加载
评论 #42133866 未加载
bob10296 months ago
I have a hard time with the analogy due to how important population dynamics and solution diversity are to evolutionary algorithms.<p>In an EA, each candidate in the population represents a complete potential solution. As the diversity &amp; size of the population increases, the potential for convergence on high quality solutions also increases. I do not see the same concept in diffusion models.
评论 #42129125 未加载
评论 #42133049 未加载
评论 #42134761 未加载
评论 #42131857 未加载
评论 #42131901 未加载
throwaway3141556 months ago
Michael Levin&#x27;s work is fascinating. Seems there&#x27;s no field he can&#x27;t help contribute to from a biological perspective.
adamnemecek6 months ago
They are all bialgebras.
评论 #42102128 未加载
评论 #42128910 未加载
评论 #42101482 未加载
SubiculumCode6 months ago
In the end. Linear Regression.