Hacker News new | ask | show | jobs
by ruslan 2363 days ago
Using decapped DRAM chip as photo sensor looks more promising:

https://hackaday.com/2014/04/05/taking-pictures-with-a-dram-...

3 comments

I wonder how good images could be with modern DRAM. A 256MB DDR3 chip would theoretically have over 2 trillion pixels. Light sensitivity should be better too due to the smaller capacitors.
Decapping and testing this wont be difficult, meaning you understand how individual transistors are located on the die to reorder raw data into planar image. I wonder if this information can be recovered using some known patterns shown to such sensor then retrieving appropriate data and analyzing.

Another interesting thing is that for training neural networks for image recognition purpose information about location of individual pixels is not necessary at all.

> Another interesting thing is that for training neural networks for image recognition purpose information about location of individual pixels is not necessary at all.

Convolutions use the spatial information. I'm less sure whether attention-based approaches typically use it.

Just move it about for a bit with frames sampled in sequence and you should be able to build up a pretty good map of the arrays of cells.
Who is down voting this comment?
Probably because I was off by a factor of 1,000. Still a billion pixels is pretty good.
That's how CMOS cameras got started in the first place.
Very interesting.

Any idea why this happens?

> Exposing the capacitor to light causes it to discharge faster.

My guess is this:

Capacitors on DRAMs are usually implemented as PN junctions, maybe even parasitic capacitance of a transistor is used. Photons hitting depletion region of PN junction decreasing it hence increasing conductivity.