by rasmus1610 8 hours ago

As a radiologist I have found Claude and ChatGPT to be absolutely terrible at MRI and I would not trust it one bit. It has its merits if you need to research stuff that is more text based, but radiological images is just something that they cannot interpret good enough (yet)

lostlogin 8 hours ago | [-11 more]

AI makes up for its poor reporting by enhancing the images.

Current Siemens MR software ‘Deep Resolve’ makes up the signal (adding about 50%), then makes up every second pixel, and then, for 3D sequences, makes up every second slice. It’s locking about 59% of the time off each sequences. And it’s really really good. I’m an MR tech.

rasmus1610 7 hours ago | [-0 more]

but those are two different things. Of course something like Deep Resolve is great, as are modern model based reconstruction algorithms for CTs, but here we are talking about LLMs and their ability to interpret medical images, which has nothing to do with what you said.

microgpt 8 hours ago | [-8 more]

Sorry? You use AI to hallucinate medical images and that's good?

uecker 7 hours ago | [-5 more]

It is not really the same as LLMs. I wouldn't call it AI. And I wouldn't say "makes up". I work in this field and this is certainly based also in part on my research.

lostlogin 6 hours ago | [-3 more]

‘Makes up’ is inaccurate for sure. But it’s not strictly true to call it acquired data either.

After years of collecting artifacts and errors, I have more and more respect for the tool.

But it’s jarring. I open a sequence, decrease the acquired resolution, add the AI and get a scan that’s quicker and higher resolution.

It’s an amazing time to be an MR tech.

uecker 6 hours ago | [-2 more]

It is amazing. It is the result of two decades of research in image reconstruction algorithms. The machine learning is part of it, but that it is sold as "AI" has probably more to do with marketing.

fluidcruft 5 hours ago | [-0 more]

I haven't seen it marketed as "AI" by GE, Siemens or Philips. They usually gesture at "deep learning" or "compressed sensing".

No radiologist is buying "AI" scanners. Radiologists are probably among the most jaded of an audience about the word "AI" due to decades of undelivered promises. AI is synonymous with "worthless trash" to them, not to mention everyone says "AI" is going to put them out of work. lol

lostlogin 5 hours ago | [-0 more]
microgpt 4 hours ago | [-0 more]

Super-resolution is certainly distinct from hallucinating - it just rearranged data that was already there to make it easier for the human eye to see - but should be used with care. I can easily imagine that an upscaling algorithm makes it so a certain defect is clearly not present, when the source image is ambiguous (which the radiologist would have noticed), and in reality the defect is present.

sota_pop 3 hours ago | [-0 more]

Most upscaling and super-resolution techniques I’ve seen use various implementations of interpolation; typically nearest-neighbor approaches. Although I don’t work in the medical field and haven’t checked in on the research at least since ViTs overtook CNNs for other areas of computer vision.

gavinray 7 hours ago | [-0 more]

It's just DLSS/Frame Generation for MRI's.

throwawayffffas 3 hours ago | [-0 more]

Sure but claude and ChatGPT are not Siemens 'Deep resolve'.

pickleRick243 8 hours ago | [-3 more]

It's like people who expect ChatGPT to be really good at chess because chess engines with super-human performance have been around for decades, so obviously the latest frontier LLM that took billions to train should find the task trivial.

Actually, I'm curious what ChatGPT 5.5's ELO is- I wouldn't be too surprised if it's 2000+ just from its basic understanding of chess principles from all the content it has digested.

nicksergeant 5 hours ago | [-2 more]

Interestingly LLMs are extremely bad at chess position _images_. I have to imagine if you give it positions in text it'd be pretty great but when I was learning chess and pasting images of positions in for analysis I couldn't believe how wrong it was. I actually thought it was looking at the board in reverse but even when pointing out problems it seemed completely incapable of understanding what it was missing (of course... it doesn't really "understand" anything).

LLMs truly are marvels with text but anything spatial seems to really mess it up, somehow.

unholiness 4 hours ago | [-1 more]

> I have to imagine if you give it positions in text it'd be pretty great

Not at all? LLMs are a terrible match for the kind of analysis a chess engine does (scaled deep search, deeply trained position evaluations). It's just not that kind of tool.

nicksergeant 4 hours ago | [-0 more]

I suppose that's also a good point!