|
|
|
|
|
by metalens
2341 days ago
|
|
I used to do electromagnetic modeling using finite element methods (though now a product manager for AI software infra) and it would to take me on the order of hours to days or weeks to model wave interaction with real-world objects. A machine learning model trained to understand Maxwell's Equations can in principle be used perform said simulations, resulting in probably an order or more of magnitude increase in simulation speed. Getting this to work well will reduce the time (and cost) it takes to design optical sensors, radar for autonomous vehicles, smartphone antennas, MRI machines, and more. Having said that, it would require a lot of heaving lifting to pull this off to achieve near-physical accuracy for real-world physics problems. A cursory search on Google for "arxiv deep learning electromagnetics" returns results of proofs of concept in this direction. |
|
If I understand your comment correctly, essentially you have a hand-crafted simulator for some physical process and then you train a neural net model to approximate the simulator. Why would the approximated simulator have "an order or more of magnitude increase in simulation speed"? Unless the approximation has massive losses in accuracy, of course.
Honestly asking and really interested to know what you mean.