C9.11.1Inherent physiological detection latencydesignresearch

There is inherent delay from motor or affective intent to stable physiological detection

Aliases: detection delay · physiological latency · stable detection

What it is

An intent appearing in the nervous system is not a trustworthy bit at the interface. From the neural event to a peripheral change, then to a filter calling the observation “stable,” there is inherent delay. It is not radio or refresh; cutting transport leaves it. A physiological input’s time budget starts here.

Why it happens

Delay stacks three layers. Conduction and effector: sympathetic latency to sweat glands is about 1–3 s; a heart-period update waits on the next beat; respiration waits on half a cycle. Observation window: feature integration to get noise down to classifiable often runs 200 ms to several seconds—longer is stabler and later. Decision: a threshold may require several consecutive windows to agree, to reject glitches. The product of the three is “stable detection.” EMG’s electrical event can precede movement, but a stable gesture label still waits on a window—lead and stability are different goods. Taking the first crossing as a command is short-latency and high false-positive; waiting for stability is delay you designed.

Studying it

Take a known external event (stimulus, keypress, kinematic onset) as time zero and measure time to a stable system label. Factors: window length, consecutive-agreement count, preprocessing. Outcomes: detection-delay distribution, premature-trigger rate. The median is not enough; the tail decides whether interaction can keep up. Stimulus-locked evoked potentials also include stimulus presentation time, which is often billed to “BCI delay” and is not physiologically inherent.

Where it stops holding

Invasive single-unit decoding can thin the effector layer; the observation window remains. Some phase detectors (zero crossing) can undercut a full window, at lower stability. After adaptation, users start earlier to compensate, so the system looks faster while the person pays the time. Offline detectors that see the “already happened future” of a whole recording understate online inherent delay.

Applying it

  • Publish a time budget to stable detection for each physiological command, and choose tasks against that budget, not against the sensor’s advertised sample rate.
  • Give in-progress feedback (envelope, confidence) while waiting for stability; do not stay blank until a sudden fire.
  • If shorter delay is required, accept less stability and make that instability reversible on the UI, rather than pretending stability has arrived.
  • Verify by aligning external events with UI logs and plotting a detection-delay histogram; put the 95th percentile, not the mean, in the interaction spec.

Related

  • Same group: C9.11.2 Latency magnitude differs by signal type; EMG is faster than heart-rate change · C9.11.3 Physiological input latency usually exceeds pointing devices and does not fit operations that need immediate feedback · C9.11.4 Hiding latency with smoothing or prediction can introduce misclassification
  • Adjacent: C9.01 EMG Input · C2.10 Touch Latency and Directness
  • Search: detection latency · analysis window · electrodermal latency

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C9.11.1