forked from jonbarron/jonbarron.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·739 lines (680 loc) · 35.3 KB
/
index.html
File metadata and controls
executable file
·739 lines (680 loc) · 35.3 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jing Zhang</title>
<meta name="author" content="Jing Zhang">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/ballerina.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Jing Zhang | 张婧
</p>
<p>I'm a postdoctoral researcher at <a href="https://ai4ce.github.io/">AI4CE Lab@NYU</a> led by <a href="https://engineering.nyu.edu/faculty/chen-feng">Prof. Chen Feng</a> and <a href="https://wp.nyu.edu/csho/research/laboratories/anthrotopography_laboratory/">Anthrotopography Lab@NYU</a> led by <a href="https://wp.nyu.edu/faculty-iovita/">Prof. Radu Iovita</a>.
</p>
<p>
Over the next three years, I have two goals: (1) build mobile agents that autonomously navigate New York City, use tools, and assist people safely; and (2) assemble and rectify fossil fragments to reveal patterns of human evolution.
</p>
<p>
I advances these aims through Evolving Embodied Intelligence, a cognitively inspired framework that integrates perception, imagination, reasoning, action, and feedback in a closed loop across physical and digital worlds.c
</p>
<p>
I did my PhD (2023) in Photogrammetry and Remote Sensing from Wuhan Universtiy, under the guidance of <a href="https://www.researchgate.net/profile/Luo-Bin-8">Prof. Bin Luo</a> and <a href="https://www.researchgate.net/profile/Yajun-Wang-11">Prof. Yajun Wang</a>. Before this, I received my B.E. degree (2017) and M.S. degree (2019) from Wuhan University.
</p>
<p>
I enjoy dancing in my spare time and dancing helps me to be energetic longer.
</p>
<p style="text-align:center">
<a href="mailto:jz6676@nyu.edu">Email</a> /
<!-- <a href="data/JonBarron-CV.pdf">CV</a> / -->
<!-- <a href="data/JonBarron-bio.txt">Bio</a> / -->
<a href="https://scholar.google.com/citations?hl=en&user=fRGFTaEAAAAJ&view_op=list_works&gmla=AKKJWFdHizZJVOlRxeJVgEE1U2hW-Gx0OFgqUkpsjYXzh6Zj5jv0K1YR8z--W1qXXM6OKGqRBBMy-snUpU2LptXX">Scholar</a> /
<!-- <a href="https://www.threads.net/@jonbarron">Threads</a> / -->
<!-- <a href="https://bsky.app/profile/jonbarron.bsky.social">Bluesky</a> / -->
<a href="https://twitter.com/jingz0766">Twitter</a> /
<a href="https://www.linkedin.com/in/jing-zhang-4b7163285/">LinkedIn</a>
<!-- <a href="https://github.com/jonbarron/">Github</a> -->
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/portrait4.jpg"><img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo" src="images/portrait4.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Research Highlights</h2>
<div style="text-align:center; margin-top:10px; margin-bottom:20px;">
<img src="images/rs_overview_v3.png"
alt="Research Overview: Evolving Embodied Intelligence"
style="width:100%; max-width:1200px; border-radius:8px;">
</div>
</td>
</tr>
</tbody>
</table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Recent News</h2>
<p>
[10/2025] I am the PI of the NYU Postdoctoral Research and Professional Development Grant–funded project <em>Enabling Functional Dexterous In-Hand Reorientation for General-Purpose Robotic Manipulation</em>.
</p>
<p>
[10/2025] I was honored to be selected as one of the <a href="https://risingstars-eecs.mit.edu/participants/jing-zhang/">MIT EECS Rising Stars 2025</a>.
</p>
<p>
[8/2025] I serve as a Co-PI of the NSF-funded project <a href="https://www.nsf.gov/awardsearch/show-award/?AWD_ID=2514030&HistoricalAwards=false">DigitizedNYC: Large-Scale 4D Urban Digital Twin for Embodied AI</a> (OAC), awarded $599,806.</a>.
</p>
<p>
[07/2025] I will be teaching a course on <em>Robot Perception</em> during the Fall 2025 semester.
</p>
<p>
[06/2025] Our papers <em>GARF</em> and <em>RAP</em> have been accepted to <em>ICCV</em> 2025.
</p>
<p>
[02/2025] Our paper <em>CityWalker</em> has been accepted to <em>CVPR</em> 2025.
</p>
<p>
[01/2025] Our paper <em>FusionSense</em> has been accepted to <em>ICRA</em> 2025.
</p>
<p>
[06/2024] I will be co-teaching a course on <em>Robot Vision</em> during the Spring 2025 semester.
</p>
<p>
[04/2024] Our paper <em>LUWA</em> has been accepted and selected as a highlight at <em>CVPR</em> 2024.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:collapse;"><tbody>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<h2>Recent Talks</h2>
<p>
[06/2025] Invited Talk at the <a href="https://sint4ch.fbk.eu/invited-speakers">CVPR 2025 Workshop</a>.
</p>
<p>
[04/2025] Invited Talk at the <strong>Paleoanthropology Society 2025 Annual Meeting</strong>.
</p>
<p>
[01/2025] Invited Talk at the <strong>NYU Adu Dhabi Institute</strong>.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:collapse;"><tbody>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:collapse;"><tbody>
<tr>
<td style="padding:10px;width:100%;vertical-align:middle">
<h2>Selected Publications</h2>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:collapse;"><tbody>
<tr onmouseout="garf_stop()" onmouseover="garf_start()" bgcolor="#f4eaff">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='garf_image'><video width=100% height=100% muted autoplay loop>
<source src="images/garf.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/garf.jpg' width="160">
</div>
<script type="text/javascript">
function garf_start() {
document.getElementById('garf_image').style.opacity = "1";
}
function garf_stop() {
document.getElementById('garf_image').style.opacity = "0";
}
garf_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ai4ce.github.io/GARF/">
<span class="papertitle">GARF: Learning Generalizable 3D Reassembly
for Real-World Fractures
</span>
</a>
<br>
<a href="https://louis-leee.github.io/">Sihang Li</a>*,
<a href="https://github.com/JDScript">Zeyu Jinag</a>*,
<a href="https://www.linkedin.com/in/grace-chen-37a974293/">Grace Chen</a>,
<a href="https://www.linkedin.com/in/chenyang-xu-755125181/?originalSubdomain=uk">Chenyang Xu</a>,
<a href="https://kevintsq.github.io/">Siqi Tan</a>,
<a href="https://as.nyu.edu/departments/anthropology/people/graduate-students/doctoral-students/xue-wang.html">Xue Wang</a>,
<a href="https://irvingf7.github.io/">Irving Fang</a>,
<a href="https://scholar.google.com/citations?user=aEmILscAAAAJ&hl=en">Kristof Zyskowski</a>,
<a href="https://scholar.google.com/citations?user=lo1VSPUAAAAJ&hl=en">Shannon P. McPherron</a>,
<a href="https://scholar.google.com/citations?user=JqLHsvYAAAAJ&hl=en">Radu Iovita</a>,
<a href="https://scholar.google.com/citations?user=YeG8ZM0AAAAJ">Chen Feng</a><sup>†</sup>,
<strong>Jing Zhang</strong><sup>†</sup>
<br>
<em>ICCV</em>, 2025
<br>
<a href="https://ai4ce.github.io/GARF/">project page</a>
/
<a href="https://arxiv.org/abs/2504.05400">arXiv</a>
/
<a href="https://github.com/ai4ce/GARF">github</a>
<p></p>
<p>
Sheding light on training on synthetic data to advance real-world 3D fracture assembly.
</p>
</td>
</tr>
<tr onmouseout="rap_stop()" onmouseover="rap_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='rap_image'><video width=100% height=100% muted autoplay loop>
<source src="images/RAP.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/rap.png' width="160">
</div>
<script type="text/javascript">
function rap_start() {
document.getElementById('rap_image').style.opacity = "1";
}
function rap_stop() {
document.getElementById('rap_image').style.opacity = "0";
}
rap_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ai4ce.github.io/RAP/">
<span class="papertitle">RAP: Unleashing the Power of Data Synthesis in Visual Localization</span>
</a>
<br>
<a href="https://louis-leee.github.io/">Sihang Li*</a>,
<a href="https://kevintsq.github.io/">Siqi Tan*</a>,
<a href="https://karlcbw.github.io/">Bowen Chang</a>,
<strong>Jing Zhang</strong>,
<a href="https://scholar.google.com/citations?user=YeG8ZM0AAAAJ">Chen Feng</a><sup>†</sup>,
<a href="https://yimingli-page.github.io/">Yiming Li</a><sup>†</sup>
<br>
<em>ICCV</em>, 2025
<br>
<a href="https://ai4ce.github.io/RAP/">project page</a>
/
<a href="https://arxiv.org/abs/2412.00138">arXiv</a>
/
<a href="https://github.com/ai4ce/RAP">github</a>
<p>
Make camera localization more generalizable by addressing the data gap via 3DGS and learning gap via a two-branch joint learning with adversarial loss.
</p>
</td>
</tr>
<tr onmouseout="fusionsense_stop()" onmouseover="fusionsense_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='fusionsense_image'><video width=100% height=100% muted autoplay loop>
<source src="images/FusionSense.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/FusionSense.jpg' width="160">
</div>
<script type="text/javascript">
function fusionsense_start() {
document.getElementById('fusionsense_image').style.opacity = "1";
}
function fusionsense_stop() {
document.getElementById('fusionsense_image').style.opacity = "0";
}
fusionsense_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ai4ce.github.io/FusionSense/">
<span class="papertitle">FusionSense: Bridging Common Sense, Vision, and Touch for Robust Sparse-View Reconstruction
</span>
</a>
<br>
<a href="https://irvingf7.github.io/">Irving Fang</a>*,
<a href="https://kairui-shi.github.io/">Kairui Shi</a>*,
<a href="https://www.linkedin.com/in/kim-he-064a36258/">Xujin He</a>*,
<a href="https://kevintsq.github.io/">Siqi Tan</a>,
<a href="https://www.linkedin.com/in/bugreator/">Yifan Wang</a>,
<a href="https://www.linkedin.com/in/hanwen-zhao-2523a4104/">Hanwen Zhao</a>,
<a href="https://joehjhuang.github.io/">Hung-Jui Huang</a>,
<a href="https://scholar.google.com/citations?user=SNqm6doAAAAJ&hl=en">Wenzhen Yuan</a>,
<a href="https://scholar.google.com/citations?user=YeG8ZM0AAAAJ">Chen Feng</a><sup>†</sup>,
<strong>Jing Zhang</strong><sup>†</sup>
<br>
<em>ICRA</em>, 2025
<br>
<a href="https://ai4ce.github.io/FusionSense/">project page</a>
/
<a href="https://arxiv.org/abs/2410.08282">arXiv</a>
/
<a href="https://github.com/ai4ce/FusionSense">github</a>
<p></p>
<p>
Helping robots fuse vision, touch, and common sense via 3DGS using sparse-view data.
</p>
</td>
</tr>
<tr onmouseout="citywalker_stop()" onmouseover="citywalker_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='citywalker_image'><video width=100% height=100% muted autoplay loop>
<source src="images/CityWalker.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/citywalker.png' width="160">
</div>
<script type="text/javascript">
function citywalker_start() {
document.getElementById('citywalker_image').style.opacity = "1";
}
function citywalker_stop() {
document.getElementById('citywalker_image').style.opacity = "0";
}
citywalker_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ai4ce.github.io/CityWalker/">
<span class="papertitle">CityWalker: Learning Embodied Urban Navigation from Web-Scale Videos</span>
</a>
<br>
<a href="https://gaaaavin.github.io/">Xinhao Liu*</a>,
<a href="https://ai4ce.github.io/CityWalker/">Jintong Li*</a>,
<a href="https://ai4ce.github.io/CityWalker/">Yicheng Jiang,
<a href="https://ai4ce.github.io/CityWalker/">Niranjan Sujay,
<a href="https://ai4ce.github.io/CityWalker/">Zhicheng Yang</a>,
<a href="https://juexzz.github.io/">Juexiao Zhang</a>,
<a href="https://ai4ce.github.io/CityWalker/">John Abanes</a>,
<strong>Jing Zhang</strong>,
<a href="https://scholar.google.com/citations?user=YeG8ZM0AAAAJ">Chen Feng</a><sup>†</sup>
<br>
<em>CVPR</em>, 2025
<br>
<a href="https://ai4ce.github.io/CityWalker/">project page</a>
/
<a href="https://arxiv.org/abs/2411.17820">arXiv</a>
/
<a href="https://github.com/ai4ce/CityWalker">github</a>
<p>
Train autonomous agents for robust urban navigation using Internet-scale videos.
</p>
</td>
</tr>
<tr onmouseout="luwa_stop()" onmouseover="luwa_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='luwa_image'>
<img src='images/luwa_fig2.png' width="160"></div>
<img src='images/luwa_fig1.png' width="160">
</div>
<script type="text/javascript">
function luwa_start() {
document.getElementById('luwa_image').style.opacity = "1";
}
function luwa_stop() {
document.getElementById('luwa_image').style.opacity = "0";
}
luwa_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ai4ce.github.io/LUWA/">
<span class="papertitle">LUWA Dataset: Learning Lithic Use-Wear Analysis on Microscopic Images</span>
</a>
<br>
<strong>Jing Zhang*</strong>,
<a href="https://irvingf7.github.io/">Irving Fang*</a>,
<a href="https://www.linkedin.com/in/hao-wu-8bbb7724a/">Hao Wu</a>,
<a href="https://www.linkedin.com/in/akshat-kaushik/">Akshat Kaushik,
<a href="https://as.nyu.edu/departments/anthropology/people/graduate-students/doctoral-students/alice-rodriguez.html">Alice Rodriguez,
<a href="https://www.linkedin.com/in/hanwen-zhao-2523a4104/">Hanwen Zhao</a>,
<a href="https://juexzz.github.io/">Juexiao Zhang</a>,
<a href="https://zhuozheng.top/">Zhuo Zheng</a>,
<a href="https://wp.nyu.edu/faculty-iovita/">Radu Iovita</a><sup>†</sup>,
<a href="https://scholar.google.com/citations?user=YeG8ZM0AAAAJ">Chen Feng</a><sup>†</sup>
<br>
<em>CVPR</em>, 2024   <font color="red"><strong>(Highlight)</strong></font>
<br>
<a href="https://ai4ce.github.io/LUWA/">project page</a>
/
<a href="https://arxiv.org/abs/2403.13171">arXiv</a>
/
<a href="https://github.com/ai4ce/LUWA">github</a>
<p></p>
<p>
Could Foundation Models uncover the hidden story of ancient tools?</p>
<p>
Creating the first open-source and largest Lithic Use-Wear Analysis (LUWA) dataset and challenge Large Vision Model and Large Language and Vision Model with it.
</p>
</td>
</tr>
<tr onmouseout="dsp_stop()" onmouseover="dsp_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='dsp_image'>
<img src='images/dsp_fig1.png' width="180"></div>
<img src='images/dsp_fig2.png' width="180">
</div>
<script type="text/javascript">
function dsp_start() {
document.getElementById('dsp_image').style.opacity = "1";
}
function dsp_stop() {
document.getElementById('dsp_image').style.opacity = "0";
}
dsp_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ieeexplore.ieee.org/document/9810196">
<span class="papertitle">Single-Exposure Optical Measurement of Highly Reflective Surfaces via Deep Sinusoidal Prior for Complex Equipment Production</span>
</a>
<br>
<strong>Jing Zhang</strong>,
<a href="https://www.researchgate.net/profile/Luo-Bin-8">Bin Luo</a>,
<a href="https://ieeexplore.ieee.org/author/37089641799">Fuqian Li</a>,
<a href="https://ieeexplore.ieee.org/author/37089642003">Xingman Niu,
<a href="https://scholar.google.com/citations?user=rx9TQyQAAAAJ&hl=zh-CN">Qican Zhang,
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a><sup>†</sup>
<br>
<em>IEEE Transactions on Industrial Informatics</em>, 2022
<br>
<p></p>
<p>
Could damaged phase be recovered without training samples for HDR 3D reconstruction?</p>
<p>
Designing deep sinusoidal prior (DSP) for damaged phase recovery.
</p>
</td>
</tr>
<tr onmouseout="superfast_stop()" onmouseover="superfast_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='superfast_image'><video width=100% height=100% muted autoplay loop>
<source src="images/superfast.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/superfast.png' width="160">
</div>
<script type="text/javascript">
function superfast_start() {
document.getElementById('superfast_image').style.opacity = "1";
}
function superfast_stop() {
document.getElementById('superfast_image').style.opacity = "0";
}
superfast_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://opg.optica.org/prj/fulltext.cfm?uri=prj-10-11-2590&id=513685">
<span class="papertitle">Superfast and Large-Depth-Range Sinusoidal Fringe Generation for Multi-Dimensional Information Sensing
</span>
</a>
<br>
<a href="https://opg.optica.org/prj/fulltext.cfm?uri=prj-10-11-2590&id=513685">Sijie Zhu</a>*,
<a href="https://scholar.google.com/citations?user=b_Iqx-AAAAAJ&hl=zh-CN">Zhoujie Wu</a>*,
<strong>Jing Zhang</strong>,
<a href="https://scholar.google.com/citations?user=rx9TQyQAAAAJ&hl=zh-CN">Qican Zhang,
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a><sup>†</sup>
<br>
<em>Photonics Research</em>, 2022
<br>
<a href="https://opticapublishing.figshare.com/articles/media/Visualization_3_superfast_shooting_paper_cups_mp4/20156693?file=36042407">video</a>
<p>
Building multifocal projection system for superfast and large-depth range 3D measurement.
</p>
</td>
</tr>
<tr onmouseout="acc_stop()" onmouseover="acc_start()">
<td style="padding:20px;width:25%;vertical-align:center">
<div class="one" style="display: flex; align-items: center; justify-content: center;">
<div class="two" style="display: flex; align-items: center; justify-content: center;" id="acc_image" style="opacity: 0; transition: opacity 0.3s;">
<img src='images/acc_fig1.png' width="100"></div>
<img src='images/acc_fig2.png' width="100">
</div>
<script type="text/javascript">
function acc_start() {
document.getElementById('acc_image').style.opacity = "1";
}
function acc_stop() {
document.getElementById('acc_image').style.opacity = "0";
}
acc_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">
<span class="papertitle">Deep-Learning-based Adaptive Camera Calibration for Various Defocusing Degrees</span>
</a>
<br>
<strong>Jing Zhang</strong>,
<a href="https://www.researchgate.net/profile/Luo-Bin-8">Bin Luo</a>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Zhuolong Xiang</a>,
<a href="https://scholar.google.com/citations?user=rx9TQyQAAAAJ&hl=zh-CN">Qican Zhang</a>,
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a><sup>†</sup>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Xin Su</a>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Jun Liu</a>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Lu Li</a>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Wei Wang</a>
<br>
<em>Optics Letters</em>, 2021   <font color="red"><strong>(Highlighted as an Editor’s Pick)</strong></font>
<br>
<p>
Improving camera calibration via target enhancement for high-fidelity 3D reconstruction.
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/psl.jpg" alt="clean-usnob" width="160" height="150">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://www.sciencedirect.com/science/article/pii/S0143816619320330">
<span class="papertitle">A Convenient 3D Reconstruction Model based on Parallel-Axis Structured Light System</span>
</a>
<br>
<strong>Jing Zhang</strong>,
<a href="https://www.researchgate.net/profile/Luo-Bin-8">Bin Luo</a>,
<a href="https://www.sciencedirect.com/science/article/pii/S0143816619320330">Xin Su</a>,
<a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-46-22-5537">Lu Li</a>,
<a href="https://scholar.google.com/citations?user=g38HZegAAAAJ&hl=zh-CN">Beiwen Li</a>,
<a href="https://scholar.google.com/citations?user=lj9IGg8AAAAJ&hl=zh-CN">Song Zhang</a>,
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a><sup>†</sup>
<br>
<em>Optics and Lasers in Engineering</em>, 2021
<br>
<p>
Building a convenient parallel-axis structured light system to avoid shadow and occlusion.
</p>
</td>
</tr>
<tr onmouseout="pm_stop()" onmouseover="pm_start()">
<td style="padding:20px;width:25%;vertical-align:center">
<div class="one" style="display: flex; align-items: center; justify-content: center;">
<div class="two" style="display: flex; align-items: center; justify-content: center;" id="pm_image" style="opacity: 0; transition: opacity 0.3s;">
<img src='images/pm_fig1.png' width="100"></div>
<img src='images/pm_fig2.png' width="100">
</div>
<script type="text/javascript">
function pm_start() {
document.getElementById('pm_image').style.opacity = "1";
}
function pm_stop() {
document.getElementById('pm_image').style.opacity = "0";
}
pm_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-27-25-36717&id=423842">
<span class="papertitle">Depth Range Enhancement of Binary Defocusing Technique based on Multi-Frequency Phase Merging</span>
</a>
<br>
<strong>Jing Zhang</strong>,
<a href="https://www.researchgate.net/profile/Luo-Bin-8">Bin Luo</a>,
<a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-27-25-36717&id=423842">Xin Su</a>,
<a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-27-25-36717&id=423842">Yuwei Wang</a>,
<a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-27-25-36717&id=423842">Xiangcheng Chen</a>,
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a><sup>†</sup>
<br>
<em>Optics Express</em>, 2019
<br>
<p>
Proposing multi-frequency phase merging for depth range enhancement.
</p>
</td>
</tr>
<tr onmouseout="hdr_stop()" onmouseover="hdr_start()">
<td style="padding:20px;width:25%;vertical-align:center">
<div class="one" style="display: flex; align-items: center; justify-content: center;">
<div class="two" style="display: flex; align-items: center; justify-content: center;" id="hdr_image" style="opacity: 0; transition: opacity 0.3s;">
<img src='images/hdr_fig2.jpg' width="160"></div>
<img src='images/hdr_fig1.jpg' width="160">
</div>
<script type="text/javascript">
function hdr_start() {
document.getElementById('hdr_image').style.opacity = "1";
}
function hdr_stop() {
document.getElementById('hdr_image').style.opacity = "0";
}
hdr_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://doi.org/10.1364/OE.26.034442">
<span class="papertitle">High Dynamic Range 3D Measurement based on Spectral Modulation and Hyperspectral Imaging</span>
</a>
<br>
<a href="https://www.researchgate.net/profile/Yajun-Wang-11">Yajun Wang</a>,
<strong>Jing Zhang</strong>,
<a href="https://www.researchgate.net/profile/Luo-Bin-8">Bin Luo</a> <sup>†</sup>
<br>
<em>Optics Express</em>, 2018
<br>
<p>
Building a spetral modulation system for HDR 3D measurement.
</p>
</td>
</tr>
<!-- <table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<h2>Miscellanea</h2>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle"><img src="images/cvf.jpg"></td>
<td width="75%" valign="center">
<a href="https://cvpr.thecvf.com/Conferences/2024/Organizers">Area Chair, CVPR 2024</a>
<br>
<a href="https://cvpr2023.thecvf.com/Conferences/2023/Organizers">Demo Chair, CVPR 2023</a>
<br>
<a href="https://cvpr2022.thecvf.com/area-chairs">Area Chair, CVPR 2022</a>
<br>
<a href="http://cvpr2021.thecvf.com/area-chairs">Area Chair & Award Committee Member, CVPR 2021</a>
<br>
<a href="http://cvpr2019.thecvf.com/area_chairs">Area Chair, CVPR 2019</a>
<br>
<a href="http://cvpr2018.thecvf.com/organizers/area_chairs">Area Chair, CVPR 2018</a>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/cs188.jpg" alt="cs188">
</td>
<td width="75%" valign="center">
<a href="http://inst.eecs.berkeley.edu/~cs188/sp11/announcements.html">Graduate Student Instructor, CS188 Spring 2011</a>
<br>
<a href="http://inst.eecs.berkeley.edu/~cs188/fa10/announcements.html">Graduate Student Instructor, CS188 Fall 2010</a>
<br>
<a href="http://aima.cs.berkeley.edu/">Figures, "Artificial Intelligence: A Modern Approach", 3rd Edition</a>
</td>
</tr> -->
<!-- <tr>
<td align="center" style="padding:20px;width:25%;vertical-align:middle">
<h2>Basically <br> Blog Posts</h2>
</td>
<td width="75%" valign="middle">
<a href="https://arxiv.org/abs/2112.11687">Squareplus: A Softplus-Like Algebraic Rectifier</a>
<br>
<a href="https://arxiv.org/abs/2010.09714">A Convenient Generalization of Schlick's Bias and Gain Functions</a>
<br>
<a href="https://arxiv.org/abs/1704.07483">Continuously Differentiable Exponential Linear Units</a>
<br>
<a href="https://jonbarron.info/data/cvpr2023_llm_workshop_annotated.pdf">Scholars & Big Models: How Can Academics Adapt?</a>
</td>
</tr> -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<h2>Academic Service</h2>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr>
<td>Reviewer</td>
<td>
<a href="https://www.nature.com/srep/">Scientific Reports</a>
<br>
<a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=7083369">IEEE Robotics and Automation Letters (RA-L)</a>
<br>
<a href="https://plos.org/">PLOS</a>
<br>
<a href="https://www.sciencedirect.com/journal/optics-and-lasers-in-engineering">Optics and Lasers in Engineering</a>
<br>
<a href="https://opg.optica.org/ol/home.cfm">Optics Letters</a>
<br>
<a href="https://opg.optica.org/oe/home.cfm">Optics Express</a>
<br>
<a href="https://www.ieee-ras.org/conferences-workshops/fully-sponsored/icra">ICRA</a>, <a href="https://cvpr.thecvf.com/">CVPR</a>
</td>
</tr>
<tr>
<td>Advisor</td>
<td>
<a href="https://engineering.nyu.edu/academics/programs/k12-stem-education/arise">C.A.A.B. - CMML, Anthrotopography, AI4CE, and Bromage
Labs, NYU Applied Research In Science and Engineering (ARISE).</a>
<br>
<a href="https://engineering.nyu.edu/research-innovation/student-research/vertically-integrated-projects/vip-teams/nyu-self-drive">NYU Self Drive Team, NYU Multidisciplinary Undergraduate Vertically
Integrated Project (VIP).</a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Source code from <a href="https://github.com/jonbarron/jonbarron_website">Jon Barron's website</a>.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
<div style="width: 20%; margin: 10px auto; text-align: center;">
<h3>Website Visitors Map</h3>
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&t=tt&d=C6uBJY2ojKTRuevUmLsFnMISnyGslEZ3_5Lv3VHmFPU'></script>
</div>
<hr style="margin-top: 40px; margin-bottom: 10px;" />
</body>
</html>