Add model card and metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ ---
5
+
6
+ # EMBGuard
7
+
8
+ EMBGuard is the first MLLM-based safety guardrail for embodied agents designed to decouple physical risk reasoning from agent policy. By evaluating a (visual observation, action) pair, EMBGuard identifies hazardous configurations and provides natural language explanations of potential risks.
9
+
10
+ - **Paper:** [EMBGuard: Constructing Hazard-Aware Guardrails for Safe Planning in Embodied Agents](https://huggingface.co/papers/2605.30924)
11
+ - **Repository:** [https://github.com/dongwxxkchoi/EMBGuard](https://github.com/dongwxxkchoi/EMBGuard)
12
+
13
+ ## Model Description
14
+
15
+ MLLM-powered embodied agents deployed in real-world environments encounter physical hazards. EMBGuard addresses the lack of explicit mechanisms for identifying these hazards by reasoning about action-conditioned risks. Despite its compact size (available in 2B and 4B variants), EMBGuard achieves performance competitive with proprietary MLLMs while significantly reducing false-positive rates that can hinder real-time deployment.
16
+
17
+ The model is based on the Qwen3-VL architecture and has been fine-tuned to identify hazardous configurations and provide natural language explanations of potential risks.
18
+
19
+ ## Datasets
20
+
21
+ The model was developed using the following datasets:
22
+ - **EMBHazard:** A training dataset of 15.1K action-conditioned pairs.
23
+ - **EMBGuardTest:** A benchmark of 329 manually curated real-world scenarios spanning seven physical risk categories.
24
+
25
+ ## Citation
26
+
27
+ If you use EMBGuard in your research, please cite the following paper:
28
+
29
+ ```bibtex
30
+ @article{choi2025embguard,
31
+ title={EMBGuard: Constructing Hazard-Aware Guardrails for Safe Planning in Embodied Agents},
32
+ author={Choi, Dongwook and others},
33
+ journal={arXiv preprint arXiv:2605.30924},
34
+ year={2025}
35
+ }
36
+ ```