-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
661 lines (589 loc) · 21.6 KB
/
Copy pathindex.html
File metadata and controls
661 lines (589 loc) · 21.6 KB
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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
---
layout: page
title: CVNext Lab
subtitle: Zhejiang University
use-site-title: true
---
<style>
.rounded-image {
border-radius: 50%;
}
.self-rounded-image {
border-radius: 10%;
}
</style>
<head>
<script src="https://kit.fontawesome.com/5bef57b3e9.js" crossorigin="anonymous"></script>
</head>
<br>
The CVNext lab focuses on advancing general-purpose embodied intelligence, building upon foundations in long video
understanding and reasoning in dynamic, complex scenes. The core objective is to develop open, adaptive embodied agents
that tightly integrate environment perception, interactive reasoning, and personalized adaptation and decision-making.
Ultimately, the research aims to establish both theoretical frameworks and practical systems for general and
domain-specific embodied agents, contributing to scalable, transferable, and real-world embodied AI. Our main research
directions include:
<ul class="our-ul">
<li>Interactive 3D Scene Reconstruction and Generation</li>
<li>Unified World-Reasoning-Action Modeling for Embodied Agents</li>
<li>Personalized Adaptation with Active Perception</li>
</ul>
<br>
<div class="container">
<h2>Professor</h2><br>
<div class="row people-faulty">
<div class="col-md-3 col-sm-4 col-xs-5">
<img class="self-rounded-image" src="../static/avaters/gaoangwang.png" width="100%">
</div>
<div class="col-md-9 col-sm-8 col-xs-7">
<h4>Gaoang Wang <a href="https://person.zju.edu.cn/en/gaoangwang">[Web]</a></h4>
Assistant Professor
<p>
<strong>Office:</strong> C417, ZJUI Building <br>
<strong>Email:</strong> gaoangwang@intl.zju.edu.cn <br>
</p>
<p style="margin-bottom: 0.2rem;"><strong>Research Interests:</strong>
<ul class="our-ul">
<li>Visual Perception</li>
<li>Transfer Learning</li>
<li>Spatial Intelligence</li>
<li>Embodied Intelligence</li>
</ul>
</p>
</div>
</div>
</div>
<hr style="height:2px;border-width:0;color:gray;background-color:gray">
<b><i class="fa-solid fa-pen-to-square" style="font-size:24px"></i> News:</b><br><br>
<li>[Jul. 2026] Two papers were accepted by ACM MM 2026. Congratulations to Yizhi and Bocheng!</li>
<li>[Jun. 2026] One paper was accepted by Information Sciences, 2026. Congratulations to Jiawu!</li>
<li>[May 2026] One paper was accepted by ICML 2026. Congratulations to Tianci and Tielong!</li>
<li>[May 2026] One paper was accepted by IJCAI 2026. Congratulations to Wenhao!</li>
<li>[Apr. 2026] One paper was accepted by Findings of ACL 2026. Congratulations to Xuexiang!</li>
<li>[Mar. 2026] One paper was accepted by TMM, 2026. Congratulations to Guanhong!</li>
<li>[Mar. 2026] One paper was accepted by IJCV, 2026. Congratulations to Wenhao!</li>
<li>[Mar. 2026] Two papers were accepted by ICME 2026 (Oral). Congratulations to Wendi and Xiaohan!</li>
<li>[Feb. 2026] One paper was accepted by TVCG, 2026. Congratulations to Chenlu!</li>
<li>[Feb. 2026] Two papers were accepted by CVPR 2026. Congratulations to Zhonghan and Jingyu!</li>
<li>[Jan. 2026] One paper was accepted by ICLR 2026. Congratulations to Zhonghan!</li>
<li>[Jan. 2026] One paper was accepted by ICASSP 2026.</li>
<li>[Nov. 2025] One paper was accepted by IJCV, 2026. Congratulations to Chenlu!</li>
<li>[Nov. 2025] Three papers were accepted by AAAI 2026 (including one oral paper). Congratulations to Wenhao, Xuan, and Junsheng!</li>
<li>[Oct. 2025] We got an outstanding paper award in ICCV KnowledgeMR Workshop. Congratulations to Enxin!</li>
<li>[Aug. 2025] One paper was accepted by TPAMI, 2025. Congratulations to Enxin!</li>
<li>[Jul. 2025] One paper was accepted by ECAI 2025. Congratulations to Boyi and Zhonghan!</li>
<li>[Jul. 2025] One paper was accepted by ICCV Findings Workshop, 2025. Congratulations to Enxin!</li>
<li>[Jun. 2025] One paper was accepted by TIP, 2025.</li>
<li>[Jun. 2025] One paper was accepted by ICCV 2025. Congratulations to Weili and Enxin!</li>
<li>[May 2025] One paper was accepted by Information Fusion, 2025. Congratulations to Xiaoyue!</li>
<li>[May 2025] One paper was accepted by ICML 2025.</li>
<li>[Apr. 2025] One paper was accepted by CVPR Workshop on Urban Scene Modeling, 2025. Congratulations to Jie!</li>
<li>[Mar. 2025] One paper was accepted by TVCG, 2025. Congratulations to Zhonghan!</li>
<li>[Feb. 2025] One paper was accepted by TCSVT, 2025.</li>
<li>[Feb. 2025] One paper was accepted by CVPR 2025. Congratulations to Xuan!</li>
<li>[Jan. 2025] One paper was accepted by MIA, 2025. Congratulations to Chenlu!</li>
<li>[Jan. 2025] One paper was accepted by TMM, 2025. Congratulations to Shidong!</li>
<li>[Dec. 2024] Two papers were accepted by ICASSP 2025. Congratulations to Xiaoyue and Jingyu!</li>
<li>[Dec. 2024] One paper was accepted by AAAI 2025.</li>
<li>[Sep. 2024] One paper was accepted by NeurIPS 2024.</li>
<li>[Jul. 2024] One paper was accepted by MICCAI Workshop on Deep Generative Models, 2024. Congratulations to Xiaoyue!</li>
<li>[Jun. 2024] Two papers were accepted by ACM MM 2024. Congratulations to Shengyu, Xuechen, and Wenhao!</li>
<li>[Jun. 2024] One paper was accepted by ECCV 2024. Congratulations to Zhonghan and Wenhao!</li>
<li>[Jun. 2024] One paper was accepted by PRCV 2024. Congratulations to Zhenyu and Wenhao!</li>
<li>[Apr. 2024] One paper was accepted by TMM, 2024. Congratulations to Chenlu!</li>
<li>[Mar. 2024] "Long-term Video Question Answering Competition (LOVEU@CVPR'24 Track 1)" was released. More details can
be found <a href="https://sites.google.com/view/loveucvpr24/track1">here</a>.</li>
<li>[Mar. 2024] One paper was accepted by ICLR Workshop on LLM Agents, 2024. Congratulations to Zhonghan!</li>
<li>[Feb. 2024] Three papers were accepted by CVPR 2024. Congratulations to Enxin, Wenhao, and Chenlu!</li>
<li>[Dec. 2023] Two papers were accepted by ICASSP 2024. Congratulations to Xuechen and Zhenyu!</li>
<li>[Dec. 2023] Two papers were accepted by AAAI 2024. Congratulations to Meiqi!</li>
<li>[Dec. 2023] One paper was accepted by Neurocomputing, 2023. Congratulations to Guanhong!</li>
<li>[Sep. 2023] One paper was accepted by IJCV, 2023. Congratulations to Shengyu!</li>
<li>[Sep. 2023] One paper was accepted by TMM, 2023. Congratulations to Shidong!</li>
<li>[Aug. 2023] One paper was accepted by PRCV 2023. Congratulations to Xuan!</li>
<li>[Jul. 2023] Three papers were accepted by ICCV 2023. Congratulations to Wenhao!</li>
<li>[Jun. 2023] One paper was accepted by MICCAI 2023. Congratulations to Chenlu!</li>
<li>[May 2023] One paper was accepted by Findings of ACL 2023. Congratulations to Qi!</li>
<li>[Apr. 2023] Two papers were accepted by IJCAI 2023.</li>
<li>[Apr. 2023] One paper was accepted by CVPR workshop, Computer Vision for Fashion, Art, and Design, 2023. Congratulations to Shidong!</li>
<li>[Mar. 2023] One paper was accepted by ICME 2023. Congratulations to Wenhao!</li>
<li>[Mar. 2023] One paper was accepted by ICASSP 2023.</li>
<li>[Feb. 2023] One paper was accepted by CVPR 2023.</li>
<li>[Feb. 2023] One paper was accepted by TAI, 2023. Congratulations to Wenhao!</li>
<li>[Nov. 2022] One paper was accepted by TMI, 2022.</li>
<li>[Jul. 2022] One paper was accepted by ECCV 2022.</li>
<li>[Apr. 2022] One paper was accepted by CVPR workshop, the 2nd Workshop on Sketch-Oriented Deep Learning, 2022. Congratulations to Kairong!</li>
<li>[Mar. 2022] One paper was accepted by ICME 2022. Congratulations to Guanhong!</li>
<li>[Jan. 2022] One paper was accepted by TMM, 2022.</li>
<li>[Aug. 2021] One paper was accepted by CVIU, 2021. Congratulations to Shengyu!</li>
<li>[Jul. 2021] One paper was accepted by ICCV 2021.</li>
<li>[Apr. 2021] One paper was accepted by CVPR workshop, the Workshop on Autonomous Driving, 2021.</li>
<li>[Jan. 2021] ROD2021 Challenge @ICMR 2021 was released.</li>
</ul>
<div class="container">
<br>
<hr><br>
<!-- phd student -->
<h2>Ph.D. Students</h2>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/guanhongwang.jpg" width="60%">
<div class="bio-text">
<h6 class="text-muted">guanhongwang@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
<br>
<em>Video Understanding</em>
<br>
<em>Vision and Language</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/wenhaohu.jpg" width="60%">
<div class="bio-text">
<h5>Wenhao Hu <a href="https://whhu7.github.io//">[Web]</a></h5>
<h6 class="text-muted">whu@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>3D Vision</em>
<br>
<em>Generative Models</em>
<br>
<em>Anomaly Detection</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/zhonghanzhao.jpg" width="60%">
<div class="bio-text">
<h5>Zhonghan Zhao</h5>
<h6 class="text-muted">zhaozhonghan@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Embodied AI</em>
<br>
<em>Reinforcement Learning</em>
<br>
<em>Incontext Learning</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/chenluzhan.jpg" width="60%">
<div class="bio-text">
<h5>Chenlu Zhan</h5>
<h6>(Main Advisor: Hongwei Wang)</h6>
<h6 class="text-muted">chenlu.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Medical Vision Language</em>
<br>
<em> Medical Multimodality</em>
<br>
<em>Visual-Language Pretraining</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/wendihu.jpg" width="60%">
<div class="bio-text">
<h5>Wendi Hu</h5>
<h6 class="text-muted">3200105651@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-object Tracking</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/keweiwei.jpg" width="60%">
<div class="bio-text">
<h5>Kewei Wei</h5>
<h6 class="text-muted">3200104125@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multimodality Learning</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/tielongcai.jpg" width="60%">
<div class="bio-text">
<h5>Tielong Cai</h5>
<h6 class="text-muted">tielong.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Generative model</em>
<br>
<em>Embodied AI</em>
</font>
</div>
</div>
</div>
<br>
<hr><br>
<h2>Master Students</h2>
<!-- <br> -->
<!-- <div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/shidongcao.jpg" width="60%">
<div class="bio-text">
<h5>Shidong Cao</h5>
<h6 class="text-muted">shidong.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Generative Models</em>
<br>
<em>Multi-modality Learning</em>
<br>
<em>Graph Machine Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/ycouyang.jpg" width="60%">
<div class="bio-text">
<h5>Yichen Ouyang <a href="https://y-ichen.github.io/">[Web]</a></h5>
<h6 class="text-muted">22271110@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Generative Models</em>
<br>
<em>3D Vision</em>
<br>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/meiqisun.jpg" width="60%">
<div class="bio-text">
<h5>Meiqi Sun</h5>
<h6 class="text-muted">meiqi.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Animal Action Recognition</em>
<br>
<em>Animal Pose Estimation</em>
</font>
</div>
</div>
</div> -->
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/enxinsong.jpg" width="60%">
<div class="bio-text">
<h5>Enxin Song <a href="https://espere-1119-song.github.io/">[Web]</a></h5>
<h6 class="text-muted">enxin.23@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Video Understanding</em>
<br>
<em>Image Generation</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/xuanwang.jpg" width="60%">
<div class="bio-text">
<h5>Xuan Wang</h5>
<h6 class="text-muted">xuanw@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
<br>
<em>Embodied AI</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/fangliang.jpg" width="60%">
<div class="bio-text">
<h5>Fang Liang</h5>
<h6 class="text-muted"></h6>
<font color="#E89B00" size=2px>
<em>3D Vision</em>
<br>
<em>Image Reconstruction</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/dongpingli.jpg" width="60%">
<div class="bio-text">
<h5>Dongping Li </h5>
<h6 class="text-muted">dongping.23@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
<br>
<em>Active Perception</em>
<br>
<em>Unified Model</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/junshenghuang.jpg" width="60%">
<div class="bio-text">
<h5>Junsheng Huang</h5>
<h6 class="text-muted">junsheng.24@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>3D Vision</em>
<br>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/tiancitang.jpg" width="60%">
<div class="bio-text">
<h5>Tianci Tang</h5>
<h6 class="text-muted">tianci_tang@tiu.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Embodied AI</em>
<br>
<em>Diffusion Model</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/yizhili.jpg" width="60%">
<div class="bio-text">
<h5>Yizhi Li</h5>
<h6 class="text-muted">yizhi.20@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
<br>
<em>Computer Vision</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/xuexiangwen.jpg" width="60%">
<div class="bio-text">
<h5>Xuexiang Wen</h5>
<h6 class="text-muted">xuexiang.24@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/jiawuzhang.jpg" width="60%">
<div class="bio-text">
<h5>Jiawu Zhang</h5>
<h6 class="text-muted">2540614031@qq.com</h6>
<font color="#E89B00" size=2px>
<em>Multi-modal logistics large models</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/bochenghu.jpg" width="60%">
<div class="bio-text">
<h5>Bocheng Hu</h5>
<h6 class="text-muted">bocheng.25@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Motion Generation</em>
<br>
<em>Vision–Language Models (VLMs)</em>
<br>
<em>Vision–Language–Action Models (VLAs)</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/jiecao.jpg" width="60%">
<div class="bio-text">
<h5>Jie Cao</h5>
<h6 class="text-muted">jie.25@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/haonanzhou.png" width="60%">
<div class="bio-text">
<h5>Haonan Zhou</h5>
<h6 class="text-muted">haonan1.25@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>3D Scene Generation</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/xiaohanchen.jpg" width="60%">
<div class="bio-text">
<h5>Xiaohan Chen</h5>
<h6 class="text-muted">xiaohan.25@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Learning</em>
<br>
<em>Large Language Models (LLMs)</em>
</font>
</div>
</div>
</div>
<br>
<hr><br>
<h2>Alumni</h2>
<br>
<!-- PHD -->
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/shengyuhao.png" width="60%">
<div class="bio-text">
<h5>Shengyu Hao</h5>
<h6 class="text-muted">shengyuhao@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Multi-object Tracking</em>
<br>
<em>Representation Learning</em>
<br>
<em>Domain Adaptation</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/xiaoyueli.png" width="60%">
<div class="bio-text">
<h5>Xiaoyue Li</h5>
<h6>(Main Advisor: Mark Butala)</h6>
<h6 class="text-muted">xiaoyue98@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Image Generation</em>
<br>
<em>Image Reconstruction</em>
<br>
<em>Medical Image Inverse Problems</em>
</font>
</div>
</div>
</div>
<!-- Master -->
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/shidongcao.jpg" width="60%">
<div class="bio-text">
<h5>Shidong Cao</h5>
<h6 class="text-muted">shidong.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Generative Models</em>
<br>
<em>Multi-modality Learning</em>
<br>
<em>Graph Machine Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/ycouyang.jpg" width="60%">
<div class="bio-text">
<h5>Yichen Ouyang <a href="https://y-ichen.github.io/">[Web]</a></h5>
<h6 class="text-muted">22271110@zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Generative Models</em>
<br>
<em>3D Vision</em>
<br>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/meiqisun.jpg" width="60%">
<div class="bio-text">
<h5>Meiqi Sun</h5>
<h6 class="text-muted">meiqi.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Animal Action Recognition</em>
<br>
<em>Animal Pose Estimation</em>
</font>
</div>
</div>
</div>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/xuechenguo.jpg" width="60%">
<div class="bio-text">
<h5>Xuechen Guo</h5>
<h6 class="text-muted">xuechen.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Computer Vision</em>
<br>
<em>Multi-modality Learning</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/jianshuguo.jpg" width="60%">
<div class="bio-text">
<h5>Jianshu Guo</h5>
<h6 class="text-muted">jianshu.22@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Diffusion Model</em>
<br>
<em>Vision Language</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/changsu.jpg" width="60%">
<div class="bio-text">
<h5>Chang Su</h5>
<h6 class="text-muted">changs.19@intl.zju.edu.cn</h6>
<font color="#E89B00" size=2px>
<em>Smart City</em>
</font>
</div>
</div>
</div>
<!-- other -->
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/yichenxu.png" width="60%">
<div class="bio-text">
<h5>Yichen Xu</h5>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/wenhaochai.png" width="60%">
<div class="bio-text">
<h5>Wenhao Chai (Alumni)<a href="https://rese1f.github.io/">[Web]</a></h5>
<h6 class="text-muted">wchai@uw.edu</h6>
<font color="#E89B00" size=2px>
<em>Multi-modality Representation</em>
<br>
<em>Unified Perception Model</em>
<br>
<em>Embodied Intelligence</em>
</font>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<img class="rounded-image" src="../static/avaters/jiedeng.jpg" width="60%">
<div class="bio-text">
<h5>Jie Deng</h5>
<h6 class="text-muted">dengj325@gmail.com</h6>
<font color="#E89B00" size=2px>
<em>3D Scene Generation</em>
<br>
</font>
</div>
</div>
</div>
</div>