Your gums can lose bone for years without a single twinge. By the time a tooth feels loose, the damage is often decades deep and largely irreversible. So imagine if the wide, jaw-to-jaw panoramic X-ray your dentist already takes could be read in seconds — bone measured tooth by tooth, the exact severity named on the spot. That is precisely what a new AI periodontitis staging system claims to do.
The 30-Second Version
- A 2025 study built an AI that reads panoramic X-rays and automatically stages and grades gum disease using the official 2017 AAP classification.
- It excelled at the anatomy that matters: 0.95–0.97 precision for the bone crest and the crown-to-root line used to measure bone loss.
- Telling 32 individual teeth apart was the weak link — precision fell to about 0.82, and one real tooth was under-staged (II instead of III).
- The honest caveat: it was built and tested on just 500 images from one clinic, with no real-world clinical trial yet.
It sounds like the end of the periodontal probe. But look closer. The study — led by Khiem Quang Do and colleagues at the University of Medicine and Pharmacy at Ho Chi Minh City, published in BMC Oral Health — didn’t build one all-knowing model. It built three narrow ones, stitched their outputs together with a virtual ruler, and let a fixed rulebook, not the AI, make the final call. That design choice is the whole story: it is exactly why the system is trustworthy where it counts and shaky where it doesn’t.
The study, in one glance
This was a “development and validation” study — the kind that builds a tool and tests it against a human expert, not against patient outcomes. The team gathered 500 panoramic radiographs from adults treated for periodontal disease between 2018 and 2024. A radiologist with ten years’ experience hand-labelled every image: the alveolar bone crest, the cemento-enamel junction (CEJ, where the crown meets the root), and the long axis of each tooth. Those annotations became the “gold standard.” Three YOLOv8 models were trained on 75% of the images, tuned on 15%, and judged on a held-out 10% — 50 images — with 1,000 bootstrap resamples to put confidence intervals on every number.
What AI periodontitis staging gets right
Staging gum disease starts with one measurement: how far the bone has receded down each root. Clinicians express it as radiographic bone loss — the distance from the CEJ to the bone crest, divided by the distance from the CEJ to the root tip. Nail those two landmarks and the rest is arithmetic. And nailing them is exactly what this system did. The bone-level and CEJ models hit precision and recall above 0.95, with specificity approaching 1.0 and Dice overlap scores of 0.95 and 0.94 on the held-out test set — and, crucially, that performance held on images the models had never seen, not just on the tuning set where earlier studies sometimes stopped. From those measurements the system computed bone loss for every tooth, folded in the patient’s age, smoking status and diabetes control, and produced a full 2017 AAP stage (I–IV) and grade (A–C), all inside a web interface where a clinician can review and correct the output.
So can it actually count your teeth?
Here the story turns. Identifying which tooth is which is a 32-way classification problem, and it is genuinely hard — crowding, unusual shapes, drifted or missing teeth all conspire against a clean label. Precision for individual teeth landed at about 0.82 (95% CI 0.74–0.90) and recall at 0.81, and the Dice score slid from 0.89 on the tuning set to 0.81 on the test set. That drop is not a rounding error; it is the difference between a model that looks great in the lab and one that behaves on unseen data.
⚠ A mislabelled tooth can move the whole diagnosis
In one case the system read tooth #23 as Stage II when the periodontist called it Stage III — an underestimation of real bone loss. Because a patient’s overall stage is set by their worst tooth, a single missed or mislabelled tooth can quietly downgrade the entire diagnosis.
It’s a tape measure bolted to a slightly unreliable label-maker: the measuring is superb; it’s telling one tooth from its neighbour that trips it up.
The other limits are the familiar ones. Every image came from one clinic in one city, captured on a single X-ray machine at fixed settings. Mouths with implants, crowns, bridges or braces — some of the messiest and most common real-world cases — were excluded to keep the landmarks clean. And the whole evaluation was internal: no test across different populations, machines, or clinics, and no measurement of whether using the tool actually changes what a dentist does. As we saw when AI went head-to-head with endodontists reading X-rays, the reference standard you measure against quietly decides what “accurate” even means.
Who is really making the diagnosis — the AI or a rulebook?
This is the study’s most honest and most overlooked feature. The AI never decides your stage. It measures; a fixed set of rules — the AAP bone-loss thresholds, the bone-loss-to-age ratio, the smoking and diabetes modifiers — assigns the stage and grade. That is a genuine strength: every step is auditable, and there is no black box quietly declaring you have severe periodontitis. But it is also a chain, and a chain is only as strong as its weakest link. A CEJ point placed a few pixels off, or a tooth labelled wrong, cascades straight into a wrong stage. The authors are candid about this, and note that because staging is rule-derived, they validated the measurements, not the final stage labels, against the expert on the test set.
Could this help the places short on gum specialists?
The pitch is appealing: an automated screener for health systems that don’t have enough periodontists, flagging high-risk mouths early and at scale. The promise is real — consistency and speed are exactly what overstretched clinics need. But the reach depends on things this study can’t yet claim. The model learned from one Vietnamese clinic’s images; whether it travels to other populations and machines is untested. It ran on high-end Nvidia A100 GPUs, and the panoramic units it depends on aren’t universal either. Equity is a deployment problem as much as an accuracy one, and that work is still ahead.
What this means for you
If you’re a patient
If your dentist uses a tool like this, treat its stage and grade as a fast second opinion, not a verdict. The bone measurement is likely solid, but a mislabelled tooth can shift the picture — and it can’t feel your gums bleed or measure a deep pocket. Your dentist’s probe and exam still anchor the diagnosis.
If you’re a clinician
Promising as a triage and consistency aid, but remember what it was tested on: 500 curated images with clean anatomy, from one machine, no real-world trial. Before trusting a stage, glance at the tooth labels — that’s where it slips — and validate on your own equipment and patient mix.
The bottom line
This isn’t an AI that diagnoses gum disease. It’s an AI that measures bone loss with impressive precision and hands the verdict to a rulebook you can actually read — which is exactly the kind of honest, auditable machine dentistry should want. The day it earns the diagnosis is the day it’s proven outside one clinic’s walls.
Frequently asked questions
Can AI really stage periodontitis from a single X-ray?
It can measure the bone loss that staging depends on with high precision (0.95–0.97 for the two key landmarks), then apply the 2017 AAP rules to output a stage and grade. But in this study it was tested against a radiologist’s annotations on 500 images from one clinic — not in live clinical use. So it’s a promising assistant, not a replacement for a periodontal exam.
What’s the difference between staging and grading?
Staging (I–IV) describes how severe and advanced the bone loss is. Grading (A–C) estimates how fast it’s likely progressing, using the bone-loss-to-age ratio plus risk factors like smoking and diabetes. The AI measured the bone loss; the grade also needs your age and health history, which is why the system asks for them.
Why was the AI worse at detecting individual teeth?
Telling 32 specific teeth apart is a 32-way classification problem, made harder by crowding, unusual shapes and missing teeth. Precision fell to about 0.82 and one tooth was under-staged. Because the final diagnosis is built on those tooth labels, a single mislabel can shift the overall stage.
Is this ready for my dentist’s office?
Not yet as a standalone diagnostic. It was internally validated on curated images — implants, crowns and braces were excluded — from one machine, with no real-world trial. It’s a research prototype with a clinician-review interface, designed to assist while a human checks and corrects the output.
Does it replace the periodontal probe?
No. It reads bone loss on a 2D X-ray; it doesn’t measure pocket depth, bleeding on probing, or furcation involvement — the things a probe and clinical exam capture. The authors frame it as a decision aid, not a substitute for hands-on examination.
Source & author credit
This article interprets, and does not reproduce, the following peer-reviewed study. All figures are the authors’ original findings.
Do KQ, Thai TT, Lam VQ, Nguyen TT. Development and validation of artificial intelligence models for automated periodontitis staging and grading using panoramic radiographs. BMC Oral Health. 2025;25:1623. DOI: 10.1186/s12903-025-07025-8
ORCID — no ORCID iDs were listed for the authors in the article’s public Crossref record, so none are cited here.
Published open access under a Creative Commons Attribution 4.0 (CC BY 4.0) licence. Decadentry is an independent educational publication and is not affiliated with the study’s authors. Every Decadentry article is checked against its primary source per our editorial standards.

Leave a Reply