Source-linked AI summary

When Robots Mishear Us: Mapping the Safety Risks of Voice-Controlled Embodied AI

Sihan Jia, Oliver Lemon

arXiv:2608.28518v1cs.AIcs.CLcs.RO

TL;DR

The paper asks whether ordinary ASR errors can compromise embodied-AI safety, a question not addressed by prior text-focused studies. It simulates controllable ASR corruptions and evaluates them with POEX and SafeAgentBench. The results show that ASR errors can change safety behaviour, with risk depending on error type and strength, so ASR is an input-risk source for embodied-AI safety rather than only an accuracy issue.

  • Problem

    Prior safety studies focused on text inputs rather than ordinary ASR errors, leaving open whether naturally occurring transcription errors can make physical agents behave unsafely.

  • Method

    The paper builds a five-category ASR error simulation framework and evaluates corrupted instructions against clean and corrected conditions in POEX and SafeAgentBench.

  • Results

    ASR errors change embodied-AI safety behaviour, and their effects vary substantially with error type and strength.

  • Takeaways & Limitations

    ASR should be treated as an important source of input risk in embodied-AI safety, not only as a speech-recognition accuracy issue.

  • Takeaways & Limitations

    The evaluation applies ASR perturbations only to instruction fields and removes POEX’s original suffix-generation step.

Abstract

from arXiv · show

We investigate whether automatic speech recognition (ASR) errors in user input can lead to unsafe outputs from Embodied AI (EAI) models. We find that ASR errors can lead to harmful instructions being accepted and executed by EAI models, thereby reducing safety. We simulate ASR errors and combine them with existing safety benchmarks (SafeAgentBench and POEX) to evaluate how different errors affect embodied AI safety. We find that some of them preserve semantic structure but increase harmful ambiguity, while others weaken the model refusal behaviour and allow unsafe plans to be generated and executed. We show that in some cases automatic correction of ASR errors can reduce the risk, but this is not always effective. Overall, we show that ASR errors lead to significant safety risks for embodied AI.

1 INTRODUCTION

Voice-controlled embodied AI relies on ASR to convert speech into planner and controller inputs, but naturally occurring transcription errors can alter meaning and create safety risks. Existing work shows textual perturbations can induce unsafe robot plans, while the role of ordinary ASR errors remains an open question.

  • ASR converts speech into text that downstream embodied AI models use as planners and controllers.The conversion relies on acoustic and language models, increasingly including end-to-end models.
  • Accents, pronunciation, environmental noise, channel effects, and hardware limitations can induce ASR transcription errors.These errors may change the speaker’s intended meaning or cause misunderstandings for an AI system.
  • Tiny textual input perturbations can break LLM safety alignment and sometimes cause jailbreaks.This establishes a precedent for safety failures from small changes to model inputs.
  • Optimized adversarial suffixes have caused LLM-based robots to produce executable unsafe plans, including killing a person with a knife.The cited POEX example concerns deliberately optimized textual suffixes rather than ordinary ASR errors.
  • Whether naturally occurring ASR errors can cause physical agents to behave unsafely remains a critical embodied-AI research question.Prior studies focused on text inputs and did not consider errors caused by speech recognition.

2 METHODOLOGY

The study develops a controllable framework for simulating ASR errors and evaluates their effects on embodied-AI safety using two complementary benchmarks. It compares clean, corrupted, mixed, noise-strength, and corrected input conditions.

  • ASR-corrupted instructions are generated through prompt-based generation and CHIME-6-based noise injection.The corrupted inputs are evaluated alongside clean and ASR-corrected conditions.
  • The study compares clean input, single-error input, mixed-error input, different noise strengths, and ASR-error correction.This comparative design tests whether corruptions weaken safety protections and make harmful behaviour more likely.
  • The methodology defines five ASR error categories: acoustic substitution, grammar confusion, punctuation or segmentation error, short-word omission or substitution, and noise addition.The taxonomy supports analysis of whether particular error categories are more strongly connected to unsafe behaviour.
  • POEX evaluates harmful or executable unsafe behaviour, while SafeAgentBench evaluates planning and decision-making under safe instructions.Using both benchmarks broadens the evaluation across harmful-input rejection and safe task planning.

3 IMPLEMENTATION

The implementation creates ASR-corrupted benchmark instructions through language-based perturbations and simulated environmental noise, then evaluates each condition separately. Results are grouped by error category, perturbation strength, and evaluation condition, with ASR errors injected only into instruction fields.

  • The evaluation pipeline replaces clean benchmark instructions with ASR-corrupted versions before running the benchmark evaluation process.Results are grouped by error category, perturbation strength, and evaluation condition.
  • GPT-4 generates acoustic substitution, grammar confusion, punctuation segmentation, and short-word omission or substitution errors using category-specific prompts.Each request targets one error pattern to avoid mixing perturbations and support attribution of performance changes.
  • Noise addition inserts cleaned textual fragments from the CHIME-6 multi-speaker, real-home speech corpus into original instructions.This rule-based procedure simulates environmental noise as a contamination-type perturbation.
  • 6%, 24%, 53%, and 80% average WER define four controllable noise levels by varying insertion probability, fragment length, insertion count, and spacing.The levels are labeled Mild, Medium, Heavy, and Severe, respectively.
  • The implementation evaluates clean, four single-error types, four noise levels, Mixed ASR, and ASR Correction conditions separately.ASR Correction uses GPT-4 to post-process and attempt to correct corrupted inputs.
  • The original POEX suffix-generation step was removed, and ASR errors were injected only into instruction fields.SafeAgentBench used only clean and Mixed ASR conditions, with variation applied to instructions for direct interpretation of planning effects.

4 EVALUATION RESULTS

Across POEX and SafeAgentBench, ASR errors altered both unsafe-behaviour refusal and normal-task planning. Acoustic Substitution and strong Noise Addition posed the clearest POEX risks, while ASR reduced SafeAgentBench success rates.

  • POEX evaluation: POEX evaluates harmful embodied-agent instructions using Acceptance Rate, Executable Success Rate, and Safety Flips.Lower Acceptance Rate indicates better safety because harmful inputs should be refused; Executable Success Rate measures harmful outputs converted into executable actions.
  • POEX results: Acoustic Substitution and high-strength Noise Addition were the most important conditions affecting POEX safety.Acoustic Substitution increased both Acceptance Rate and Executable Success Rate, while Noise Addition generally increased Acceptance Rate as WER rose.
  • POEX results: Grammar Confusion and Punctuation Segmentation showed lower overall risk because they mainly damaged sentence coherence rather than encouraging dangerous reinterpretation.The results indicate that embodied jailbreak risk depends on error type and how it disrupts semantics.
  • POEX safety error example: In a representative case, ASR corruption changed a refused instruction to pour soup on an electrical outlet into executable dangerous steps.Both Acoustic Substitution and Heavy Noise produced plans involving grasping soup, moving above the outlet, and pouring it onto the outlet.
  • Correction results: ASR Correction reduced both Acceptance Rate and Executable Success Rate for Acoustic Substitution, but for Heavy Noise it reduced Acceptance Rate without clearly improving Executable Success Rate.Correction was less effective when input semantics were heavily damaged.
  • SafeAgentBench results: 27.67% to 23.33% and 38.00% to 35.67%: GPT-4o-mini and GPT-4.1-mini, respectively, had lower SafeAgentBench success rates after ASR was introduced.These results indicate weakened planning robustness under ASR, with the stronger model less affected.
  • Cross-benchmark comparison: Across benchmarks, ASR errors increased harmful behaviour risk under POEX and reduced stable understanding and planning under normal SafeAgentBench tasks.The two benchmarks therefore capture distinct safety effects of corrupted instructions.

5 FINAL SUMMARY

The paper shows that ASR errors can change embodied AI safety behaviour, with effects depending on error type and strength. It therefore treats ASR as an input-risk source for embodied AI safety, not merely a speech-recognition accuracy issue.

  • ASR errors can change the safety behaviour of embodied AI systems.
  • The effects differ substantially depending on the ASR error type and error strength.
  • ASR should be treated as an important source of input risk in embodied AI safety, beyond speech-recognition accuracy.
Loading 2608.28518v1…