New paper on #Arxiv and my first foray into the field of #OpticalComputing (and #MachineLearning , the good one, not LLMs&co).
We are very used to digital universal (i.e. Turing complete) computers, but it isn't written anywhere that all computation must be digital. Actually, analog computers have a long and glorious history. The advent of transistors meant that digital computers won the war and became ubiquitous, but if instead of a universal machine you want something that does exactly one thing, but very fast and very efficiently, analog systems are often the way to go.
In particular it is tempting to do computation with light. Light is extremely good at transmitting information, we have excellent technology for both generating and detecting light, and we are VERY good at manipulating it. Furthermore light is FAST, and if you do things correctly losses are low.
And if there is something that would benefit from being made massively parallel, fast, and with limited energy consumption it is machine learning. Now, not all forms of machine learning suit light well. People try to make deep neural networks using light, but I am not convinced that this approach has legs. A less popular approach to machine learning that is a perfect fit for light and optics is "reservoir computing", where you have a large recurring network where all the weights (i.e. how strong the connections between the nodes are) are fixed, and you only train a single linear layer (effectively you just do a linear regression) at the output of the network.
1/2
https://arxiv.org/abs/2609.02733