Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
# FakeReasoning Model Card
|
| 5 |
+
|
| 6 |
+
## Model details
|
| 7 |
+
|
| 8 |
+
**Model type:** FakeReasoning is a forgery detection and reasoning framework with three key components: 1) a dual-branch visual encoder that integrates CLIP and DINO to capture both high-level semantics and low-level artifacts; 2) a Forgery-Aware Feature Fusion Module that leverages DINO's attention maps and cross-attention mechanisms to guide MLLMs toward forgery-related clues; 3) a Classification Probability Mapper that couples language modeling and forgery detection, enhancing overall performance.
|
| 9 |
+
|
| 10 |
+
**Project page:** https://pris-cv.github.io/FakeReasoning/
|
| 11 |
+
|
| 12 |
+
**Paper:** https://arxiv.org/abs/2503.21210
|
| 13 |
+
|
| 14 |
+
## License
|
| 15 |
+
|
| 16 |
+
FakeReasoning is licensed under the Apache 2.0 License.
|
| 17 |
+
|