Skip to content

qsong2001/blank_canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Blank Canvas Against AI-enabled Image Forgery (AAAI 2026)

Installation

  1. Clone repository: git clone https://github.com/yourusername/ai-forgery-detection.git cd ai-forgery-detection

  2. 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 .

Usage

Quick Start is avialable with Demo Notebook

Acknowledgments

This work builds upon the following open-source projects:

segment_anything

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}
}

About

Blank Canvas (AAAI 2026)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors