How it works
Tying a claim to a region of the image
Grounded models tie each statement to a region, which makes a score checkable in a way a bare number never is.
Most scores arrive with nothing attached: a number, sometimes a sentence of prose, and no way to check either against the photo they came from. Grounding is the property that closes that gap - a model that states not just what it concluded but which pixels the conclusion is based on, so the claim can be verified rather than taken on trust.
What grounding means technically
A grounded vision-language model can produce a bounding box, a segmentation mask, or a coordinate reference alongside a piece of text, tying that specific statement to that specific region of the image. Ask an ungrounded model to describe symmetry and it gives you a sentence. Ask a grounded one and it can give you the sentence plus a highlighted region the sentence is about, which is a fundamentally different kind of output - one you can check by looking at the same region yourself and asking whether it supports the claim.
This is distinct from attention weights inside a network, which show which input regions influenced a computation but were never designed to be a human-readable claim about content; grounding is a deliberate output format, built so a statement and a location travel together. It is also a distinct concept from hallucinated description - a model can be grounded and still occasionally point at the wrong region, but the grounding is what makes that error visible in the first place, rather than hiding it behind confident prose with nothing to check it against.
Why it matters specifically for scoring
A bare score is a black box by construction: input goes in, number comes out, and nothing in between is inspectable. A written explanation without grounding is only marginally better, because prose is persuasive independent of whether it is accurate - a fluent paragraph reads as evidence even when it is not tied to anything checkable.
Grounding changes what a person can do with a result. If a tool states that a particular region drove the shape score down, and shows that region, a user can look at the actual photo and agree or disagree with the specific claim, rather than accepting or rejecting an unverifiable total. This is the difference between a result you can audit and a result you can only feel, and it is the same underlying idea that makes a per-axis breakdown more useful than a single number taken one level further: not just which axis moved, but which part of the photo moved it.
The limits of grounding
Grounding tells you where a claim points, not whether the claim is correct. A model can ground a statement confidently in a region that does not actually support it, and the pointing itself carries no guarantee of accuracy - it is a step toward auditability, not a substitute for it. It also does nothing for the parts of a score that are not about any single region at all, like an overall-impression axis that is closer to a holistic judgement than a localised one; those remain as unverifiable as they were before grounding existed.
Grounding is also unrelated to whether the model's stated reasoning actually produced its answer, a separate and harder problem about the faithfulness of generated text in general, not specific to spatial claims.
Where this sits in a real pipeline
Few consumer scoring tools expose grounding directly to users today - it is more common in research systems and in specialised applications like medical imaging, where a clinician needs to know exactly which pixels a model flagged. Rate Cock moves in this direction with its per-axis chart, which at least narrows an unverifiable total down to six narrower, more checkable claims, short of full spatial grounding but built on the same instinct that a claim should point at something.
A physical measurement sidesteps the whole question, because there is nothing to ground when the number comes from a tape against the subject directly rather than from a model's interpretation of a photo. Penis Rater's tool coverage looks at which scoring tools show their work at all, grounded or not, which is the more immediate practical question for most users. A human reviewer grounds every claim by default, in the sense that a person writing "the issue is here" can point at the actual photo while saying it - grounding is not a feature a human reviewer needs to be built, only a habit they need to keep.