Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 1b75115b
Paper published May 1, 2025
Entry analyzed December 30, 2025
Paper-reported evidence
Confidence: Source-linked

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

VLM Navigation Object Fusion

The Vision-Language Model (VLM) perception module in Vision-and-Language Navigation (VLN) agents is vulnerable to adversarial 3D object injection via the Adversarial Object Fusion (AdvOF) framework. An attacker can…

BibTeX citation

Paper-evaluated models

No paper-evaluated models are recorded for this entry.

Description

The Vision-Language Model (VLM) perception module in Vision-and-Language Navigation (VLN) agents is vulnerable to adversarial 3D object injection via the Adversarial Object Fusion (AdvOF) framework. An attacker can generate physically plausible 3D objects with adversarial perturbations capable of deceiving the agent's VLM across multiple viewing angles and distances. The vulnerability exists due to a misalignment between 3D physical manipulations and the agent's 2D image perception, combined with a lack of robustness in the cross-modal alignment between visual features and textual embeddings. By utilizing Aligned Object Rendering and Adversarial Collaborative Optimization, an attacker can force the agent to consistently misclassify a specific object (e.g., perceiving a chair as a table) regardless of the camera trajectory. This poisons the agent's semantic map, leading to incorrect object localization and navigation failures.

Examples

  • In a Habitat simulation using the Matterport3D dataset, an adversarial "chair" object is generated with a perturbation bound of $\epsilon=32/255$. When processed by agents such as Vlmaps or ORION, the VLM misclassifies the object (shifting the confidence score for "chair" from 0.44 down to negligible levels, and "table" up to 0.81), causing the agent to treat the chair as a table during task execution.
  • See arXiv:2505.23266 (opens in a new tab) for visualization of the "Aligned Object Rendering" pipeline and specific perturbation examples on the Habitat-Matterport 3D (HM3D) dataset.

Impact

  • Semantic Map Corruption: The agent constructs an erroneous internal map of the environment, misidentifying safe or target objects.
  • Navigation Failure: The agent is unable to complete user instructions (e.g., "Find the chair") because the target is effectively masked or masqueraded.
  • Erroneous Actuation: The agent may navigate to incorrect locations or interact with incorrect objects, posing physical safety risks in robotic deployments.
  • Cross-Model Transferability: The adversarial objects are effective in black-box scenarios, transferring across different image encoders (e.g., ViT-L/16 to ResNet101) and architectures.

Affected Systems

  • VLN agents utilizing foundation models for zero-shot object navigation and semantic mapping, specifically:
  • Vlmaps
  • Cows (CLIP on Wheels)
  • CF (CLIP-Fields)
  • ORION
  • Systems relying on CLIP (Contrastive Language-Image Pre-training) or LLaVA for open-set 3D scene understanding.

Mitigation Steps

  • Cross-check object identity and position against multiple viewpoints or independent perception signals before updating a navigation agent's semantic map.
  • Halt or require confirmation for navigation decisions when object classifications are inconsistent across frames, camera distances, or perception models.
  • 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
White-box access to model or deployment internals.
Related deployment categories
Vision-language models; Agent workflows
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
VLN agents utilizing foundation models for zero-shot object navigation and semantic mapping, specifically: Vlmaps Cows (CLIP on Wheels) CF (CLIP-Fields) ORION Systems relying on CLIP (Contrastive Language-Image…

Research Paper

Disrupting Vision-Language Model-Driven Navigation Services via Adversarial Object Fusion

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/2505.23266