-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (455 loc) · 17.1 KB
/
index.html
File metadata and controls
536 lines (455 loc) · 17.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SI-Diff</title>
<meta name="description" content="SI-Diff: A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy">
<meta property="og:title" content="SI-Diff: Search-Insertion Diffusion Framework"/>
<meta property="og:description" content="A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy"/>
<meta property="og:url" content="https://yorklyb.github.io/SI-Diff/"/>
<meta property="og:image" content="static/images/overview.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta name="twitter:title" content="SI-Diff: Search-Insertion Diffusion Framework">
<meta name="twitter:description" content="A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy.">
<meta name="twitter:image" content="static/images/overview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="keywords" content="robotics, diffusion, force control, insertion, search policy">
<link rel="icon" type="image/x-icon" href="static/images/epson_canada_icon.jpg">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
<style>
/* 标题 Epson 蓝色样式 */
.hippo-gradient {
color: #003399;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 900;
letter-spacing: 1px;
}
/* Epson logo 样式(缩小为原大小的1/4) */
.affiliation-logo {
margin-top: 0.4em;
height: 65px;
width: auto;
vertical-align: middle;
opacity: 0.95;
}
.publication-title {
margin-bottom: 0.8em;
text-align: center;
}
.publication-authors {
text-align: center;
margin-top: 0.5em;
line-height: 1.5;
font-weight: 400;
}
.publication-links {
text-align: center;
margin-top: 1.2em;
}
</style>
</head>
<body>
<!-- ===== Hero Section ===== -->
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">
<span class="hippo-gradient">SI-Diff</span>:
A Framework for Learning
<span class="hippo-gradient">S</span>earch and High-Precision
<span class="hippo-gradient">I</span>nsertion with a Force-Domain
<span class="hippo-gradient">Diff</span>usion Policy
</h1>
<h1 class="is-size-3 publication-title">
RA-L 2026 & ICRA 2027
</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="https://yorklyb.github.io/" target="_blank">Yibo Liu</a>, <a href="https://www.linkedin.com/in/stanko-oparnica/" target="_blank"> Stanko Oparnica
</a>, <a href="https://www.linkedin.com/in/simonsjak/" target="_blank"> Simon Shewchun-Jakaitis
</a>, <a href="https://www.linkedin.com/in/gary-fu-02833632/" target="_blank"> Guoyi (Gray) Fu</a>,
<br>
<a href="https://www.linkedin.com/in/jie-wang-7748218/" target="_blank"> Wang Jie</a>,
<a href=" https://www.trailab.utias.utoronto.ca/jun-yang" target="_blank"> Jun Yang</a>,
<a href=" https://www.linkedin.com/in/anandjagannathan/" target="_blank"> Jagannathan, Anand</a>,
<a href=" https://www.linkedin.com/in/tonyhongyaulo/" target="_blank"> Tony Lo</a>
</span>
<br>
<img src="static/images/epsonlogo.jpg" alt="Epson Canada" class="affiliation-logo">
</div>
<div class="publication-links">
<span class="link-block">
<a href="https://arxiv.org/pdf/2605.12247" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fas fa-file-pdf"></i></span>
<span>ArXiv</span>
</a>
</span>
<span class="link-block">
<a href="https://ieeexplore.ieee.org/document/11520677" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fas fa-file-pdf"></i></span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<a href="https://github.com/yorklyb/SI-Diff" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon"><i class="fab fa-github"></i></span>
<span>GitHub</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<style>
/* 浅 Epson 蓝背景的 hero section */
.hero.is-lightblue {
background-color: #e8edfa; /* 非常浅的 Epson 蓝 */
}
/* 保证文本对比度合适 */
.hero.is-lightblue .section-subtitle {
color: #003399; /* Epson 蓝 */
}
.hero.is-lightblue .caption {
color: #333; /* 深灰,增强可读性 */
}
</style>
<!-- ===== Overview Introduction ===== -->
<section style="
background-color: #eaf3fb;
width: 100%;
padding: 3rem 1.5rem;
">
<div class="container">
<div class="hero-body has-text-centered">
<!-- 标题 -->
<h2 class="section-subtitle" style="
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
">
Overview Introduction
</h2>
<!-- 横屏视频 -->
<div style="
max-width: 1100px;
margin: 0 auto;
">
<video
controls
autoplay
muted
loop
playsinline
style="
width: 100%;
border-radius: 16px;
display: block;
"
>
<source src="static/videos/sidiff.m4v" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<h2 class="section-subtitle">Training Shape</h2>
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/cub.png" alt="Demo Image">
<p class="caption">Cuboid Peg <br> 35 mm × 25 mm × 60 mm <br> 0.1 mm clearance</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Cub2mm-1.m4v" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Cub5mm-1.m4v" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<h2 class="section-subtitle">Unseen Shapes</h2>
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/hex.png" alt="Demo Image">
<p class="caption">Hexagonal prism <br> 60 mm × 19 mm (flat-to-flat) <br> 0.1 mm
clearance</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Hex2mm-1.m4v" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Hex5mm-1.m4v" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/pen.png" alt="Demo Image">
<p class="caption">Pentagonal prism <br> 60 mm × 19 mm (flat-to-flat) <br> 0.1 mm clearance</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Pen2mm-1.m4v" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Pen5mm-1.m4v" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/tri.png" alt="Demo Image">
<p class="caption">Triangular prism <br> 60 mm long with a side length
of 34 mm <br> 0.1 mm clearance</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Tri2mm-1.m4v" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Tri5mm-1.m4v" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/cyc.png" alt="Demo Image">
<p class="caption">Cylinder <br> 60 mm long with a diameter of
20 mm <br> 0.1 mm clearance</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Cir2mm-1.m4v" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Cir5mm.mp4" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<!-- 图片 + 两个竖屏视频 并排显示 -->
<section class="hero">
<div class="container is-max-desktop">
<div class="hero-body has-text-centered">
<div class="media-row">
<!-- 图片 -->
<div class="media-item">
<img src="static/images/usb.png" alt="Demo Image">
<p class="caption">Standard USB-A</p>
</div>
<!-- 第一个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Usb2mm.mp4" type="video/mp4">
</video>
<p class="caption">2 mm</p>
</div>
<!-- 第二个视频 -->
<div class="media-item">
<video controls autoplay muted loop playsinline>
<source src="static/videos/Usb5mm.mp4" type="video/mp4">
</video>
<p class="caption">5 mm</p>
</div>
</div>
</div>
</div>
</section>
<style>
/* 三个媒体元素一行排列 */
.media-row {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px; /* 元素之间的间距 */
flex-wrap: nowrap; /* 不换行 */
overflow-x: auto; /* 小屏幕可横向滑动 */
padding-bottom: 10px; /* 防止滚动条贴边 */
-webkit-overflow-scrolling: touch; /* 提升手机端滚动体验 */
}
/* 每个图片或视频的外框 */
.media-item {
text-align: center;
flex: 0 0 auto; /* 防止被压缩 */
width: 30%; /* 默认宽度 */
min-width: 180px; /* 小屏幕下仍保持一定尺寸 */
}
.media-item img,
.media-item video {
width: 100%; /* 填满容器宽度 */
height: auto;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
/* 竖屏视频特殊调整 */
.media-item video {
aspect-ratio: 9 / 16; /* 竖屏比例 */
object-fit: cover; /* 保持视频内容不拉伸 */
}
/* 标题文字 */
.caption {
font-size: 0.9em;
margin-top: 0.5em;
color: #444;
}
.section-subtitle {
font-size: 2.3rem; /* 原本1.4rem → 放大约2倍 */
font-weight: 800;
color: #003399; /* Epson 蓝 */
margin-bottom: 1em;
text-align: center;
letter-spacing: 1px;
}
/* 针对小屏幕(优化高度与比例) */
@media (max-width: 768px) {
.media-item {
width: 45%; /* 适当放大单元以便阅读 */
min-width: 150px;
}
.media-item img,
.media-item video {
max-height: 220px; /* 控制视频/图片高度 */
}
}
</style>
<div style="border: 1px solid #ccc; padding: 1em; border-radius: 8px; max-width: 800px; background-color: #f9f9f9; font-family: sans-serif; margin: 2rem auto; text-align: center;">
<strong>Citation:</strong>
<pre id="citation-text" style="white-space: pre-wrap; font-family: monospace; background-color: #fff; padding: 0.5em; border-radius: 4px; border: 1px solid #ddd; text-align: left;">
@ARTICLE{11520677,
author={Liu, Yibo and Oparnica, Stanko and Shewchun-Jakaitis, Simon and Fu, Guoyi and Wang, Jie and Yang, Jun and Jagannathan, Anand and Lo, Tony Hong-Yau},
journal={IEEE Robotics and Automation Letters},
title={SI-Diff: A Framework for Learning Search and High-Precision Insertion with a Force-Domain Diffusion Policy},
year={2026},
volume={},
number={},
pages={1-8},
keywords={Modeling;Learning (artificial intelligence);Force;Training;Field-flow fractionation;Shape;Trajectory;Conferences;Forging;6-DOF;Force and Tactile Sensing;Assembly;Force Control;Diffusion Policy},
doi={10.1109/LRA.2026.3693991}}
</pre>
<button onclick="copyCitation()" style="margin-top: 0.5em; padding: 0.4em 0.8em; font-size: 0.9em; background-color: #007BFF; color: white; border: none; border-radius: 4px; cursor: pointer;">
📋 Copy Citation
</button>
</div>
<script>
function copyCitation() {
const text = document.getElementById('citation-text').innerText;
navigator.clipboard.writeText(text).then(() => {
alert('Citation copied to clipboard!');
}).catch(err => {
alert('Failed to copy citation.');
console.error(err);
});
}
</script>
<!-- ===== Footer ===== -->
<footer class="footer" style="background-color: #f5f5f5; width: 100%;">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content has-text-centered">
<p>
This page was built using the
<a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a>,
adapted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page. <br>
Licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">
Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<!--
</body>
</html> -->