Discover and explore top open-source AI tools and projects—updated daily.
VinAIResearchPrivacy defense for personalized image generation
Top 99.4% on SourcePulse
Summary
This project provides the official PyTorch implementation for Anti-DreamBooth, a defense system against malicious personalized text-to-image synthesis using models like DreamBooth. It targets researchers and users concerned about privacy, offering a method to protect individuals' likenesses from being synthesized into fake or disturbing content, thereby safeguarding personal privacy against AI manipulation.
How It Works
Anti-DreamBooth introduces subtle, optimized noise perturbations to reference images before DreamBooth training. This degrades the quality of synthesized target images, disrupting personalization without significantly altering the original image's utility. The system evaluates various perturbation optimization algorithms for robustness against different text-to-image models and conditions.
Quick Start & Requirements
conda create -n anti-dreambooth python=3.9, conda activate anti-dreambooth), install dependencies (pip install -r requirements.txt).diffusers, ShivamShrirao's diffusers fork. LoRA requires specific versions: diffusers==0.23.1, accelerate==0.33.0, transformers==4.48.3. Pretrained Stable Diffusion checkpoints (v1.5, v1.4, v2.1) needed in ./stable-diffusion/.Highlighted Details
Maintenance & Community
Maintained by VinAI Research. Contact imthanhlv@gmail.com or use GitHub issues for support. Recent updates include evaluations code and dataset links. No community channels listed.
Licensing & Compatibility
The repository README does not explicitly state the software license. This requires clarification for adoption, particularly for commercial use or integration into closed-source projects.
Limitations & Caveats
Focuses on defending against DreamBooth; effectiveness against other synthesis methods is not detailed. Experimental setup requires high-end GPU hardware (NVIDIA 40GB A100). Absence of a specified license is a significant adoption blocker.
1 month ago
Inactive