Un-0: Generating Images with Coupled Oscillators
11–20 of 59 posts
Re: Un-0: Generating Images with Coupled Oscillators
#12You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo?
If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
Re: Un-0: Generating Images with Coupled Oscillators
#13When I first learned about computer science at the age of 11 or so (and in 1982 or so) the first page of the text book put digital and analogue computers on what seemed to be an equal footing. And then proceeded to ignore the latter for the rest of the book. Apart from a few notable exceptions ( https://en.wikipedia.org/wiki/Phillips_Machine ) I've often wondered about analogue computing.
Re: Un-0: Generating Images with Coupled Oscillators
#14It’s not clear to me how this would ever be practical since it seems dependent on n^2 scaling. You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo? If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
Re: Un-0: Generating Images with Coupled Oscillators
#15It’s not clear to me how this would ever be practical since it seems dependent on n^2 scaling. You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo? If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
Re: Un-0: Generating Images with Coupled Oscillators
#16It’s not clear to me how this would ever be practical since it seems dependent on n^2 scaling. You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo? If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
What they are trying to achieve is to demonstrate that the coupling approach works in a simulated physics environment (O(n^2) as you point out) so that they can then build CMOS circuits that create actual oscillators and then let the laws of physics do the computation. This is a very bold vision!
Re: Un-0: Generating Images with Coupled Oscillators
#17Re: Un-0: Generating Images with Coupled Oscillators
#18It’s not clear to me how this would ever be practical since it seems dependent on n^2 scaling. You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo? If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
These are cool results but I was disappointed not to find any discussion of where oscillator array technology stands today what the manufacturing challenges/opportunities might be. It seems like it would be prohibitively expensive for anything beyond minimal networks of a few hundred nodes that could be used in sensors. Even if you have perfectly consistent oscillators that synchronize to each other within very fine tolerances, wiring them up to each other is still a massive headache.
Re: Un-0: Generating Images with Coupled Oscillators
#19This method is cool and the post explains it well. It would, however, be good to get more detail on the energy efficiency they flag as their motivation: is this model actually more energy efficient than the comparators they highlight?
We can implement coupled oscillators in hardware but are the couplings and frequencies programmable? If they're being streamed in I guess you'd still have a memory bandwidth bottleneck and associated energy usage. If not then the fair comparison is to a conventional model hardcoded in an ASIC which AFAIU is actually quite energy efficient.
Re: Un-0: Generating Images with Coupled Oscillators
#20It’s not clear to me how this would ever be practical since it seems dependent on n^2 scaling. You’ve got to wonder when you have an image generation demo why would you possibly have 64 x 64 pixel output as your demo? If I’m understanding this properly to generate a 4K image, you need like 5 trillion point to point connections on the chip. Even if power use from the oscillators is zero that’s going to be an issue.
What they are trying to achieve is to demonstrate that the coupling approach works in a simulated physics environment (O(n^2) as you point out) so that they can then build CMOS circuits that create actual oscillators and then let the laws of physics do the computation. This is a very bold vision!