Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 0c483a23
Paper published September 1, 2025
Entry analyzed January 14, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Physical Agent Object Misdirection

AdvEDM reveals a vulnerability in Vision-Language Model (VLM) based Embodied Decision-Making (EDM) systems, such as those used in autonomous driving and robotic manipulation. The vulnerability allows an attacker to…

BibTeX citation

Paper-evaluated models(8)

BLIP-2, MiniGPT-4, LLaVA-v2 +5 more
  • BLIP-2
  • MiniGPT-4
  • LLaVA-v2
  • Otter-Image
  • OpenFlamingo-v2
  • Dolphins
  • EmbodiedGPT
  • GPT-4o

Description

AdvEDM reveals a vulnerability in Vision-Language Model (VLM) based Embodied Decision-Making (EDM) systems, such as those used in autonomous driving and robotic manipulation. The vulnerability allows an attacker to launch fine-grained adversarial attacks that selectively modify the perception of specific objects in an input image—either by removing them (Semantic Removal) or adding them (Semantic Addition)—while preserving the semantic integrity of the rest of the scene.

Unlike traditional adversarial attacks that disrupt the entire image causing the model to output gibberish or error messages, AdvEDM utilizes an attention-patch fixation mechanism to maintain the model's internal Chain-of-Thought (CoT) reasoning. This causes the VLM to generate "valid yet incorrect" decisions. For example, the system will construct a grammatically and logically sound plan based on a falsified perception (e.g., accelerating because it successfully "reasoned" that the road is clear, despite a pedestrian being present in the original image). The attack targets the vision-text encoder (e.g., CLIP, EVA CLIP) within the VLM.

Examples

The attack creates adversarial perturbations using two distinct methods: AdvEDM-R (Removal) and AdvEDM-A (Addition).

  1. Autonomous Driving (Semantic Removal):
  • Input: An image of a road intersection with a pedestrian crossing.
  • Attack: The attacker optimizes the image perturbation to push the target object's (pedestrian) embedding away from its text embedding while locking the attention weights of the background (traffic lights, road lanes).
  • Result: The VLM outputs: "In the current scenario, the traffic light is green... With no vehicles or pedestrians ahead in the lane, it can accelerate safely." The vehicle accelerates into the pedestrian.
  1. Robotic Manipulation (Semantic Addition):
  • Input: A desktop with a toy car and a CD.
  • Attack: The attacker injects the semantics of a "cup" into a background region by utilizing a reference image of a cup and reallocating attention weights in the target area.
  • Result: The VLM outputs: "Detected a CD... Seeing the cup as the target container, decide to pick up the toy person and place it into the cup." The robot attempts to interact with a non-existent object.
  1. Reproduction Resources:
  • See the project website for visualization and demos: https://advedm.github.io/ (opens in a new tab)
  • The attack minimizes the similarity between the target object's text embedding $E_t(T_{tar})$ and the image patch embeddings $[patch]{I'}$ while constraining the perturbation norm $\epsilon$: $$ \min{I'} w_1 \cdot \mathcal{L}{cls} + w_2 \cdot \mathcal{L}{p} + w_3 \cdot \mathcal{L}{fix} $$ Where $\mathcal{L}{fix}$ ensures the attention weights of non-target regions remain consistent with the original image.

Impact

  • Physical Safety Risks: In autonomous driving, this vulnerability can lead to collisions by masking obstacles (pedestrians, vehicles) or creating phantom obstacles (causing sudden stops). In robotics, it can cause physical damage by manipulating the wrong objects.
  • Decision Integrity Compromise: The attack bypasses standard validity checks because the output text is structurally consistent and logical, making detection via output analysis difficult.

Affected Systems

  • VLM-based Embodied Agents: Systems using VLMs for decision-making (e.g., autonomous vehicles, robotic arms).
  • Specific Models Tested:
  • BLIP-2
  • MiniGPT-4
  • LLaVA-v2
  • Otter-Image
  • OpenFlamingo-v2
  • Dolphins (Autonomous Driving specific)
  • EmbodiedGPT (Robotic Manipulation specific)
  • Commercial Models (Transferability): The attack demonstrates transferability to black-box models including GPT-4o, Gemini-2.0, and Claude 3.5.

Mitigation Steps

  • Cross-check safety-critical object detections against independent sensors or viewpoints before permitting a robotic or driving action.
  • Reject or stop physical actions when an object's identity or location changes under bounded visual perturbations or disagrees with independent perception checks.
  • Evaluate each input modality and their combination with bounded, inert perturbations; use modality-aware policy checks and reject inputs whose provenance or consistency cannot be established.
  • Add a targeted regression using inert data and actions, measure both safety and utility regressions, and monitor production for repeated or adaptive attempts.

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary research source linked.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Not explicitly classified; consult the primary paper..
Related deployment categories
Vision-language models; Agent workflows
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
VLM-based Embodied Agents: Systems using VLMs for decision-making (e.g., autonomous vehicles, robotic arms). Specific Models Tested: BLIP-2 MiniGPT-4 LLaVA-v2 Otter-Image OpenFlamingo-v2 Dolphins (Autonomous Driving…

Research Paper

AdvEDM: Fine-grained Adversarial Attack against VLM-based Embodied Agents

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.

https://arxiv.org/abs/2509.16645