-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
664 lines (635 loc) · 32.7 KB
/
Copy pathindex.html
File metadata and controls
664 lines (635 loc) · 32.7 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
<!DOCTYPE html>
<html>
<head>
<title>Juewen Peng</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./img/favicon.ico">
<link rel="stylesheet" href="./css/w3.css">
<link rel="stylesheet" href="./css/fonts.css">
<link rel="stylesheet" href="./css/mycss.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<script src="https://kit.fontawesome.com/abfd71ef95.js" crossorigin="anonymous"></script>
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
</style>
</head>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-third">
<div class="w3-white w3-text-grey w3-card-4">
<div class="w3-display-container">
<img src="./img/bg.jpg" style="width:100%" alt="Avatar">
<div class="w3-display-bottomleft w3-container w3-text-white">
<h2>Juewen Peng (彭珏文)</h2>
</div>
</div>
<div class="w3-container">
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>Ph.D</p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-blue-grey"></i>Singapore</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-blue-grey"></i><a href = "mailto:im.pengjw@gmail.com">im.pengjw@gmail.com</a></p>
<p><i class="fa fa-github fa-fw w3-margin-right w3-large w3-text-blue-grey"></i><a href="https://github.com/JuewenPeng" target="_blank">https://github.com/JuewenPeng</a></p>
<p><i class="fa fa-google fa-fw w3-margin-right w3-large w3-text-blue-grey"></i><a href="https://scholar.google.com/citations?user=fYC6lCUAAAAJ&hl=en&oi=ao" target="_blank">Google Scholar</a></p>
<hr>
<p class="w3-large"><b>Research Interests</b></p>
<ul class="edu-ul">
<li>Computer vision</li>
<li>Computational photography</li>
<li>Bokeh rendering</li>
<li>Deblurring</li>
<li>Super resolution</li>
<li>2D and 3D generation and editing</li>
</ul>
<!-- <hr> -->
<br>
<!-- <div style="display:none"><script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&t=m&d=oclZz2-KQhRpM7TF87e27kJ2BWA6IU8wm8UAW-WAGXY&co=2d78ad&cmo=3acc3a&cmn=ff5353&ct=ffffff'></script></div> -->
<!-- <div><a href='https://clustrmaps.com/site/1bqzz' title='Visit tracker'><img src='//clustrmaps.com/map_v2.png?cl=ffffff&w=480&t=m&d=oclZz2-KQhRpM7TF87e27kJ2BWA6IU8wm8UAW-WAGXY' style="width: 100%;";/></a></div> -->
<!-- <p class="w3-large"><b><i class="fa fa-asterisk fa-fw w3-margin-right w3-text-blue-grey"></i>Skills</b></p>
<p>Adobe Photoshop</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-blue-grey" style="width:90%">90%</div>
</div>
<p>Photography</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-blue-grey" style="width:80%">
<div class="w3-center w3-text-white">80%</div>
</div>
</div>
<p>Illustrator</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-blue-grey" style="width:75%">75%</div>
</div>
<p>Media</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-blue-grey" style="width:50%">50%</div>
</div>
<br>
<p class="w3-large w3-text-theme"><b><i class="fa fa-globe fa-fw w3-margin-right w3-text-blue-grey"></i>Languages</b></p>
<p>English</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-blue-grey" style="height:24px;width:100%"></div>
</div>
<p>Spanish</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-blue-grey" style="height:24px;width:55%"></div>
</div>
<p>German</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-blue-grey" style="height:24px;width:25%"></div>
</div>
<br> -->
</div>
</div><br>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-twothird">
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-fire fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>News</h2>
<div class="w3-container">
<ul class="w3-ul">
<li>[ 2025-04 ] One paper accepted by TVCG 2025.</li>
<li>[ 2025-01 ] One paper accepted by TPAMI 2025.</li>
<li>[ 2024-11 ] One paper accepted by TPAMI 2024.</li>
<li>[ 2024-10 ] One paper accepted by TPAMI 2024.</li>
<li>[ 2024-07 ] Two papers accepted by ACM MM 2024.</li>
<li>[ 2024-07 ] One paper accepted by ECCV 2024.</li>
<!-- <li>[ 2024-02 ] Won 2023 CAA Outstanding Master's Degree Thesis Award.</li> -->
<!-- <li>[ 2023-08 ] One paper accepted by TMM 2023.</li> -->
<!-- <li>[ 2023-07 ] One paper accepted by ACM MM 2023.</li> -->
<!-- <li>[ 2023-06 ] Won Winner Award in "NTIRE 2023 Bokeh Effect Transformation Challenge".</li> -->
<!-- <li>[ 2023-04 ] One paper accepted by CVPR 2023 Workshops.</li> -->
<!-- <li>[ 2022-11 ] One paper accepted by TCSVT 2023.</li> -->
<!-- <li>[ 2022-08 ] One paper accepted by Information Fusion 2023.</li> -->
<!-- <li>[ 2022-07 ] One paper accepted by ECCV 2022.</li> -->
<!-- <li>[ 2022-06 ] One paper accepted by ACM MM 2022.</li> -->
<!-- <li>[ 2022-03 ] One paper accepted by CVPR 2022 as an <b>oral</b> presentation.</li> -->
<!-- <li>[ 2021-05 ] One paper accepted by ICIP 2021.</li>
<li>[ 2021-03 ] One paper accepted by Sensors 2021.</li>
<li>[ 2020-08 ] One paper accepted by ECCV 2020 Workshops.</li> -->
</ul>
<br>
</div>
</div>
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-building-columns fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>Educations</h2>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/ntu_logo.webp">
</div>
<div class="pub-text">
<div class="info">
<h5 class="w3-opacity"><b>Ph.D, Nanyang Technological University</b></h5>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jan. 2024 - Current</h6>
<ul class="edu-ul">
<li><b>College</b>: College of Computing and Data Science</li>
<li><b>Supervisor</b>: Prof. <a href="https://guosheng.github.io/" target="_blank">Guosheng Lin</a></li>
<!-- <li><b>GPA</b>: 3.98/4.00; 92.96/100 (Rank 1st) -->
<!-- ; <b>Rankings</b>: 1/58</li> -->
<!-- <li><b>Honors and Awards</b>: Outstanding Graduates (2023), National Scholarship (2022), Outstanding Freshman Scholarship (2020), etc.</li> -->
<!-- First-Class Academic Scholarship (2 times), Outstanding Freshman Scholarship, Merit Student -->
</ul>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/ntu_logo.webp">
</div>
<div class="pub-text">
<div class="info">
<h5 class="w3-opacity"><b>Research Assistant, Nanyang Technological University</b></h5>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Oct. 2023 - Current</h6>
<ul class="edu-ul">
<li><b>College</b>: College of Computing and Data Science</li>
<li><b>Supervisor</b>: Prof. <a href="https://guosheng.github.io/" target="_blank">Guosheng Lin</a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/hust-logo.png">
</div>
<div class="pub-text">
<div class="info">
<h5 class="w3-opacity"><b>Research Assistant, Huazhong University of Science and Technology</b></h5>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jul. 2023 - Sep. 2023</h6>
<ul class="edu-ul">
<li><b>College</b>: School of Artificial Intelligence and Automation</li>
<li><b>Supervisor</b>: Prof. <a href="http://english.aia.hust.edu.cn/info/1085/1528.htm" target="_blank">Zhiguo Cao</a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/hust-logo.png">
</div>
<div class="pub-text">
<div class="info">
<h5 class="w3-opacity"><b>M.Eng., Huazhong University of Science and Technology</b></h5>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Sep. 2020 - Jun. 2023</h6>
<ul class="edu-ul">
<li><b>College</b>: School of Artificial Intelligence and Automation</li>
<li><b>Major</b>: Pattern Recognition and Intelligent Systems</li>
<li><b>Supervisor</b>: Prof. <a href="http://english.aia.hust.edu.cn/info/1085/1528.htm" target="_blank">Zhiguo Cao</a></li>
<li><b>GPA</b>: 3.98/4.00; 92.96/100 (Rank 1st)
<!-- ; <b>Rankings</b>: 1/58</li> -->
<li><b>Honors and Awards</b>: Outstanding Graduates (2023), National Scholarship (2022), Outstanding Freshman Scholarship (2020), etc.</li>
<!-- First-Class Academic Scholarship (2 times), Outstanding Freshman Scholarship, Merit Student -->
</ul>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/hust-logo.png">
</div>
<div class="pub-text">
<div class="info">
<h5 class="w3-opacity"><b>B.Eng., Huazhong University of Science and Technology</b></h5>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Sep. 2016 - Jun. 2020</h6>
<ul class="edu-ul">
<li><b>College</b>: School of Artificial Intelligence and Automation</li>
<li><b>Major</b>: Automation</li>
<li><b>GPA</b>: 3.89/4.00; 91.3/100 (Rank 1st)
<!-- ; <b>Rankings</b>: 1/24</li> -->
<li><b>Honors and Awards</b>: Outstanding Graduates (2020), National Scholarship (2018), etc.</li>
<!-- Merit Student, Outstanding Graduates -->
</ul>
</div>
</div>
</div>
<br>
<br>
</div>
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-book fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>Publications</h2>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tvcg2025-1.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Dynamic View Synthesis from Small Camera Motion Videos</p>
<p class="authors">Huiqiang Sun, Xingyi Li, <b>Juewen Peng</b>, Liao Shen, Zhiguo Cao, Ke Xian, Guosheng Lin</p>
<p class="conference">IEEE Transactions on Visualization and Computer Graphics (TVCG), 2025</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2506.23153" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tpami2025-1.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Dual-Camera All-in-Focus Neural Radiance Fields</p>
<p class="authors">Xianrui Luo, Zijin Wu, <b>Juewen Peng</b>, Huiqiang Sun, Zhiguo Cao, Guosheng Lin</p>
<p class="conference">IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2025</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/10858765" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tpami2024-2.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">BokehMe++: Harmonious Fusion of Classical and Neural Rendering for Versatile Bokeh Creation</p>
<p class="authors"><b>Juewen Peng</b>, Zhiguo Cao, Xianrui Luo, Ke Xian, Wenfeng Tang, Jianming Zhang, Guosheng Lin</p>
<p class="conference">IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2024</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/10756626" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tpami2024-1.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">NVDS+: Towards Efficient and Versatile Neural Stabilizer for Video Depth Estimation</p>
<p class="authors">Yiran Wang, Min Shi, Jiaqi Li, Chaoyi Hong, Zihao Huang, <b>Juewen Peng</b>, Zhiguo Cao, Jianming Zhang, Ke Xian, Guosheng Lin</p>
<p class="conference">IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2024</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/10756626" target="_blank">Paper</a> |
<a href="https://github.com/RaymondWang987/NVDS" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/acmmm2024-2.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Video Bokeh Rendering: Make Casual Videography Cinematic</p>
<p class="authors">Yawen Luo, Min Shi, Liao Shen, Yachuan Huang, Zixuan Ye, <b>Juewen Peng</b>, Zhiguo Cao</p>
<p class="conference">Proceedings of the 30th ACM International Conference on Multimedia (ACM MM), 2024 (<b>Oral</b>)</p>
</div>
<div class="link">
<a href="https://dlnext.acm.org/doi/10.1145/3664647.3680629" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/acmmm2024-1.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">iControl3D: An Interactive System for Controllable 3D Scene Generation</p>
<p class="authors">Xingyi Li, Yizheng Wu, Jun Cen, <b>Juewen Peng</b>, Kewei Wang, Ke Xian, Zhe Wang, Zhiguo Cao, Guosheng Lin</p>
<p class="conference">Proceedings of the 30th ACM International Conference on Multimedia (ACM MM), 2024</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2408.01678" target="_blank">Paper</a> |
<a href="https://github.com/xingyi-li/iControl3D" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/eccv2024.png">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Dynamic Neural Radiance Field From Defocused Monocular Video</p>
<p class="authors">Xianrui Luo, Huiqiang Sun, <b>Juewen Peng</b>, Zhiguo Cao</p>
<p class="conference">Proceedings of the European Conference on Computer Vision (ECCV), 2024</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2407.05586" target="_blank">Paper</a> |
<a href="https://github.com/xianrui-luo/D2RF" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tmm2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">ViTA: Video Transformer Adaptor for Robust Video Depth Estimation</p>
<p class="authors">Ke Xian, <b>Juewen Peng</b>, Zhiguo Cao, Jianming Zhang, Guosheng Lin</p>
<p class="conference">IEEE Transactions on Multimedia (TMM), 2023</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/10233038" target="_blank">Paper</a> |
<a href="https://github.com/KexianHust/ViTA" target="_blank">GitHub</a> |
<a href="https://kexianhust.github.io/ViTA/" target="_blank">Project</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/acmmm2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Make-It-4D: Synthesizing a Consistent Long-Term Dynamic Scene Video from a Single Image</p>
<p class="authors">Liao Shen, Xingyi Li, Huiqiang Sun, <b>Juewen Peng</b>, Ke Xian, Zhiguo Cao, Guosheng Lin</p>
<p class="conference">Proceedings of the 30th ACM International Conference on Multimedia (ACM MM), 2023</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2308.10257" target="_blank">Paper</a> |
<a href="https://github.com/leoShen917/Make-It-4D" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/cvprw2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Selective Bokeh Effect Transformation</p>
<p class="authors"><b>Juewen Peng</b>, Zhiyu Pan, Chengxin Liu, Xianrui Luo, Huiqiang Sun, Liao Shen, Ke Xian, Zhiguo Cao</p>
<p class="conference">Proceedings of the IEEE/CVF International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), 2023</p>
</div>
<div class="link">
<a href="https://github.com/JuewenPeng/SBTNet/blob/main/pdf/Selective%20Bokeh%20Effect%20Transformation.pdf" target="_blank">Paper</a> |
<a href="https://github.com/JuewenPeng/SBTNet" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/ntire2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Lens-to-Lens Bokeh Effect Transformation. NTIRE 2023 Challenge Report</p>
<p class="authors">Marcos V. Conde, Manuel Kolmet, Tim Seizinger, Tom E. Bishop, Radu Timofte, Xiangyu Kong, Dafeng Zhang, Jinlong Wu, Fan Wang, <b>Juewen Peng</b>, et al.<br></p>
<p class="conference">Proceedings of the IEEE/CVF International Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), 2023</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/10208960" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/tcsvt2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Point-and-Shoot All-in-Focus Photo Synthesis from Smartphone Camera Pair</p>
<p class="authors">Xianrui Luo, <b>Juewen Peng</b>, Weiyue Zhao, Ke Xian, Hao Lu, Zhiguo Cao</p>
<p class="conference">IEEE Transactions on Circuits and Systems for Video Technology (TCSVT), 2023</p>
</div>
<div class="link">
<a href="https://ieeexplore.ieee.org/document/9953190" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/inffus2023.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Defocus to Focus: Photo-Realistic Bokeh Rendering by Fusing Defocus and Radiance Priors</p>
<p class="authors">Xianrui Luo*, <b>Juewen Peng* (co-first author)</b>, Ke Xian, Zijin Wu, Zhiguo Cao<br></p>
<p class="conference">Information Fusion, 2023</p>
</div>
<div class="link">
<a href="https://www.sciencedirect.com/science/article/pii/S1566253522001221" target="_blank">Paper</a> |
<a href="https://github.com/notorious-eric/defocustofocus" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/eccv2022.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">MPIB: An MPI-Based Bokeh Rendering Framework for Realistic Partial Occlusion Effects</p>
<p class="authors"><b>Juewen Peng</b>, Jianming Zhang, Xianrui Luo, Hao Lu, Ke Xian, Zhiguo Cao<br></p>
<p class="conference">Proceedings of the European Conference on Computer Vision (ECCV), 2022</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2207.08403" target="_blank">Paper</a> |
<a href="https://github.com/JuewenPeng/MPIB" target="_blank">GitHub</a> |
<a href="https://juewenpeng.github.io/MPIB/" target="_blank">Project</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/acmmm2022.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">DoF-NeRF: Depth-of-Field Meets Neural Radiance Fields</p>
<p class="authors">Zijin Wu, Xingyi Li, <b>Juewen Peng</b>, Hao Lu, Zhiguo Cao, Weicai Zhong<br></p>
<p class="conference">Proceedings of the 30th ACM International Conference on Multimedia (ACM MM), 2022</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2208.00945" target="_blank">Paper</a> |
<a href="https://github.com/zijinwuzijin/DoF-NeRF" target="_blank">GitHub</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/cvpr2022.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">BokehMe: When Neural Rendering Meets Classical Rendering</p>
<p class="authors"><b>Juewen Peng</b>, Zhiguo Cao, Xianrui Luo, Hao Lu, Ke Xian, Jianming Zhang<br></p>
<p class="conference">Proceedings of the IEEE/CVF International Conference on Computer Vision and Pattern Recognition (CVPR), 2022 (<b>Oral</b>)</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2206.12614" target="_blank">Paper</a> |
<a href="https://github.com/JuewenPeng/BokehMe" target="_blank">GitHub</a> |
<a href="https://juewenpeng.github.io/BokehMe/" target="_blank">Project</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/icip2021.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Interactive Portrait Bokeh Rendering System</p>
<p class="authors"><b>Juewen Peng</b>, Xianrui Luo, Ke Xian, Zhiguo Cao<br></p>
<p class="conference">IEEE International Conference on Image Processing (ICIP), 2021</p>
</div>
<div class="link">
<a href="https://www.researchgate.net/publication/354690352_Interactive_Portrait_Bokeh_Rendering_System" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/sensors2021.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Ranking-Based Salient Object Detection and Depth Prediction for Shallow Depth-of-Field</p>
<p class="authors">Ke Xian, <b>Juewen Peng</b>, Chao Zhang, Hao Lu, Zhiguo Cao<br></p>
<p class="conference">Sensors, 2021</p>
</div>
<div class="link">
<a href="https://www.mdpi.com/1424-8220/21/5/1815" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/eccvw2020.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">Bokeh Rendering from Defocus Estimation</p>
<p class="authors">Xianrui Luo*, <b>Juewen Peng* (co-first author)</b>, Ke Xian, Zijin Wu, Zhiguo Cao<br></p>
<p class="conference">Proceedings of the European Conference on Computer Vision Workshops (ECCVW), 2020</p>
</div>
<div class="link">
<a href="https://www.researchgate.net/publication/348897442_Bokeh_Rendering_from_Defocus_Estimation" target="_blank">Paper</a>
</div>
</div>
</div>
<hr>
<div class="w3-container">
<div class="pub-figure">
<img src="./img/aim2020.jpg">
</div>
<div class="pub-text">
<div class="info">
<p class="title">AIM 2020 Challenge on Rendering Realistic Bokeh</p>
<p class="authors">Andrey Ignatov, Radu Timofte, Ming Qian, Congyu Qiao, Jiamin Lin, Zhenyu Guo, Chenghua Li, Cong Leng, Jian Cheng, <b>Juewen Peng</b>, et al.<br></p>
<p class="conference">Proceedings of the European Conference on Computer Vision Workshops (ECCVW), 2020</p>
</div>
<div class="link">
<a href="https://arxiv.org/abs/2011.04988" target="_blank">Paper</a>
</div>
</div>
</div>
<br>
<br>
</div>
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-award fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>Patents</h2>
<div class="w3-container">
<!-- <p>基于物理光学模型和神经网络的双流散景渲染方法及系统 彭珏文;曹治国;骆贤瑞;鲜可;陆昊</p> -->
<div class="pub-text" style="width: 100%;">
<p class="title">A Two-Branch Bokeh Rendering Method and System Based on Physical Optics Model and Neural Network</p>
<p class="authors"><b>Juewen Peng</b>, Zhiguo Cao, Xianrui Luo, Ke Xian, Hao Lu</p>
<p class="conference">China Invention Patent, Publication Patent Number: CN113763524A, 2021</p>
</div>
</div>
<br>
<br>
</div>
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-trophy fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>Competitions</h2>
<div class="w3-container">
<!-- <h5 class="w3-opacity"><b>Front End Developer / w3schools.com</b></h5> -->
<div class="pub-figure">
<img src="./img/cvprw2023award.jpg">
</div>
<div class="pub-text">
<p class="title">Won <b>Winner Award</b> in "NTIRE 2023 Bokeh Effect Transformation Challenge".</p>
<p class="authors"><b>Juewen Peng</b>, Zhiyu Pan, Chengxin Liu, Xianrui Luo, Huiqiang Sun, Liao Shen, Ke Xian, Zhiguo Cao</p>
</div>
<!-- <img src="./img/aim2020award.jpg" width="60%"> -->
<!-- <p>Presented Runner-Up Award in "AIM 2020 Challenge on Rendering Realistic Bokeh".</p> -->
</div>
<hr>
<div class="w3-container">
<!-- <h5 class="w3-opacity"><b>Front End Developer / w3schools.com</b></h5> -->
<div class="pub-figure">
<img src="./img/aim2020award.jpg">
</div>
<div class="pub-text">
<p class="title">Won <b>Runner-Up Award</b> in "AIM 2020 Challenge on Rendering Realistic Bokeh".</p>
<p class="authors"><b>Juewen Peng</b>, Xianrui Luo, Ke Xian, Zijin Wu, Zhiguo Cao<br></p>
</div>
<!-- <img src="./img/aim2020award.jpg" width="60%"> -->
<!-- <p>Presented Runner-Up Award in "AIM 2020 Challenge on Rendering Realistic Bokeh".</p> -->
</div>
<br>
<br>
</div>
<div class="w3-container w3-card w3-white">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-blue-grey"></i>Other Experiences</h2>
<div class="w3-container">
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Feb. 2024</h6>
<p>Won 2023 CAA Outstanding Master's Degree Thesis Award(2023 中国自动化学会优秀硕士学位论文奖).</p>
<hr>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Oct. 2022 - Dec. 2023</h6>
<p>Worked on project “Large Aperture Bokeh Effect Simulation of DSLR” with Vivio.</p>
<hr>
<!-- <h5 class="w3-opacity"><b>Front End Developer / w3schools.com</b></h5> -->
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jul. 2021 - Jan. 2023</h6>
<!-- <span class="w3-tag w3-blue-grey w3-round">Current</span> -->
<p>Cooperate with <a href="https://jimmie33.github.io/" target="_blank">Jianming Zhang</a> of Adobe Research.</p>
<hr>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Aug. 2022</h6>
<div class="pub-figure" style="width: 10%; padding-left: 1%; padding-right: 2%;">
<img src="./img/aiccov2022award.jpg">
</div>
<div class="pub-text" style="width: 88%;">
<p>Participated in "2022 Artificial Intelligence Conference and Entrepreneurs Summit Forum of China's Optics Valley (AICCOV 2022)" and won <b>Best Poster Award</b>.</p><br>
</div>
<hr>
<h6 class="w3-text-blue-grey"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Sep. 2020 - Apr. 2022</h6>
<p>Worked on project "Multi-Camera Registration and Intelligent Depth-of-Field Extension" with Huawei.</p><br>
</div>
<br>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
<footer class="w3-container w3-blue-grey w3-center w3-margin-top">
<!-- <p>"Somebody has to win, so why not be me?"</p>
<p>— Kobe Bryant</p> -->
<p>Huazhong University of Science and Technology, Juewen Peng</p>
</footer>
</body>
</html>