-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathindex_2.html
More file actions
797 lines (723 loc) · 33.4 KB
/
index_2.html
File metadata and controls
797 lines (723 loc) · 33.4 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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jun CEN</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link rel="shortcut icon" type="image/x-icon" href="images/leon.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Bulma Version 0.7.5-->
<link rel="stylesheet" href="https://unpkg.com/bulma@0.7.5/css/bulma.min.css" />
<link href='css/style.css?_t=20200916' rel='stylesheet' type='text/css'>
<script defer src="font-awesome/js/brands.min.js"></script>
<script defer src="font-awesome/js/regular.min.js"></script>
<script defer src="font-awesome/js/fontawesome.min.js"></script>
<style>
.red {
color: rgb(238, 76, 44);
font-style: normal;
}
.blue {
color: rgb(238, 76, 44);
font-style: normal;
}
#intro {
margin-top: 0em !important;
}
.content h3 {
margin-bottom: 1em!important;
margin-top: 2em!important;
}
.content figure {
width: 90%;
display: flex;
align-items: center;
overflow: hidden;
margin-left: auto!important;
margin-right: auto!important;
}
.columns:not(:last-child) {
margin-bottom: 1.75rem!important;
}
#sidebar {
width: 75%;
}
@media screen and (min-width: 769px), print {
.column.is-2_5, .column.is-2-tablet {
flex: none;
width: 20%;
}
}
</style>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-2_5">
<div class="sticky">
<figure class="image" style="width: 11.6rem; margin-top: 6px;">
<img src="images/myself.jpg">
</figure>
<div class="content">
<h2 style="margin-top: 1em">Jun CEN</h2>
<p>
<b>HKUST</b><br/>
Clear Water Bay, Kawloon<br/>
Hong Kong
</p>
</div>
<!-- social network icons -->
<div class="social">
<a href="https://github.com/Jun-CEN" target="_blank">
<span class="fab fa-github fa-2x" style="display:inline; text-decoration: none; color: #4a4a4a;"></span>
</a>
<a href="https://scholar.google.com/citations?user=7SKAhBwAAAAJ&hl=en" target="_blank">
<span class="fab fa-google fa-2x" style="display:inline; text-decoration: none; color: #4a4a4a; margin-left: 15px"></span>
</a>
<a href="https://www.linkedin.com/in/jun-cen-45b995219/" target="_blank">
<span class="fab fa-linkedin fa-2x" style="display:inline; text-decoration: none; color: #4a4a4a; margin-left: 15px"></span>
</a>
<a href="mailto:jcenaa@connect.ust.hk" target="_blank">
<span class="fa-regular fa-envelope fa-2x" style="display:inline; text-decoration: none; color: #4a4a4a; margin-left: 15px"></span>
</a>
</div>
<div id="sidebar" class="menu sticky is-hidden-mobile">
<p class="menu-label"><b>Quick Links</b></p>
<ul class="menu-list">
<li><a href="#intro">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#wexperience">Work Experience</a></li>
<li><a href="#iexperience">Internship Experience</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#awards">Awards</a></li>
</ul>
</div>
</div>
</div>
<div class="column right-panel">
<div class="content">
<!--About Me-->
<h2 id="intro">About Me</h2>
<p>
I am an algorithm expert in <a href="https://damo.alibaba.com/?language=zh">DAMO Academy, Alibaba</a>, where I focus on multi-modality model.
</p>
<p>
I got my Ph.D. at the
<a href="http://ri.ust.hk">Robotics Institute</a>, <a href="https://www.ust.hk">The Hong Kong University of Science and Technology</a>,
where I work on computer vision and autonomous driving under the supervision of <a href="https://cqf.io/">Prof. Qifeng Chen</a> and <a href="https://research.monash.edu/en/persons/michael-wang-2">Prof. Michael Yu Wang</a>. Here is my <a href="work/Resume_Jun_CEN.pdf">CV</a>.
</p>
<p>
My research lies in computer vision, multi-modality learning, robotics, etc. My previous work focus on multi-modality LLM, 2D semantic segmentation, 3D object detection, 3D LIDAR semantic segmentation, video recognition and image recognition.
I'm always looking for related colaboration. If you are interested to chat with me, feel free to drop me an <a href="mailto:jcenaa@connect.ust.hk" target="_blank">email</a>.
</p>
<p>
</p>
<!--Education-->
<h2 id="education" style="margin-bottom: 25px;">Education</h2>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/hkust.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Ph.D. Student</b> | Robotics Institute, The Hong Kong University of Science and Technology<br>
Time: Sep 2020 - Aug 2024. Mentor: <a href="https://cqf.io/">Prof. Qifeng Chen</a> and <a href="https://research.monash.edu/en/persons/michael-wang-2">Prof. Michael Yu Wang</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/hkust.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>MSc Student</b> | The Hong Kong University of Science and Technology<br>
Time: Sep 2019 - July 2020. Mentor: <a href="https://seng.hkust.edu.hk/about/people/faculty/lilong-cai">Prof. Lilong Cai</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/zju.jpeg" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Undergraduate Student</b> | Zhejiang University<br>
Time: Sep 2015 - Sep 2019. Mentor: <a href="http://me.zju.edu.cn/meenglish/2016/1129/c15493a734703/page.htm">Prof. Jinghua Xu</a>
</p>
</div>
</div>
</article>
<!--Work Experience-->
<h2 id="wexperience" style="margin-bottom: 25px;">Work Experience</h2>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/damo_1.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Algorithm Expert</b> | Damo Academy, Alibaba<br>
Time: Aug 2024 - Present.
</p>
</div>
</div>
</article>
<!--Internship Experience-->
<h2 id="iexperience" style="margin-bottom: 25px;">Internship Experience</h2>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/MSRA_2.jpg" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Research Intern</b> | Natural Language Computing Group, Microsoft Research Asia<br>
Time: Aug 2023 - May 2024. Mentor: <a href="https://chenfei-wu.github.io//">Dr. Chenfei Wu</a>, <a href="https://nanduan.github.io//">Dr. Nan Duan</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/SUSTech_2.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Visiting Student</b> | CVIP Group, Southern University of Science and Technology<br>
Time: Aug 2023 - July 2024. Mentor: <a href="https://www.sustech.edu.cn/en/faculties/zhangjianguo.html">Prof. Jianguo Zhang</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/mmlab_ntu.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Visiting Student</b> | MMLab, Nanyang Technological University<br>
Time: Mar 2023 - Sep 2023. Mentor: <a href="https://liuziwei7.github.io/">Prof. Ziwei Liu</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/damo_1.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Reseach Intern</b> | City Brain & Autonomous Driving Group, Damo Academy, Alibaba<br>
Time: Mar 2022 - Mar 2023. Mentor: <a href="https://scholar.google.com/citations?user=ZO3OQ-8AAAAJ&hl=en">Dr. Shiwei Zhang</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/hikvision_1.jpg" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Algorithm Intern</b> | Autonomous Driving Group, Hikvision Reseach Institute<br>
Time: Mar 2020 - July 2020. Mentor:<a href="https://ieeexplore.ieee.org/author/37088529015"> Dr. Yushi Zhu</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/cuhk.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Research Assistant</b> | Robotics and Artificial Intelligence Laboratory, The Chinese University of Hong Kong (Shenzhen)<br>
Time: Nov 2019 - Feb 2020. Mentor: <a href="https://sites.google.com/site/lamtinlun">Prof. Tin Lun Lam</a>
</p>
</div>
</div>
</article>
<!--Publications-->
<h2 id="publications">
Publications
<span style="font-size: 1rem;margin-left: 1rem;position: relative;bottom: .2rem;">
<a href="https://scholar.google.com/citations?user=7SKAhBwAAAAJ&hl=en" target="_blank" style="font-size: 20px;">
[Google Scholar]
</a>
</span>
</h2>
<!--List of publications-->
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/cvpr24-il.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>iControl3D: An Interactive System for Controllable 3D Scene
Generation</b><br>
Xingyi Li, Yizheng Wu, <b>Jun CEN</b>, Juewen Peng, Kewei Wang, Ke Xian, Zhe Wang, Zhiguo Cao, Guosheng Lin<br>
<b><span style=color:#E02401>[ACMMM 2024]</span></b><i> ACM Multimedia, 2024</i><br>
<a href="https://arxiv.org/pdf/2408.01678" target="_blank">[Paper]</a>
<a href="https://github.com/xingyi-li/iControl3D" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/VLP.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Using Left and Right Brains Together: Towards Vision and Language Planning</b><br>
<b>Jun Cen*</b>, Chenfei Wu*, Xiao Liu, Shengming Yin, Yixuan Pei, Jinglong Yang, Qifeng Chen, Nan Duan, Jianguo Zhang<br>
<b><span style=color:#E02401>[ICML 2024]</span></b><i> International Conference on Machine Learning, 2024</i><br>
<a href="https://arxiv.org/abs/2402.10534" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/cvpr24-mp.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Self-Supervised Class-Agnostic Motion Prediction with Spatial and Temporal Consistency Regularizations</b><br>
Kewei Wang, Yizheng Wu, <b>Jun Cen</b>, Zhiyu Pan, Xingyi Li, Zhe Wang, Zhiguo Cao, Guosheng Lin<br>
<b><span style=color:#E02401>[CVPR 2024]</span></b><i> Computer Vision and Pattern Recognition Conference, 2024</i><br>
<a href="https://arxiv.org/abs/2403.13261" target="_blank">[Paper]</a>
<a href="https://github.com/kwwcv/SelfMotion" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/cvpr24-il.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Consistent Prompting for Rehearsal-Free Continual Learning</b><br>
Zhanxin Gao, <b>Jun Cen</b>, Xiaobin Chang<br>
<b><span style=color:#E02401>[CVPR 2024]</span></b><i> Computer Vision and Pattern Recognition Conference, 2024</i><br>
<a href="https://arxiv.org/abs/2403.08568" target="_blank">[Paper]</a>
<a href="https://github.com/Zhanxin-Gao/CPrompt" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/iros_2023.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>CMDFusion: Bidirectional Fusion Network with Cross-modality Knowledge Distillation for LIDAR Semantic Segmentation</b><br>
<b>Jun Cen</b>, Shiwei Zhang, Yixuan Pei, Kun Li, Hang Zheng, Maochun Luo, Yingya Zhang, Qifeng Chen<br>
<b><span style=color:#E02401>[RA-L 2023]</span></b><i> Robotics and Automation Letters, 2023</i><br>
<a href="https://arxiv.org/abs/2307.04091" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/CMDFusion" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/seg_pt.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Segment Any Point Cloud Sequences by Distilling Vision Foundation Models</b><br>
Youquan Liu*, Lingdong Kong*, <b>Jun Cen</b>, Runnan Chen, Wenwei Zhang, Liang Pan, Kai Chen, Ziwei Liu<br>
<b><span style=color:#E02401>[NeurIPS 2023 Spotlight]</span></b><i> Conference on Neural Information Processing, 2023</i><br>
<a href="https://arxiv.org/abs/2306.09347" target="_blank">[Paper]</a>
<a href="https://github.com/youquanl/Segment-Any-Point-Cloud" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/psg4d.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>4D Panoptic Scene Graph Generation</b><br>
Jingkang Yang, <b>Jun Cen</b>, Wenxuan Peng, Shuai Liu, Fangzhou Hong, Xiangtai Li, Kaiyang Zhou, Qifeng Chen, Ziwei Liu<br>
<b><span style=color:#E02401>[NeurIPS 2023 Spotlight]</span></b><i> Conference on Neural Information Processing, 2023</i><br>
<a href="" target="_blank">[Paper]</a>
<a href="" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/CLIPFSAR_arch.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>CLIP-guided Prototype Modulating for Few-shot Action Recognition</b><br>
Xiang Wang, Shiwei Zhang, <b>Jun Cen</b>, Changxin Gao, Yingya Zhang, Deli Zhao, Nong Sang<br>
<b><span style=color:#E02401>[IJCV 2023]</span></b><i> International Journal of Computer Vision, 2023</i><br>
<a href="https://arxiv.org/abs/2303.02982" target="_blank">[Paper]</a>
<a href="https://github.com/alibaba-mmai-research/CLIP-FSAR" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/cvpr_2023.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Enlarge Instance-specific and Class-specific Information for Open-set Action Recognition</b><br>
<b>Jun Cen</b>, Shiwei Zhang, Xiang Wang, Yixuan Pei, Zhiwu Qing, Yingya Zhang, Qifeng Chen<br>
<b><span style=color:#E02401>[CVPR 2023]</span></b> <i> Computer Vision and Pattern Recognition Conference, 2023</i><br>
<a href="https://arxiv.org/abs/2303.15467" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/PSL" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/iclr_2023.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>The Devil is in the Wrongly-classified Samples: Towards Unified Open-set Recognition</b><br>
<b>Jun Cen*</b>, Di Luan*, Shiwei Zhang, Yixuan Pei, Yingya Zhang, Deli Zhao, Shaojie Shen, Qifeng Chen<br>
<b><span style=color:#E02401>[ICLR 2023]</span></b><i> International Conference on Learning Representations, 2023</i><br>
<a href="https://openreview.net/forum?id=xLr0I_xYGAs" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/Unified_Open_Set_Recognition" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/nips2022.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Learning a Condensed Frame for Memory-Efficient
Video Class-Incremental Learning</b><br>
Yixuan Pei*, Zhiwu Qing*, <b>Jun Cen</b>, Xiang Wang, Shiwei Zhang, Yaxiong Wang, Mingqian Tang, Nong Sang, Xueming Qian<br>
<b><span style=color:#E02401>[NeurIPS 2022]</span></b><i> Conference on Neural Information Processing, 2022</i><br>
<a href="https://arxiv.org/abs/2211.00833" target="_blank">[Paper]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/eccv2022.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<br>
<b>Open-world Semantic Segmentation for LIDAR Point Clouds</b><br>
<b>Jun Cen</b>, Peng Yun, Shiwei Zhang, Junhao Cai, Di Luan, Michael Yu Wang, Ming Liu, Mingqian Tang<br>
<b><span style=color:#E02401>[ECCV 2022]</span></b><i> European Conference on Computer Vision, 2022</i><br>
<a href="https://arxiv.org/abs/2207.01452" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/Open_world_3D_semantic_segmentation" target="_blank">[Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/ral2022.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Real-Time Collision-Free Grasp Pose Detection With Geometry-Aware Refinement Using High-Resolution Volume</b><br>
Junhao Cai, <b>Jun Cen</b>, Haokun Wang, Michael Yu Wang<br>
<b><span style=color:#E02401>[RA-L with ICRA 2022]</span></b><i> Robotics and Automation Letters, 2022</i><br>
<a href="https://ieeexplore.ieee.org/abstract/document/9681231" target="_blank">[Paper]</a>
<a href=" https://sites.google.com/view/vpn-icra2022" target="_blank">[Project Page and Code]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/3dv_2021.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Open-set 3D Object Detection</b><br>
<b>Jun Cen</b>, Peng Yun, Junhao Cai, Michael Yu Wang, Ming Liu<br>
<b><span style=color:#E02401>[3DV 2021]</span></b><i> International Conference on 3D Vision, 2021</i><br>
<a href="https://arxiv.org/abs/2112.01135" target="_blank">[Paper]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/3dv_il.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Conflicts between Likelihood and Knowledge Distillation in Task Incremental Learning for 3D Object Detection</b><br>
Peng Yun, <b>Jun Cen</b>, Ming Liu<br>
<b><span style=color:#E02401>[3DV 2021]</span></b><i> International Conference on 3D Vision, 2021</i><br>
<a href="https://ieeexplore.ieee.org/abstract/document/9665922" target="_blank">[Paper]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/head_3.jpg">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>Deep Metric Learning for Open World Semantic Segmentation</b><br>
<b>Jun Cen</b>, Peng Yun, Junhao Cai, Michael Yu Wang, Ming Liu<br>
<b><span style=color:#E02401>[ICCV 2021]</span></b><i> International Conference on Computer Vision, 2021</i><br>
<a href="https://arxiv.org/abs/2108.04562" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/Open-World-Semantic-Segmentation" target="_blank">[Code]</a>
<a href="https://youtu.be/t1vl7MzGb2Q" target="_blank">[Video]</a><br>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/iros2021.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>BORM: Bayesian Object Relation Model for Indoor Scene Recognition</b><br>
Liguang Zhou, <b>Jun Cen</b>, Xingchao Wang, Zhenglong Sun, Tin Lun Lam, Yangsheng Xu</br>
<b><span style=color:#E02401>[IROS 2021]</span></b><i> International Conference on Intelligent Robots and Systems, 2021</i><br>
<a href="https://arxiv.org/abs/2108.00397" target="_blank">[Paper]</a>
<a href="https://github.com/Jun-CEN/BORM" target="_blank">[Code]</a>
<a href="https://www.youtube.com/watch?v=8lHP-sdNRJ8" target="_blank">[Video]</a>
</p>
</div>
</div>
</article>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/printer.png">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<br>
<br>
<b>Precision forward design for 3D printing using kinematic sensitivity via Jacobian matrix considering uncertainty</b><br>
Jinghua Xu, Xueqing Feng, <b>Jun Cen</b>, Shuyou Zhang<br>
<i>The International Journal of Advanced Manufacturing Technology, 2022</i><br>
<a href="https://link.springer.com/article/10.1007/s00170-020-05940-4" target="_blank">[Paper]</a>
</p>
</div>
</div>
</article>
<!--projects-->
<h2 id="projects" style="margin-bottom: 25px;">Projects</h2>
<article class="columns">
<div class="column is-3">
<figure class="image">
<img src="images/logo_sad.png" class="img-logo">
</figure>
</div>
<div class="column">
<div class="content">
<p>
<b>SAD: Segment Any RGBD</b><br>
<b>Jun Cen</b>, Yizheng Wu, Xingyi Li, Jingkang Yang, Yixuan Pei, Lingdong Kong<br>
Got more than <b><span style=color:#E02401>700 stars</span></b> on Github.<br>
<b><span style=color:#E02401>NeurIPS 2023 workshop</span></b><i> on Robustness of Few-shot and Zero-shot Learning in Foundation Models, 2023</i><br>
<a href="https://github.com/Jun-CEN/SegmentAnyRGBD" target="_blank">[Code]</a>
<a href="https://arxiv.org/abs/2305.14207" target="_blank">[Technical Report]</a>
<a href="https://huggingface.co/spaces/mmlab-ntu/Segment-Any-RGBD/blob/main/app.py" target="_blank">[Huggingface]</a>
<a href="https://twitter.com/liuziwei7/status/1651461200956514306?s=46&t=MqA7wuLxDqLOBW0TfTNOMA" target="_blank">[Twitter]</a><br>
</p>
</div>
</div>
</article>
<h2 id="services">Services</h2>
<ul>
<li>Conference and Journal Reviewer:
<br> IEEE Transactions on Pattern Analysis and Machine Intelligence <a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=34">(TPAMI)</a>
<br> IEEE Transactions on Neural Networks and Learning Systems <a href="https://cis.ieee.org/publications/t-neural-networks-and-learning-systems">(TNNLS)</a>
<br> International Conference on Machine Learning <a href="https://icml.cc/">(ICML)</a>
<br> International Conference on Learning Representations <a href="https://iclr.cc/">(ICLR)</a>
<br> Conference on Neural Information Processing Systems <a href="https://nips.cc/">(NeurIPS)</a>
<br> IEEE/CVF Computer Vision and Pattern Recognition Conference <a href="https://cvpr2023.thecvf.com/">(CVPR)</a>
<br> IEEE/CVF International Conference on Computer Vision <a href="https://iccv2023.thecvf.com/">(ICCV)</a>
<br> IEEE/RAS International Conference on Intelligent Robots and Systems <a href="https://www.ieee-ras.org/conferences-workshops/financially-co-sponsored/iros">(IROS)</a>
<br> IEEE/RAS International Conference on Robotics and Automation <a href="https://www.ieee-ras.org/conferences-workshops/fully-sponsored/icra">(ICRA)</a>
<br> IEEE/CAA Journal of Automatica Sinica <a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=6570654">(JAS)</a> (中国自动化学报)
</ul>
<h2 id="awards">Awards</h2>
<ul>
<li><a href="images/RI.jpeg">Outstanding Research Intern, Alibaba Group, 2023.</a> (15 candidates per year)
<li>Overseas Research Award, HKUST, 2023.
<li>Postgraduate Studentship, 2020-2024, HKUST.
<li>School of Engineering Excellent Student Scholarship, 2019-2020, HKUST. (Top 5%)
<li>School of Engineering Entrance Scholarship, 2019-2020, HKUST. (Top 2%)
</ul>
</div>
</div>
</div>
</div>
<!-- ########## Tools: Visitor Locations Visualization ########## -->
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=5mz7hnrbg3y&m=0&c=ff0000&cr1=ffffff&f=arial&l=33" async="async"></script>
<!-- Footer -->
<footer class="container">
<br><hr>
<div class="row" style="text-align: center">
© 2023 Jun CEN
</div>
</footer>
</section>
<script>
var $hashList = $('.menu-list a'), offsetList, maxScrollHeight;
$('#sidebar').on('click', 'a', function(){
activate($(this))
});
$(window).on('resize', debounce(calculateBoundary, 300));
$(document).on('scroll', debounce(judgeScroll, 300));
calculateBoundary();
judgeScroll();
function calculateBoundary() {
offsetList = $hashList.map(function(idx, ele){
return $(ele.hash).offset().top
});
maxScrollHeight = $(document).height() - $(window).height()
}
function judgeScroll() {
var tps = $("html").scrollTop()
? $("html").scrollTop()
: $("body").scrollTop(),
len = offsetList.length;
if(tps >= maxScrollHeight-10){
activate($hashList.eq(len-1));
return
}
for(var i=0; i<len; i++){
if(tps+50<offsetList[i]){
activate($hashList.eq(Math.max(0,i-1)));
return
}
}
}
function activate(ele){
$hashList.removeClass('is-active');
ele.addClass('is-active');
}
function debounce(fn, delay) {
var timeout = null;
return function () {
var args = arguments;
var context = this;
if (!timeout) {
timeout = setTimeout(function () {
timeout = 0;
return fn.apply(context, args);
}, delay);
}
};
}
</script>
</body>
</html>