awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
VDIGPKU avatar

VDIGPKU/CMUA-Watermark

0
View on GitHub↗
110 stars·12 forks·Python·MIT·11 views

CMUA Watermark

The official code for CMUA-Watermark: A Cross-Model Universal Adversarial Watermark for Combating Deepfakes (AAAI2022) arxiv. It is based on disrupting-deepfakes .

Features

  • Adversarial Attacks - Cross-model universal adversarial watermarks for combating deepfakes.
  • Watermarking and Fingerprinting - Cross-model universal adversarial watermarks for media authentication.

Star history

Star history chart for vdigpku/cmua-watermarkStar history chart for vdigpku/cmua-watermark

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with CMUA Watermark

These projects share indexed features with CMUA Watermark. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ningyu1991/scalableganfingerprintsN

    ningyu1991/ScalableGANFingerprints

    0View on GitHub↗

    Ning Yu\, Vladislav Skripniuk\, Dingfan Chen, Larry Davis, Mario Fritz *Equal contribution ICLR 2022 Spotlight

    View on GitHub↗0
  • abstractteen/antiforgeryA

    AbstractTeen/AntiForgery

    0View on GitHub↗

    An example of Anti-Forgery: Towards a Stealthy and Robust DeepFake Disruption Attack via Adversarial Perceptual-aware Perturbations (to be presented at the IJCAI-ECAI 2022). This repository contains code for crafting perceptual-aware perturbation in the Lab color space to attack an…

    View on GitHub↗0
  • cleverhans-lab/cleverhanscleverhans-lab avatar

    cleverhans-lab/cleverhans

    6,443View on GitHub↗

    Cleverhans is an adversarial machine learning library and toolkit designed to generate adversarial examples, incorporate them into training loops, and benchmark the resilience of machine learning models. It provides a gradient-based attack framework for constructing both white-box and black-box attacks to identify model misclassifications. The project includes capabilities for model robustness benchmarking, allowing users to evaluate and verify how models resist evasion attacks and malicious input perturbations. It also facilitates adversarial training to increase a model's resistance to pert

    Jupyter Notebookbenchmarkingmachine-learningsecurity
    View on GitHub↗6,443
  • homanp/superagenthomanp avatar

    homanp/superagent

    6,631View on GitHub↗

    Superagent is a framework for AI assistant orchestration and agent security. It provides the tools to build intelligent assistants that integrate external APIs and maintain conversation memory to automate complex tasks. The project focuses on AI agent security through adversarial testing, red teaming, and the detection of prompt injections and malicious tool calls. It includes automated vulnerability patching, which scans codebases and configurations for security flaws and generates pull requests with fixes. The platform supports retrieval augmented generation by connecting language models t

    TypeScript
    View on GitHub↗6,631
Compare all 11 related projects→

Frequently asked questions

What does vdigpku/cmua-watermark do?

The official code for CMUA-Watermark: A Cross-Model Universal Adversarial Watermark for Combating Deepfakes (AAAI2022) arxiv. It is based on disrupting-deepfakes .

What are the main features of vdigpku/cmua-watermark?

The main features of vdigpku/cmua-watermark are: Adversarial Attacks, Watermarking and Fingerprinting.

Which projects share features with vdigpku/cmua-watermark?

Projects with overlapping indexed features include: ningyu1991/scalableganfingerprints — Ning Yu\, Vladislav Skripniuk\, Dingfan Chen, Larry Davis, Mario Fritz *Equal contribution ICLR 2022 Spotlight. abstractteen/antiforgery — An example of Anti-Forgery: Towards a Stealthy and Robust DeepFake Disruption Attack via Adversarial Perceptual-aware… homanp/superagent — Superagent is a framework for AI assistant orchestration and agent security. It provides the tools to build… llm-attacks/llm-attacks — This repository provides tools and methodologies for studying adversarial attacks on large language models. It focuses… trusted-ai/adversarial-robustness-toolbox — The Adversarial Robustness Toolbox (ART) is an open-source library that provides a unified framework for evaluating,… cleverhans-lab/cleverhans — Cleverhans is an adversarial machine learning library and toolkit designed to generate adversarial examples,…