Slashdot Mirror


Single Pixel Camera Takes Images Through Breast Tissue

KentuckyFC writes Single pixel cameras are currently turning photography on its head. They work by recording lots of exposures of a scene through a randomising media such as frosted glass. Although seemingly random, these exposures are correlated because the light all comes from the same scene. So its possible to number crunch the image data looking for this correlation and then use it to reassemble the original image. Physicists have been using this technique, called ghost imaging, for several years to make high resolution images, 3D photos and even 3D movies. Now one group has replaced the randomising medium with breast tissue from a chicken. They've then used the single pixel technique to take clear pictures of an object hidden inside the breast tissue. The potential for medical imaging is clear. Curiously, this technique has a long history dating back to the 19th century when Victorian doctors would look for testicular cancer by holding a candle behind the scrotum and looking for suspicious shadows. The new technique should be more comfortable.

4 of 81 comments (clear)

  1. Re:Not a camera by donaggie03 · · Score: 4, Informative

    Not really a single pixel camera, more of a single pixel light absorption meter taken over an area...

    What is a camera if not a glorified light absorption meter?

    --
    Three days from now?? Thats tomorrow!! ~Peter Griffin
  2. Re:Single-pixel what? by Arkh89 · · Score: 5, Informative

    Ok, let's say that you want to build a 1 "mega-pixel" camera (1000x1000 pixels, for instance). You have the optics but not the sensor array. Instead, you only have a single photo-diode... which is basically a single pixel.

    First approach : you decide to scan the image plane with this photo-diode, trading spatial resolution for time. You move the photo-diode to where the first pixel in the top-left corner of the sensor should be, integrate (collect the photons) for some time, then move to the second pixel position. After making 1 million of such movements/integrations, you have fully sampled the image plane and have a complete 1 "mega-pixel" image.
    Problem : this is slow as hell, you need to move the photo-diode up to some accuracy, etc.

    Second approach : instead of moving the photo-diode you will modulate the incoming signal (photons) and integrate everything to this detector. You take a small video projector and open it to find a component called a DMD which is an array of controllable bistable micro-mirrors. Basically, displaying an image on the video projector is turning this surface as a transmissive gray-scale pattern (note that it is not actually transmitting light, just reflecting). You put it in the image plane (at the position of the sensor array) and you use a lens to focus all of the light coming out of the DMD surface onto the photo-diode.
    Now, instead of scanning, you just have to display a pattern consisting of a "black" frame (fully "blocking") except only one "white" pixel ("transparent") and integrate as usual. As you know which patterns was used for each integration and can, as previously, rebuild the image.

    Second approach, first improvement : instead of lighting pixel per pixel you can use specific patterns. The basic idea is to integrate photons coming from multiple pixels at the same time and reconstruct with a specific algorithm. The idea is to express the problem as a linear equation A x = y where x is the input image, A is the measurement operator = a matrix representing the system and y is the measured vector. In the previous case, you were measuring pixel per pixel which is equivalent as modelling A as the identity matrix (ones on the main diagonal, zeros everywhere else and so y = x). Imagine now that you use another matrix / another way to combine multiple pixels, such that each row of A is pattern you have to display on the DMD and the matrix row is still square and full-rank (a well defined system). In the end you can still reconstruct x from y with A' y = x (where A' is the inverse of A) and get back your image.
    Why would you do this? Well, instead of getting a bunch of photon from a tiny opening you will be measuring many more photons which is a good thing as our real-world detector is noisy. You will thus increase the signal to noise ratio.

    Second approach, third improvement : the main problem of the previous system is that, to obtain a 1 mega-pixel image, you still need to do 1 million projections/measurements which is a lot, and makes the whole process slow. But, you know for a fact that images are compressible signals (JPEG is a proof of that) which means that you can represent any 1 mega-pixel image signal into a much smaller vector size. This is because natural images are not random structures and possess some level of coherency = redundancy between pixels. So instead of making as many projection as they are pixels (a square matrix), you will do less, say by a factor between 4 and 10. The matrix A becomes rectangular and you have to use a more complex reconstruction algorithm (non linear, or based on a convex optimization system) which takes into account prior knowledge you would have of natural images (think of it as external constraints that will help you make the system sufficiently well behaved).

    This is basically how single-pixel cameras work (with compressive sensing)...

    I'll pass for the bonus point.

  3. Re:Not Human Breasts...Doh by the_povinator · · Score: 3, Informative

    It's not really correct to say "breast tissue". Chickens don't have mammary glands, so they have no breast tissue as such. What I imagine they used is the pectoral muscle of the chicken, known for culinary purposes as "chicken breast".

    --
    The .sig is dead, and I believe I had a hand in killing it.
  4. Chicken tissue is a stand in for human soft tissue by hamjudo · · Score: 3, Informative

    They are working with 6 mm samples. They need to improve that by a factor of 5. Only a small percentage of women at risk for breast cancer can tolerate having their breasts compressed to 30 mm for imaging, but it is a large enough percentage to start doing human test trials. Assuming the image quality is high enough.

    With existing xray based mammogram machines the more the breast is compressed, the better the image. There is abundant research on breast compression for imaging, just a google away.

    Perhaps in a few years, this technique will be refined to the point where it can image through 3 cm of tissue in a reasonable amount of time, and produce a clinically useful image. Then we will hear about this technique again. Hopefully, it will be improved to the point where it is suitable for use on the entire population.