D5.02.2Fusion needs temporal alignmentdesignresearch

Fusion requires alignment within a time window

Aliases: temporal alignment · fusion window · synchrony

What it is

Fusing multimodal input requires the parts to align within a time window. Saying "delete this" and pointing must occur close together for the system to treat them as one command. Too long a gap and the parts are parsed as separate operations.

Why it happens

The requirement follows from the nature of reference: pointing is an instantaneous spatial act, while speech has duration, so the system must decide which moment of pointing the referring word corresponds to. The usual approach takes the pointing position at the moment the referring word occurs, or collects pointing over a window as candidates. Too narrow a window splits natural sequences—speaking then pointing, or pointing then speaking—while too wide a window folds unrelated pointing into the command and causes errors. Window length therefore balances missed pairings against wrong pairings.

Studying it

Measure fusion accuracy against interval: have users complete speech-plus-pointing commands at varying intervals and record fusion success, error type, and whether users notice failure. Variables include interval length, referring-word position, number of pointing events, and expression habits. Report missed-pairing and wrong-pairing rates separately, since their optima do not coincide.

Where it stops holding

Long-term users converge their expression toward the window the system sets, so measured tolerance is optimistic. When a command contains no referring word, alignment is moot because the speech is already complete. When the pointed-at location changes quickly—a moving object—the window must match object speed, and static conclusions do not apply.

Applying it

  • Anchor pointing to the moment the referring word occurs rather than demanding strict simultaneity.
  • Make window length configurable and tune it against the actual distribution of expression order.
  • Offer candidate confirmation when fusion is uncertain instead of choosing outright.
  • Verification: measure missed-pairing and wrong-pairing rates against interval and confirm the chosen window balances them acceptably.

Related

  • Within the group: D5.02.1 Speech supplies the action, pointing supplies the object · D5.02.3 Failed fusion should fall back to one modality, not guess
  • Adjacent: D5.07.4 Window length must be tuned per modality pairing, not fixed · D4.06.1 Signals from different senses must fall inside one narrow window to fuse
  • Search terms: temporal alignment · fusion window · misbinding

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/D5.02.2