D4.07.1Vision-first adjudicationdesignresearch

Systems usually trust vision first when channels conflict

Aliases: sensor fusion · vision weighting · adjudication

What it is

When a system must adjudicate between sources, it usually trusts vision first. Multimodal input—gesture plus speech, gaze plus touch—needs a default when sources conflict, and implementations commonly treat the visual source as more reliable. This mirrors human reliance on vision, but it is a design choice rather than a perceptual law.

Why it happens

The default comes from two directions. Historically, the visual channel reached technical maturity first and localizes better, so it accumulated more reliability data and a higher weight. In engineering terms, visual input is often continuous and high-rate and therefore looks more certain, while speech and gesture recognition confidence fluctuates more, so they yield in a conflict. The default works when justified but fails as conditions change: with occlusion, poor light, or reflective surfaces, visual reliability drops while the default weight does not follow.

Studying it

Conflict injection studies adjudication: have two input channels report contradictory information and record which the system chose, whether users noticed, and whether the outcome was correct. Variables include per-channel confidence, environmental conditions, and task type. Outcomes include adjudication accuracy and users' ability to recover an ignored input. Record the weights the system actually used, since adjudication errors usually stem from a mismatch between weights and real reliability.

Where it stops holding

When one channel is clearly more reliable under current conditions, fixed vision-first produces systematic errors—nighttime or backlit gaze tracking, for instance. If the system can estimate per-channel confidence, dynamic weighting beats a fixed order. When the conflict concerns user intent rather than a physical quantity—gesture and speech issuing different commands—there is no "who is more accurate" question and a confirmation mechanism is needed.

Applying it

  • Assess actual per-channel reliability by condition rather than assuming vision is always most reliable.
  • Weight by confidence where it can be estimated, avoiding systematic bias from a fixed order.
  • Introduce user confirmation for conflicts that cannot be adjudicated automatically, rather than silently picking a side.
  • Verification: inject conflicts and record adjudication outcomes and user notice rate; if errors cluster in particular environmental conditions, the weights need conditioning.

Related

  • Within the group: D4.07.2 Dominance is not fixed and depends on task and individual · D4.07.4 Adjudication should let users perceive that a conflict occurred
  • Adjacent: D4.04.2 Vision usually dominates when channels conflict · C5.04 Confidence and arbitration in multimodal input
  • Search terms: sensor fusion · modal arbitration · confidence weighting

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/D4.07.1