add teaser
Browse files- README.md +20 -7
- assets/tp.jpg +0 -0
README.md
CHANGED
@@ -1,13 +1,26 @@
|
|
1 |
# Towards Generic Image Manipulation Detection with Weakly-Supervised Self-Consistency Learning
|
2 |
|
3 |
|
4 |
-
>
|
5 |
-
>
|
6 |
-
>
|
7 |
-
|
8 |
-
>
|
9 |
-
>
|
10 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
This repo contains the MIL-FCN version of our WSCL implementation.
|
13 |
|
|
|
1 |
# Towards Generic Image Manipulation Detection with Weakly-Supervised Self-Consistency Learning
|
2 |
|
3 |
|
4 |
+
<p align="center">
|
5 |
+
<a href="https://arxiv.org/abs/2309.01246"><b>Towards Generic Image Manipulation Detection with Weakly-Supervised Self-Consistency Learning</b></a>
|
6 |
+
</p>
|
7 |
+
|
8 |
+
<p align="center">
|
9 |
+
<a href="https://www.yhzhai.com">Yuanhao Zhai</a>,
|
10 |
+
<a href="https://tyluann.github.io">Tianyu Luan</a>,
|
11 |
+
<a href="https://cse.buffalo.edu/~doermann/">David Doermann</a>,
|
12 |
+
<a href="https://cse.buffalo.edu/~jsyuan/">Junsong Yuan</a>
|
13 |
+
</p>
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
University at Buffalo
|
17 |
+
</p>
|
18 |
+
|
19 |
+
<p align="center">
|
20 |
+
ICCV 2023
|
21 |
+
</p>
|
22 |
+
|
23 |
+
![tp](./assets/tp.jpg)
|
24 |
|
25 |
This repo contains the MIL-FCN version of our WSCL implementation.
|
26 |
|
assets/tp.jpg
ADDED