|
|
|
|
|
by OisinMoran
804 days ago
|
|
This is really neat—thanks for sharing! I love the general idea of making materials more "self-aware" or inspectable. It's very sci fi! The research I did before my current job touched ever so slightly on this too, so even cooler to see it on the front page. What we were doing was using complex valued neural nets to learn the transmission matrix of an optical fibre. It was previously done in the optics community by propagating Maxwell's equations, but we were able to beat the state of the art by a few orders of magnitude with a very simple architecture (the actual physics just boils down to a single complex matrix multiplication!). The connection to your work here is that if the fibre is bent you have to relearn a new matrix. It could even be possible to learn some parameterized characterisation of the fibre, so you could say do some input/output measurements and use that to model a spline of the fibre. We did not get that far though! Here are the papers if you're interested: CS-focussed one: https://papers.nips.cc/paper_files/paper/2018/hash/148510031... Physics-focussed one: https://www.nature.com/articles/s41467-019-10057-8 |
|