saberzl commited on
Commit
b7ec511
·
verified ·
1 Parent(s): 4f8e033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - saberzl/SID_Set
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - xinlai/LISA-13B-llama2-v1
11
+ pipeline_tag: image-segmentation
12
+ ---
13
+
14
+ # SIDA Model Card
15
+
16
+ ## Model details
17
+
18
+ **Model type:**
19
+ SIDA is a model trained on pre-training LISA, which can be used to detection and localization the tampered region of given image.
20
+
21
+ **Model date:**
22
+ SIDA-13B was trained in Febuary 2025.
23
+
24
+ **Paper or resources for more information:**
25
+ https://github.com/hzlsaber/SIDA
26
+
27
+ ## License
28
+ Llama 2 is licensed under the LLAMA 2 Community License,
29
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
30
+
31
+ ## Trained Datas
32
+
33
+ SIDA trained on SID_Set, which consists of real images, tampered images, and full synthetic images. You can find more information [here](https://huggingface.co/datasets/saberzl/SID_Set)
34
+
35
+ ## Citation Information
36
+
37
+ If you find this dataset useful, please consider citing our paper:
38
+
39
+ ```
40
+ @misc{huang2025sidasocialmediaimage,
41
+ title={SIDA: Social Media Image Deepfake Detection, Localization and Explanation with Large Multimodal Model},
42
+ 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},
43
+ year={2025},
44
+ booktitle={Conference on Computer Vision and Pattern Recognition}
45
+ }
46
+ ```