🛰️ Daily AI Frontier
‹ back to 2026-07-26

When Are Reasoning-Based Guardrails Not Efficient? ResponseGuard: A Fast Vision-Language Guard for Real-Time Moderation

arXiv cs.CV Multimodal & Generative Dongbin Na 2026-07-23

TL;DR - ResponseGuard is a 2B vision-language safety model that detects harmful streamed responses in one forward pass, avoiding costly chain-of-thought moderation. It outperforms a 3B reasoning-based guard on response harmfulness at roughly 150× lower time cost.

  • Pools the request, response, and image into a single representation for classification.
  • Supports sentence-by-sentence screening to stop harmful responses during generation.
  • Reasoning retains an overall advantage for request harmfulness, with remaining gaps concentrated in image-only cases.
  • The authors attribute image-related limitations partly to frozen vision encoders and release their code, models, and datasets.

view merged work →