Challenges of AI in Clinical Settings
==AI in clinical settings faces a few big, recurring problems.==[:cite[1]{ln=6}] ==The raw data problem: clinical AI depends on big data that are often too large, too heterogeneous, and changing too quickly to be ea...
==AI in clinical settings faces a few big, recurring problems.==[:cite[1]{ln=6}] ==The raw data problem: clinical AI depends on big data that are often too large, too heterogeneous, and changing too quickly to be easily stored, analyzed, and used.[:cite[2]{ln=4}] The paper also says productive interaction between physicians and data scientists is needed to turn that data into clinically meaningful automated and predictive analysis.[:cite[2]{ln=3}]== ==The problem definition problem: applying machine learning well requires understanding both the medical problem and the statistical problem so the right algorithm is chosen.[:cite[1]{ln=4}] The paper also notes that prediction accuracy depends on the algorithm, dataset, and hypothesis, so bad matching between those pieces can hurt performance.[:cite[3]{ln=7}], [:cite[3]{ln=8}]== ==Supervised learning has a labeling and bias problem: it needs a lot of human labeled data, which is time consuming to produce.[:cite[4]{ln=2}], [:cite[4]{ln=3}] Small or biased training datasets can lead to inaccurate decisions on testing datasets, so large training sets and validation with other datasets are needed.[:cite[5]{ln=2}] Supervised learning can also inherit bias when the learning algorithm is pushed toward one hypothesis or function over another.[:cite[5]{ln=4}]== ==Model reliability is a major challenge: machine learning must avoid both underfitting and overfitting.[:cite[6]{ln=2}], [:cite[6]{ln=3}] The paper explains that overfitting often happens when a model is too complex for the size of the training dataset, making it less valid on testing data.[:cite[6]{ln=4}] It also gives an example where the model learns an overly narrow pattern and misclassifies related conditions, which illustrates overfitting, while excluding real cases illustrates underfitting.[:cite[7]{ln=2}], [:cite[7]{ln=3}], [:cite[7]{ln=4}], [:cite[7]{ln=5}]== ==Unsupervised learning has a cluster bias problem: identifying the initial cluster pattern is difficult, and that can bias the final pattern and lead to inaccurate decisions.[:cite[8]{ln=2}], [:cite[8]{ln=3}] Because of that, the paper says unsupervised results need validation in several cohorts.[:cite[8]{ln=4}] It also says some complex tasks cannot be handled well without supervised help, so manually labeled data may still be needed.[:cite[8]{ln=5}] Noisy data may need manual denoising, and the best results may require a mix of hand coding, unsupervised algorithms, and later validation.[:cite[8]{ln=6}], [:cite[8]{ln=7}]== ==Deep learning brings infrastructure and implementation burdens: it has many parameters and layers, so overfitting can be a major challenge that hurts predictive performance.[:cite[9]{ln=3}] It also requires large training datasets, which may force collaboration across institutions and linkage of electronic health records.[:cite[9]{ln=5}] The paper further says deep learning analysis needs specialized computing hardware such as GPU accelerated machines.[:cite[9]{ln=6}], [:cite[10]{ln=5}] On top of that, setting up neural networks is time consuming, and adding more layers can increase training time without improving precision.[:cite[10]{ln=6}], [:cite[10]{ln=7}]== ==There is also a clinician readiness problem: the authors warn that ignoring AI’s challenges can reduce its impact in medicine, and they say physicians need to be prepared for the coming AI era and know how to use AI well enough to generate hypotheses, analyze big data, and optimize applications.[:cite[11]{ln=2}], [:cite[11]{ln=3}], [:cite[12]{ln=5}]== ==Practical takeaway: the paper does not frame the main challenge as “AI is useless in clinics.” It frames the challenge as “AI is promising, but it needs the right data, validation, infrastructure, collaboration, and clinician preparation to work safely and meaningfully in practice.”[:cite[1]{ln=6}], [:cite[11]{ln=2}], [:cite[11]{ln=3}]==