When Are Reasoning-Based Guardrails Not Efficient? ResponseGuard: A Fast Vision-Language Guard for Real-Time Moderation
Abstract
A vision-language AI assistant returns its answer as a stream of generated tokens.
Therefore, a safety guard that watches that answer has to keep up with the stream and stop a harmful reply before a user reads it.
Recent vision-language guardrails instead generate a chain of thought before they issue a verdict.
They believe that step-by-step reasoning yields a safer guard.
This design makes the guard heavy and slow, since the model must decode many tokens for harmfulness detection.
We pose the question of whether a vision-language guard really needs to reason in order to screen a response.
We answer with a guard that has no chain.
ResponseGuard reads a harmful verdict from a single pooled representation of the request, the response, and the image in one forward pass.
Across a standard multimodal guardrail benchmark, our 2B ResponseGuard outperforms a recent 3B reasoning-based vision-language guard on response harmfulness detection, without any reasoning and at about 150 times lower time cost.
On request harmfulness the reasoning guard retains an overall lead, and the remaining gap on both tracks sits on the image-only cells.
We observe that the gap may stem from the frozen vision encoders that both designs use rather than from the missing chain.
We have also found the reasoning guard directs almost none of its verdict attention to the image.
Based on a single-pass detection, ResponseGuard can screen an answer sentence by sentence as it streams and stop a harmful answer before it finishes.
For guarding the response of a vision-language model, a calibrated single-pass label may provide a sufficient safety signal.
We fully release all source code, trained models, and datasets at this https URL.
이 뉴스, 어떠셨어요?
탭 한 번으로 반응 · 로그인 불필요