Skip to content

Commit e4bd5da

Browse files
Reconfigured files
1 parent 494bef0 commit e4bd5da

6 files changed

Lines changed: 99 additions & 9 deletions

File tree

index.html

Lines changed: 98 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,85 @@
4444
<div class="columns is-centered">
4545
<div class="column has-text-centered">
4646
<h1 class="title is-1 publication-title"><span class="gradient-text">DAGDiff</span>: Guiding
47-
Dual-Arm Grasp Diffusion to Stable and Collision-Free Grasps</h1>
47+
Dual-Arm Grasp Diffusion to Stable and Collision-Free Grasps
48+
</h1>
49+
50+
51+
<div class="is-size-5 publication-authors">
52+
<span class="author-block">
53+
<a href="https://researchweb.iiit.ac.in/~md.faizal/" target="_blank">Md Faizal
54+
Kairm</a><sup>1⭐</sup>,</span>
55+
<span class="author-block">
56+
<a href="#" target="_blank">Vignesh Vembar</a><sup>1⭐</sup>,</span>
57+
<span class="author-block">
58+
<a href="#" target="_blank">Keshab Patra</a><sup>1</sup>,
59+
</span>
60+
<span class="author-block">
61+
<a href="https://vanhalen42.github.io/" target="_blank">Gaurav Singh</a><sup>2</sup>,
62+
</span>
63+
<span class="author-block">
64+
<a href="https://scholar.google.com/citations?user=QDuPGHwAAAAJ" target="_blank">K
65+
Madhava Krishna</a><sup>1</sup>
66+
</span>
67+
</div>
68+
69+
<div class="is-size-5 publication-authors">
70+
<span class="author-block"><sup>1</sup>IIIT Hyderabad </span>
71+
<span class="author-block"><sup>2</sup>Brown University</span>
72+
<br>
73+
<span class="author-block"><sup></sup>Equal contribution</span>
74+
<br>
75+
76+
77+
</div>
78+
79+
<div class="column has-text-centered">
80+
<div class="publication-links">
81+
<!-- <span class="link-block">
82+
<a href="./static/DG16M_paper.pdf" target="_blank" class="external-link button is-normal is-rounded is-dark">
83+
<span class="icon">
84+
<i class="fas fa-file-pdf"></i>
85+
</span>
86+
<span>Paper</span>
87+
</a>
88+
</span> -->
89+
90+
<span class="link-block">
91+
<a href="#" class="external-link button is-normal is-rounded is-dark">
92+
<span class="icon">
93+
<i class="ai ai-arxiv"></i>
94+
</span>
95+
<span>arXiv</span>
96+
</a>
97+
</span>
98+
<!-- <span class="link-block">
99+
<a href="#"
100+
class="external-link button is-normal is-rounded is-dark">
101+
<span class="icon">
102+
<i class="fab fa-youtube"></i>
103+
</span>
104+
<span>Video</span>
105+
</a>
106+
</span> -->
107+
<span class="link-block">
108+
<a href="#" class="external-link button is-normal is-rounded is-dark">
109+
<span class="icon">
110+
<i class="fab fa-github"></i>
111+
</span>
112+
<span>Code (coming soon)</span>
113+
</a>
114+
</span>
115+
<!-- <span class="link-block">
116+
<a href="https://iiithydresearch-my.sharepoint.com/:f:/g/personal/md_faizal_research_iiit_ac_in/EnqjJBibsMhJlCIn4f4uWggB2nTwXOFHKL2SNbBWk2YDNA?e=wjOGDC"
117+
class="external-link button is-normal is-rounded is-dark" target="_blank">
118+
<span class="icon">
119+
<i class="fa fa-database"></i>
120+
</span>
121+
<span>Download Dataset</span>
122+
</a>
123+
</span> -->
124+
</div>
125+
</div>
48126

49127
</div>
50128
</div>
@@ -67,7 +145,7 @@ <h1 class="title is-1 publication-title"><span class="gradient-text">DAGDiff</sp
67145
<div class="columns has-text-centered">
68146
<div class="column is-full-width">
69147
<!-- <h2 class="title is-3">Model Architecture</h2> -->
70-
<img src="./static/teaser_icra2025.svg" width="70%">
148+
<img src="./static/images/teaser_icra2025.svg" width="70%">
71149
<!-- <div class="content has-text-justified my-4">
72150
<b>Overview of the proposed method</b>: <b>(a)</b> Given an object point cloud P , our network
73151
encodes
@@ -136,8 +214,8 @@ <h2 class="title is-3 mt-3">Abstract</h2>
136214
<div class="column is-full-width">
137215
<h2 class="title is-3">Video Explanation</h2>
138216
<div class="columns is-centered video-container">
139-
<video controls muted poster="./static/video_thumbnail.png" preload="none"
140-
src="./static/intro_video.mp4">
217+
<video controls muted poster="./static/images/video_thumbnail.png" preload="none"
218+
src="./static/videos/intro_video.mp4">
141219
</video>
142220
</div>
143221
</div>
@@ -150,7 +228,7 @@ <h2 class="title is-3">Video Explanation</h2>
150228
<div class="columns has-text-centered">
151229
<div class="column is-full-width">
152230
<h2 class="title is-3">Model Architecture</h2>
153-
<img src="./static/pipeline.svg">
231+
<img src="./static/images/pipeline.svg">
154232
<div class="content has-text-justified my-4">
155233
<b>Overview of the proposed method</b>: <b>(a)</b> Given an object point cloud P , our network
156234
encodes
@@ -162,7 +240,8 @@ <h2 class="title is-3">Model Architecture</h2>
162240
a feature vector.
163241
This vector is then used by three output heads that predict energy \((E_\alpha)\), force-closure
164242
probability \((C_{\beta}^{\text{fc}})\) and
165-
collision probability \((C_{\gamma}^{\text{col}})\), jointly guiding the diffusion process. <b>(b)</b> At
243+
collision probability \((C_{\gamma}^{\text{col}})\), jointly guiding the diffusion process.
244+
<b>(b)</b> At
166245
inference, denoising proceeds from random
167246
intialization \((t=250\)) to refine grasps \((t=0\)). The energy head drives the generative
168247
dynamics, while the force-closure and collision heads bias the generation until stable,
@@ -178,12 +257,23 @@ <h2 class="title is-3">Model Architecture</h2>
178257
<div class="container is-max-desktop">
179258
<div class="columns has-text-centered">
180259
<div class="column is-full-width">
181-
<h2 class="title is-3">Results</h2>
260+
<h2 class="title is-3">Results (Coming soon)</h2>
182261
</div>
183262
</div>
184263
</div>
185264
</section>
186265

266+
<section class="section" id="BibTeX" style="margin-bottom: 1rem;">
267+
<div class="container is-max-desktop content">
268+
<h2 class="title">BibTeX</h2>
269+
<pre><code>@misc{dagdiff2025,
270+
title={DAGDiff: Guiding Dual-Arm Grasp Diffusion to Stable and Collision-Free Grasps}
271+
author={Md Faizal Karim and Vignesh Vembar and Keshab Patra and Gaurav Singh and K Madhava Krishna},
272+
year={2025},
273+
journal={}
274+
}</code></pre>
275+
</div>
276+
</section>
187277

188278
<footer class="footer">
189279
<div class="container">
@@ -208,4 +298,4 @@ <h2 class="title is-3">Results</h2>
208298

209299
</body>
210300

211-
</html>
301+
</html>

static/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ body {
158158

159159
.gradient-text {
160160
/* background: linear-gradient(to right, #ad6eff, #e674c9); */
161-
background: linear-gradient(to right, hsl(251, 100%, 71%), #cf55ff); /* DarkBlue to LightBlue */
161+
background: linear-gradient(to right, hsl(251, 100%, 65%), hsl(278, 100%, 73%)); /* DarkBlue to LightBlue */
162162
-webkit-background-clip: text;
163163
-webkit-text-fill-color: transparent;
164164
background-clip: text;

0 commit comments

Comments
 (0)