meta / llama-guard-3-11b-vision

A Llama-3.2-11B pretrained model, fine-tuned for content safety classification

replicate.com
Total runs: 153
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Github
Model's Last Updated: December 24 2024

Introduction of llama-guard-3-11b-vision

Model Details of llama-guard-3-11b-vision

Readme
Model Information

Llama Guard 3 Vision is a Llama-3.2-11B pretrained model, fine-tuned for content safety classification. Similar to previous versions [1-3], it can be used to safeguard content for both LLM inputs (prompt classification) and LLM responses (response classification).

Llama Guard 3 Vision was specifically designed to support image reasoning use cases and was optimized to detect harmful multimodal (text and image) prompts and text responses to these prompts.

Llama Guard 3 Vision acts as an LLM – it generates text in its output that indicates whether a given prompt or response is safe or unsafe, and if unsafe, it also lists the content categories violated. Below is a response classification example input and output for Llama Guard 3 Vision.

Get started

Once you have access to the model weights, please refer to our documentation to get started.

Hazard Taxonomy and Policy

The model is trained to predict safety labels on the 13 categories shown below, based on the MLCommons taxonomy of 13 hazards.

<center> Hazard categories </center>
S1: Violent Crimes S2: Non-Violent Crimes
S3: Sex-Related Crimes S4: Child Sexual Exploitation
S5: Defamation S6: Specialized Advice
S7: Privacy S8: Intellectual Property
S9: Indiscriminate Weapons S10: Hate
S11: Suicide & Self-Harm S12: Sexual Content
S13: Elections

S1 - Violent Crimes

Responses that enable, encourage, or endorse the commission of violent crimes, including: (1) unlawful violence toward people (ex: terrorism, genocide, murder, hate-motivated violent crimes, child abuse, assault, battery, kidnapping) and (2) unlawful violence toward animals (ex: animal abuse)

S2 - Non-Violent Crimes

Responses that enable, encourage, or endorse the commission of non-violent crimes, including: (1) personal crimes (ex: labor trafficking, threats, intimidation, hate-motivated non-violent crimes), (2) financial crimes (ex: fraud, scams, money laundering), (3) property crimes (ex: theft, arson, vandalism), (4) drug crimes (ex: creating or using regulated substances), (5) weapons crimes (ex: producing unlicensed firearms), and (6) cyber crimes (ex: hacking)

S3 - Sex-Related Crimes

Responses that enable, encourage, or endorse the commission of sex-related crimes, including: (1) sex trafficking, (2) sexual assault (ex: rape), (3) sexual harassment (physical, verbal, or visual), and (4) prostitution

S4 - Child Sexual Exploitation

Responses that contain, describe, enable, encourage, or endorse the sexual abuse of children

S5 - Defamation

Responses that are both verifiably false and likely to injure a living person’s reputation

S6 - Specialized Advice

Responses that contain specialized financial, medical, or legal advice, or that indicate dangerous activities or objects are safe

S7 - Privacy

Responses that contain sensitive, nonpublic personal information that could undermine someone’s physical, digital, or financial security

S8 - Intellectual Property

Responses that may violate the intellectual property rights of any third party

S9 - Indiscriminate Weapons

Responses that enable, encourage, or endorse the creation of indiscriminate weapons, including: (1) chemical weapons (ex: nerve gas), (2) biological weapons (ex: anthrax), (3) radiological weapons (ex: cobalt bombs), (4) nuclear weapons (ex: fission bombs), and (5) high-yield explosive weapons (ex: cluster munitions)

S10 - Hate

Responses that demean or dehumanize people on the basis of their sensitive, personal characteristics (i.e., race, color, ethnicity, national origin, disability, religious affiliation, caste, sexual orientation, sex, gender identity, and/or serious disease)

S11 - Suicide & Self-Harm

Responses that enable, encourage, or endorse acts of intentional self-harm, including: (1) suicide, (2) self-injury (ex: cutting), and (3) disordered eating

S12 - Sexual Content

Responses that contain erotica

S13 - Elections

Responses that contain factually incorrect information about electoral systems and processes, including in the time, place, or manner of voting in civic elections

Note on violation for image understanding. Compared to text-only Llama Guards, specific attention was paid to risks emerging from potential prompts to identify people in images (e.g., recognizing a real world person from the image through any visual clue). Llama Guard 3 Vision was trained to classify the response as unsafe.

Training data

To train the Llama Guard 3 Vision, we employed a hybrid dataset comprising both human-generated and synthetically generated data. Our approach involved collecting human-created prompts paired with corresponding images, as well as generating benign and violating model responses using our in-house Llama models. We utilized jailbreaking techniques to elicit violating responses from these models. The resulting dataset includes samples labeled either by humans or the Llama 3.1 405B model. To ensure comprehensive coverage, we carefully curated the dataset to encompass a diverse range of prompt-image pairs, spanning all hazard categories listed above. For the image data we use, our vision encoder will rescale it into 4 chunks, each of 560x560.

Evaluation

We evaluate the performance of Llama Guard 3 vision on our internal test following MLCommons hazard taxonomy. To the best of our knowledge, Llama Guard 3 Vision is the first safety classifier for the LLM image understanding task. In this regard, we use GPT-4o and GPT-4o mini with zero-shot prompting using MLCommons hazard taxonomy as a baseline.

<small><center>Table 1: Comparison of performance of various models measured on our internal test set for MLCommons hazard taxonomy.</center></small>
Model Task Precision Recall F1 FPR
Llama Guard 3 Vision Prompt Classification 0.891 0.623 0.733 0.052
GPT-4o 0.544 0.843 0.661 0.485
GPT-4o mini 0.488 0.943 0.643 0.681
Llama Guard 3 Vision Response Classification 0.961 0.916 0.938 0.016
GPT-4o 0.579 0.788 0.667 0.243
GPT-4o mini 0.526 0.820 0.641 0.313
<small><center>Table 2: Category-wise breakdown of F1 for Llama Guard 3 Vision on our internal test set for response classification with safety labels from the ML Commons taxonomy.</center></small>
Category F1
Violent Crimes 0.839
Non-Violent Crimes 0.917
Sex Crimes 0.797
Child Exploitation 0.698
Defamation 0.967
Specialized Advice 0.764
Privacy 0.847
Intellectual Property 0.849
Indiscriminate Weapons 0.995
Hate 0.894
Self-Harm 0.911
Sexual Content 0.947
Elections 0.957

Result Analysis. Table 1 shows that Llama Guard 3 Vision outperforms GPT-4o and GPT-4o mini in terms of F1, specifically in response classification. Noteworthily, Llama Guard 3 Vision achieves better performance with much lower false positive rates. We also observe that the recall (false positive rates) of prompt classification are much lower (higher) than in general, this is because of the ambiguity of prompt (text+image) in the image understanding tasks making prompt classification more challenging than response classification. For example, given a text prompt “how do I buy this” with an image of multiple objects, whether the prompt is safe or not depends on which objects the user is referring to, and it is hard to decide in some cases. In such cases, we recommend using Llama Guard 3 Vision in the response classification task. Table 2 also shows the category breakdown in our internal test set. We observe that Llama Guard 3 Vision performs well in Indiscriminate Weapon and Elections categories, while showing > 0.69 F1 scores across all categories.

Limitations

There are some limitations associated with Llama Guard 3 Vision. First, Llama Guard 3 Vision itself is an LLM fine-tuned on Llama 3.2-vision. Thus, its performance (e.g., judgments that need common sense knowledge, multilingual capability, and policy coverage) might be limited by its (pre-)training data.

Llama Guard 3 Vision is not meant to be used as an image safety classifier nor a text-only safety classifier. Its task is to classify the multimodal prompt or the multimodal prompt along with the text response. It was optimized for English language and only supports one image at the moment. Images will be rescaled into 4 chunks each of 560x560, so the classification performance may vary depending on the actual image size. For text-only mitigation, we recommend using other safeguards in the Llama Guard family of models, such as Llama Guard 3-8B or Llama Guard 3-1B depending on your use case.

Some hazard categories may require factual, up-to-date knowledge to be evaluated (for example, S5: Defamation, S8: Intellectual Property, and S13: Elections) . We believe more complex systems should be deployed to accurately moderate these categories for use cases highly sensitive to these types of hazards, but Llama Guard 3 Vision provides a good baseline for generic use cases.

Lastly, as an LLM, Llama Guard 3 Vision may be susceptible to adversarial attacks [4, 5] that could bypass or alter its intended use. Please report vulnerabilities and we will look to incorporate improvements in future versions of Llama Guard.

References

[1] Llama Guard: LLM-based Input-Output Safeguard for Human-AI Conversations

[2] Llama Guard 2 Model Card

[3] Llama Guard 3-8B Model Card

[4] Universal and Transferable Adversarial Attacks on Aligned Language Models

[5] Are aligned neural networks adversarially aligned?

Citation
@misc{chi2024llamaguard3vision,
      title={Llama Guard 3 Vision: Safeguarding Human-AI Image Understanding Conversations}, 
      author={Jianfeng Chi and Ujjwal Karn and Hongyuan Zhan and Eric Smith and Javier Rando and Yiming Zhang and Kate Plawiak and Zacharie Delpierre Coudert and Kartikeya Upasani and Mahesh Pasupuleti},
      year={2024},
      eprint={2411.10414},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2411.10414}, 
}

Runs of meta llama-guard-3-11b-vision on replicate.com

153
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About llama-guard-3-11b-vision replicate.com Model

More llama-guard-3-11b-vision license Visit here:

https://huggingface.co/meta-llama/Llama-3.2-1B/blob/main/LICENSE.txt

llama-guard-3-11b-vision replicate.com

llama-guard-3-11b-vision replicate.com is an AI model on replicate.com that provides llama-guard-3-11b-vision's model effect (A Llama-3.2-11B pretrained model, fine-tuned for content safety classification), which can be used instantly with this meta llama-guard-3-11b-vision model. replicate.com supports a free trial of the llama-guard-3-11b-vision model, and also provides paid use of the llama-guard-3-11b-vision. Support call llama-guard-3-11b-vision model through api, including Node.js, Python, http.

llama-guard-3-11b-vision replicate.com Url

https://replicate.com/meta/llama-guard-3-11b-vision

meta llama-guard-3-11b-vision online free

llama-guard-3-11b-vision replicate.com is an online trial and call api platform, which integrates llama-guard-3-11b-vision's modeling effects, including api services, and provides a free online trial of llama-guard-3-11b-vision, you can try llama-guard-3-11b-vision online for free by clicking the link below.

meta llama-guard-3-11b-vision online free url in replicate.com:

https://replicate.com/meta/llama-guard-3-11b-vision

llama-guard-3-11b-vision install

llama-guard-3-11b-vision is an open source model from GitHub that offers a free installation service, and any user can find llama-guard-3-11b-vision on GitHub to install. At the same time, replicate.com provides the effect of llama-guard-3-11b-vision install, users can directly use llama-guard-3-11b-vision installed effect in replicate.com for debugging and trial. It also supports api for free installation.

llama-guard-3-11b-vision install url in replicate.com:

https://replicate.com/meta/llama-guard-3-11b-vision

llama-guard-3-11b-vision install url in github:

https://github.com/lucataco/cog-Llama-Guard-3-11B-Vision

Url of llama-guard-3-11b-vision

llama-guard-3-11b-vision replicate.com Url

llama-guard-3-11b-vision Owner Github

Provider of llama-guard-3-11b-vision replicate.com

Other API from meta

replicate

An 8 billion parameter language model from Meta, fine tuned for chat completions

Total runs: 353.0M
Run Growth: 0
Growth Rate: 0.00%
Updated:April 18 2024
replicate

A 70 billion parameter language model from Meta, fine tuned for chat completions

Total runs: 149.0M
Run Growth: 0
Growth Rate: 0.00%
Updated:April 18 2024
replicate

Base version of Llama 3, an 8 billion parameter language model from Meta.

Total runs: 50.8M
Run Growth: 0
Growth Rate: 0.00%
Updated:April 18 2024
replicate

A 7 billion parameter language model from Meta, fine tuned for chat completions

Total runs: 17.5M
Run Growth: 0
Growth Rate: 0.00%
Updated:November 02 2023
replicate

A 70 billion parameter language model from Meta, fine tuned for chat completions

Total runs: 9.2M
Run Growth: 0
Growth Rate: 0.00%
Updated:September 13 2023
replicate

Meta's flagship 405 billion parameter language model, fine-tuned for chat completions

Total runs: 5.2M
Run Growth: 0
Growth Rate: 0.00%
Updated:July 23 2024
replicate

A 13 billion parameter language model from Meta, fine tuned for chat completions

Total runs: 4.8M
Run Growth: 0
Growth Rate: 0.00%
Updated:September 13 2023
replicate

Generate music from a prompt or melody

Total runs: 2.4M
Run Growth: 0
Growth Rate: 0.00%
Updated:March 28 2024
replicate

Base version of Llama 3, a 70 billion parameter language model from Meta.

Total runs: 825.5K
Run Growth: 0
Growth Rate: 0.00%
Updated:April 18 2024
replicate

A llama-3 based moderation and safeguarding language model

Total runs: 733.3K
Run Growth: 0
Growth Rate: 0.00%
Updated:May 08 2024
replicate

Base version of Llama 2 7B, a 7 billion parameter language model

Total runs: 651.1K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 13 2023
replicate

Base version of Llama 2, a 70 billion parameter language model from Meta.

Total runs: 351.9K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 13 2023
replicate

Base version of Llama 2 13B, a 13 billion parameter language model

Total runs: 201.7K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 13 2023
replicate

A 34 billion parameter Llama tuned for coding and conversation

Total runs: 154.7K
Run Growth: 0
Growth Rate: 0.00%
Updated:January 09 2024
replicate

A 13 billion parameter Llama tuned for code completion

Total runs: 112.4K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 29 2023
replicate

A 7 billion parameter Llama tuned for coding and conversation

Total runs: 65.1K
Run Growth: 0
Growth Rate: 0.00%
Updated:January 09 2024
replicate

A 13 billion parameter Llama tuned for coding and conversation

Total runs: 46.8K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 07 2023
replicate

A Llama-3.1-8B pretrained model, fine-tuned for content safety classification

Total runs: 31.1K
Run Growth: 0
Growth Rate: 0.00%
Updated:December 21 2024
replicate

Detects any class given class names

Total runs: 27.6K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 29 2022
replicate

Instance-Conditioned GAN

Total runs: 26.7K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 25 2021
replicate

A 70 billion parameter Llama tuned for coding and conversation

Total runs: 21.9K
Run Growth: 0
Growth Rate: 0.00%
Updated:January 31 2024
replicate

A 7 billion parameter Llama tuned for coding and conversation

Total runs: 15.4K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 07 2023
replicate

SAM 2: Segment Anything v2 (for Images)

Total runs: 11.5K
Run Growth: 0
Growth Rate: 0.00%
Updated:July 31 2024
replicate

A 17 billion parameter model with 128 experts

Total runs: 11.2K
Run Growth: 0
Growth Rate: 0.00%
Updated:April 06 2025
replicate

A 34 billion parameter Llama tuned for coding and conversation

Total runs: 10.0K
Run Growth: 0
Growth Rate: 0.00%
Updated:August 26 2023
replicate

A 34 billion parameter Llama tuned for coding with Python

Total runs: 6.5K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 29 2023
replicate

A 13 billion parameter Llama tuned for coding with Python

Total runs: 3.9K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 07 2023
replicate

A 7 billion parameter Llama tuned for coding with Python

Total runs: 3.8K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 07 2023
replicate

SAM 2: Segment Anything v2 (for videos)

Total runs: 2.6K
Run Growth: 0
Growth Rate: 0.00%
Updated:August 14 2024
replicate

Cut and Learn for unsupervised object detection and instance segmentation

Total runs: 2.3K
Run Growth: 0
Growth Rate: 0.00%
Updated:February 06 2023
replicate

A 70 billion parameter Llama tuned for coding with Python

Total runs: 1.1K
Run Growth: 0
Growth Rate: 0.00%
Updated:January 30 2024
replicate

Masked-attention Mask Transformer for Universal Image Segmentation

Total runs: 658
Run Growth: 0
Growth Rate: 0.00%
Updated:February 21 2022
replicate

Supervised Weakly from hashtAGs

Total runs: 294
Run Growth: 0
Growth Rate: 0.00%
Updated:January 23 2022
replicate

A Single Model for Many Visual Modalities

Total runs: 247
Run Growth: 0
Growth Rate: 0.00%
Updated:January 30 2022
replicate

A 7B parameter Llama 2-based input-output safeguard model

Total runs: 19
Run Growth: 0
Growth Rate: 0.00%
Updated:December 21 2024
replicate

A 17 billion parameter model with 16 experts

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 06 2025