GPUs Helping To Lower CT Scan Radiation
Gwmaw writes with news out of the University of California, San Diego, on the use of GPUs to process CT scan data. Faster processing of noisy data allows doctors to lower the total radiation dose needed for a scan. "A new approach to processing X-ray data could lower by a factor of ten or more the amount of radiation patients receive during cone beam CT scans... With only 20 to 40 total number of X-ray projections and 0.1 mAs per projection, the team achieved images clear enough for image-guided radiation therapy. The reconstruction time ranged from 77 to 130 seconds on an NVIDIA Tesla C1060 GPU card, depending on the number of projections — an estimated 100 times faster than similar iterative reconstruction approaches... Compared to the currently widely used scanning protocol of about 360 projections with 0.4 mAs per projection, [the researcher] says the new processing method resulted in 36 to 72 times less radiation exposure for patients."
They said we'd use these processors for video games not medical technology
http://www.youtube.com/watch?v=o66twmBEMs0
But I want that mutation in the "rage center" of my brain!
The ideas is I turn into this huge green, angry thing (currently all I'm lacking is the green pigmentation).
Then it's BULK SMASH!
Chas - The one, the only.
THANK GOD!!!
And start paying developers to make things in OpenCL instead of CUDA, or they're going to be quickly left behind.
It is by my will alone my thoughts acquire motion; it is by the juice of the coffee bean that the thoughts acquire speed
It's remarkable that high performance computing is driven by video games. So, legions of PC enthusiasts and uber-gamers, I salute you for your contributions to technology! P0wn on.
So, they pump in all that radiation because the processor is too slow? Doesn't seem right to me. I would think if they could have simply put another $10000 into the machine (adding CPU cycles) to lower the required radiation they would have done that a long time ago. So is the use of a GPU just a side effect of some new technology that allows the machine to estimate or predict the image with a lower radiation dose? That GPUs are more effecient for some operations is nothing new - what's the real breakthrough here?
Neat. Does this also reduce the running costs of the machines, or would that be a negligible benefit compared to not irradiating your patients?
CT scanning is associated with an increased risk of cancer in children. This development will significantly lower that risk.
They (NVIDIA) say that you could have a very cheap supercomputer for just $10k, made with Nvidia GPUs only. Pretty impressed achievement, and btw they also say that their GPUs are in fact faster that the normal, Intel/AMD CPUs. I don't know about you, but once my piggy bank is full, i will get one of these super-computer monster.
more like 20-40k
Each 4 GPU node costs us about 5k, the thing is you can do with a 4 node GPU cluster what would normally take 50-100 CPU's or about 10-15 nodes.
Keep in mind some of the operations you have to do like data sorts, and other stuff I class as overhead, doesn't get a speedup from the GPU's
These patients are about to get RADIATION THERAPY. This CT scan will be delivered immediately before they are to receive a lethal radiation dose at the same location to kill their tumor. Reduction of dose in diagnostic CT (not cone-beam) is a much more valuable accomplishment.
It's true that GPUs are faster than normal CPUs for some operations. If you have programs that are nearly pure linear algebra and looking for single precision FLOPS, then the GPU will leave a CPU in virtual dust. If you have a lot of branching, conditionals, double or integer operations, and care about MIPS, then not so much. Image processing is one place where linear algebra is king, so just think about what you want to do with a "super-computer" before you break open Hammy.
This must be the first time anything associated with Tesla reduced radiation exposure....
Media that can be recorded and distributed can be recorded and distributed.
-kfg
Yeah yeah.. that's all fine and dandy, but how many FPS does it get in Crysis on ultra settings? (heh-heh)
Does this now mean we can get more points on BOINC for finding ET?
This has been said elsewhere in this thread, the real breakthrough here is due to compressed sensing, but here are some extra information:
1- Compressed sensing basically used the idea that it is not necessary to sample an image (or a projection in this case) everywhere because natural data is fairly redundant. This is why you can capture a 10 Mpixel image in a digital camera and have it compressed to a 2 Mbyte JPEG file without losing much visible information. Compressed sensing basically does the compression *before* the sampling and not after. Researchers at Rice University for instance built a working, one-pixel camera using this brilliant principle.
2- Compressed (or compressive) sensing was proposed by Emmanuel Candes and Terence Tao respectively at Stanford and UCLA. Tao is a recent Fields medalist. I recommend reading his blog if you like mathematics.
3- This field is really less than 10 years old, it has completely turned on its head classical ideas about sampling-limited signal processing (Nyquist, Shannon, etc). It is a brilliant combination of signal, image processing and recent advances in combinatorial and convex optimization.
4- However this is only the beginning. Because compression happens before sampling, you need to make so-called sparsity assumptions about the signal ; in other words you need to know a great deal about what you are going to try to image. In interventional therapy, precise imaging of the patient is made beforehand in a classical way (CT or MRI), and this kind of technique is only used to make fine adjustments as therapy is ongoing. This is extremely useful and safe because of lower radiation output and because the physicians know what to expect.
5- Here the GPU is useful because it makes the processing fast enough to actually be used. It is an essential brick in the application, but of course not in the theory.
Best.
Congratulations! That's the most informative most I've ever seen on /. A very nice summary of a new field of research, and without jargon. What are you doing here?