Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- saberzl/SID_Set
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- saberzl/SIDA-7B
|
11 |
+
pipeline_tag: image-segmentation
|
12 |
+
---
|
13 |
+
|
14 |
+
# SIDA Model Card
|
15 |
+
|
16 |
+
## Model details
|
17 |
+
|
18 |
+
**Model type:**
|
19 |
+
SIDA-description is a model fine-tuned from SIDA, designed for explanation. If you want to reproduce the detection and localization results, please use [SIDA-7B](https://huggingface.co/saberzl/SIDA-7B) instead.
|
20 |
+
|
21 |
+
**Model date:**
|
22 |
+
SIDA-7B-description was trained in Febuary 2025.
|
23 |
+
|
24 |
+
**Paper or resources for more information:**
|
25 |
+
|
26 |
+
Paper: https://arxiv.org/pdf/2412.04292
|
27 |
+
|
28 |
+
Resource: https://github.com/hzlsaber/SIDA
|
29 |
+
|
30 |
+
## License
|
31 |
+
Llama 2 is licensed under the LLAMA 2 Community License,
|
32 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
33 |
+
|
34 |
+
## Trained Data
|
35 |
+
|
36 |
+
SIDA was trained on SID_Set, which consists of real images, tampered images, and fully synthetic images. More information is available [here](https://huggingface.co/datasets/saberzl/SID_Set).
|
37 |
+
|
38 |
+
## Citation Information
|
39 |
+
|
40 |
+
If you find this dataset useful, please consider citing our paper:
|
41 |
+
|
42 |
+
```
|
43 |
+
@misc{huang2025sidasocialmediaimage,
|
44 |
+
title={SIDA: Social Media Image Deepfake Detection, Localization and Explanation with Large Multimodal Model},
|
45 |
+
author={Zhenglin Huang and Jinwei Hu and Xiangtai Li and Yiwei He and Xingyu Zhao and Bei Peng and Baoyuan Wu and Xiaowei Huang and Guangliang Cheng},
|
46 |
+
year={2025},
|
47 |
+
booktitle={Conference on Computer Vision and Pattern Recognition}
|
48 |
+
}
|
49 |
+
```
|