Views
No views yet
corvi/model_best.pth # base Corvi detector (ResNet-50)
rajan/model_best.pth # base Rajan detector (ResNet-50, AlignedForensics)
dear_c/model_best.pth # DEAR-c (ours, Corvi base)
dear_r/model_best.pth # DEAR-r (ours, Rajan base)1huggingface-cli download k-aisi-anti-deepfake/dear-checkpoints --local-dir checkpoints
2python scripts/inference.py --model dear_c --input path/to/image.png1@inproceedings{kim2026dissect,
2 title = {Dissect and Prune: Enhancing Robustness in AI-Generated Image Detection},
3 author = {Kim, Dahye and Choi, Jaehyun and Seong, Hyun Seok and Kim, Seongho and Lee, Donghun and Yi, Sungwon and Choi, Jang-Ho},
4 booktitle = {Proceedings of the Forty-third International Conference on Machine Learning},
5 year = {2026},
6 url = {https://arxiv.org/abs/2606.10309}
7}1@inproceedings{corvi2023detection,
2 title = {On the detection of synthetic images generated by diffusion models},
3 author = {Corvi, Riccardo and Cozzolino, Davide and Zingarini, Giada and Poggi, Giovanni and Nagano, Koki and Verdoliva, Luisa},
4 booktitle = {IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
5 year = {2023}
6}
7
8@inproceedings{rajan2025aligned,
9 title = {Aligned Datasets Improve Detection of Latent Diffusion-Generated Images},
10 author = {Sundara Rajan, Anirudh and Ojha, Utkarsh and Schloesser, Jedidiah and Lee, Yong Jae},
11 booktitle = {International Conference on Learning Representations (ICLR)},
12 year = {2025}
13}