Papers › GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning

GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning

16 May 2025arXiv:2505.11049archive 2025-07-28

Yue Liu, Shengfang Zhai, Mingzhe Du, Yulin Chen, Tri Cao, Hongcheng Gao, Cheng Wang, Xinfeng Li, Kun Wang, Junfeng Fang, Jiaheng Zhang, Bryan Hooi

To enhance the safety of VLMs, this paper introduces a novel reasoning-based VLM guard model dubbed GuardReasoner-VL. The core idea is to incentivize the guard model to deliberatively reason before making moderation decisions via online RL. First, we construct GuardReasoner-VLTrain, a reasoning corpus with 123K samples and 631K reasoning steps, spanning text, image, and text-image inputs. Then, based on it, we cold-start our model's reasoning ability via SFT. In addition, we further enhance reasoning regarding moderation through online RL. Concretely, to enhance diversity and difficulty of samples, we conduct rejection sampling followed by data augmentation via the proposed safety-aware data concatenation. Besides, we use a dynamic clipping parameter to encourage exploration in early stages and exploitation in later stages. To balance performance and token efficiency, we design a length-aware safety reward that integrates accuracy, format, and token cost. Extensive experiments demonstrate the superiority of our model. Remarkably, it surpasses the runner-up by 19.27% F1 score on average. We release data, code, and models (3B/7B) of GuardReasoner-VL at https://github.com/yueliu1999/GuardReasoner-VL/

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.11049")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yueliu1999/guardreasoner-vl officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
11unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yueliu1999/guardreasoner-vl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

unpad_dataproto yueliu1999/guardreasoner-vl/train/EasyR1/verl/protocol.py official repository ran MIT (permissive) · a91c18341292d50e · report
cal_f1 yueliu1999/guardreasoner-vl/evaluate.py official repository unverified MIT (permissive) · 2f407d7f61063ffb · report
cal_weighted_f1 yueliu1999/guardreasoner-vl/evaluate.py official repository unverified MIT (permissive) · d4fcebcf31275298 · report
compute_gae_advantage_return yueliu1999/guardreasoner-vl/train/EasyR1/verl/trainer/core_algos.py official repository unverified MIT (permissive) · e12b5e0633d1b0a3 · report
compute_grpo_outcome_advantage yueliu1999/guardreasoner-vl/train/EasyR1/verl/trainer/core_algos.py official repository unverified MIT (permissive) · dc62e3047c2f6e56 · report
concat_text yueliu1999/guardreasoner-vl/train/data_augmentation.py official repository unverified MIT (permissive) · e82f29866d9b24d6 · report
get_kl_controller yueliu1999/guardreasoner-vl/train/EasyR1/verl/trainer/core_algos.py official repository unverified MIT (permissive) · b5973cf2aefac349 · report
pad_dataproto_to_divisor yueliu1999/guardreasoner-vl/train/EasyR1/verl/protocol.py official repository unverified MIT (permissive) · 2604e5877f8242b0 · report
prompt_gt_mix yueliu1999/guardreasoner-vl/train/data_augmentation.py official repository unverified MIT (permissive) · d797f71ea34bc6e9 · report
res_gt_mix yueliu1999/guardreasoner-vl/train/data_augmentation.py official repository unverified MIT (permissive) · d0231286cb1e3033 · report
reverse yueliu1999/guardreasoner-vl/evaluate.py official repository unverified MIT (permissive) · a940cd1fa5eb303c · report
union_tensor_dict yueliu1999/guardreasoner-vl/train/EasyR1/verl/protocol.py official repository unverified MIT (permissive) · ad658a1d6fe829ba · report

Tasks

Data Augmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SFT

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections