Yuanhao Zhai commited on
Commit
83e38fa
1 Parent(s): 959a00c

add teaser

Browse files
Files changed (2) hide show
  1. README.md +20 -7
  2. 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
- > [**Towards Generic Image Manipulation Detection with Weakly-Supervised Self-Consistency Learning**](https://arxiv.org/abs/2309.01246)
5
- >
6
- > [Yuanhao Zhai](https://www.yhzhai.com), [Tianyu Luan](https://tyluann.github.io), [David Doermann](https://cse.buffalo.edu/~doermann/), [Junsong Yuan](https://cse.buffalo.edu/~jsyuan/)
7
- >
8
- > University at Buffalo
9
- >
10
- > ICCV 2023
 
 
 
 
 
 
 
 
 
 
 
 
 
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