-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
452 lines (366 loc) · 16.1 KB
/
index.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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kaizhi Yang</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<style type="text/css">
#ttlinkpaper{float: left; width: 57px;}
#ttlinkcode{float: left; width: 50px;}
#ttlinkproj{float: left; width: 64px;}
.nowrap{white-space:nowrap;}
.breakword{word-wrap: break-word;}
.breakAll{word-break:break-all;}
.ellipsis{text-overflow:ellipsis;overflow:hidden;}
/* p{display: inline;} */
</style>
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<!--
- #MAIN
-->
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="images/picture.png" alt="Kaizhi Yang" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Kaizhi Yang">Kaizhi Yang</h1>
<h1 class="name" title="Kaizhi Yang">杨开智</h1>
<p class="title">Ph.D. Student </p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">University</p>
<address>USTC</address>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Hefei, China</address>
</div>
</li>
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!-- <nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<button class="navbar-link active" data-nav-link>About</button>
</li>
<li class="navbar-item">
<button class="navbar-link" data-nav-link>Resume</button>
</li>
<li class="navbar-item">
<button class="navbar-link" data-nav-link>Blog</button>
</li>
</ul>
</nav> -->
<!--
- #ABOUT
-->
<article class="about active" data-page="about">
<section class="about-text">
<h3 class="h3 service-title">About Me</h3>
<p style="text-align:justify">
<p style="color:#000000; font-size: 15px; display: inline;">
I am a third-year Ph.D. student at University of Science and Technology of China, under the supervision of Prof. Xuejin Chen and Prof. Xiaoyan Sun.
I am also a visiting PhD student at UC San Diego from 2022, advised by Prof. Hao Su.
Prior to joining USTC, I received my Bachelor's degree from Nanjing University of Aeronautics and Astronautics.
My research interest include Computer Graphics and Computer Vision.
</p>
</p>
</section>
<!-- <section class="about-text">
<h3 class="h3 service-title">News</h3>
<p style="text-align:justify">
Oct. 2021: Our paper "Learning Scale-Adaptive Representations for Point-Level LiDAR Semantic Segmentation" has been accepted by 3DV 2021. <br>
Apr. 2021: Our paper "Unsupervised Learning for Cuboid Shape Abstraction via Joint Segmentation from Point Clouds" has been accepted by ACM SIGGRAPH 2021.
</p>
</section> -->
<!-- <section class="about-text">
<h3 class="h3 service-title">Manuscripts</h3>
</section> -->
<section class="about-text">
<h3 class="h3 service-title">Publications</h3>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/gaussianpro.png" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>GaussianPro: 3D Gaussian Splatting with Progressive Propagation</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
Kai Cheng*, Xiaoxiao Long*, <strong>Kaizhi Yang</strong>, Yao Yao, Wei Yin, Yuexin Ma, Wenping Wang, Xuejin Chen <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>ICML 2024</strong> <br>
</p>
<a href="https://kcheng1021.github.io/gaussianpro.github.io/" id="ttlinkproj" target="_blank">[Project]</a>
<a href="https://arxiv.org/abs/2402.14650/" id="ttlinkpaper" target="_blank">[Paper]</a>
<a href="https://github.com/kcheng1021/GaussianPro/" id="ttlinkcode" target="_blank">[Code]</a>
</div>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/MovingParts.PNG" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>MovingParts: Motion-based Part Discovery in Dynamic Radiance Field</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
<strong>Kaizhi Yang</strong>, Xiaoshuai Zhang, Zhiao Huang, Xuejin Chen, Zexiang Xu, Hao Su <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>ICLR 2024 (Spotlight 5%)</strong> <br>
</p>
<a href="https://silenkzyoung.github.io/MovingParts-WebPage/" id="ttlinkproj" target="_blank">[Project]</a>
<a href="https://silenkzyoung.github.io/MovingParts-WebPage/" id="ttlinkpaper" target="_blank">[Paper]</a>
<a href="https://silenkzyoung.github.io/MovingParts-WebPage/" id="ttlinkcode" target="_blank">[Code]</a>
</div>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/DPF-Net.PNG" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>DPF-Net: Combining Explicit Shape Priors in Deformable Primitive Field for Unsupervised Structural Reconstruction of 3D Objects</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
Qingyao Shuai, Chi Zhang, <strong>Kaizhi Yang</strong>, Xuejin Chen <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>ICCV 2023</strong> <br>
</p>
<a href="https://openaccess.thecvf.com/content/ICCV2023/papers/Shuai_DPF-Net_Combining_Explicit_Shape_Priors_in_Deformable_Primitive_Field_for_ICCV_2023_paper.pdf" id="ttlinkpaper" target="_blank">[Paper]</a>
</div>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/CuboidAbstractionViaSeg.PNG" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>Unsupervised Learning for Cuboid Shape Abstraction via Joint Segmentation from Point Clouds</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
<strong>Kaizhi Yang</strong>, Xuejin Chen <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>SIGGRAPH (TOG) 2021</strong> <br>
</p>
<a href="https://arxiv.org/abs/2106.03437" id="ttlinkpaper" target="_blank">[Paper]</a>
<a href="https://github.com/SilenKZYoung/CuboidAbstractionViaSeg" id="ttlinkcode" target="_blank">[Code]</a>
</div>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/ScaleAdaptiveSegmentation.PNG" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>Learning Scale-Adaptive Representations for Point-Level LiDAR Semantic Segmentation</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
Tongfeng Zhang, Xuejin Chen, <strong>Kaizhi Yang</strong><br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>3DV 2021</strong> <br>
</p>
<a href="https://3dv2021.surrey.ac.uk/papers/412.html" id="ttlinkpaper" target="_blank">[Paper]</a>
</div>
<div class="paper" style="width:25%; height: 200px; float:left;">
<img src="papers/BodyFromSketch.PNG" width="200">
</div>
<div class="paper" style="width:75%; height: 200px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>Deep 3D Modeling of Human Bodies from Freehand Sketching</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
<strong>Kaizhi Yang</strong>, Jintao Lu, Siyu Hu, Xuejin Chen <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>MMM 2021</strong> <br>
</p>
<a href="https://link.springer.com/chapter/10.1007/978-3-030-67835-7_4" id="ttlinkpaper" target="_blank">[Paper]</a>
</div>
</section>
<section class="about-text">
<h3 class="h3 service-title">Experience</h3>
<div class="paper" style="width:12%; height: 100px; float:left;">
<img src="logos/ucsd.png" width="75">
</div>
<div class="paper" style="width:88%; height: 100px; float:left;">
<p style="color:#13536e; font-size: 17px; display: inline;">
<strong>UC San Diego</strong> <br>
</p>
<p style="color:#000000; font-size: 15px; display: inline;">
<strong>Visiting Ph.D. student</strong>, 2022 - Now <br>
</p>
<p style="color:#535353; font-size: 15px; display: inline;">
<strong>Advisors: Prof. Hao Su & Zexiang Xu (Adobe)</strong>
</p>
</div>
<!-- <div class="title-wrapper">
<div class="icon-box">
<ion-icon name="book-outline"></ion-icon>
</div>
<h3 class="h4">Education</h3>
</div> -->
<!-- <ol class="timeline-list"> -->
<!-- <li class="timeline-item">
<h4 class="h4 timeline-item-title">visiting Ph.D. student, UC San Diego</h4>
<span>2022 — Now</span>
<p class="timeline-text">Advisor: Prof. Hao Su & Dr. Zexiang Xu (Adobe) </p>
</li> -->
<!-- <li class="timeline-item">
<h4 class="h4 timeline-item-title">Ph.D. student, University of Science and Technology of China</h4>
<span>2019 — Present</span>
<p class="timeline-text">Advisor: Prof. Xuejin Chen & Prof. Xiaoyan Sun</p>
</li>
<li class="timeline-item">
<h4 class="h4 timeline-item-title">Bachelor, Nanjing University of Aeronautics and Astronautics</h4>
<span>2015 — 2019</span>
</li> -->
<!-- </ol> -->
</section>
<section class="about-text">
<h3 class="h3 service-title">Teaching Assistant</h3>
<p style="text-align:justify">
◆ Image Understanding, Winter 2022
</p>
</section>
<!--
- testimonials modal
-->
<!-- <div class="modal-container" data-modal-container>
<div class="overlay" data-overlay></div>
<section class="testimonials-modal">
<button class="modal-close-btn" data-modal-close-btn>
<ion-icon name="close-outline"></ion-icon>
</button>
</section>
</div> -->
</article>
<!--
- #RESUME
-->
<!-- <article class="resume" data-page="resume">
<header>
<h2 class="h2 article-title">Resume</h2>
</header>
<section class="timeline">
<div class="title-wrapper">
<div class="icon-box">
<ion-icon name="book-outline"></ion-icon>
</div>
<h3 class="h3">Education</h3>
</div>
<ol class="timeline-list">
<li class="timeline-item">
<h4 class="h4 timeline-item-title">Nanjing University of Aeronautics and Astronautics</h4>
<span>2015 — 2019</span>
<p class="timeline-text">Bachelor</p>
</li>
</ol>
</section>
</article> -->
<!--
- #BLOG
-->
<!-- <article class="blog" data-page="blog">
<header>
<h2 class="h2 article-title">Blog</h2>
</header>
<section class="blog-posts">
<ul class="blog-posts-list">
<li class="blog-post-item">
<a href="#">
<figure class="blog-banner-box">
<img src="./assets/images/blog-1.jpg" alt="Design conferences in 2022" loading="lazy">
</figure>
<div class="blog-content">
<div class="blog-meta">
<p class="blog-category">Design</p>
<span class="dot"></span>
<time datetime="2022-02-23">Fab 23, 2022</time>
</div>
<h3 class="h3 blog-item-title">Design conferences in 2022</h3>
<p class="blog-text">
Veritatis et quasi architecto beatae vitae dicta sunt, explicabo.
</p>
</div>
</a>
</li>
</ul>
</section>
</article> -->
<!--
- #PORTFOLIO
-->
<!-- <article class="portfolio" data-page="portfolio">
<section class="[Project], s">
<div class="filter-select-box">
<button class="filter-select" data-select>
<div class="select-value" data-selecct-value>Select category</div>
<div class="select-icon">
<ion-icon name="chevron-down"></ion-icon>
</div>
</button>
</div>
</section>
</article> -->
</div>
</main>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>