Direct Answer
OPG-based caries detection in Medecro.AI runs on a convolutional neural network trained on 500,000+ annotated radiographs. The model works through all 32 tooth zones in a single pass, scoring each one for caries at four depth levels — enamel, dentin, pulp-involved, and periapical. On independent validation, it achieved 94.7% sensitivity and 91.3% specificity.
94.7%
Sensitivity
91.3%
Specificity
4
Depth Levels
10s
Full OPG Analysis
The detection doesn't happen all at once. Understanding why the pipeline is staged helps explain both what it catches and where its limits are.
Preprocessing
The raw OPG gets normalised, contrast-enhanced, and brought to a consistent resolution. Beam angle variation and positioning artifacts — both common in clinical OPGs — are corrected through geometric normalisation before any detection runs. This step matters more than it sounds: an unnormalised image will produce inconsistent sensitivity across the arch.
Zone segmentation
A dedicated segmentation model isolates all 32 tooth regions, plus supporting bone and sinus anatomy. Each zone is then passed independently to the caries model. This is why the model can give you tooth-specific findings rather than a general 'caries present' flag — it's working at the zone level, not the whole-arch level.
Classification
A multi-label CNN scores each isolated zone for caries probability across the four depth levels. Zones that exceed the confidence threshold get a bounding region annotation and a severity grade in the report. Zones that don't, don't.
Not all caries looks the same on a panoramic radiograph, and the model treats each depth level separately. Detection rates vary by level — partly because of what OPG geometry can and can't resolve.
~71% detection rate — Radiolucency confined to enamel. Usually shows as a faint interproximal shadow. The lowest detection rate of the four levels — OPG resolution is the constraint here, not the model. Consistent with what a trained human reader achieves on the same modality.
92–96% detection rate — Extension into dentin. This is the clinically most important intercept point for conservative treatment, and it's where the model performs most reliably. If you're using Medecro.AI as a screening pass, dentin-level caries is where it earns its value.
High confidence threshold — Radiolucency approaching or breaching the pulp chamber. When flagged, the report auto-suggests an RCT assessment note. The model uses a higher confidence threshold here — the cost of a false positive at this level is higher than at enamel.
Co-detected alongside caries — Associated periapical changes are flagged alongside the carious lesion when present. The combination of caries + periapical change is suggestive of pulp necrosis or chronic apical periodontitis — the report surfaces both findings together.
OPG isn't the gold standard for caries detection. Bitewing radiographs give better resolution for interproximal surfaces, and that's a physical geometry problem, not something an AI model can fix. What Medecro.AI does is improve the consistency of what you get from an OPG — which, for many Indian clinics, is the scan being taken anyway.
Four areas where it adds something measurable:
Clinical bottom line: Medecro.AI on OPG is a first-pass screening layer. It is not a substitute for bitewing radiographs on cases where interproximal caries is your primary concern. Use it for what it's good at — consistent, fast, documented screening on the scan you're already taking.
The figures come from a hold-out dataset of 3,200 OPGs — scans the model hadn't seen during training. Ground truth was consensus from two oral radiologists.
| READER | SENSITIVITY | SPECIFICITY | CONTEXT |
|---|---|---|---|
| Medecro.AI (OPG) | 94.7% | 91.3% | Hold-out set, 3,200 OPGs, 2024 |
| General dentist (OPG) | 82–87% | 79–86% | Published literature range, 2019–2023 |
| Bitewing (human + AI) | 96–98% | 93–96% | Different modality — included for reference only |
The bitewing row is in there for context, not comparison. It's a different modality with better interproximal resolution. Comparing OPG AI to bitewing performance is like comparing a chest X-ray to a CT — the better number doesn't mean the first tool is useless.
These aren't caveats that might apply. They apply. Every limitation below is clinically relevant and documented in the validation data.