-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathworkshop2025.html
More file actions
785 lines (691 loc) · 38 KB
/
Copy pathworkshop2025.html
File metadata and controls
785 lines (691 loc) · 38 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
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="keywords"
content="hands,ICCV 2025,workshop,pose estimation,MANO,challenge,keypoint,gesture,robot,grasping,manipulation,hand tracking,motion capture">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<!--- <title></title> --->
<title>HANDS Workshop</title>
<!-- MathJax -->
<!-- End MathJax -->
</head>
<body>
<div id="main-container">
<div id="header-container">
<div id="header">
<div id="header-icon-text-container">
<div id="header-text-container">
<nav class="style1">
<ul id="outer_list">
<li id="outer_li_year"><a id="current_year" href="#">2025<span id="arrow"></span></a>
<ul id="top_list">
<li id="style2"><a id="style3" href="workshop2026.html">2026</a></li>
<li id="style2"><a id="style3" href="workshop2025.html">2025</a></li>
<li id="style2"><a id="style3" href="workshop2024.html">2024</a></li>
<li id="style2"><a id="style3" href="workshop2023.html">2023</a></li>
<li id="style2"><a id="style3" href="workshop2022.html">2022</a></li>
<li id="style2"><a id="style3" href="https://sites.google.com/view/hands2019/home">2019</a>
<li id="style2"><a id="style3" href="https://sites.google.com/view/hands2018">2018</a>
<li id="style2"><a id="style3" href="">2017</a>
<li id="style2"><a id="style3" href="https://labicvl.github.io/hand/Hands2016/#home">2016</a>
<li id="style2"><a id="style3" href="">2015</a>
</li>
</ul>
</li>
<li id="outer_li"><a id="workshop_link" href="#">Workshop</a>
</li>
<li id="outer_li"><a id="challenge_link" href="#">Challenge</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div id="layout-content">
<div id="text-img-container">
<div id="img-container">
<a href="https://hands-workshop.org/"><img src="./logos/hands.png" alt="HANDS" width="100%" /></a>
</div>
<div id="text-container"></div>
</div>
<p>
<div id="beamer">
<beam>
Observing and Understanding <b>Hands</b> in Action
</beam></br>
<beams>
in conjunction with ICCV 2025</br>
</beams>
</div>
<br>
<div id="menu-container">
<div id="menu-item"><a id="style6" href="#overview">Overview</a></div>
<div id="menu-item"><a id="style6" href="#speakers">Speakers</a></div>
<div id="menu-item"><a id="style6" href="#schedule">Schedule</a></div>
<div id="menu-item"><a id="style6" href="#papers">Papers</a></div>
<div id="menu-item"><a id="style6" href="#organizers">Organizers</a></div>
<div id="menu-item"><a id="style6" href="#sponsors">Sponsors</a></div>
<div id="menu-item"><a id="style6" href="#contact">Contact</a></div>
</div>
<br>
</p>
<font size="5" >
<center>
</br>
<b>Join Us:</b> Oct.20 13:00-17:00, 305 B, Hawai'i Convention Center</br></br>
<b>Poster Sessions:</b> Oct.20 14:00 - 16:30, Boards 112 - 131, Exhibit Hall I
</center>
</font>
<h1 id="overview">Overview </h1>
<font size="5">
Welcome to our HANDS@ICCV25.
</font>
</br>
</br>
<p>
We are very happy to organize HANDS workshop. This year's workshop will be held at ICCV25. See you in
Honolulu.
</p>
<p>
The ninth edition of this workshop will emphasize the use of multimodal LLMs for hand-related tasks.
Multimodal LLMs have revolutionized the perceptions of AI, and demonstrated groundbreaking contributions to
multimodal understanding, zero-shot learning, and transfer learning. Those models can process and integrate
information from different types of hand data (or modalities), allowing the model to better understand complex
hand-object/-hand interaction situations by capturing richer, more diverse representations.
</p>
<p>
During the workshop, we will explore multimodal LLMs for hand-related tasks through the talks of invited
speakers, the presentation of accepted papers, and workshop challenges.
</p>
<h1 id="speakers">Invited Speakers</h1>
<div id="member-container">
<div id="member">
<img src="./profiles/2025/seungryul.jpg" class="profile-border">
<p>
<b><a href="https://sites.google.com/site/bsrvision00/">Seungryul Baek</a></b></br>
UNIST
</p>
</div>
<div id="member">
<img src="./profiles/2025/jihyun.jpeg" class="profile-border">
<p>
<b><a href="https://jyunlee.github.io">Jihyun Lee</a></b></br>
Meta
</p>
</div>
<div id="member">
<img src="./profiles/2025/rolandos.jpeg" class="profile-border">
<p>
<b><a href="https://profiles.imperial.ac.uk/r.potamias19">Rolandos Potamias</a></b></br>
Imperial College London
</p>
</div>
<div id="member">
<img src="./profiles/2025/srinath.jpg" class="profile-border">
<p>
<b><a href="https://cs.brown.edu/people/ssrinath/">Srinath Sridhar</a></b></br>
Brown University
</p>
</div>
<div id="member">
<img src="./profiles/2025/jingya.jpg" class="profile-border">
<p>
<b><a href="https://faculty.sist.shanghaitech.edu.cn/faculty/wangjingya/">Jingya Wang</a></b></br>
ShanghaiTech University
</p>
</div>
</div>
<h1 id="schedule">Schedule</h1>
<p style="align-items: center;text-align: center;"><b> Time: 13:00 - 17:00 Oct. 20
(Hawai'i time)</b></p>
<p style="align-items: center;text-align: center;"><b> Location: 305 B, ICCV25 Hawai'i Convention Center </b></p>
<p style="align-items: center;text-align: center;"><b> The detailed schedule is below.</b></p>
<table class="dataintable">
<tbody>
<tr>
<td><b>13:00 - 13:10</b></td>
<td>Opening Remarks</td>
</tr>
<tr>
<td><b>13:10 - 13:40</b></td>
<td> Invited Talk: Srinath Sridhar</br>
<b>Bio:</b> Srinath Sridhar (<a href="srinathsridhar.com">srinathsridhar.com</a>) is the John E. Savage Assistant Professor of Computer Science at Brown University, where he leads the Interactive 3D Vision & Learning Lab (ivl.cs.brown.edu). He received his PhD at the Max Planck Institute for Informatics and was subsequently a postdoctoral researcher at Stanford. His research interests are in 3D computer vision and artificial intelligence. Specifically, his group builds foundational methods for 3D spatiotemporal (4D) visual understanding of the world including objects in it, humans in motion, and human-object interactions, with applications ranging from robotics to mixed reality. He is the recipient of an NSF CAREER award, a Google Research Scholar award, and his work received a Best Student Paper award at WACV and a Best Paper Honorable Mention at Eurographics. He spends part of his time as an Amazon Scholar and a visiting faculty at the Indian Institute of Science (IISc).
</td>
</tr>
<tr>
<td></td>
<td> <b>Title:</b> Vision and Touch in Robot Learning and Interaction</br>
<b>Abstract:</b> Touch, together with vision, is a fundamental sensing modality for robots. However, sensing and combining touch with vision has been hard due to hardware and algorithmic challenges. In this talk, I will discuss my group's work on visuo-tactile sensing and fusion. Specifically, I will introduce (1) GigaHands, a new large-scale 3D human hand activity dataset that provides visual and contact information for robot manipulation learning, and (2) UniTac, a new method for touch sensing that operates without any tactile sensors. We show that touch sensing does not always need cumbersome hardware, and can add significant information for better robot learning.
</td>
</tr>
<!-- <tr>
<td colspan="2">
<div class="youtube">
<center>
<iframe width="100%" height="auto" class="elementor-video-iframe"
style="display: block;aspect-ratio:16/9;"
src="#" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</center>
</iframe>
</div>
</td>
</tr> -->
<tr>
<td><b>13:40 - 14:10</b></td>
<td> Invited Talk: Jihyun Lee</td>
</tr>
<tr>
<td></td>
<td> <b>Title:</b> Towards a Universal Generative Prior for Hands and Their Interactions </br>
<b>Abstract:</b> We are witnessing remarkable progress in generative modeling, with recent diffusion- and flow-based models demonstrating powerful generative capabilities. In this talk, I will discuss our recent efforts to harness these advances to build a deep generative prior for hands and their interactions. Such priors capture the distribution of plausible hand shapes, poses, and interactions, serving as a universal regularizer for long-standing hand-related vision problems, such as monocular 3D reconstruction. By constraining the solution space to what is physically and semantically plausible, generative priors reduce the ill-posedness of these problems and are particularly effective for in-the-wild generalization, where training supervision is often noisy or insufficient — helping advance progress toward more robust and reliable real-world vision systems.
</td>
</tr>
<!-- <tr>
<td colspan="2">
<div class="youtube">
<center>
<iframe width="100%" height="auto" class="elementor-video-iframe"
style="display: block;aspect-ratio:16/9;"
src="#" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</center>
</iframe>
</div>
</td>
</tr> -->
<tr>
<td> <b>14:10 - 14:40</b></td>
<td> Invited Talk: Seungryul Baek</td>
</tr>
<tr>
<td></td>
<td> <b>Title:</b> Two Hands and an Object: From Perception to Generation</br>
<b>Abstract:</b> In this talk, I will present our lab's recent efforts to advance the understanding of hand–object interactions, which play a crucial role in human activities and everyday manipulation. In particular, we are addressing one of the most challenging scenarios: the complex interaction between two hands and an object, where coordination, occlusion, and fine-grained motion understanding become highly demanding. I will begin by describing a Transformer-based framework that we have developed for modeling and interpreting the dynamics of two hands interacting with an object. Next, I will introduce BiGS, a method that goes a step further by extending this setting to previously unseen or unknown objects. Finally, I will present Text2HOI, a generative model that takes natural language text prompts as input and synthesizes plausible two-hand–object interaction motions.
</td>
</tr>
<!-- <tr>
<td colspan="2">
<div class="youtube">
<center>
<iframe width="100%" height="auto" class="elementor-video-iframe"
style="display: block;aspect-ratio:16/9;"
src="#" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</center>
</iframe>
</div>
</td>
</tr> -->
<tr>
<td><b>14:40 - 15:30</b></td>
<td> Coffee break time & Poster </td>
</tr>
<tr>
<td> <b>15:30 - 16:00</b></td>
<td> Invited Talk: Jingya Wang</td>
</tr>
<tr>
<td></td>
<td> <b>Title:</b> Open-World Hand-Object Interaction Synthesis:Towards Generalizable and Dexterous Embodied Manipulation</br>
<b>Abstract:</b> Dexterous hand-object interaction constitutes a fundamental component of human physical intelligence, enabling the execution of complex manipulation tasks in unstructured environments. The synthesis of such interactions from open-ended instructions presents significant challenges, particularly in cross-object generalization, long-horizon task reasoning, and physical plausibility assurance. In this talk, we will introduce OpenHOI, a framework that employs a 3D Multimodal Large Language Model to translate open-vocabulary instructions into executable interaction sequences through semantic task decomposition and affordance reasoning. Subsequently, we will discuss UniHM, which establishes a unified representation space for heterogeneous hand morphologies to facilitate cross-dexterous-hand manipulation. Furthermore, we will examine how the integration of human gaze as a biological prior in our GHO-Diffusion model enhances intentionality and human-likeness in synthesized interactions.
</td>
</tr>
<!-- <tr>
<td colspan="2">
<div class="youtube">
<center>
<iframe width="100%" height="auto" class="elementor-video-iframe"
style="display: block;aspect-ratio:16/9;"
src="#" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</center>
</iframe>
</div>
</td>
</tr> -->
<tr>
<td><b>16:00 - 16:30</b></td>
<td> Invited Talk: Rolandos Potamias </td>
</tr>
<tr>
<td></td>
<td> <b>Title:</b> Building the Tools of Embodied AI: From Human Hands to Dexterous Agents </br>
<b>Abstract:</b> Hands are essential tools for humans to act, interact, and communicate in nearly all daily activities, highlighting the critical need for precise modeling to achieve highly realistic digital agents. However, the complexity of hands, characterized by their scale, degrees of freedom, and versatility, poses significant challenges for current human-centered AI frameworks. These limitations are evident across various domains, including human motion modeling, generative image and video synthesis, and 3D human reconstruction. In this talk, I will discuss key challenges in 3D hand shape and appearance modeling, introducing our large-scale Handy model and WiLoR, our approach for real-time hand detection and reconstruction of hand-object interactions from in-the-wild images. I will also present HaWoR, designed to reconstruct 4D hand motion in world space, particularly from egocentric wearable camera settings where both the hands and camera are in motion. Finally, I will introduce our recent work, CEDex, a large-scale dataset for cross-embodied dexterous grasping derived from human-like contact representations.
</td>
</tr>
<tr>
<td> <b>16:30 - 16:50</b></td>
<td>
Challenge winner talks
</tr>
<tr>
<td> <b>16:50 - 17:00</b></td>
<td> Closing Remarks</td>
</tr>
</tbody>
</table>
<h1 id="papers">Accepted Papers & Extended Abstracts</h1>
<p>We are delighted to announce the following accepted papers and extended abstracts will appear in the
workshop! All full-length papers, extended abstracts and invited posters should prepare posters for
communication during the workshop. Poster size is 84” x 42”.</p> </br>
<h2>Full-length Papers</h2>
<ul>
<li> <b>Board 112</b><br> DyTact: Capturing Dynamic Contacts in Hand-Object Manipulation <br>
<i>Xiaoyan Cong, Angela Xing, Chandradeep Pokhariya, Rao Fu, Srinath Sridhar</i> <br>
<!-- [pdf] -->
</li>
<a href="https://openaccess.thecvf.com/content/ICCV2025W/HANDS/papers/Cong_DyTact_Capturing_Dynamic_Contacts_in_Hand-Object_Manipulation_ICCVW_2025_paper.pdf">[pdf]</a>
</ul>
<ul>
<li> <b>Board 113</b><br> HOSt3R: Keypoint-free Hand-Object 3D Reconstruction from RGB images <br>
<i>Anilkumar Swamy, Vincent Leroy, Philippe Weinzaepfel, Jean-Sébastien Franco, Grégory Rogez</i> <br>
<!-- [pdf] -->
</li>
<a href="https://openaccess.thecvf.com/content/ICCV2025W/HANDS/papers/Swamy_Host3R_Keypoint-free_Hand-Object_3D_Reconstruction_from_RGB_images_ICCVW_2025_paper.pdf">[pdf]</a>
</ul>
<ul>
<li> <b>Board 114</b><br> WACU: Multi-Modal Wristband Assistant for Contextual Understanding <br>
<i>Constantin Patsch, Jaden Goter, Joseph Greer, Lingni Ma, Rajinder Sodhi</i> <br>
<!-- [pdf] -->
</li>
<a href="https://openaccess.thecvf.com/content/ICCV2025W/HANDS/papers/Patsch_WACU_Multi-Modal_Wristband_Assistant_for_Contextual_Understanding_ICCVW_2025_paper.pdf">[pdf]</a>
</ul>
<h2>Extended Abstracts</h2>
<ul>
<li> <b>Board 115</b><br> Towards Consistent Long-Term Pose Generation<br>
<i>Yayuan Li, Filippos Bellos, Jason J Corso</i> <br>
<!-- [pdf] -->
<a href="files/2025/Towards.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 116</b><br> HANDI: Hand-Centric Text-and-Image Conditioned Video Generation<br>
<i>Yayuan Li, Zhi Cao, Jason J Corso</i> <br>
<!-- [pdf] -->
<a href="files/2025/HANDI.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 117</b><br> DF-Mamba: Deformable State Space Modeling for 3D Hand Pose Estimation in Interactions<br>
<i>Takehiko Ohkawa, Yifan Zhou, Guwenxiao Zhou, Kanoko Goto, Takumi Hirose, Yusuke Sekikawa, Nakamasa Inoue</i> <br>
<!-- [pdf] -->
<a href="files/2025/DF-Mamba.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 118</b><br> Generative Modeling of Shape-Dependent Self-Contact Human Poses<br>
<i>Takehiko Ohkawa, Jihyun Lee, Shunsuke Saito, Jason Saragih, Fabian Prada, Yichen Xu, Shoou-I Yu, Ryosuke Furuta, Yoichi Sato, Takaaki Shiratori</i> <br>
<!-- [pdf] -->
<a href="files/2025/Generative.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 119</b><br> AssemblyHands-X: Modeling 3D Hand-Body Coordination for Understanding Bimanual Human Activities<br>
<i>Tatsuro Banno, Takehiko Ohkawa, Ruicong Liu, Ryosuke Furuta, Yoichi Sato</i> <br>
<!-- [pdf] -->
<a href="files/2025/AssemblyHands-X.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 120</b><br> Affordance-Guided Diffusion Prior for 3D Hand Reconstruction<br>
<i>Naru Suzuki, Takehiko Ohkawa, Tatsuro Banno, Jihyun Lee, Ryosuke Furuta, Yoichi Sato</i> <br>
<!-- [pdf] -->
<a href="files/2025/Affordance.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 121</b><br> Leveraging RGB Images for Pre-Training of Event-Based Hand Pose Estimation<br>
<i>Ruicong Liu, Takehiko Ohkawa, Tze Ho Elden Tse, Mingfang Zhang, Angela Yao, Yoichi Sato</i> <br>
<!-- [pdf] -->
<a href="files/2025/Leveraging.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li><b>Board 122</b><br> Egocentric 3D Hand-Object Tracking in the Wild with Mobile Multi-Camera Rig<br>
<i>Patrick Rim, Kun He, Kevin Harris, Braden Copple, Shangchen Han, Sizhe An, Ivan Shugurov, Tomas Hodan, He Wen, Xu Xie</i> <br>
<!-- [pdf] -->
<a href="files/2025/Egocentric.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 123</b><br> 2HandedAfforder: Learning Precise Actionable Bimanual Affordances from Human Videos<br>
<i>Marvin Heidinger, Snehal Jauhri, Vignesh Prasad, Georgia Chalvatzaki</i> <br>
<!-- [pdf] -->
<a href="files/2025/2HandedAfforder.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 124</b><br> Generating Egocentric View from Exocentric View via Multimodal Observations<br>
<i>Junho Park, Andrew Sangwoo Ye, Taein Kwon</i> <br>
<!-- [pdf] -->
<a href="files/2025/Generating.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 125</b><br> Replace-in-Ego: Text-Guided Object Replacement in Egocentric Hand-Object Interaction<br>
<i>Minsuh Song, Junho Park, Suk-Ju Kang</i> <br>
<!-- [pdf] -->
<a href="files/2025/Replace-in-Ego.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 126</b><br> HanDyVQA: A Video QA Benchmark for Fine-Grained Hand-Object Interaction Dynamics<br>
<i>Masatoshi Tateno, Gido Kato, Kensho Hara, Hirokatsu Kataoka, Yoichi Sato, Takuma Yagi</i> <br>
<!-- [pdf] -->
<a href="files/2025/HanDyVQA.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 127</b><br> Music Performance Hands-included-Motion Generation via dual domain loss with Audio Reconstruction<br>
<i>Hiroki Nishizawa, Seong Jong Yoo, Keitaro Tanaka, Shugo Yamaguchi, Qi Feng, Masatoshi Hamanaka, Cornelia Fermuller, Shigeo Morishima</i> <br>
<!-- [pdf] -->
<a href="files/2025/Music.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 128</b><br> VQ-MyoPose: Movement tokenization improves decoding of hand kinematics from surface EMG wristbands<br>
<i>Rossana Lovecchio, Pranav Mamidanna, Bart Jansen, Tom Verstraten, Dario Farina</i> <br>
<!-- [pdf] -->
<a href="files/2025/VQ-MyoPose.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> <b>Board 129</b><br> Understanding Co-speech Gestures in-the-wild<br>
<i>Sindhu B Hegde, K R Prajwal, Taein Kwon, Andrew Zisserman</i> <br>
</li>
</ul>
<ul>
<li> <b>Board 130</b><br> MagicHOI: Leveraging 3D Priors for Accurate Hand-object Reconstruction from Short Monocular Video Clips<br>
<i>Shibo Wang, Haonan He, Maria Parelli, Christoph Gebhardt, Zicong Fan, Jie Song</i> <br>
</li>
</ul>
<h2>Technical Report</h2>
<ul>
<li> GHOST: Gaussian Hand–Object Surface Reconstruction with Geometric Priors<br>
<i>Ahmed Tawfik Aboukhadra, Marcel Rogge, Nadia Robertini, Ahmed Elhayek, Abdalla Arafa, Jameel Malik, Didier Stricker</i> <br>
<a href="files/2025/DFKI-AV.pdf">[pdf]</a>
</li>
</ul>
<ul>
<li> Technical Report of HCB-Hand Team for Dexterous HO Tracker Challenge on HANDS 2025 Challenge<br>
<i>Hang Xu, Yang Xiao, Changlong Jiang, Haohong Kuang, Yangfan Deng, Qihang Zhou, Ran Wang, Min Du, Zhiwen Fang, Zhiguo Cao, Joey Tianyi Zhou</i> <br>
<a href="files/2025/HCB-Hand.pdf">[pdf]</a>
</li>
</ul>
<!--
<p>
We will call for full-length submissions with published proceedings. Also, we will invite submission of 2-3
page extended abstracts and recent hand-related papers/posters to the workshop.
</p>
<h2>Important Dates</h2>
<table class="dataintable">
<tbody>
<tr>
<td><b>2025/06/05</b></td>
<td>Paper Submission Start</td>
</tr>
<tr>
<td><s>2025/06/30(12:00AM UTC-0)</s><b>2025/07/01(23:59 GMT)</b></td>
<td>Full Length Paper and its Supplementary Materials Submission Deadline</td>
</tr>
<td><s><b>2025/07/09(12:00AM UTC-0)</b></s></td>
<td>Full Length Paper Author Notification</td>
</tr>
<tr>
<td><s><b>2025/08/01</b></s></td>
<td>Full Length Paper Camera-ready Submission Deadline</td>
</tr>
<tr>
<td><b>2025/08/30 23:59 GMT</b></td>
<td>Extended Abstracts & Posters Submission Deadline</td>
</tr>
<tr>
<td><b>2025/09/14 23:59 GMT</b></td>
<td>Extended Abstracts & Posters Submission Notification</td>
</tr>
<tr>
<td><b>2025/10/01 23:59 GMT</b></td>
<td>Extended Abstracts & Posters Camera-ready Deadline</td>
</tr>
<tr>
<td><b>2025/10/15 23:59 GMT</b></td>
<td>Invited Extended Abstracts & Posters & Technical Report Deadline</br> One can ask invitation via email hands2025@googlegroups.com </td>
</tr>
</tbody>
</table>
<h2>Topics</h2>
We will cover all hand-related topics. The relevant topics include and not limited to:
<ul id="topicstyle1">
<li id="topicstyle2">Hand pose and shape estimation</li>
<li id="topicstyle2">Hand & object interactions</li>
<li id="topicstyle2">Hand detection/segmentation</li>
<li id="topicstyle2">Hand gesture/action recognition</li>
<li id="topicstyle2">4D hand tracking and motion capture</li>
<li id="topicstyle2">Hand motion synthesis</li>
<li id="topicstyle2">Hand modeling, rendering, generation</li>
<li id="topicstyle2">Camera systems and annotation tools</li>
<li id="topicstyle2">Novel algorithms and network architectures</li>
<li id="topicstyle2">Multi-modal learning</li>
<li id="topicstyle2">Self-/un-/weakly-supervised learning</li>
<li id="topicstyle2">Generalization and adaptation</li>
<li id="topicstyle2">Egocentric vision for AR/VR</li>
<li id="topicstyle2">Robot grasping, object manipulation, Haptics</li>
</ul>
<h2>Submission Guidelines</h2>
<p><b>Full Length Paper Submission Website:</b> <a
href="https://openreview.net/group?id=thecvf.com/ICCV/2025/Workshop/HANDS">OpenReview</a></p>
<p><b>Extended Abstracts and Posters Submission Website:</b> <a href="https://openreview.net/group?id=thecvf.com/ICCV/2025/Workshop/HANDS_Non-Proceedings">OpenReview Non-Proceedings</a></p>
</br>
<p>We accept <b>full length papers</b>, <b>extended abstracts</b> and <b>posters</b> in our workshop. The full
length submissions should be anonymized and will be one-round peer reviewed. The accepted full length papers
will be included in the ICCV25 conference proceedings, while others will only be presented in the workshop. We
welcome papers that are accepted to the ICCV2025 main conference or previous conferences, and extended
abstracts that in progress, to show the posters in our workshop.</p>
<h3>Call for full length papers</h3>
<p>Full length submissions should follow <a
href="https://iccv.thecvf.com/Conferences/2025/CallForPapers">ICCV2025 submission policies</a> (no more than
8 pages) and use the official ICCV 2025 template. Note that the submissions violate the double-blind policy
or the dual-submission policy will be rejected without review.</p>
<h3>Call for extended abstracts and posters</h3>
<p>Extended abstracts are not subject to the ICCV rules, and can use other templates. They should be shorter
than the equivalent of 4 pages in ICCV template format. Note that extended abstracts are not anonymized, and
will not be peer reviewed. Accepted extended abstracts will only publish on our website, show in our workshop
and not appear in the ICCV25 conference proceedings. Posters can be simply submitted with PDF and their brief
information like paper title, authors and conference name. </p> -->
<!-- <p><b>The CMT system will close after August 15. After that, extended abstracts and posters can still be
submitted via emails (hands2025@googlegroups.com) until August 20.</b></p> -->
<h1 id="organizers">Organizers</h1>
<div id="member-container">
<div id="member">
<img src="./profiles/2025/hyung.jpg">
<p>
<b><a href="https://hyungjinchang.wordpress.com">Hyung Jin Chang</a></b></br>
University of Birmingham
</p>
</div>
<div id="member">
<img src="./profiles/2025/rongyu.jpg">
<p>
<b><a href="https://gloryyrolg.github.io">Rongyu Chen</a></b></br>
National University of Singapore
</p>
</div>
<div id="member">
<img src="./profiles/2025/zicong.jpg" class="profile-border">
<p>
<b><a href="https://zc-alexfan.github.io">Zicong Fan</a></b></br>
Meshcapade
</p>
</div>
<div id="member">
<img src="./profiles/2025/rao.jpg" class="profile-border">
<p>
<b><a href="https://freddierao.github.io/">Rao Fu</a></b></br>
Brown University
</p>
</div>
<div id="member">
<img src="./profiles/2025/kun.jpg">
<p>
<b><a href="https://kunhe.github.io">Kun He</a></b></br>
Meta Reality Labs
</p>
</div>
<div id="member">
<img src="./profiles/2025/kailin.jpg" class="profile-border">
<p>
<b><a href="https://kailinli.top/">Kailin Li</a></b></br>
Shanghai AI Laboratory
</p>
</div>
<div id="member">
<img src="./profiles/2025/take.jpg">
<p>
<b><a href="https://tkhkaeio.github.io/">Take Ohkawa</a></b></br>
University of Tokyo
</p>
</div>
<div id="member">
<img src="./profiles/2025/yoichi.jpg">
<p>
<b><a href="https://sites.google.com/ut-vision.org/ysato/home">Yoichi Sato</a></b></br>
University of Tokyo
</p>
</div>
<div id="member">
<img src="./profiles/2025/linlin.jpg">
<p>
<b><a href="https://mu4yang.com">Linlin Yang</a></b></br>
Communication University of China
</p>
</div>
<div id="member">
<img src="./profiles/2025/lixin.jpg">
<p>
<b><a href="https://lixiny.github.io">Lixin Yang</a></b></br>
Shanghai Jiao Tong University
</p>
</div>
<div id="member">
<img src="./profiles/2025/angela.jpg" class="profile-border">
<p>
<b><a href="https://www.comp.nus.edu.sg/cs/people/ayao/">Angela
Yao</a></b></br>
National University of Singapore
</p>
</div>
<div id="member">
<img src="./profiles/2025/qiye.jpg">
<p>
<b><a href="https://person.zju.edu.cn/en/yeqi">Qi Ye</a></b></br>
Zhejiang University
</p>
</div>
<div id="member">
<img src="./profiles/2025/linguang.jpg">
<p>
<b><a href="https://lg-zhang.github.io/">Linguang Zhang</a></b></br>
Meta Reality Labs
</p>
</div>
<div id="member">
<img src="./profiles/2025/zhongqun.jpg" class="profile-border">
<p>
<b><a href="https://zhongqunzhang.github.io/">Zhongqun Zhang</a></b></br>
University of Birmingham
</p>
</div>
</div>
<h1 id="sponsors">Sponsors</h1>
<div class="sponsors-container">
<img class="sponsor-img" src="./profiles/2025/meshcapade.jpg">
<img class="sponsor-img" src="./profiles/2025/jst.svg">
<img class="sponsor-img" src="./profiles/2025/UoB_Crest_Logo_RGB_POS_Landscape.jpg">
</div>
<!-- <h1 id="sponsors">Sponsors</h1>
<p>
Our workshop will be sponsored by Meshcapade, Japan Science and Technology Agency (JST).
</p>
-->
<h1 id="contact">Contact</h1>
<p>hands2025@googlegroups.com</p>
<div id="footer">
<p style="align-items: center;text-align: center;">
<a href="https://youtube.com/@handsworkshop" target="_Blank">
<img id="page1" alt="" src="profiles/youtube.jpg">
</a>
<a href="https://github.com/handsworkshop" target="_Blank">
<img id="page" alt="" src="profiles/github.png">
</a>
</p>
</div>
<script>
var isYearUpdated = false; // 标志,默认未更新年份
document.getElementById('outer_li_year').addEventListener('click', function (event) {
event.preventDefault(); // 阻止默认链接行为
// 获取第一个<li>标签中的年份
var year = document.querySelector('#outer_list > li:first-child > a').textContent.trim();
if (year > '2020') {
// 构建新的href
var newHref = 'workshop' + year + '.html';
// 跳转到新的页面
window.location.href = newHref;
}
});
document.getElementById('workshop_link').addEventListener('click', function (event) {
event.preventDefault(); // 阻止默认链接行为
if (!isYearUpdated) {
var year = document.querySelector('#outer_list > li:first-child > a').textContent.trim();
var newHref = 'workshop' + year + '.html';
window.location.href = newHref;
}
});
document.getElementById('challenge_link').addEventListener('click', function (event) {
event.preventDefault(); // 阻止默认链接行为
if (!isYearUpdated) {
var year = document.querySelector('#outer_list > li:first-child > a').textContent.trim();
var newHref = 'challenge' + year + '.html';
window.location.href = newHref;
}
});
// 获取所有带有id="style3"的a标签
var yearLinks = document.querySelectorAll('#style3');
yearLinks.forEach(function (link) {
link.addEventListener('click', function (event) {
// 获取点击的年份
var selectedYear = this.textContent.trim();
if (selectedYear < '2020') {
isYearUpdated = true;
document.getElementById('current_year').textContent = selectedYear;
// 设置标志为已更新年份
window.location.href = link.href; // 确保使用 href 进行跳转
} else {
event.preventDefault(); // 阻止默认链接行为
document.getElementById('current_year').textContent = selectedYear;
// 设置标志为已更新年份
isYearUpdated = true;
var currentPage = window.location.pathname.toLowerCase();
if (currentPage.includes('challenge')) {
window.location.href = 'challenge' + selectedYear + '.html';
} else {
window.location.href = 'workshop' + selectedYear + '.html';
}
}
});
});
var currentPage = window.location.pathname.toLowerCase();
if (currentPage.includes('challenge')) {
var challengeLi = document.querySelector('#challenge_link');
challengeLi.classList.add('highlight');
} else {
var workshopLi = document.querySelector('#workshop_link');
workshopLi.classList.add('highlight');
}
</script>
</body>
</html>