Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 69f2a908
Paper published October 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.

Latent Paraphrase Segmentation Attack

Reasoning segmentation models, which generate binary segmentation masks based on implicit text queries, are vulnerable to adversarial paraphrasing. This vulnerability allows an attacker to craft semantically equivalent…

BibTeX citation

Paper-evaluated models(6)

LISA 7B, LISA Explanatory 7B, LISA 13B +3 more
  • LISA 7B
  • LISA Explanatory 7B
  • LISA 13B
  • LISA Explanatory 13B
  • LISA++ 7B
  • GSVA 13B

Description

Reasoning segmentation models, which generate binary segmentation masks based on implicit text queries, are vulnerable to adversarial paraphrasing. This vulnerability allows an attacker to craft semantically equivalent and grammatically correct text prompts that significantly degrade the model's segmentation performance (measured by Intersection-over-Union, or IoU). The exploit utilizes a black-box, sentence-level optimization method (SPARTA) that operates within the continuous semantic latent space of a text autoencoder (e.g., SONAR). By employing reinforcement learning (Proximal Policy Optimization) to perturb latent vectors, the attack identifies specific phrasings that preserve the original intent but maximize the loss in the target model's mask generation process, bypassing standard semantic robustness checks.

Examples

See the SPARTA paper (Figure 3) and the associated repository for specific visual and textual examples of adversarial paraphrases generated against the ReasonSeg and LLMSeg-40k datasets.

Impact

The vulnerability causes a failure in visual perception and reasoning tasks; the model becomes unable to segment or identify objects when the prompt is phrased in specific, valid ways. In real-world applications such as autonomous driving, robotics control, and interactive conversational systems, this inconsistency can lead to safety-critical failures where valid user commands or environmental descriptions are ignored or processed incorrectly due to linguistic variations.

Affected Systems

  • LISA and LISA-explanatory (7B and 13B checkpoints)
  • LISA++ (7B)
  • GSVA (13B)
  • Multimodal Large Language Models (MLLMs) utilizing the "embedding-as-mask" paradigm for reasoning segmentation.

Mitigation Steps

  • 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
Black-box model, service, or application access.
Related deployment categories
Vision-language models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
LISA and LISA-explanatory (7B and 13B checkpoints) LISA++ (7B) GSVA (13B) Multimodal Large Language Models (MLLMs) utilizing the "embedding-as-mask" paradigm for reasoning segmentation.

Research Paper

SPARTA: Evaluating Reasoning Segmentation Robustness through Black-Box Adversarial Paraphrasing in Text Autoencoder Latent Space

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