generated from leonidk/leonidk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathold.html
379 lines (307 loc) ยท 14 KB
/
old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
---
layout: default
---
<style type="text/css">
.container{
max-width: 900px !important;
}
body{
font-weight: 200;
font-size: 16px;
/*background-color: rgb(43, 60, 197);*/
/*color: rgb(0, 79, 241);*/
/*color: white;*/
border-top:5px solid rgb(255, 180, 240);
border-bottom:5px solid orange;
}
b{
color:rgb(0, 79, 241);
}
.posts{
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-size: 14px;
}
.news{
line-height: 1.5em;
}
.post{
border-left: 5px solid rgb(255, 180, 240);
}
.xtitle{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
margin: 10px 0;
color: rgb(0, 79, 241);
}
.posts .teaser{
align:center;
width: 100%;
/* height: 20%;*/
overflow: hidden;
/* width: 200px;*/
/* height: 350px;*/
height: 50%;
float: left;
margin: 0 0 0 10px;
}
.posts .teaser-left{
margin: 0 auto;
max-width:300px;
max-height:150px;
display: block;
width: auto;
height: auto;
}
.teaser-container{
float: left;
width: 300px;
height: 180px;
margin-right: 20px;
margin-left: 20px;
}
.post-hidden{
display: none;
}
a{
color: #111;
position: relative;
}
.user-info a:after{
content: '';
position: absolute;
top: 60%;
left: -0.1em;
right: -0.1em;
bottom: 0;
transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
/*background-color: rgba(225, 166, 121, 0.5);*/
background-color: rgba(255,211,30, 0.5);
}
.authors-entry a {
color: #666
}
.emojilink:after{
background-color: rgba(255,211,30, 0.0)
/*rgba(225, 166, 121, 0.0);*/
}
a:hover{
color:rgb(255, 180, 240);
}
a:hover:after{
color:rgb(255, 180, 240);
/*color: #111;*/
top:0%;
}
.xcode a:after{
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
bottom: 0;
transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
/*background-color: rgba(225, 166, 121, 0.5);*/
background-color: #fff;
}
.xcode a:hover:after{
color: #fff;
/*color: #111;*/
}
.entry{
position: relative;
top:0;
left: 20px;
margin-top: 5px;
}
.posts > .post{
border-bottom: 0;
padding-bottom:0em;
padding-top: 10px;
margin-bottom: 10px;
}
.papertitle{
margin-top: 0px;
font-weight: 600;
font-size:16px;
font-style: italic;
/*font-style: italic;*/
/*height: 2.6em*/
}
</style>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript">
$(function(){
$('#vis_teaser').on('click', function(){
$('.unimportant').toggleClass('post-hidden')
});
});
</script>
<div class='user-info'>
<img style="width: 100px;float: left;" src="images/freeview_xiaodong.gif">
<div style="position: relative; left:20px;">
<div style="font-size:24px;font-weight: 300">Xiaodong Cun๏ผๅฏธๆไธ๏ผ</div>
<div>Researcher</div>
<div>Tencent AI Lab</div>
<a href="mailto:[email protected]">Email</a> / <a target="_blank" href="https://scholar.google.com/citations?user=p42qwXcAAAAJ">Google Scholar</a> / <a target="_blank" href="https://github.com/vinthony">Github</a> / <a target="_blank" href="https://www.zhihu.com/people/vinthony">ZhiHu</a> /
<a target="_blank" href="./images/resume.pdf">CV</a> / <span class="xcode"> Designer, P.M., Engineer of <a href="https://discord.gg/rrayYqZ4tf"><img style="vertical-align:sub;" src="https://dcbadge.vercel.app/api/server/rrayYqZ4tf?style=flat" /></a> . </span>
</div>
</div>
<div id="Biography" class='xtitle'>Biography</div>
<div style="text-align: justify;clear: both;" class="user-info">
I am currently a researcher in the Visual Computing Center of <a href="https://ai.tencent.com/ailab/" target="_blank">Tencent AI Lab</a>. I received my M.S and Ph.D. degrees from the Department of Computer and Information Science, <a target="_blank" href="http://um.edu.mo/">University of Macau</a>, under the supervision of Dr. <a target="_blank" href="http://www.cis.umac.mo/~cmpun/">Chi-Man Pun</a> in 2018 and 2021 respectively. I received my B.Sc degree in Computer Science from <a target="_blank" href="https://en.xidian.edu.cn/">Xidian University</a>.
Currently, I am working on designing novel applications for image/video generation, translation and editing (<a href='https://zh.m.wikipedia.org/zh-hans/ACG'>especially in the ACG area !!!</a>) using AIGC related techniques. <br/>
<span style="color: #eb002a;font-weight:500">[I will join a random university this fall as assistant professor (still tuning). Several Positions (25 Fall Master&PHD, PostDoc, RA, Intern, visiting student) are available. Please drop me an email if you are interested.]</span></br>
<span style="color: rgb(0, 79, 241);">[I am always open to any research discussions ๐ .]</span>
</div>
<div style="text-align: justify;clear: both;">
</div>
<div id="News" class='xtitle' >News</div>
<ul class="news" style="line-height: 2em; overflow-y:auto; height: 200px">
<li>3 papers are accepted by <b>ECCV 2024</b> and 1 paper is acceped by <b>Pattern Recognition</b>. <div style="float: right;">2024.07 </div> </li>
<li>6 papers are accepted by <b>CVPR 2024</b>. (๐ <a href="https://github.com/TencentARC/SmartEdit">SmartEdit</a> has been selected as highlight paper.) <div style="float: right;">2024.02 </div> </li>
<li>3 papers are accepted by <b>AAAI 2024</b>, <b>ICLR 2024 (Spotlight)</b> and <b>Eurographics 2024</b>, respectively. <div style="float: right;">2023.12 </div> </li>
<li>1 paper is accepted by <b>NeurIPS 2023</b>. <div style="float: right;">2023.09 </div> </li>
<li>1 paper is conditionally accepted by <b>SIGGRAPH Asia 2023</b> (Conference Track). <div style="float: right;">2023.08 </div> </li>
<li>4 papers (4/5) are accepted by <b>ICCV-23</b>. (๐ <a href="https://fate-zero-edit.github.io/">FateZero</a> has been selected as Oral paper.) <div style="float: right;">2023.07 </div> </li>
<li>6 papers (6/7) are accepted by <b>CVPR-23</b>. <div style="float: right;">2023.02 </div> </li>
</ul>
<div id="Activities" class='xtitle' >Activities</div>
<ul class="news" style="line-height: 2em">
<li>Intern FrondEnd Engineer, <i>Alibaba Group</i> <div style="float: right;">2014.7-9 </div></li>
<li>Intern Algorithm Engineer, <i>HIKVision Research Institute</i> <div style="float: right;"><div style="float: right;">2018.5-7 </div> </div></li>
<li>Asian University Machine Learning Camp, <i>Jeju National University</i> <div style="float: right;">2018.9</div></li>
<li>Research Intern, <i>Huawei Noah's Ark Lab</i> <div style="float: right;">2020.3-11 </div></li>
</ul>
<!-- <div id="Educations" class='xtitle' >Educations</div>
<ul class="news" style="list-style: none;">
<li> University of Macau, Ph.D <div style="float: right;">2018.9 - 2021.X </div> </li>
<li> University of Macau, M.S. <div style="float: right;">2015.8 - 2018.6 </div> </li>
<li> Xidian University, B.S. <div style="float: right;">2011.8 - 2015.7 </div></li>
</ul> -->
<div id="Publications" class='xtitle' > Research Highlight </div>
<div class="posts">
{% for post in site.posts %}
{% if post.highlight %}
<article class="post">
<!-- <div style="position: relative; left:-50px; font-size: 18px;">{{post.year}}</div> -->
<!-- <div style="text-align:center;"><img class="teaser-img" src="{{post.teaser}}"> </div> -->
<div class= "teaser-container">
<img class="teaser-left" src="{{post.teaser}}">
</div>
<div class= "papertitle entry" >{{ post.title }}</div>
<div class="entry authors-entry">
{{ post.authors }}
</div>
<div class="entry">
<i>{{post.publication}}</i>, <i>{{post.year}}</i>
{% if post.journal%}
/
<i>{{post.journal}}</i>, <i>{{post.year}}</i>
{% endif %}
</div>
<div class="entry user-info">
{% if post.arxiv%}
<a class='links' target="_blank" href="{{ post.arxiv_url }}" rel="paperurl">arXiv</a>
{% endif %}
{% if post.demo%}
/
<a class='links' target="_blank" href="{{ post.demo }}" rel="paperurl">Online Demo</a>
{% endif %}
{% if post.project%}
/
<a class='links' target="_blank" href="{{ post.project }}" rel="paperurl">Project Page</a>
{% endif %}
{% if post.code%}
/
<a target="_blank" href="{{post.code}}">Github</a>
{% endif %}
{% if post.code%}
<div style="display: inline-block;float:right" class="xcode">
<!-- <a class="github-button" href="{{post.code}}" data-show-count="true">Star</a> -->
<a href="{{post.code}}"><img src="https://img.shields.io/github/stars/{{post.code| replace:'https://github.com/', ''}}?style=social"/></a>
</div>
{% endif %}
<br>
<i style='display:inline-block;margin-top: 5px'>{{post.highlight_reason}}</i>
</div>
<div style ="clear:both"></div>
<!-- <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> -->
</article>
{% endif %}
{% endfor %}
</div>
<div id="Publications" class='xtitle' > Selected Publications <span style="color:#333;font-size: 14px; font-family: Helvetica, Arial, sans-serif; "> (๐งโ๐ป Co-first Author, ๐ฎ Corresponding Author) </span> <span style="color:#333;font-size: 14px; font-family: Helvetica, Arial, sans-serif; "> <a id="vis_teaser"> Click to Toggle All Publications ๐ฝ </a> </span> </div>
<div class="posts">
{% for post in site.posts %}
{% if post.is_show %}
{% if post.highlight != None %}
<!-- <article class="post unimportant post-hidden"> -->
{% else %}
<article class="post">
{% endif %}
{% else %}
<article class="post unimportant post-hidden">
{% endif %}
<!-- <div style="position: relative; left:-50px; font-size: 18px;">{{post.year}}</div> -->
<!-- <div style="text-align:center;"><img class="teaser-img" src="{{post.teaser}}"> </div> -->
<div class= "teaser-container">
<img class="teaser-left" src="{{post.teaser}}">
</div>
<div class= "papertitle entry" >{{ post.title }}</div>
<div class="entry authors-entry">
{{ post.authors }}
</div>
<div class="entry">
<i>{{post.publication}}</i>, <i>{{post.year}}</i>
{% if post.journal%}
/
<i>{{post.journal}}</i>, <i>{{post.year}}</i>
{% endif %}
</div>
<div class="entry user-info">
{% if post.arxiv%}
<a class='links' target="_blank" href="{{ post.arxiv_url }}" rel="paperurl">arXiv</a>
{% endif %}
{% if post.extented_url%}
/
<a class='links' target="_blank" href="{{ post.extented_url }}" rel="paperurl">Extended Version</a>
{% endif %}
{% if post.demo%}
/
<a class='links' target="_blank" href="{{ post.demo }}" rel="paperurl">Online Demo</a>
{% endif %}
{% if post.project%}
/
<a class='links' target="_blank" href="{{ post.project }}" rel="paperurl">Project Page</a>
{% endif %}
{% if post.code%}
/
<a target="_blank" href="{{post.code}}">Github</a>
{% endif %}
{% if post.code%}
<div style="display: inline-block;float:right" class="xcode">
<a href="{{post.code}}"><img src="https://img.shields.io/github/stars/{{post.code| replace:'https://github.com/', ''}}?style=social"/></a>
</div>
{% endif %}
</div>
<div style ="clear:both"></div>
<!-- <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> -->
</article>
{% endfor %}
</div>
<div id="Misc" class='xtitle' > Misc</div>
<ul style='list-style: none;line-height: 2em;padding-left: 0;'>
<!-- <li>๐
โโ๏ธ Rejections from AAAI18, CVPR18, ECCV18, ICCV19, CVPR20, ACM MM20, CVPR21. </li> -->
<li>๐ If you are looking for talent student on Machine Tranlation, please checkout my friend <a target="_blank" href="https://sunbowliu.github.io/">Xuebo Liu</a>. </li>
<li>๐ด Level 19 (failed to level 20) in <a target="_blank" href="https://store.steampowered.com/app/646570/Slay_the_Spire/">Slay the Spire</a>. More than 10k death in <a href="http://www.celestegame.com/" target="_blank">Celeste</a>. </li>
<li>๐ Workout often & lose weight <span style="text-decoration:line-through">10kg</span> 7.5kg & 200+ hours in <a target="_blank" href="https://www.nintendo.com/games/detail/fitness-boxing-switch/" >Fitness Boxing</a> </li>
<li>๐ฎ Cloud player of <a href="https://www.dota2.com/home">DOTA 2</a>, ancient player of <a href="https://en.wikipedia.org/wiki/FreeStyle_Street_Basketball">Freestyle</a>, just ordinary player. </li>
<li>๐จโ๐ป Out of fashion front-end engineer. Try this website template at <a target="_blank" href="https://github.com/vinthony/academic">Github</a>.</li>
<li>๐ช I also (try to) practice <a href="http://slow-science.org/">Slow Science</a>, inspired by <a href="https://people.eecs.berkeley.edu/~efros/">Alexei (Alyosha) Efros</a>. </li>
<li>๐ต Lose the wallet of 0.2 <a target="_blank" href="https://www.google.com.hk/search?q=btc&rlz=1C5CHFA_enUS903US903&oq=btc&aqs=chrome.0.69i59j35i39j0l3j69i60l2j69i61.1806j1j1&sourceid=chrome&ie=UTF-8"> BTC</a> in 2013. </li>
<li>โ๏ธ A big fan of Coffee and Tea. </li>
<li><a class='emojilink' target="_blank" href="https://vinthony.github.io/academicpages.github.io/talkmap.html">โค๏ธ</a> Since 2019.4.13 </li>
</ul>
</ul>