Nvidia Researchers Generate Synthetic Brain MRI Images For AI Research (zdnet.com)
AI holds a great deal of promise for medical professionals who want to get the most out of medical imaging. However, when it comes to studying brain tumors, there's an inherent problem with the data: abnormal brain images are, by definition, uncommon. New research from Nvidia aims to solve that. From a report: A group of researchers from Nvidia, the Mayo Clinic, and the MGH & BWH Center for Clinical Data Science this weekend are presenting a paper on their work using generative adversarial networks (GANs) to create synthetic brain MRI images. GANs are effectively two AI systems that are pitted against each other -- one that creates synthetic results within a category, and one that identifies the fake results. Working against each other, they both improve. GANs could help expand the data sets that doctors and researchers have to work with, especially when it comes to particularly rare brain diseases.
On GAN's generally, since no actual research is linked to, here: https://arxiv.org/pdf/1406.2661.pdf
I wonder if this can actually work. If you don't have enough images to train a classifier, why would training a GAN work? And even if training a GAN works, those images won't contain any information about tumors that were not already contained in the original images.
Jan
You'll just have convergence to what was already known about the characteristics of any abnormality, with near zero possibility of providing new insight.
Seems that the way to characterize this, is that the networks are being used to generate plausible fakes.
Artificial Intelligence finds artificial brain damage.
This seems to be a similar, but more complex, approach to boosted decision trees where the training samples that the algorithm initially mis-classifies are fed back through with a higher weight to make the algorithm pay more attention.