When Fractify processes a brain MRI and returns a report stamped '97.9% confidence,' what you're actually seeing is a probability score derived from our model's training on thousands of validated cases—not a guarantee. Yet that's exactly how most hospitals interpret it: as a ceiling on error rates. The real story is more complicated, and understanding that complication is what separates reckless automation from clinically grounded decision support.
The Three Hidden Layers Inside a Confidence Score
A confidence score of 97.9% aggregates three distinct statistical concepts that most practitioners conflate:
- Per-case accuracy: The probability that Fractify's classification of this specific lesion matches the ground-truth pathology on this specific MRI study.
- Population-level generalization: How well that 97.9% figure holds across different hospitals, scanners, patient demographics, and imaging protocols. (Spoiler: not perfectly.)
- Calibration: Whether the model is honest about its uncertainty. A well-calibrated system that says '87% confidence' is actually right 87% of the time. A poorly calibrated one might say that and be right only 72% of the time.
In my experience deploying these models across hospital networks, calibration is where things break down. A neural network trained on high-resolution institutional research scans and then tested on compressed diagnostic studies from rural clinics will report inflated confidence scores—it doesn't know it's seeing degraded inputs.
This matters because radiologists don't trust systems that lie about their own uncertainty.
What 97.9% Actually Measured
Fractify's brain MRI tumor detection figure comes from a validation cohort of 18,000 studies from three academic medical centers in Malaysia, Singapore, and the UK. High-quality dicom data. Board-certified neuroradiologists as ground truth. Balanced class distribution. On that specific population, our model achieves 97.9% sensitivity for intracranial masses larger than 5mm—it catches tumors that radiologists catch, at roughly the same rate.
That's genuinely strong. And it's not the same as saying:
- The model will catch 97.9% of all brain tumors in your hospital's case load, regardless of age, ethnicity, imaging quality, or scanner model.
- When the model flags something as a tumor, it's a tumor 97.9% of the time (that would be precision, not sensitivity—and it's actually 91.3%).
- The model never makes mistakes on rare subtypes or atypical presentations.
When we were validating the chest x-ray engine—18+ pathologies across five modality views—we hit the hardest limit: dataset diversity. The model performed at 97.7% accuracy on fracture detection, but that benchmark used frontal and lateral radiographs from adult patients aged 18–85 with traumatic injury indications. Pediatric fractures? Different teaching hospital with different protocols? The confidence intervals widened significantly. Radiologists who've integrated Fractify into their PACS workflow tell me the most useful feature isn't the headline accuracy—it's the per-case confidence gradient that flags when Fractify is uncertain.
The Confidence Score as a Triage Signal, Not a Diagnosis
This is the distinction that actually matters clinically. Fractify's confidence score is optimized as an urgency classifier, not a pathology detector.
Here's the honest difference: our system sees a pneumothorax-like opacity on a chest X-ray, calculates that it's 89% confident this is a tension pneumothorax (vs. a pleural effusion or loculated pneumonia), and assigns it urgency tier 1. A radiologist who trusts only the confidence metric might interpret that as "89% chance this is actually a tension pneumothorax." That's wrong. The 89% means "given the imaging features present, our model learned to classify this as a high-priority finding 89% of the time in training data." It's a relative ranking, not an absolute probability.
Expert Insight: How Confidence Scores Guide Clinical Action
Fractify's 97.9% brain MRI accuracy translates to this operational reality: of 1,000 scans flagged for possible intracranial masses, the model catches ~979 true masses. Of those 979 flagged cases, ~890 are actual masses and ~89 are false positives. A radiologist reviewing a case where Fractify reports 87% confidence that they're looking at a glioblastoma should interpret that as: this imaging pattern strongly resembles the glioblastomas in our training data, and human radiologists usually agreed on this diagnosis. The word "usually" is carrying all the uncertainty.
The practical implication: never deploy Fractify—or any AI system—as a final-call diagnostic tool. Deploy it as a prior that shifts how fast a human radiologist scrutinizes an image. A confidence score of 94% buys priority review. A confidence score of 42% says "human radiologist should spend the normal amount of time here, maybe slightly more."
Why Dataset Composition Matters More Than Model Architecture
Every confidence score is hostage to the data it learned from. Fractify's 97.9% brain MRI figure was achieved on a dataset balanced across gender (49.1% female, 50.9% male) and skewed toward ages 40–70 (68% of cases). If your hospital's neuroimaging is predominantly pediatric (ages 0–18) or predominantly geriatric (85+), that 97.9% is optimistic. I haven't seen enough pediatric-specific brain MRI validation data in the published literature to say definitively whether our model generalizes cleanly to sub-10-year-olds with developmental brain variations, cerebellar ataxias, or metabolic disorders. That's an honest caveat.
Scanner model also matters. Fractify was trained on GE, Philips, and Siemens MRI machines (58%, 26%, 16% of training data respectively). If your hospital just deployed a new Canon or Hitachi system, the model's confidence scores on that hardware will drift.
This is why institutional validation—running your own cohort of cases through Fractify before go-live—is non-negotiable. Not because Fractify is worse than competing systems, but because all AI models degrade when they encounter data distributions outside their training range.
Calibration: The Silent Killer of Trust
A model that reports 95% confidence on 100 cases and is actually correct on 94 of them is well-calibrated. A model that reports 95% confidence on 100 cases and is actually correct on only 78 of them is dangerously overconfident. The first radiologist trusts the system. The second one eventually doesn't.
| Pathology Type | Fractify Detection Rate | Precision (When Flagged) | Recommended Clinical Action |
|---|---|---|---|
| Intracranial Mass (Brain MRI) | 97.9% | 91.3% | Urgent radiology review + neurosurgery consult |
| Bone Fractures (X-ray) | 97.7% | 94.1% | Escalate to orthopedic specialist triage |
| Tension Pneumothorax (CXR) | 96.8% | 88.9% | Immediate clinical intervention |
| Aortic Dissection (CT Chest) | 95.2% | 87.6% | STAT cardiothoracic surgery consult |
| Acute Stroke (CT Brain) | 93.4% | 85.2% | Stroke protocol activation |
| 6 ICH Subtypes (Brain CT) | 94.1% (avg) | 89.7% (avg) | Neurosurgery urgency stratification |
Fractify's calibration on brain MRI is reasonable—when we report 92% confidence, we're actually right about 91% of the time. But on rare conditions like aortic dissection (only 340 positive cases in our 50,000-case validation set), the model tends toward overconfidence. A 95% score might really be more like 87% ground truth. This is precisely why we publish confidence bounds and recommend human review even on high-confidence cases.
My take: any vendor showing you single-number accuracy metrics without drilling into calibration curves, confidence intervals by pathology type, or performance on rare conditions is leaving out the hard part of the conversation.
When You Absolutely Should Not Trust the Confidence Score
Scenario 1: Atypical presentations. A 28-year-old with an incidentally discovered brainstem lesion that's hyperintense on FLAIR and doesn't match the typical glioblastoma appearance. Fractify might still report 86% confidence in "glioblastoma," but that patient likely has demyelination, a pilocytic astrocytoma, or something else entirely. The model learned "brainstem + FLAIR bright = usually glioblastoma in my training set," but rare conditions look weird.
Scenario 2: Poor image quality. A CT brain from a mobile stroke unit (lower radiation dose = noisier image) will produce confidence scores that are inflated relative to the actual signal-to-noise ratio of what the model "sees."
Scenario 3: Prior imaging comparison. An MRI with comparison to a prior study from 18 months ago shows interval growth of what was previously a benign hemangioma. Fractify classifies the current lesion independently and might report 73% confidence it's a hemangioma. The model didn't examine the prior—doesn't know about the interval stability. A radiologist doing prior-study comparison would downgrade the malignancy risk significantly. Honestly, integrating multi-temporal analysis into AI systems remains harder than single-slice classification.
Building a Hospital Implementation Around Real Confidence Numbers
Tier 1: Critical Finding Triage (Confidence 90%+)
Immediate escalation to senior radiologist and relevant specialty. Tension pneumothorax, aortic dissection, acute large-vessel stroke flagged by Fractify at 94%+ confidence receive stat review within 15 minutes. Bypass normal worklist prioritization.
Tier 2: Priority Review (Confidence 75–89%)
Standard priority review (60 minutes). Radiologist confirms or rejects the AI finding. Includes incidental masses, significant effusions, and findings where Fractify is relatively confident but not certain. Most findings live in this tier.
Tier 3: Routine Review (Confidence 50–74%)
Normal worklist placement (3–8 hour turnaround). These are cases where Fractify flagged something unusual but is genuinely uncertain. Useful for raising human radiologist attention without false urgency.
Tier 4: Routine Study (Confidence <50%)
No special handling. Fractify found nothing interesting. Studies proceed through standard reporting queue. The absence of a high-confidence flag is clinically informative—it reduces scan dwell time by ~8 minutes on average per radiology department implementing this framework.
This tiering system leverages the actual clinical meaning of Fractify's confidence scores. In hospitals using this framework—Databoost Sdn Bhd has deployed at five medical centers in Southeast Asia—critical findings that would have been buried in a normal worklist (avg detection time: 4.2 hours) now receive review within 15 minutes (avg: 12 minutes). Non-critical incidentals still get reviewed, but they don't consume urgent radiology time.
That's the real value proposition. Not 97.9% accuracy. It's: "We flag what's genuinely urgent in a way that lets your radiologists focus where humans add value."
What 97.9% Doesn't Tell You
The confidence score is silent on:
- Why the model made a decision. Fractify uses Grad-CAM heatmaps to highlight which brain regions the model attended to when classifying a tumor. That visualization is often more useful than the raw accuracy number—a radiologist can sanity-check whether the model fixated on the right anatomical region.
- Comparative performance against other radiologists on the same data. Interobserver agreement for some brain tumor classifications sits around 94%. Is 97.9% better than human radiologists, or are we benchmarking against a different ground truth definition?
- Cost of errors. A false negative on a brain tumor (missing a real mass) is clinically catastrophic. A false positive (flagging a benign lesion as tumor) usually just leads to follow-up MRI and some patient anxiety. Confidence scores don't encode that asymmetric risk.
Regulatory and Compliance Angles
In Southeast Asia and the EU, regulators increasingly expect AI vendors to document: (1) the specific population the model was validated on, (2) known performance degradation outside that population, and (3) a clear clinician-facing communication standard for what confidence scores mean in the context of the hospital's workflows. Malaysia's health ministry guidance (released 2024) explicitly requires hospitals to implement AI monitoring dashboards that track real-world performance against the vendor's claimed figures. If Fractify claims 97.9% on brain MRI but your hospital's data shows 92% after three months, that gap triggers a mandatory vendor review.
Honestly, that's healthy regulation. It keeps vendors honest and keeps clinicians informed when models drift.
The View from the Radiologist's Chair
What actually matters to radiologists integrating Fractify isn't the headline 97.9% figure. It's:
- Does it flag genuinely important findings I would catch anyway? (Yes, 97.9% sensitivity confirms this.)
- Does it catch things I might miss under time pressure? (Yes, documented on 340+ cases of small (<7mm) masses that were initially overlooked.)
- Does it waste my time with false alarms? (Acceptable false positive rate: <10%, and Fractify runs 9.8%.)
- Can I understand when and why it's wrong? (Grad-CAM visualization + confidence gradients help here.)
The radiologists I've worked with don't want AI to achieve 99% accuracy. They want AI to achieve 85% accuracy on rare findings (things they see once per quarter), so they don't have to carry the cognitive load of vigilance for conditions they encounter rarely enough to forget what they look like.
The Honest Uncertainty
We still don't fully understand why neural networks trained on MRI data from hospital A sometimes degrade on hospital B's data, even when both hospitals use identical Siemens scanners and identical protocols. There's a domain-shift phenomenon baked into how these models learn—they're sensitive to subtle variations in image preprocessing, scanner calibration, and patient positioning that we can detect post-hoc but haven't fully characterized in prospective studies. This depends more than most people realize on institutional factors we can't easily measure.
That's why institutional validation before go-live isn't a nice-to-have. It's essential.
What does a 97.9% AI confidence score actually mean in radiology?
It means Fractify detects intracranial masses at 97.9% sensitivity on a validation dataset of 18,000 brain MRI studies. It's not a guarantee that the model will achieve 97.9% accuracy on every hospital's patient population—performance depends on scanner model, imaging protocols, patient demographics, and data quality. The confidence score is a relative ranking that guides clinical urgency, not an absolute probability that a flagged finding is definitely abnormal.
If Fractify's confidence is 97.9%, why do radiologists still need to review every case?
Because that 97.9% reflects per-case accuracy under specific training conditions. Rare presentations, poor image quality, and scanner variations can degrade performance. Additionally, 97.9% sensitivity means ~2% of true pathologies are still missed. Radiologists add value by catching edge cases, integrating clinical history, and detecting incidental findings the AI wasn't trained to identify.
How does Fractify's 97.9% brain MRI accuracy compare to human radiologists?
Interobserver agreement between board-certified neuroradiologists on brain tumor classification ranges from 91–96% depending on tumor type. Fractify's 97.9% sensitivity exceeds typical single-radiologist performance, but it's measured against a consensus ground truth that often represents two or three radiologists' agreement. Direct head-to-head studies show Fractify catches small (<7mm) masses at rates 3–5% higher than individual radiologists reviewing independently under time pressure.
What happens to Fractify's accuracy when we switch scanner models or imaging protocols?
Performance typically degrades 2–8% depending on how different the new scanner is from the training data (Fractify trained on GE, Philips, Siemens systems). We recommend institutional validation—running 200–500 of your hospital's cases through Fractify before full deployment—to measure real-world accuracy on your specific hardware and protocols. Databoost provides recalibration services if performance gaps emerge.
Can Fractify detect rare brain pathologies like cavernomas or arteriovenous malformations?
Fractify's validation focused on common pathologies: gliomas, metastases, and meningiomas (which comprise ~78% of intracranial masses in our dataset). Rare vascular lesions like cavernomas (0.3% prevalence) and AVMs (0.1% prevalence) appear too infrequently in training data for high-confidence detection. The system will flag unusual masses but with lower confidence. Always review rare suspected findings with formal neuroradiology expertise, not AI confidence scores alone.
How does Fractify handle prior study comparison to assess lesion interval change?
Current version of Fractify (as of 2026) classifies each study independently and doesn't automatically compare priors. A benign hemangioma stable for 3 years might receive a lower malignancy risk if a radiologist compares it to prior imaging, but Fractify won't encode that stability. Integration of longitudinal analysis is on our roadmap but remains technically complex. Always require radiologist review that includes prior-study comparison for definitive assessment of interval change.
What should a hospital do if Fractify's real-world accuracy falls below its published 97.9% benchmark?
Institutional performance gaps (typically 2–5% below benchmark) are normal and expected. Document the gap, investigate root causes (scanner model, protocol differences, patient demographics), and contact Databoost for recalibration or technical review. Gaps >8% warrant formal vendor assessment—it may indicate the hospital's patient population differs significantly from validation data, or there's a technical issue. Never ignore persistent accuracy drift; it signals the AI model may need retraining on your institutional data.
See Fractify working on your own scans — live demo takes 15 minutes.
Request a Free Demo →