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 >
0 commit comments