paper-with-me

홈 › Papers

Blind Spot Navigation: Evolutionary Discovery of Sensitive Semantic Concepts for LVLMs

2025-05-21 · Zihao Pan, Yu tong, Weibin Wu, Jingyi Wang, Lifeng Chen, Zhe Zhao, Jiajia Wei, Yitong Qiao, Zibin Zheng

Adversarial attacks aim to generate malicious inputs that mislead deep models, but beyond causing model failure, they cannot provide certain interpretable information such as `\textit{What content in inputs make models more likely to fail?}'' However, this information is crucial for researchers to specifically improve model robustness. Recent research suggests that models may be particularly sensitive to certain semantics in visual inputs (such as wet,'' `foggy''), making them prone to errors. Inspired by this, in this paper we conducted the first exploration on large vision-language models (LVLMs) and found that LVLMs indeed are susceptible to hallucinations and various errors when facing specific semantic concepts in images. To efficiently search for these sensitive concepts, we integrated large language models (LLMs) and text-to-image (T2I) models to propose a novel semantic evolution framework. Randomly initialized semantic concepts undergo LLM-based crossover and mutation operations to form image descriptions, which are then converted by T2I models into visual inputs for LVLMs. The task-specific performance of LVLMs on each input is quantified as fitness scores for the involved semantics and serves as reward signals to further guide LLMs in exploring concepts that induce LVLMs. Extensive experiments on seven mainstream LVLMs and two multimodal tasks demonstrate the effectiveness of our method. Additionally, we provide interesting findings about the sensitive semantics of LVLMs, aiming to inspire further in-depth research.

📄 PDF Abstract BibTeX arXiv:2505.15265

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards a More Rigorous Science of Blindspot Discovery in Image Classification Models

2022-07-08 · Gregory Plumb, Nari Johnson, Ángel Alexander Cabrera, Ameet Talwalkar

A growing body of work studies Blindspot Discovery Methods ("BDM"s): methods that use an image embedding to find semantically meaningful (i.e., united by a human-understandable concept) subsets of the data where an image…

Dimensionality Reductionimage-classificationImage Classification

Discovering Blind Spots in Reinforcement Learning

2018-05-23 · Ramya Ramakrishnan, Ece Kamar, Debadeepta Dey, Julie Shah 외

Agents trained in simulation may make errors in the real world due to mismatches between training and execution environments. These mistakes can be dangerous and difficult to discover because the agent cannot predict the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Belief Aided Navigation using Bayesian Reinforcement Learning for Avoiding Humans in Blind Spots

2024-03-15 · Jinyeob Kim, Daewon Kwak, Hyunwoo Rim, Donghan Kim

Recent research on mobile robot navigation has focused on socially aware navigation in crowded environments. However, existing methods do not adequately account for human robot interactions and demand accurate location i…

Autonomous VehiclesNavigateRobot Navigation

On the Blind Spots of Model-Based Evaluation Metrics for Text Generation

2022-12-20 · Tianxing He, Jingyu Zhang, Tianle Wang, Sachin Kumar 외

In this work, we explore a useful but often neglected methodology for robustness analysis of text generation evaluation metrics: stress tests with synthetic data. Basically, we design and synthesize a wide range of poten…

Text Generation

Learning-Based Automated Adversarial Red-Teaming for Robustness Evaluation of Large Language Models

2025-12-21 · Zhang Wei, Hanxuan Chen, Peilu Hu, Zhenyuan Wei 외 arxiv

Red-teaming is becoming a central part of large language model (LLM) safety evaluation, yet current practice still relies heavily on expert-written prompts or fixed benchmark suites. This creates a gap between what is ea…

Vulnerability Detection