OPG Analysis

How does AI analyze an OPG radiograph?

A clinical explanation of how AI dental imaging systems process OPG radiographs — covering preprocessing, segmentation, multi-label classification, known accuracy benchmarks, and the limitations every dentist should understand before relying on automated findings.

Updated June 20254 min readReviewed by Dr. Chandraveer, BDS

Direct answer

AI systems analyze OPG radiographs in three sequential stages: preprocessing (geometric normalisation and contrast enhancement), panoptic segmentation (tooth isolation and FDI zone mapping), and multi-label CNN classification (per-zone scoring across condition classes including caries, bone loss, and periapical lesions). Modern AI dental imaging platforms complete this pipeline in under 10 seconds and return structured findings — tooth number in FDI notation, condition class, confidence score, severity grade, and a colour-coded annotation on the original image — that can be reviewed, overridden, and incorporated into the clinical report by the treating dentist.

<10s

Full OPG analysis

32

Tooth zones mapped

22+

Condition classes

500K+

Training radiographs

The 3-stage AI analysis pipeline for OPG radiographs

AI dental imaging systems process OPG radiographs through a deterministic, sequential pipeline. Each stage builds on the previous — clean geometry from Stage 1 determines how accurately Stage 2 can segment individual teeth, which directly constrains the precision of Stage 3 classification. Understanding these dependencies matters when evaluating AI output quality or troubleshooting low-confidence findings.

1
Stage 1

Preprocessing & normalisation

Before any AI analysis begins, the raw DICOM or JPEG is normalised to a consistent resolution and bit depth. Histogram-based contrast enhancement — typically CLAHE (Contrast Limited Adaptive Histogram Equalization) — improves radiolucency visibility in low-contrast regions, which is where early pathology tends to hide. Geometric normalisation corrects for beam angle variation and patient positioning artifacts. This step is clinically important: inter-clinic imaging variation is the most common reason AI performance degrades when models are deployed beyond their training distribution. A preprocessing stage that handles these variations before segmentation begins is what separates research-grade models from clinically deployable ones.

DICOM / JPEG inputcontrast CLAHEgeometric correctionquality score output
2
Stage 2

Panoptic segmentation

A panoptic segmentation model isolates each tooth as a separate instance and assigns it an FDI tooth number (11–48). Within each isolated tooth region, three anatomical zones are identified: crown, cervical junction, and root. This zone map becomes the spatial coordinate system that all downstream classification results anchor to — so findings are expressed as "tooth 36, distal crown" rather than raw pixel coordinates, making the output directly usable in a clinical chart. Panoptic segmentation (as opposed to semantic segmentation) is necessary here because adjacent teeth must be treated as distinct objects, not as a single tooth-class region.

FDI notation32 tooth instancescrown / cervical / root zonesinstance masks
3
Stage 3

Multi-label CNN classification

A convolutional neural network trained on large annotated dental radiograph datasets scores each segmented tooth zone across multiple condition classes simultaneously. The multi-label architecture is clinically significant: a single tooth can be flagged for caries, bone loss, and a periapical lesion in one forward pass — no sequential re-analysis required. Each finding that crosses the confidence threshold is annotated on the original image with a colour-coded bounding region. The structured output includes tooth number, condition class, confidence score (0–1), severity grade (enamel → dentin → pulp → periapical for caries; mild/moderate/severe for bone loss), and a per-image quality score that flags under-exposed or blurred inputs before the dentist acts on the results.

multi-label outputconfidence 0-1bounding regionseverity grade

Structured output per flagged finding

Tooth number

FDI notation, e.g. 36

Condition class

e.g. dentin caries, bone loss

Confidence score

0.00 – 1.00

Image annotation

Colour-coded bounding region

Severity grade

Enamel → pulp → periapical

Image quality score

Flags underexposed / blurred OPGs

OPG vs bitewing: what AI can and cannot detect on each modality

Panoramic and bitewing radiographs have fundamentally different geometric properties, and AI models trained for one modality do not transfer directly to the other. OPG covers the full arch in a single image but has lower resolution per tooth and more superimposition than bitewing. These are physics constraints, not model limitations — and they define what AI can realistically detect on each format.

CapabilityMedecroAI on OPGBitewing (Human + AI)
Full-arch survey in one imageYes4 films needed
Early enamel caries detection~71% sensitivity96–98% sensitivity
Dentin caries detection92–96% sensitivity96–98% sensitivity
Periapical & bone lossHigh accuracyLimited view
Radiation doseSingle exposureMultiple exposures
Report auto-populationYes — all 32 teethPosterior teeth only

Clinical note: AI analysis on OPG is best used as a full-arch screening layer. Suspected early interproximal caries identified on OPG should be confirmed with a bitewing radiograph, which offers higher resolution for proximal surface pathology.

Known limitations of AI analysis on OPG radiographs

OPG resolution ceiling for early enamel caries

Early enamel-only caries detection on OPG runs at approximately 71% sensitivity across published validation studies. This is consistent with experienced human reader performance on the same modality — panoramic resolution cannot resolve proximal enamel lesions reliably. Bitewing radiography remains the appropriate modality for early interproximal caries screening.

Superimposition artifacts

Overlapping roots, dense restorations, or anatomical superimposition can obscure underlying pathology. Well-designed AI systems flag superimposition as an image quality warning rather than silently producing findings — alerting the clinician to scrutinize that region independently rather than relying on automated output.

Image quality dependency

AI sensitivity drops measurably on under-exposed or motion-blurred OPGs. A per-image quality score — returned alongside clinical findings — allows the system to flag images that fall below an acceptable quality threshold and recommend re-acquisition before any findings are acted upon. This is important in high-volume settings where image quality is not always verified at capture.

Not a substitute for clinical examination

Smooth-surface caries, occlusal lesions, and pathology that is not radiographically visible will not appear in AI output. AI reads what is encoded in the image. Physical probing, transillumination, and direct visual inspection remain irreplaceable components of a comprehensive dental examination. AI dental imaging is a diagnostic aid — the clinical decision remains with the dentist.

Quick answers

Modern AI dental imaging systems complete OPG analysis — preprocessing, segmentation, and multi-label classification — in under 10 seconds from upload. The structured report is generated immediately: all 32 tooth zones assessed, findings annotated on the original image, and each finding available for clinical review, modification, or override before the report is finalised.