DiffVaxDataset
收藏DiffVax 数据集概述
数据集基本信息
- 数据集名称: DiffVaxDataset
- 托管平台: Hugging Face
- 访问地址: https://huggingface.co/datasets/ozdentarikcan/DiffVaxDataset
- 关联研究: DiffVax: Optimization-Free Image Immunization Against Diffusion-Based Editing (ICLR 2026)
数据集内容与结构
数据集下载后位于 data/ 目录下,结构如下:
data/ ├── train/ │ ├── images/ # 训练图像 (512x512 PNG格式) │ ├── masks/ # 对应的掩码 │ └── metadata.jsonl # 图像-提示词对 └── validation/ ├── images/ ├── masks/ └── metadata.jsonl
数据集用途
该数据集用于训练和验证 DiffVax 图像免疫模型。该模型是一个可扩展、轻量级且无需优化的框架,旨在保护图像和视频免受基于扩散模型的编辑。
获取方式
-
通过脚本下载: bash python scripts/download_dataset.py
-
自动下载: 训练和演示脚本在首次运行时,如果本地未找到数据集,会自动从 Hugging Face 下载。
关联资源
- 预训练模型权重: 位于
checkpoints/diffvax_trained.pth - 训练配置: 位于
configs/train.yml - 演示与比较脚本: 位于
scripts/目录下
相关研究对比
数据集支持与以下基线方法的比较:
- PhotoGuard (Salman et al., ICML 2023)
- DiffusionGuard (Li et al., ICLR 2025)
引用
@inproceedings{ozden2026diffvax, title={DiffVax: Optimization-Free Image Immunization Against Diffusion-Based Editing}, author={Ozden, Tarik Can and Kara, Ozgur and Akcin, Oguzhan and Zaman, Kerem and Srivastava, Shashank and Chinchali, Sandeep P and Rehg, James M}, booktitle={The Fourteenth International Conference on Learning Representations}, year={2026}, }



