TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

NeuralDEM – Real-Time Simulation of Industrial Particulate Flows

62 点作者 lnyan6 个月前

4 条评论

Azrael30006 个月前
Some previous work by some of the same people [0] where I was taking part in. Seems like this is a significant step up from the previous work including a novel idea that resolves quite a few issues we had. Love to see that.<p>[0]: <a href="https:&#x2F;&#x2F;ml-jku.github.io&#x2F;bgnn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ml-jku.github.io&#x2F;bgnn&#x2F;</a>
londons_explore6 个月前
This is nice, but I believe a simpler design could work better.<p>Simply make a model which transforms a 3d section of an image to an embedding vector. Make another model which can reverse the process (ie. encoder-decoder). Do that for every tile of a starting state.<p>Make an &#x27;upscale&#x27; and &#x27;downscale&#x27; model which can take a grid of embedding vectors and return a new vector representing the whole.<p>Then make an &#x27;advance time&#x27; model, which takes an embedding vector and advances time by a given number of seconds&#x2F;microseconds&#x2F;days.<p>Now train all the models end to end to ensure that all combinations of upscaling&#x2F;downscaling&#x2F;advancing&#x2F;encoding&#x2F;decoding produce similar outputs to traditional physics models.<p>Use an ensemble of models or a sampling scheme to find places where outputs do not closely match, and insert more training data from the physical simulation at those points.
al_th6 个月前
Interesting work.<p>Given, the recent noise around this paper <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2407.07218" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2407.07218</a> about &quot;weak baselines&quot; in ML x CFD work, I wonder how it resonates with this specific work..<p>I am not super familiar with DEM, but I know that other particle based model such as SPH benefit immensely from GPU acceleration. Does it make sense to compare with a CPU implementation ?<p>Besides, the output of the NeuralDEM seems to be rather coarse fields, correct ? In that sense, and again I&#x27;m not an expert of granular models so I might be entirely wrong, but does it make sense to compare with a method that is under a very different set of constraints ? Could we think about a numerical model that would allow to compute the same quantities in a much more efficient way, for example ?
评论 #42215217 未加载
评论 #42216970 未加载
szvsw6 个月前
Interesting. I wonder what parts of this approach could be adapted to DEM models of solids. For those unaware - even though DEM is naturally chosen for fluids, depending on how you configure the force laws between particles you can easily model solids as well, where each particle is essentially a chunk of material. There are then some interesting choices to make about (a) what kind of lattice you set the initial particles up in, and (b) how you tune the force flaws to get the macroscopic properties you want around stiffness, etc and (c) if you use multiple “types” of particles forming a composite etc.
评论 #42213329 未加载