C8.13.3Implicit attention versus commanddesignresearch

Using implicit attention to adapt the UI requires a clear boundary so it is not treated as command input

Aliases: attention adaptation · measurement is not command · weak adaptation

What it is

Before using attention measurement to change the UI—preload this, enlarge that, collapse an unread column—draw a line: those changes are adaptation, not command. Adaptation can be slow, reversible, and without irreversible outcomes; a command is a commit the user is responsible for. Once “look a while” can submit a purchase, a delete, or a send, measurement has been conscripted as look-to-select, and Midas is back. The boundary belongs in the product, not in an after-the-fact explanation.

Why it happens

Adaptation and command fail differently. A wrong adaptation (collapsing the sidebar being read) is an interruption, usually recoverable with “expand”; a wrong command is a consequence. The temporal resolution and distance from intent of attention measurement can support slow, weak, reversible changes: prefetch, a slight contrast bump, deferred loading of unseen regions. They cannot support a commit on the state machine.

If adaptation is strong enough to change layout geometry (text being read suddenly moves), measurement disturbs the next measurement and a loop starts: people chase the moved words, the system thinks they “want that even more.” Weak adaptation (prefetch without moving things) does not make that loop. This is another split from rendering: a rendering island following the fovea is for image quality and should not change an object’s layout semantics.

Studying it

Contrast three grades: measure only, weak adaptation (prefetch, contrast), strong adaptation (zoom, relayout, auto-commit). On reading and comparison, measure performance, undo, and whether people report “I did not mean for it to do that.” Treat “feeling hijacked” as an outcome. If the lab only measures speed, strong adaptation looks better because it saved a click. Real consequences (money, deletion) need a proxy task with clear notice.

Where it stops holding

Navigation prefetch, render quality, a guess at subtitle language, as weak adaptation, are usually acceptable if they can be turned off. Auto-turning the page, auto-adding to a cart, auto-reply, are not. In assistive communication, attention measurement is sometimes used to speed a scan; an explicit commit must remain, or measurement is the command. Children and monitored employees are less able to fight “the UI moved itself”; the boundary should be stricter.

Applying it

  • Write a list: what attention measurement may change (prefetch, contrast, hints) and what it may not (commit, delete, send, irreversible layout).
  • Weak adaptation must be switchable, noticeable the first time it happens, and undoable.
  • Verify by turning adaptation on in a comparison task, confirming that no commit is issued by gaze alone, and that layout does not pull text out from under the fovea mid-read.

Related

  • Same group: C8.13.1 Gaze traces can infer currently attended UI regions without explicit action · C8.13.2 That inference reflects a possible locus of attention, not operational intent · C8.13.4 Retention and use of implicit measurement data should differ from user-initiated interaction data
  • Adjacent: C8.03 Midas touch in eye input · C9.12 Implicit interaction and system initiative
  • Search: adaptive UI · implicit interaction · Midas touch

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C8.13.3