-
Clone repository: git clone https://github.com/yourusername/ai-forgery-detection.git cd ai-forgery-detection
-
Install dependencies:
pip install git+https://github.com/facebookresearch/segment-anything.git
git clone git@github.com:facebookresearch/segment-anything.git
cd segment-anything; pip install -e .
Quick Start is avialable with Demo Notebook
Acknowledgments
This work builds upon the following open-source projects:
• DarkSAM
We thank the authors for making their code publicly available
If you find our work useful, please cite:
@inproceedings{song2025creating,
title={Creating Blank Canvas Against AI-enabled Image Forgery},
author={Song, Qi and Luo, Ziyuan and Wan, Renjie},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2026}
}