-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
463 lines (356 loc) · 19.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Yanir Kleiman - Computer Graphics R&D</title>
<meta name="description" content="Yanir Kleiman - Computer Graphics R&D" />
<meta name="keywords" content="computer graphics, ecole polytechnique, tel aviv university, research, phd, vfx, compositing, animation, maya, nuke, fx, td, vfs, vancouver film school, double negative, dneg" />
<meta name="author" content="Yanir Kleiman" />
<link type="text/css" rel="stylesheet" href="style2.css" />
<script type="text/javascript" language="javascript" src="common.js"></script>
</head>
<body>
<!-- Always on top: Position Fixed-->
<header>
<div class="HeaderText">
<img class="Name" src="images/YanirKleiman.gif" />
<br />
<br />
Computer Graphics Dude
<!-- <img class="Tagline" src="images/CG_LAB_TAU3.gif" /> -->
</div>
<div class="HeaderImage">
<img src="images/ThoughtBubbleSmall.gif" />
</div>
</header>
<!-- Fixed size after header-->
<main>
<!-- Always on top. Fixed position, fixed width, relative to content width-->
<!--
<div class="sidebar1">
sidebar-left
</div>
==>
<!-- Scrollable div with main content -->
<div class="box">
<div class="scrollable">
I am currently a research engineer at <a href="https://ai.meta.com/" target="_blank">Meta AI</a>.
<br />
I completed my PhD at <a href="http://cs.tau.ac.il/" target="_blank">Tel Aviv University</a>,
in the Computer Graphics lab led by <a href="http://www.cs.tau.ac.il/~dcor/" target="_blank">Daniel Cohen-Or</a>,
<br />
followed by a post-doc position at <a href="https://www.lix.polytechnique.fr/">Laboratoire d'Informatique de l'École Polytechnique (LIX)</a>.
<br />
<br />
My research has focused on shape analysis and deep learning application to the 3D and 2D domains.
<!--My research has focused on shape analysis, shape and image similarity, segmentation and shape matching, -->
<h2>PUBLICATIONS</h2>
<div class="publications">
<article>
<img src="images/Meta3DGen.png" />
<div class="text">
<a href="https://ai.meta.com/research/publications/meta-3d-gen/" target="_blank">
Meta 3D Gen
</a>
<br />
Raphael Bensadoun, Tom Monnier, Yanir Kleiman, Filippos Kokkinos,
<br />
Yawar Siddiqui, Mahendra Kariya, Omri Harosh, Roman Shapovalov,
<br />
Emilien Garreau, Animesh Karnewar, Ang Cao, Idan Azuri, Iurii Makarov,
<br />
Eric-Tuan Le, Antoine Toisoul, David Novotny, Oran Gafni,
<br />
Natalia Neverova, Andrea Vedaldi
<nav>
<a href="https://scontent-lhr8-1.xx.fbcdn.net/v/t39.2365-6/449707112_509645168082163_2193712134508658234_n.pdf?_nc_cat=111&ccb=1-7&_nc_sid=3c67a6&_nc_ohc=n-CSi8V74jkQ7kNvgEEwPOh&_nc_ht=scontent-lhr8-1.xx&oh=00_AYAvqRDC9LtXSD5PT7KlRD4Ymln08zkWPw-HE3kOXUnpdA&oe=66AD4051" target="_blank">
PDF
</a>
</nav>
</div>
</article>
<article>
<img src="images/TextureGenTeaser.jpg" />
<div class="text">
<a href="https://ai.meta.com/research/publications/meta-3d-texturegen-fast-and-consistent-texture-generation-for-3d-objects/" target="_blank">
Meta 3D TextureGen: Fast and Consistent Texture Generation for 3D Objects
</a>
<br />
Raphael Bensadoun, Yanir Kleiman, Idan Azuri, Omri Harosh,
<br />
Andrea Vedaldi, Natalia Neverova, Oran Gafni
<br />
arXiv
<nav>
<a href="https://scontent-lhr6-1.xx.fbcdn.net/v/t39.2365-6/449603753_271209396082593_437385818797647510_n.pdf?_nc_cat=109&ccb=1-7&_nc_sid=3c67a6&_nc_ohc=8-b80z6XLDgQ7kNvgG48rnY&_nc_ht=scontent-lhr6-1.xx&oh=00_AYAo4P7n8Hf6-lSOLlkWkIK3Wh4N4CkONvNRWMMZlBcLTw&oe=66AD3FB1" target="_blank">
PDF
</a>
</nav>
</div>
</article>
<article>
<img src="images/VFXTeaser.png" />
<div class="text">
<a href="https://dl.acm.org/doi/abs/10.1145/3306307.3328208" target="_blank">Boosting VFX Production with Deep Learning</a>
<br />
Yanir Kleiman, Simon Pabst, Patrick Nagle
<br />
SIGGRAPH 2019
<nav>
<a href="Papers/VFX_Deep_Learning_SIG2019.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article>
<img src="images/PCPNET_teaser_crop.png" />
<div class="text">
<a href="http://geometry.cs.ucl.ac.uk/projects/2018/pcpnet/" target="_blank">PCPNet: Learning Local Shape Properties from Raw Point Clouds</a>
<br />
Paul Guerrero, Yanir Kleiman, Maks Ovsjanikov, Niloy J. Mitra
<br />
Eurographics 2018
<nav>
<a href="http://geometry.cs.ucl.ac.uk/projects/2018/pcpnet/paper_docs/GuerreroEtAl_PCPNet_EG18.pdf" target="_blank">PDF</a>
<div class="Separator"></div>
<a href="http://geometry.cs.ucl.ac.uk/projects/2018/pcpnet/" target="_blank">PROJECT PAGE</a>
<div class="Separator"></div>
<a href="https://github.com/paulguerrero/pcpnet" target="_blank">CODE</a>
</nav>
</div>
</article>
<article>
<img src="images/StructureAware_Teaser.png" />
<div class="text">
<a href="Papers/StructureAware_CGF2018.pdf" target="_blank">Robust Structure-Based Shape Correspondence</a>
<br />
Yanir Kleiman and Maks Ovsjanikov
<br />
CGF 2018
<nav>
<a href="Papers/StructureAware_CGF2018.pdf" target="_blank">PDF</a>
<div class="Separator"></div>
<a href="https://github.com/hexygen/structure-aware-correspondence" target="_blank">CODE</a>
</nav>
</div>
</article>
<article>
<img src="images/Denitto2017_Teaser.gif" />
<div class="text">
<a href="Papers/Denitto2017.pdf" target="_blank">Region-Based Correspondence Between 3D Shapes <br /> via Spatially Smooth Biclustering</a>
<br />
Matteo Denitto, Simone Melzi, Manuele Bicego, Umberto Castellani,
<br />
Alessandro Farinelli, Mario A. T. Figueiredo, Yanir Kleiman, Maks Ovsjanikov
<br />
ICCV 2017
<nav>
<a href="Papers/Denitto2017.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article>
<img src="images/BundleTeaser.png" />
<div class="text">
<a href="https://arxiv.org/pdf/1703.09928.pdf" target="_blank">Bundle Optimization for Multi-aspect Embedding</a>
<br />
Qiong Zeng, Wenzheng Chen, Zhuo Han, Mingyi Shi, Yanir Kleiman,
<br />Daniel Cohen-Or, Baoquan Chen, Yangyan Li
<br />
arXiv:1703.09928
<nav>
<a href="https://arxiv.org/pdf/1703.09928.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article>
<img src="images/Dissertation_Teaser.png" />
<div class="text">
<a href="Papers/YanirKleiman_Dissertation.pdf" target="_blank">Semantic Similarity and Correspondence of 3D Shapes and Images</a>
<br />
Yanir Kleiman
<br />
PhD Disseration, 2016
<nav>
<a href="Papers/YanirKleiman_Dissertation.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article>
<img src="images/TWTeaser.png" />
<div class="text">
<a href="Papers/TW_SIG16.pdf" target="_blank">Time-varying Weathering in Texture Space</a>
<br />
Rachele Bellini, Yanir Kleiman, Daniel Cohen-Or
<br />
SIGGRAPH 2016
<nav>
<a href="Papers/TW_SIG16.pdf" target="_blank">PDF</a>
<div class="Separator"></div>
<a href="https://www.youtube.com/watch?v=M63ijSjB4cU" target="_blank">VIDEO</a>
</nav>
</div>
</article>
<article>
<img src="images/CrowdSimTeaser.png" />
<div class="text">
<a href="Papers/crowdsim.pdf" target="_blank">Toward Semantic Image Similarity from Crowdsourced Clustering</a>
<br />
Yanir Kleiman, George Goldberg, Yael Amsterdamer, Daniel Cohen-Or
<br />
CGI 2016
<nav>
<a href="Papers/crowdsim.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article style="height: 80px;">
<img src="images/SHEDTeaser.png" />
<div class="text">
<a href="shed.html">
SHED: Shape Edit Distance for Fine-grained Shape Similarity
</a>
<br />
Yanir Kleiman, Oliver van Kaick, Olga Sorkine-Hornung, Daniel Cohen-Or
<br />
SIGGRAPH ASIA 2015
<nav>
<a href="Papers/SHED_SIGA2015_Kleiman.pdf">PDF</a>
<div class="Separator"></div>
<a href="shed.html">PROJECT PAGE</a>
<div class="Separator"></div>
<a href="https://github.com/hexygen/shed">CODE</a>
<div class="Separator"></div>
<a href="https://github.com/hexygen/seg_shapes/releases">DATA</a>
</nav>
</div>
</article>
<article>
<img src="images/CHI15Teaser.png" />
<div class="text">
<a href="Papers/DynamicMaps_CHI2015.pdf">
DynamicMaps: Similarity-based Browsing through a Massive Set of Images
</a>
<br />
Yanir Kleiman, Joel Lanir, Dov Danon, Yasmin Felberbaum, Daniel Cohen-Or
<br />
SIGCHI 2015
<nav>
<a href="Papers/DynamicMaps_CHI2015.pdf">PDF</a>
<div class="Separator"></div>
<a href="Videos/DynamicMaps_CHI2015_Demo.mp4">DEMO VIDEO</a>
</nav>
</div>
</article>
<article>
<img src="images/ConvexTeaser.png" />
<div class="text">
<a href="http://www.cs.tau.ac.il/~noafish/wcseg/">
<strong>Shape Segmentation by Approximate Convexity Analysis</strong>
</a>
<br />
Oliver van Kaick, Noa Fish, Yanir Kleiman, Shmuel Asafi, Daniel Cohen-Or
<br />
ACM Transactions on Graphics, 2014
<nav>
<a href="http://www.cs.tau.ac.il/~noafish/wcseg/wcseg.pdf">PDF</a>
<div class="Separator"></div>
<a href="http://www.cs.tau.ac.il/~noafish/wcseg/">PROJECT PAGE</a>
</nav>
</div>
</article>
<article>
<img src="images/DynamicMapsTeaser.png" />
<div class="text">
<a href="Papers/DynamicMaps_SGP13.pdf">
<strong>Dynamic Maps for Exploring and Browsing Shapes</strong>
</a>
<br />
Yanir Kleiman, Noa Fish, Joel Lanir, Daniel Cohen-Or
<br />
Computer Graphics Forum (Proceedings of SGP), 2013
<nav>
<a href="Papers/DynamicMaps_SGP13.pdf">PDF</a>
<div class="Separator"></div>
<a href="Videos/DynamicMaps_SGP13_Demo.mp4">DEMO VIDEO</a>
</nav>
</div>
</article>
<article>
<img src="images/CoSegTeaser.png" />
<div class="text">
<a href="http://people.scs.carleton.ca/~olivervankaick/pubs/unsupervised_cosegmentation.pdf" target="_blank">
<strong>Unsupervised Co-Segmentation of a Set of Shapes via Descriptor-Space <br /> Spectral Clustering</strong>
</a>
<br />
Oana Sidi, Oliver van Kaick, Yanir Kleiman, Hao Zhang, Daniel Cohen-Or
<br />
ACM Trans. on Graphics (Proc. SIGGRAPH Asia), 2011
<nav>
<a href="http://people.scs.carleton.ca/~olivervankaick/pubs/unsupervised_cosegmentation.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<article>
<img src="images/PagingTeaser.png" />
<div class="text">
<a href="http://math.haifa.ac.il/lea/pag_connect.pdf" target="_blank">
Paging with connections: FIFO strikes again
</a>
<br />
Leah Epstein, Yanir Kleiman, Jiri Sgall, Rob van Stee
<br />
Theoretical Computer Science, 377(1-3), 55-64, 2007
<nav>
<a href="http://math.haifa.ac.il/lea/pag_connect.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
<div class="VerticalSeparatorLine"></div>
<article>
<img src="./CG/SciFi.png" />
<div class="text">
<a href="Papers/Introduction_to_rendering_techniques.pdf" target="_blank">
Introduction to Rendering Techniques
</a>
<br />
Yanir Kleiman
<br />
Computer Graphics Course, Tel Aviv University, 2012
<nav>
<a href="Papers/Introduction_to_rendering_techniques.pdf" target="_blank">PDF</a>
</nav>
</div>
</article>
</div>
</div>
</div>
<!-- Always on top. Fixed position, fixed width, relative to content width -->
<!--
<div class="sidebar2">
sidebar-right
</div>
-->
</main>
<!-- Always at the end of the page -->
<footer>
Publications
<div class="Separator"></div>
<a href="code.html">Code & Data</a>
<div class="Separator"></div>
<a href="art.html">Art & Stuff</a>
<div class="Separator"></div>
<a href="resume.html">Resume & Contact</a>
</footer>
<!-- Google Analytics Tracking Code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9716104-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>