paper-with-me

Papers

Image Safeguarding: Reasoning with Conditional Vision Language Model and Obfuscating Unsafe Content Counterfactually

2024-01-19 · Mazal Bethany, Brandon Wherry, Nishant Vishwamitra, Peyman Najafirad

Social media platforms are being increasingly used by malicious actors to share unsafe content, such as images depicting sexual activity, cyberbullying, and self-harm. Consequently, major platforms use artificial intelligence (AI) and human moderation to obfuscate such images to make them safer. Two critical needs for obfuscating unsafe images is that an accurate rationale for obfuscating image regions must be provided, and the sensitive regions should be obfuscated (\textit{e.g.} blurring) for users' safety. This process involves addressing two key problems: (1) the reason for obfuscating unsafe images demands the platform to provide an accurate rationale that must be grounded in unsafe image-specific attributes, and (2) the unsafe regions in the image must be minimally obfuscated while still depicting the safe regions. In this work, we address these key issues by first performing visual reasoning by designing a visual reasoning model (VLM) conditioned on pre-trained unsafe image classifiers to provide an accurate rationale grounded in unsafe image attributes, and then proposing a counterfactual explanation algorithm that minimally identifies and obfuscates unsafe regions for safe viewing, by first utilizing an unsafe image classifier attribution matrix to guide segmentation for a more optimal subregion segmentation followed by an informed greedy search to determine the minimum number of subregions required to modify the classifier's output based on attribution score. Extensive experiments on uncurated data from social networks emphasize the efficacy of our proposed method. We make our code available at: https://github.com/SecureAIAutonomyLab/ConditionalVLM

📄 PDF Abstract BibTeX arXiv:2401.11035

Code (1)

secureaiautonomylab/conditionalvlm 공식 구현 pytorch

Tasks

counterfactualCounterfactual ExplanationLanguage ModelingLanguage ModellingVisual Reasoning

Similar Papers 제목 키워드 기반

OmniGuard: Unified Omni-Modal Guardrails with Deliberate Reasoning

2025-12-02 · Boyu Zhu, Xiaofei Wen, Wenjie Jacky Mo, Tinghui Zhu 외 arxiv

Omni-modal Large Language Models (OLLMs) that process text, images, videos, and audio introduce new challenges for safety and value guardrails in human-AI interaction. Prior guardrail research largely targets unimodal se…

Binary Classification

A Multi-Modal Context Reasoning Approach for Conditional Inference on Joint Textual and Visual Clues

2023-05-08 · Yunxin Li, Baotian Hu, Xinyu Chen, Yuxin Ding 외

Conditional inference on joint textual and visual clues is a multi-modal reasoning task that textual clues provide prior permutation or external knowledge, which are complementary with visual content and pivotal to deduc…

Language ModelingLanguage Modelling

Llama Guard 3 Vision: Safeguarding Human-AI Image Understanding Conversations

2024-11-15 · Jianfeng Chi, Ujjwal Karn, Hongyuan Zhan, Eric Smith 외

We introduce Llama Guard 3 Vision, a multimodal LLM-based safeguard for human-AI conversations that involves image understanding: it can be used to safeguard content for both multimodal LLM inputs (prompt classification)…

PRISM: Robust VLM Alignment with Principled Reasoning for Integrated Safety in Multimodality

2025-08-26 · Nanxi Li, Zhengyue Zhao, G. Edward Suh, Marco Pavone 외 arxiv

Safeguarding vision-language models (VLMs) is a critical challenge, as existing methods often suffer from over-defense, which harms utility, or rely on shallow alignment, failing to detect complex threats that require de…

VLM-Guard: Safeguarding Vision-Language Models via Fulfilling Safety Alignment Gap

2025-02-14 · Qin Liu, Fei Wang, Chaowei Xiao, Muhao Chen

The emergence of vision language models (VLMs) comes with increased safety concerns, as the incorporation of multiple modalities heightens vulnerability to attacks. Although VLMs can be built upon LLMs that have textual …

AttributeSafety Alignment