image2image
layer-decomposition
boomcheng commited on
Commit
2b9ed0d
·
verified ·
1 Parent(s): 50e5b4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -17
README.md CHANGED
@@ -15,44 +15,48 @@ tags:
15
 
16
  <div>
17
  <strong>
18
- Binhao Wang<sup>1,2,*</sup>,&nbsp;
19
- Shihao Zhao<sup>1,2,*</sup>,&nbsp;
20
- Bo Cheng<sup>2,*,†</sup>,&nbsp;
21
- Qiuyu Ji<sup>1,2</sup>,&nbsp;
22
  Yuhang Ma<sup>2</sup>,<br>
23
- Liebucha Wu<sup>2</sup>,&nbsp;
24
- Shanyuan Liu<sup>2</sup>,&nbsp;
25
- Dawei Leng<sup>2,‡</sup>,&nbsp;
26
  Yuhui Yin<sup>2</sup>
27
  </strong>
28
  </div>
29
 
30
  <div>
31
- <sup>1</sup>Wenzhou University&nbsp;&nbsp;&nbsp;
32
  <sup>2</sup>360 AI Research
33
  </div>
34
 
35
  <div>
36
- <sup>*</sup> Equal Contribution. &nbsp;
37
- <sup>†</sup> Project Lead. &nbsp;
38
  <sup>‡</sup> Corresponding Author.
39
  </div>
40
 
41
  <br>
42
 
 
 
 
 
43
  <div>
44
  <a href="https://zhao0100.github.io/RevealLayer/" target="_blank">
45
  <img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages">
46
  </a>
47
- &ensp;
48
  <a href="TODO_ARXIV_LINK" target="_blank">
49
  <img src="https://img.shields.io/static/v1?label=Paper&message=arXiv&color=red&logo=arxiv">
50
  </a>
51
- &ensp;
52
  <a href="TODO_DATASET_LINK" target="_blank">
53
  <img src="https://img.shields.io/static/v1?label=Dataset&message=RevealLayer&color=green">
54
  </a>
55
- &ensp;
56
  <a href="TODO_MODEL_LINK" target="_blank">
57
  <img src="https://img.shields.io/static/v1?label=Model&message=HuggingFace&color=yellow">
58
  </a>
@@ -78,13 +82,14 @@ For more visual results, go checkout our <a href="https://zhao0100.github.io/Rev
78
 
79
  ## ⭐ Update
80
 
81
- - **[Coming Soon]** We will release the RevealLayer checkpoint and datasets.
82
- - **[Coming Soon]** We will release the paper and inference code.
 
83
 
84
  ### ✅ TODO
85
 
86
- - [ ] Release models and datasets.
87
- - [ ] Release inference code and demo examples.
88
 
89
  ---
90
 
 
15
 
16
  <div>
17
  <strong>
18
+ Binhao Wang<sup>1,2,*</sup>,
19
+ Shihao Zhao<sup>1,2,*</sup>,
20
+ Bo Cheng<sup>2,*,†</sup>,
21
+ Qiuyu Ji<sup>1,2</sup>,
22
  Yuhang Ma<sup>2</sup>,<br>
23
+ Liebucha Wu<sup>2</sup>,
24
+ Shanyuan Liu<sup>2</sup>,
25
+ Dawei Leng<sup>2,‡</sup>,
26
  Yuhui Yin<sup>2</sup>
27
  </strong>
28
  </div>
29
 
30
  <div>
31
+ <sup>1</sup>Wenzhou University
32
  <sup>2</sup>360 AI Research
33
  </div>
34
 
35
  <div>
36
+ <sup>*</sup> Equal Contribution.
37
+ <sup>†</sup> Project Lead.
38
  <sup>‡</sup> Corresponding Author.
39
  </div>
40
 
41
  <br>
42
 
43
+ <div>
44
+ <h3>🔥 Accepted by ICML 2026!</h3>
45
+ </div>
46
+
47
  <div>
48
  <a href="https://zhao0100.github.io/RevealLayer/" target="_blank">
49
  <img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github&color=blue&logo=github-pages">
50
  </a>
51
+
52
  <a href="TODO_ARXIV_LINK" target="_blank">
53
  <img src="https://img.shields.io/static/v1?label=Paper&message=arXiv&color=red&logo=arxiv">
54
  </a>
55
+
56
  <a href="TODO_DATASET_LINK" target="_blank">
57
  <img src="https://img.shields.io/static/v1?label=Dataset&message=RevealLayer&color=green">
58
  </a>
59
+
60
  <a href="TODO_MODEL_LINK" target="_blank">
61
  <img src="https://img.shields.io/static/v1?label=Model&message=HuggingFace&color=yellow">
62
  </a>
 
82
 
83
  ## ⭐ Update
84
 
85
+ - **[2026.05]** We released the RevealLayer paper and inference code.
86
+ - **[2026.05]** We released the RevealLayer checkpoint.
87
+ - **[2026.05]** RevealLayer has been accepted by ICML 2026.
88
 
89
  ### ✅ TODO
90
 
91
+ - [ ] Release RevealLayer-100K and RevealLayerBench.
92
+ - [ ] Release an improved version of RevealLayer with stronger layer consistency and higher inference efficiency.
93
 
94
  ---
95