Author Topic: Spectra: Open Biomedical Imaging on CrowdSupply!  (Read 2275 times)

0 Members and 1 Guest are viewing this topic.

Offline jean123Topic starter

  • Newbie
  • Posts: 4
  • Country: us
Spectra: Open Biomedical Imaging on CrowdSupply!
« on: April 17, 2019, 11:12:35 pm »
Spectra is a low cost open source biomedical imaging system based on electrical impedance tomography - https://en.wikipedia.org/wiki/Electrical_impedance_tomography . We just launched on Crowdsupply!

https://www.crowdsupply.com/mindseye-biomedical/spectra

It's based on measuring impedance values between sets of electrodes, and can also do bio-impedance spectroscopy to obtain dielectric spectrums of any conductive material. If you'd like to know more, happy to answer any questions, and feel free to check out the documentation on openeit.github.io . You can also see the development history of the project at Hackaday - https://hackaday.io/project/159737-spectra-open-biomedical-imaging





 
The following users thanked this post: thm_w

Offline mrpackethead

  • Super Contributor
  • ***
  • Posts: 2845
  • Country: nz
  • D Size Cell
Re: Spectra: Open Biomedical Imaging on CrowdSupply!
« Reply #1 on: April 27, 2019, 05:50:31 am »
Ok, i'm curious..  What can i measure/do/learn with this?   
On a quest to find increasingly complicated ways to blink things
 

Offline jean123Topic starter

  • Newbie
  • Posts: 4
  • Country: us
Re: Spectra: Open Biomedical Imaging on CrowdSupply!
« Reply #2 on: April 27, 2019, 05:31:43 pm »
You can learn how a CATSCAN works(without the danger of X-Rays) and do imaging of any conductive medium. An example that's not biomedically related would be measuring the distribution of charge in a battery, or measuring liquid in flowing pipes. Here is one example of a recent company that made a non-invasive cancer sensor: https://zilico.co.uk/


Here is another list of applications ranging from a pressure sensor mat through to tumor detection.
https://www.crowdsupply.com/mindseye-biomedical/spectra/updates/applications-in-research
 

Offline edy

  • Super Contributor
  • ***
  • Posts: 2385
  • Country: ca
    • DevHackMod Channel
Re: Spectra: Open Biomedical Imaging on CrowdSupply!
« Reply #3 on: May 02, 2019, 07:55:52 pm »
I read up on the Wikipedia page on this type of imaging and also viewed the Crowd Supply site video and read everything there. While the technology is fascinating and has amazing potential, it will probably find niche applications in screening and other situations in which low-cost and safety are important, but will likely have high false positive rate... Basically you want low specificity, but also sensitive enough not to miss pathology when it is there, to push people to then move on to further testing with other more expensive but proven medical imaging technologies that use more penetrating forms of radiation and can provide higher resolution data.

Part of the problem I see is that the conductive path is bent and distorted by tissue. Sure in a water tank it would be more linear because of the homogenous medium, but entering the body you have various composition of muscle, fat, ligaments, nerves, etc. So for direct visualization of enough resolution that you can use to spacially measure anatomy I don't think it can be applied the same way a CT or MRI can. Even ultra-sound can suffer from this issue. Using it to build a "controller" where you can tell the computer to memorize different patterns to mean different hand-gestures is a different story. You get a funny looking blob hear, it means one thing.... a funny looking blob there, it means another. As long as you get consistency you can pattern match and interpret the appropriate gesture. But the minute you move it to another person, or even the same user and position the sensor array differently, the patterns are all going to be different and you have to "recalibrate".

I would be curious to see what results in the test tank if you change around the distribution or use combinations of carrier medium (oil, water, glycerin, Jello, etc...) and immerse substances of either similar electrical impedance or different conductivities, or adding electrolytes to the water? As far as comparing to a CT scan, my understanding is that the imaging sensor works by producing current at one electrode while listening with the others, and steps through each one likewise, continuously circling around, thus building up a map of the space inside of the ring of electrodes. A CT machine does the same but because it has a radiation source at one point and imaging plate at another, the entire machine has to circle around the object. With electrodes, each one can be turned into an "emitter" and "sensor" so you don't need to move the entire structure around, you just have software alternately choose and circle around in a loop-like fashion like this:

Assuming 10 electrode circle:

for e=1 to 10 do:              // circle through each electrode
{
    for s=1 to 10 do:                        // listen through each electrode
    if S=E do nothing,                      // except for when it is same electrode, skip
    else:
     { 
          pulse from electrode[e];     // turn on a pulse at electrode "e"
          sense at electrode[ s];        // read at electrode  "s"
     }
}

Or do you read all the other sensing electrodes simultaneously?

Now you read the values you get doing each "pairwise" selection of electrodes[e,s] and work backwards to geometrically color in a grid by filling in the value along a line between the same electrodes in the same spacial orientation you have. You basically integrate the values on top of that grid/map and then normalize it (or color map) to show the differences with more contrast.

What I'd like to see is the same thing but perhaps instead of just electrodes (for impedence), place piezo-electrics in the same array and see if you can use vibration/sound to image something. Perhaps you can get unique data out of combining both or doing other types of arrays employing the use of multiple physical attributes in measurements.

Fascinating, can't wait to learn more and see it in action.
YouTube: www.devhackmod.com LBRY: https://lbry.tv/@winegaming:b Bandcamp Music Link
"Ye cannae change the laws of physics, captain" - Scotty
 

Offline jean123Topic starter

  • Newbie
  • Posts: 4
  • Country: us
Re: Spectra: Open Biomedical Imaging on CrowdSupply!
« Reply #4 on: May 23, 2019, 05:25:52 pm »
Hi Edy,
Yes you are totally right on your points. The point about AC current bending around shapes is a particularly difficult algorithmic challenge. One of the saving graces of EIT is that you can inject different frequencies, and get different images based on the dielectric path of least resistance - this could potentially give you excellent contrast ratios(i.e. better than a CATSCAN). CATSCANs are good at seeing bone, but can't differentiate soft tissue very well... so perhaps each technique will find different strengths and weaknesses.

There is some great deep learning inverse problem papers coming out on getting better spatial resolution with the help of machine learning techniques in EIT which could also give it greater spatial resolution. Mostly though, EIT could be safe and cheap to mass produce... making it attractive as perhaps a per-emptive imaging measure or something that could be used in the two thirds of the world without any access to medical imaging. Early days though!

A CATSCAN does rotate around the subject, and well - this technique could do that too but it would need a big stage and well - that would no longer be a cheap open source kit. What I did was use 32 electrodes and as you discussed, different stimulation patterns to do the tomographic reconstruction. The motivation was to show people that they could do biomedical imaging themselves(and even consider improving on it)... and also in a safe way.

I also agree that adding piezo transducers to this technique would be interesting. There is some initial work on this at Bin He's lab I think, and it shows a better resolution of sharp corners due to the acoustic impedance imaging, with broad changes in medium based on dielectric constant also being visible. So this seems to have high potential too, but again is pretty new as that paper I think came out in 2017.
« Last Edit: May 23, 2019, 05:29:01 pm by jean123 »
 

Offline Dackgo

  • Newbie
  • Posts: 2
  • Country: ao
    • แทงบอล
Re: Spectra: Open Biomedical Imaging on CrowdSupply!
« Reply #5 on: July 08, 2019, 03:13:19 am »
Is useful information for everyday life
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf