Verification step 6

Confidence scoring: why ambiguity is a feature

Confidence scoring bars comparing contradiction signals, possible structure, and input quality
A good verdict weighs contradiction evidence, possible-looking structure, and input quality instead of pretending every result is certain.

The final verdict combines evidence from multiple rules. Some rules support possible-looking structure, some support impossible-looking contradiction, and some support ambiguity because the input is too sparse or noisy.

The best detector is not the loudest detector. It should say "impossible" when strong signals agree, "possible-looking" when the structure is clean and no contradiction appears, and "ambiguous" when the evidence does not justify a stronger claim.

At a glance

What this means

Confidence scoring is the rule-comparison step that chooses possible-looking, impossible-looking, or ambiguous after weighing competing geometry evidence.

Why it matters

The detector should only give a strong impossible verdict when contradiction evidence clearly beats possible structure and ambiguity pressure.

What to notice

  • Possible, impossible, and ambiguous rules can all fire on the same drawing.
  • Ambiguity is intentional when the input is noisy, sparse, or internally unclear.
  • Confidence is an educational estimate, not statistical proof.

How to read it

  • If contradiction evidence strongly outweighs possible structure, then impossible-looking is selected.
  • When clean wireframe structure appears without a contradiction, possible-looking is selected.
  • If the scores are close or the input is noisy, then ambiguous is selected.

What can change the result

Signal Practical threshold Outcome
Structure Fewer than 3 clean segments Too little evidence for a hard verdict
Input quality Many tiny upload edges or unclear junctions Use an ambiguous or cautious result
Contradiction Clear depth, prong, or loop conflict Support an impossible-looking verdict

Try it

  1. Use straight, high-contrast visible edges.
  2. Keep endpoints and junctions inspectable.
  3. Compare against a possible cube or box baseline.
  4. Treat the verdict as an educational signal.

Example

A user can test a cube, a trident, and a noisy upload to see how confidence changes with clearer or weaker evidence.

Scoring evidence into a verdict Possible, impossible, and ambiguous rule scores compete before a final verdict is chosen. Verdicts are evidence competitions A single clue rarely wins. The final label depends on weighted agreement. Impossible signals Possible structure Ambiguity pressure Looks impossible contradiction evidence outweighs possible structure

The core idea

A rule returns a direction and a confidence value. The scorer sums evidence by verdict type, compares the totals, and applies conservative thresholds. This keeps a single misleading signal from deciding the whole result.

Evidence type Example rule How it affects the verdict
Possible-looking Clean repeated direction families with enough long segments. Raises possible confidence when contradiction evidence is low.
Impossible-looking Known impossible preset hints, clean crossing clusters, or depth cycles. Wins only when contradiction evidence clearly outweighs possible structure.
Ambiguous Too few segments, too many noisy upload fragments, or weak crossings. Prevents a confident verdict when the input does not support one.

Why ambiguous is useful

Ambiguity can feel less exciting than an impossible verdict, but it is the honest answer when a drawing is underspecified. A 2D picture can suggest an impossible object without containing enough clean structure for a browser-side detector to classify it strongly.

False positive risk

Calling a normal drawing impossible because a few lines crossed or an upload had noisy edges.

False negative risk

Missing a real contradiction because the drawing hides depth cues in shading or context.

Good ambiguity

The detector says it needs cleaner lines, more explicit junctions, or less noise.

Bad certainty

The detector gives a dramatic verdict without enough evidence to justify it.

Mini experiment

Try the possible cube, the triangular tunnel, and the impossible trident. Then draw a messy hybrid. The point is not to get the same verdict every time; the point is to see when evidence gets stronger, weaker, or contradictory.

Possible baseline

A clean cube should produce possible-looking structure and low contradiction pressure.

Impossible baseline

The trident preset should show stronger contradiction evidence than possible evidence.

Ambiguous target

A sparse or noisy drawing should push the detector toward caution instead of drama.

Next Step