Physics Forests
11–20 of 33 posts
Re: Physics Forests
#12This is probably a stupid question, but could an approach like this be used for more efficient ray-tracing?
[0] http://www.jiapingwang.com/files/shadebot_sig13.pdf
[1] http://cgg.mff.cuni.cz/~jirka/papers/2014/olpm/On-lineLearni...
Re: Physics Forests
#13Re: Physics Forests
#14That is... an unusual use of regression, to say the least. When I see something sufficiently off the wall, I always wonder how the authors happened to think of that. It also raises a lot of questions like, how much of physics can be usefully approximated by some random forests? Could you replace most of a physics engine with an appropriate small neural network?
Random Forests are part of how the LHC found the higgs, based on my armchair understanding of the slide decks. Measurement, Monte Carlo and Machine Learning form an interesting triangle. My impression of the LHC pipe is they used monte carlo model sims to train up classifiers that would flag the data relevant for distinguishing alternate models.
Re: Physics Forests
#15If it isn't based on the Navier Stokes equations, can I actually use this to reliably simulate fluid behavior? Or is this more useful for creating pseudo-realistic water scenes?
However, we should restrict our attention to flows that we very strongly believe are correctly described by NS. From the original paper:
>> The main problem of our method is the same as the weakness of all machine learning approaches; the learning methods are not capable to extrapolate the model far outside the data observed during training.
The training data are existing numerical simulations of specific fluid flows. The learning algorithm learned fluid flow dynamics from simulations. This is extremely impressive. It also achieves a significant speed up in simulation time - which is also very impressive. However, as the authors say, it does not generalise well. So, in short the answer to your first question is probably "sometimes yes, but in general not really".
edit: I should add that the simulations in the paper are decidedly based on Navier-Stokes.
[1] https://en.wikipedia.org/wiki/Hagen%E2%80%93Poiseuille_flow_...
[2] https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_existenc...
Re: Physics Forests
#16This is probably a stupid question, but could an approach like this be used for more efficient ray-tracing?
Re: Physics Forests
#17That is... an unusual use of regression, to say the least. When I see something sufficiently off the wall, I always wonder how the authors happened to think of that. It also raises a lot of questions like, how much of physics can be usefully approximated by some random forests? Could you replace most of a physics engine with an appropriate small neural network?
Random Forests are part of how the LHC found the higgs, based on my armchair understanding of the slide decks. Measurement, Monte Carlo and Machine Learning form an interesting triangle. My impression of the LHC pipe is they used monte carlo model sims to train up classifiers that would flag the data relevant for distinguishing alternate models.
Re: Physics Forests
#18Re: Physics Forests
#19That is... an unusual use of regression, to say the least. When I see something sufficiently off the wall, I always wonder how the authors happened to think of that. It also raises a lot of questions like, how much of physics can be usefully approximated by some random forests? Could you replace most of a physics engine with an appropriate small neural network?