Skip to content
Lab NotesUpdated 3 min read

Three training runs, one lesson

By Reza Motaghi

A model can learn your report without ever learning your image. Mine did, three times, and every dial said success.

I trained a vision-language model, an AI that looks at an image and writes text about it, on my own panoramic radiograph reads. One board-certified oral and maxillofacial radiologist, every case read blind and taken to consensus with a second reader before it became a training example. Three training runs between 22 and 30 August. The grading was written and sealed before the first run: cases the model would never train on, scored finding by finding against my signed reads, the judge blinded to which model wrote what.

It learned the report completely. The section order, the phrasing, the way I hedge, the line I write when a tooth is missing. From the outside the output was mine.

Then the grade. At its best checkpoint the model never once wrote bone loss. It wrote lesions and retained roots often, in the wrong places. It found caries fewer than one time in three while writing caries lines by the hundreds. Cases it had trained on scored no better than cases it had never seen, which is the proof that the image never entered the learning.

Then I measured what its eye can see. A vision model reads an image in small square tiles. On a panoramic at this pixel size, one tile is about three millimetres. The crest of the alveolar bone, the wall of a canal, a foramen: each is smaller than one tile. Two of the findings it never learned live below the tile. No number of my reads would have taught it those. The physics beat the data. For scale: the largest panoramic reader published so far trained on images from more than a hundred thousand patients (Nature Biomedical Engineering, 2026).

Here is what I would keep from the three runs. Write the grading before the training and seal it. Decide in advance what each failure would look like and what you would do about it. Before the third run I wrote down four failure signatures and the move for each, so when the grade came in the move was already made: stop writing examples for a class the tile cannot resolve, and stop trusting any dial that is not a blind grade against your own reads.

The loss curve fell every time. The output was fluent every time. Neither can tell you whether the model looked.

The check

The three-line version, for any model you fine-tune on expert work:

  1. Before training, write the failure signatures and the move for each. If you cannot name what failure looks like, you cannot recognise it.
  2. Grade finding by finding against your own signed cases, on cases the model never saw, with the judge blinded to the source. One accuracy number hides everything that matters.
  3. Compute the model's smallest unit of attention in millimetres and list every finding smaller than it. Those are not data problems, and no dataset fixes them.

Sources

  • The two 2026 dental readers: citations to be confirmed before publish (see open check).

About the author

Reza Motaghi is an oral and maxillofacial radiologist and Chief Innovation Officer who reads every day and builds, evaluates, and trains the imaging AI for it. He built CBCTScope, the first CBCT viewer with native AI-agent control, and writes about what a model did on a real case and what it did not.

The newsletter

Get the essays as they’re written.

Imaging AI, evaluation, and building alone, from a radiologist who reads every day and tests before he trusts. A few essays a month, nothing else.

Join for FreeFree · Unsubscribe anytime

Related

  1. Know the resolution of the instrument you trust

    A vision model attends in tiles of about three millimetres on a panoramic radiograph. Most of what a radiologist calls is smaller. The one-minute arithmetic.

  2. Write the missing page

    The first Unsloth fine-tune of a vision mixture-of-experts model: the thirty-second gradient check and the two silent defaults that would have ruined the run.

  3. Your own labels drift as you learn

    My facts per read nearly doubled over a reading campaign. A sparse answer key scores true findings as inventions. Measure your drift before you grade anyone.