When fusion fails, fall back to the literal reading of one modality
Aliases: fusion failure · single-modality interpretation · graceful degradation
What it is
When multimodal fusion cannot hold, interpret the available modality literally rather than invent a merged intention. A literal reading follows that channel's own semantics: a complete spoken command can execute; “delete this” without a resolved object must not guess one; ambient noise alone creates no command. The fallback may be an action, an explicit incomplete state, or a failure notice.
Why it happens
Fusion requires temporal, object, and action evidence to support one another. If one input is missing, confidence is low, or evidence conflicts, merging amplifies uncertainty into a concrete command. Falling back confines the error to known evidence: independently executable input proceeds; incomplete deictic input retains only its determined part and asks for completion. Priority source, minimum confidence, and partial-executability conditions must be predefined; otherwise the system improvises among silence, rejection, and guessing.
Studying it
Create three failures: missing auxiliary input, low recognition confidence, and semantic conflict. Compare literal fallback, guessed fusion, and total rejection on task completion, erroneous actions, recovery steps, and trust. Variables include the executable channel, whether object or action is missing, conflict severity, and consequence; include whether users can state the interpretation the system chose. Logs can count correction commands after each failure type to test whether fallback actually reduces recovery cost.
Where it stops holding
Literal does not mean executing a fragment. A pronoun without an object, a gesture without an action, or an uninterpretable recognizer fragment has the literal conclusion “not executable.” Nor should every failure return to the same modality: complete audio with constrained vision while driving, or usable haptics when a screen is unavailable, changes the primary source. If the cause is brief delay and the window has not closed, wait before falling back.
Applying it
- Define failure conditions, backup channel, and partial-input handling for each multimodal intention.
- Express object binding, action completeness, and confidence thresholds as explicit rules rather than implicit defaults.
- After fallback, still confirm high-consequence commands and route missing parameters to clarification instead of near matches.
- Verification: simulate missing, low-confidence, and conflicting inputs; measure wrong executions, clarifications, and users' understanding of the chosen interpretation.
Related
- Within the group: D5.08.2 Silent guessing causes harder-to-notice errors than explicit fallback · D5.08.3 After fallback, show which interpretation is active
- Adjacent: D5.02.3 Modality combinations need explicit fusion-failure handling · D4.07.4 Adjudication should let users perceive that a conflict occurred
- Search terms:
modality fallback·graceful degradation·fusion failure