-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathresearch.html
518 lines (480 loc) · 15.2 KB
/
research.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Computer Vision @ CMU</title>
<meta name="robots" content="index, follow, NOODP">
<meta name="description"
content="Computer Vision @ Carnegie Mellon.">
<meta name="keywords"
content="vison research, computer vision, computer graphics, geometry processing, 3d vision, vision phd, cvpr">
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic' rel='stylesheet'
type='text/css'>
<link rel="icon" type="image/x-icon" href="./assets/ri-favicon.ico">
<link rel="stylesheet" href="./style.css">
</head>
<body class="home blog">
<div id="wrapper">
<div id="header">
<div id="logo"><a href="./index.html"><img alt="Computer Vision @ Carnegie Mellon" src="./assets/logo.svg"></a>
</div>
<div id="navBar">
<a href="./index.html">People</a>
<a href="./research.html">Research</a>
<a href="./courses.html">Courses</a>
</div>
</div>
<div id="main">
<div id="content">
<div class="contentItem" id="projectPage">
<!-- autogen projects -->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_dataset_distillation">
<tr>
<td>
<a href="https://georgecazenavette.github.io/mtt-distillation/">
<div class="imButtonWrapper">
<img src="https://georgecazenavette.github.io/mtt-distillation/resources/teaser.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://georgecazenavette.github.io/mtt-distillation/">Dataset Distillation by Matching Training Trajectories</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_ganwarping">
<tr>
<td>
<a href="https://peterwang512.github.io/GANWarping">
<div class="imButtonWrapper">
<img src="https://peterwang512.github.io/index_files/ganwarping.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://peterwang512.github.io/GANWarping">Rewriting Geometric Rules of a GAN</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_sunlight">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/sunlight_interferometry/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/sunlight_interferometry/index_files/sunlight.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/sunlight_interferometry/">Passive Micron-scale Time-of-Flight with Sunlight Interferometry</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_ctrl_visual_tactile">
<tr>
<td>
<a href="https://visual-tactile-synthesis.github.io/">
<div class="imButtonWrapper">
<img src="https://raw.githubusercontent.com/RuihanGao/visual-tactile-synthesis/main/assets/teaser_10s.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://visual-tactile-synthesis.github.io/">Controllable Visual-Tactile Synthesis</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_sonar">
<tr>
<td>
<a href="https://rpl.ri.cmu.edu/neusis/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/wp-content/uploads/2023/04/sonar-e1682519516122.jpg" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://rpl.ri.cmu.edu/neusis/">Neural Implicit Surface Reconstruction using Imaging Sonar</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_SequentialVotingDet">
<tr>
<td>
<a href="https://fuqichen1998.github.io/SequentialVotingDet/">
<div class="imButtonWrapper">
<img src="https://fuqichen1998.github.io/SequentialVotingDet/resources/teaser.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://fuqichen1998.github.io/SequentialVotingDet/">Sequential Voting with Relational Box Fields for Active Object Detection</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_SIGE">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~sige/">
<div class="imButtonWrapper">
<img src="https://raw.githubusercontent.com/lmxyy/sige/main/assets/method.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~sige/">Efficient Spatially Sparse Inference for Conditional GANs and Diffusion Models</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_WHIRL">
<tr>
<td>
<a href="https://human2robot.github.io/">
<div class="imButtonWrapper">
<img src="https://www.cs.cmu.edu/~sbahl2/images/whirl.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://human2robot.github.io/">Human-to-Robot Imitation in the Wild</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_vibration">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/vibration/">
<div class="imButtonWrapper">
<img src="https://static.wixstatic.com/media/a41a28_11ab85b4b63040d69d98dc792dbae000~mv2.png/v1/crop/x_0,y_104,w_519,h_301/fill/w_320,h_186,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/a41a28_11ab85b4b63040d69d98dc792dbae000~mv2.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/vibration/">Dual-Shutter Optical Vibration Sensing</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_relpose">
<tr>
<td>
<a href="https://jasonyzhang.com/relpose/">
<div class="imButtonWrapper">
<img src="https://shubhtuls.github.io/figures/eccv22relpose.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://jasonyzhang.com/relpose/">RelPose: Predicting Probabilistic Relative Rotation for Single Objects in the Wild</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_ppr">
<tr>
<td>
<a href="https://gengshan-y.github.io/ppr/">
<div class="imButtonWrapper">
<img src="https://gengshan-y.github.io/ppr/materials/images/teaser.jpeg" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gengshan-y.github.io/ppr/">PPR: Physically Plausible Reconstruction from Monocular Videos</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_vision_aided_GAN">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~vision-aided-gan/">
<div class="imButtonWrapper">
<img src="https://nupurkmr9.github.io/img/vision_aided_gan.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~vision-aided-gan/">Ensembling Off-the-shelf Models for GAN Training</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_bev_occ">
<tr>
<td>
<a href="http://www.cs.cmu.edu/~tkhurana/pdf/2022_bev_occ.pdf">
<div class="imButtonWrapper">
<img src="https://www.cs.cmu.edu/~tkhurana/imgs/occupancy.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.cs.cmu.edu/~tkhurana/pdf/2022_bev_occ.pdf">Differentiable Raycasting for Self-supervised Occupancy Forecasting</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_butd_detr">
<tr>
<td>
<a href="https://butd-detr.github.io/">
<div class="imButtonWrapper">
<img src="https://butd-detr.github.io/static/images/teaser.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://butd-detr.github.io/">Bottom Up Top Down Detection Transformers for Language Grounding in Images and Point Clouds</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_rac">
<tr>
<td>
<a href="ihttps://gengshan-y.github.io/rac-www/">
<div class="imButtonWrapper">
<img src="https://gengshan-y.github.io/images/rac.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="ihttps://gengshan-y.github.io/rac-www/">RAC: Reconstructing Animatable Categories from Videos</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_swi">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/swept_angle_swi/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/swept_angle_swi/index_files/swi.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/swept_angle_swi/">Swept-Angle Synthetic Wavelength Interferometry</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2024_objects_as_volumes">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/volumetric_opaque_solids/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/volumetric_opaque_solids/index_files/objects_as_volumes.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/volumetric_opaque_solids/">Objects as volumes: A stochastic geometry view of opaque solids</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_pix2pix3d">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~pix2pix3D/">
<div class="imButtonWrapper">
<img src="https://dunbar12138.github.io/images/pix2pix3d/teaser_jpg.jpg" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~pix2pix3D/">3D-aware Conditional Image Synthesis</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_dsnerf">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~dsnerf/">
<div class="imButtonWrapper">
<img src="https://dunbar12138.github.io/images/dsnerf/thumbnail_gif.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~dsnerf/">Depth-supervised NeRF: Fewer Views and Faster Training for Free</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_ultrasound">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/ultrafast_steering/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/ultrafast_steering/index_files/megahertz.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/ultrafast_steering/">Megahertz Light Steering without Moving Parts</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_kaleidoscopic">
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/neural_kaleidoscopic_space_sculpting/">
<div class="imButtonWrapper">
<img src="https://imaging.cs.cmu.edu/wp-content/uploads/2023/04/3d_printing_desk-1024x497.png" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://imaging.cs.cmu.edu/neural_kaleidoscopic_space_sculpting/">Neural Kaleidoscopic Space Sculpting</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2022_Fuzzy_Metaballs">
<tr>
<td>
<a href="https://leonidk.github.io/fuzzy-metaballs">
<div class="imButtonWrapper">
<img src="https://leonidk.github.io/fuzzy-metaballs/images/sfs3.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://leonidk.github.io/fuzzy-metaballs">Fuzzy Metaballs: Approximate Differentiable Rendering with Algebraic Surfaces</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_custom_diffusion">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~custom-diffusion/">
<div class="imButtonWrapper">
<img src="https://nupurkmr9.github.io/img/custom_diffusion.gif" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~custom-diffusion/">Multi-Concept Customization of Text-to-Image Diffusion</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
<!--------------------------------------------------------------------------->
<table class="projectTable" id="2023_concept_ablation">
<tr>
<td>
<a href="https://www.cs.cmu.edu/~concept-ablation/">
<div class="imButtonWrapper">
<img src="https://nupurkmr9.github.io/img/concept_ablation.jpg" />
</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.cs.cmu.edu/~concept-ablation/">Ablating Concepts in Text-to-Image Diffusion Models</a>
</td>
</tr>
</table>
<!--------------------------------------------------------------------------->
</div>
<hr>
</div>
</div>
<div id="footWrapper">
<div id="footer">
<span id="footerLogo"><a href="http://www.cmu.edu/index.shtml"><img src="./assets/cmu.svg"
alt="Carnegie Mellon University"></a></span>
<span id="footerAddress"><a
href="https://www.google.com/maps/place/Carnegie+Mellon+University/@40.442492,-79.942553,17z/data=!3m1!4b1!4m2!3m1!1s0x8834f21f58679a9f:0x88716b461fc4daf4">5000
Forbes Ave Pittsburgh, PA 15213</a></span>
</div>
</div>
</div>
</body>
</html>