Skip to content
Lab NotesUpdated 3 min read

Know the resolution of the instrument you trust

By Reza Motaghi

Every vision model has a smallest unit of attention. On a panoramic it is about three millimetres. Most of what I call is smaller.

I measured it on 31 August, on the model I trained on my own reads. One board-certified oral and maxillofacial radiologist, doing arithmetic any clinician can do in a minute. A vision model does not see pixels. It cuts the image into square tiles and turns each tile into one unit of attention. This model's tile is 32 pixels wide. My panoramics are 0.096 millimetres per pixel. One tile is 3.07 millimetres.

Now hold that ruler against the image. The crest of the alveolar bone, where periodontal bone loss begins, is a line a fraction of a millimetre wide. The wall of the mandibular canal is a pair of thin lines. The mental foramen is a small round shadow. Each lives inside one tile, sometimes inside a corner of one. The model can attend to the tile. It cannot attend to the line inside it.

More pixels feel like the fix. They are not. The largest panoramic reader published so far fed the same images to its model at three resolutions and the results moved by under two points (Nature Biomedical Engineering, 2026). Outlining every tooth on the image before asking about disease moved diseased-tooth identification by more than a fifth. Resolution was not the lever. Telling the model where to look was.

So the question for any AI that reads images for you, before any accuracy figure: what is its smallest unit of attention, in millimetres, on your images. If the findings you are paid to catch are smaller than that unit, no dataset will teach the model to see them. It will learn to say them from context instead, which is worse than silence, because it sounds the same.

What I would do differently: run this arithmetic before the first training example, not after the third run.

The check

The one-minute arithmetic:

  1. Find the pixel size of your images. It is in the image header or the scanner specification.
  2. Find the model's patch size. Vision models publish it. Some merge patches two by two before attending, so use the merged size.
  3. Multiply. That is the smallest unit the model attends to, in millimetres.
  4. List the findings in your work that are smaller than that number. Test those first, and test them by hand, against your own cases.

Sources

  • Nature Biomedical Engineering, 2026, DOI 10.1038/s41551-026-01713-8.

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. Three training runs, one lesson

    Three fine-tunings on my own radiology reads learned my report and not the image, and no training dial showed it. The three checks that catch it.

  2. 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.

  3. Read a paper for the experiments it lets you skip

    One paper read twice struck a planned experiment and handed me a step. How to read a paper for the experiments it lets you skip.