HyperAIHyperAI

Command Palette

Search for a command to run...

BadWAM : Quand les modèles monde-action imaginent juste mais agissent faux

Qi Li Xingyi Yang Xinchao Wang

Résumé

Les modèles monde-action (WAM) émergent comme une base prometteuse pour le contrôle incarné : plutôt que de prédire uniquement des actions, ils apprennent des représentations qui couplent la génération d'actions avec la prédiction du monde futur. Ce couplage est souvent perçu comme une source de robustesse, d'interprétabilité et de sécurité, car l'action d'un robot peut en principe être vérifiée par rapport à son futur imaginé. Dans cet article, nous montrons que cette hypothèse est fragile. Nous introduisons BadWAM, un cadre unifié pour modéliser et évaluer les attaques de dérive monde-action : une nouvelle classe d'attaques adverses spécifiques aux WAM qui utilisent de petites perturbations visuelles pour rompre l'alignement entre ce qu'un WAM imagine et ce qu'il exécute. BadWAM caractérise cette surface d'attaque selon deux critères naturels : la force de l'attaque et la furtivité. Lorsque l'adversaire privilégie la perturbation, BadWAM instancie une attaque adverse centrée sur l'action, qui pousse directement le modèle vers des actions menant à l'échec de la tâche. Lorsque l'adversaire privilégie en plus la furtivité, BadWAM instancie une attaque adverse préservant l'imagination, qui cherche à induire des changements d'action nuisibles tout en maintenant la prédiction future du modèle proche de son imagination propre. Ensemble, ces deux attaques capturent un spectre de défaillances spécifiques aux WAM : du détournement manifeste de l'action à des cas plus furtifs où le modèle semble imaginer un futur plausible mais exécute une action désynchronisée. Nous évaluons BadWAM sur différentes variantes de WAM. Les résultats montrent que nos attaques réduisent considérablement les taux de réussite des tâches en exécution en boucle fermée. Par exemple, notre attaque centrée sur l'action réduit la performance du modèle de 96,5 % à 43,1 % de réussite. Les résultats de notre attaque préservant l'imagination exposent en outre une vulnérabilité spécifique aux WAM : une régularisation modérée préservant le futur peut maintenir une forte performance d'attaque tout en réduisant la dérive de l'imagination future.

One-sentence Summary

Researchers from National University of Singapore and The Hong Kong Polytechnic University propose BadWAM, a unified framework for World-Action Drift Attacks that uses small visual perturbations to break the alignment between a world-action model’s imagined future and its executed action, instantiating an action-only attack that reduces task success from 96.5% to 43.1% and an imagination-preserving attack that induces harmful action shifts while maintaining the model's clean imagination, thereby exposing a critical fragility in the safety promises of embodied control.

Key Contributions

  • The paper introduces BadWAM, a unified framework for modeling and evaluating World-Action Drift Attacks, a new class of adversarial attacks that use small visual perturbations to break the alignment between a world-action model’s imagined future and its executed action.
  • BadWAM instantiates two complementary attacks: an action-only attack that directly drives the model toward task-failing actions, and an imagination-preserving attack that induces harmful action shifts while keeping the predicted future close to the clean imagination, capturing a spectrum of WAM-specific failures.
  • Evaluations across multiple WAM variants show that the attacks reduce closed-loop task success from 96.5% to 43.1%, and the imagination-preserving attack reveals that moderate future-preserving regularization can maintain strong attack performance while reducing future drift, exposing a vulnerability that future-based safety monitors may overlook.

Introduction

Robotic foundation models increasingly adopt world-action models (WAMs), which couple action generation with future world prediction to ground behavior in physical consequences and offer safety signals through imagined futures. However, prior work treats future prediction as a trustworthy monitor, overlooking the possibility that an attacker could decouple what the model imagines from what it executes. The authors identify a new vulnerability, World-Action Drift Attack, where small visual perturbations can hijack a WAM’s actions while leaving its predicted future visually plausible, thereby evading future-based safety checks. They introduce BadWAM, a unified black-box framework that instantiates this threat along a spectrum from overt action disruption to stealthy imagination-preserving attacks, and demonstrate across multiple WAM variants that such attacks substantially degrade closed-loop task success while keeping imagined rollouts near their clean counterparts.

Method

BadWAM is a unified framework for modeling and evaluating world-action drift attacks against deployed World-Action Models (WAMs). The framework treats a WAM as a queryable predictive-action system and optimizes bounded visual perturbations at each replanning step.

The system supports two attack instantiations that correspond to different points on the attack-strength and stealthiness spectrum: an action-only adversarial attack that prioritizes execution failure, and an imagination-preserving adversarial attack that additionally constrains predicted-future drift.

The authors are motivated by the empirical observation that action and imagination are coupled in WAMs but are not inseparable. In closed-loop traces, task failures tend to exhibit larger action shifts than successful episodes, while the corresponding imagination shifts can substantially overlap.

This suggests that the security-critical object is the alignment between action and imagination. BadWAM formulates the attack around two interface-level distances: DactD_{act}Dact measures the deviation between clean and attacked action chunks, and DimgD_{img}Dimg measures the drift between clean and attacked imagination. Conceptually, a stealthy adversarial attack seeks large action deviation under bounded visual perturbations while keeping imagination drift below a monitorable threshold:

maxδεDact(aδ,a)s.t.Dimg(zδ,z)τimg.\max_{\|\delta\|_\infty \leq \varepsilon} D_{act}(a^\delta, a) \quad \text{s.t.} \quad D_{img}(z^\delta, z) \leq \tau_{img}.maxδεDact(aδ,a)s.t.Dimg(zδ,z)τimg.

The action-only attack captures the high-strength end of the framework. It treats the WAM as a queryable controller and focuses purely on execution disruption. Rather than enforcing any constraint on the imagined future, it searches for a bounded visual perturbation that maximizes the deviation between clean and attacked action chunks:

δt=argmaxδtεDact(at:t+H1δ,at:t+H1).\delta_t^\star = \arg\max_{\|\delta_t\|_\infty \leq \varepsilon} D_{act}(a_{t:t+H-1}^\delta, a_{t:t+H-1}).δt=argmaxδtεDact(at:t+H1δ,at:t+H1).

The clean action chunk is used only as a reference, meaning the attacker does not need ground-truth expert actions or task success labels during optimization. The induced shifts are not unstructured output corruption; the perturbations concentrate on task-relevant channels such as translation and gripper commands, while their temporal concentration varies across WAM variants.

For WAM deployments that expose imagined futures to planners or safety gates, the action-only objective is insufficient. BadWAM instantiates an imagination-preserving attack by solving the Lagrangian relaxation of the core objective:

δt=argmaxδtεDact(at:t+H1δ,at:t+H1)λDimg(zt+1:t+Kδ,zt+1:t+K).\delta_t^\star = \arg\max_{\|\delta_t\|_\infty \leq \varepsilon} D_{act}(a_{t:t+H-1}^\delta, a_{t:t+H-1}) - \lambda D_{img}(z_{t+1:t+K}^\delta, z_{t+1:t+K}).δt=argmaxδtεDact(at:t+H1δ,at:t+H1)λDimg(zt+1:t+Kδ,zt+1:t+K).

The coefficient λ\lambdaλ controls the trade-off between attack strength and stealthiness. When decoded future videos are available, the imagination distance is instantiated as an average frame-level distance:

Dimg(vt+1:t+Kδ,vt+1:t+K)=1Kk=1Kdframe(vt+kδ,vt+k).D_{img}(v_{t+1:t+K}^\delta, v_{t+1:t+K}) = \frac{1}{K} \sum_{k=1}^K d_{frame}(v_{t+k}^\delta, v_{t+k}).Dimg(vt+1:t+Kδ,vt+1:t+K)=K1k=1Kdframe(vt+kδ,vt+k).

BadWAM does not backpropagate through the WAM or access model parameters. At each replanning step, the attacker treats the WAM as a queryable input-output system and optimizes the attack objective with zeroth-order finite-difference queries.

For a current perturbation δt\delta_tδt, the attacker samples random directions uiu_iui and evaluates the scalar objective JJJ under positively and negatively perturbed observations to estimate the gradient:

^J(δt)=1mi=1mJ(δt+cui)J(δtcui)2cui,\widehat{\nabla} J(\delta_t) = \frac{1}{m} \sum_{i=1}^m \frac{J(\delta_t + c u_i) - J(\delta_t - c u_i)}{2c} u_i,J(δt)=m1i=1m2cJ(δt+cui)J(δtcui)ui,

where ccc is the finite-difference radius and mmm is the number of sampled directions. The perturbation is then updated and projected back into the feasible \ell_\infty ball:

δtΠ[ε,ε](δt+η^J(δt)).\delta_t \leftarrow \Pi_{[-\varepsilon, \varepsilon]} (\delta_t + \eta \widehat{\nabla} J(\delta_t)).δtΠ[ε,ε](δt+ηJ(δt)).

This optimization is zeroth-order because it only uses objective values computed from WAM outputs. For each replanning step, BadWAM keeps the best perturbation found within the query budget, and the final adversarial observation is used to produce the action chunk executed by the robot.

Experiment

The evaluation tests BadWAM attacks under closed-loop control on LIBERO and RoboTwin manipulation benchmarks, comparing action-only and imagination-preserving objectives against three WAM variants. The attacks cause structured, progressive task failures that accumulate over time, with the imagination-preserving objective able to keep predicted futures closer to clean rollouts while still driving substantial success drops. Perturbations transfer across WAM variants, and simple preprocessing defenses or consistency detectors fail to reliably restore safety, underscoring the need to monitor action-imagination synchronization rather than future plausibility alone.

BadWAM attacks cause large drops in closed-loop task success across world-action model variants, with the strongest effects on LIBERO. The action-only objective reduces success by over 30 percentage points on all models, and the imagination-preserving variant achieves similar damage, showing that coupling action generation with future prediction does not prevent adversarial failures. The action-only attack on the action-only WAM causes the largest drop, lowering LIBERO success from 96.5% to 43.1%, while joint and IDM WAMs see smaller but still severe declines of 30–36 points. Imagination-preserving attacks remain nearly as effective as action-only attacks, reducing joint WAM success to 63.0% and IDM WAM success to 68.1% on LIBERO, confirming that plausible predicted futures do not guarantee safe actions.

BadWAM perturbations transfer across WAM variants, reducing target task success to 59–64% for both action-only and imagination-preserving attacks. Action-only drops range from 34 to 41 percentage points, while imagination-preserving drops are 35–39 points with moderate source imagination distances (14.3–14.9). The strong transfer shows the vulnerability exploits shared observation-space directions rather than model-specific artifacts. Action-only perturbations transfer across all pairs: target success drops to 64.2% (Action-only WAM → Joint WAM), 59.2% (Joint WAM → IDM WAM), and 61.7% (IDM WAM → Joint WAM). Imagination-preserving attacks transfer between Joint and IDM WAMs, lowering success from 100.0% to 60.8% and from 98.3% to 63.3%, with source-side imagination distances of 14.86 and 14.32. The transferred drops remain large (34.2–40.8 pp), indicating the attack does not overfit to one action head and instead affects action generation across related WAM variants.

Lightweight preprocessing defenses such as Gaussian blur and JPEG-noise ensembles recover much of the success lost to the imagination-preserving attack while keeping clean performance high. Resize-crop ensembles are not operationally useful, as they severely degrade clean success and still leave attacked policies mostly unusable. A consistency detector at a low false-positive rate misses most attacks, indicating that these non-adaptive baselines are not complete defenses. Gaussian blur raises attacked success to 85.0% on the joint WAM and 89.2% on the IDM WAM, with clean success remaining at 98.3%. JPEG-noise ensemble achieves 89.2% attacked success on the joint WAM while clean success stays at 94.2%. Resize-crop ensemble drops clean success to 52.5% (joint WAM) and 54.2% (IDM WAM), and attack success falls to near zero, making it operationally impractical. At a 5% false-positive rate, the JPEG-based augmentation-consistency detector catches only 13.4% of joint-WAM and 21.4% of IDM-WAM attacked replans. These preprocessing gains mainly show that the current attack is non-adaptive; an adaptive attacker could optimize through the same transformations.

The experiments evaluate adversarial attacks on world-action models (WAMs) in closed-loop robotic manipulation tasks, measuring task success under action-only and imagination-preserving perturbations. The attacks cause substantial drops in success across all model variants, and the imagination-preserving variant does not reduce vulnerability, indicating that coupling action generation with future prediction fails to prevent adversarial failures. Perturbations transfer effectively between different WAM architectures, revealing that the vulnerability stems from shared observation-space directions rather than model-specific artifacts. Lightweight preprocessing defenses like Gaussian blur can partially recover performance, but they are not robust against adaptive attackers, highlighting the need for stronger defenses.


Créer de l'IA avec l'IA

De l'idée au lancement — accélérez votre développement IA avec le co-codage IA gratuit, un environnement prêt à l'emploi et le meilleur prix pour les GPU.

Codage assisté par IA
GPU prêts à l’emploi
Tarifs les plus avantageux

HyperAI Newsletters

Abonnez-vous à nos dernières mises à jour
Nous vous enverrons les dernières mises à jour de la semaine dans votre boîte de réception à neuf heures chaque lundi matin
Propulsé par MailChimp