Skip to content

Commit d430590

Browse files
committed
update
1 parent 4aaed58 commit d430590

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

index.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ <h1 class="title is-1 publication-title">CodeDiffuser: Attention-Enhanced Diffus
156156
</span>
157157

158158
<!-- Arxiv Link -->
159-
<span class="link-block">
159+
<!-- <span class="link-block">
160160
<a target="_blank" href="https://arxiv.org"
161161
class="external-link button is-normal is-rounded is-dark">
162162
<span class="icon">
163163
<i class="fas fa-file"></i>
164164
</span>
165165
<span>ArXiv [Coming Soon]</span>
166166
</a>
167-
</span>
167+
</span> -->
168168

169169
<!-- Video Link -->
170170
<span class="link-block">
@@ -660,6 +660,27 @@ <h2 class="title is-4">Geometric Reasoning</h2>
660660
</section>
661661
</section>
662662

663+
664+
<section class="section" id="bibtex">
665+
<div class="container">
666+
<div class="columns is-centered has-text-centered">
667+
<div class="column is-12">
668+
<h2 class="title is-3">Bibtex</h2>
669+
</div>
670+
</div>
671+
<div class="columns is-centered">
672+
<div class="column is-12">
673+
<pre><code>@inproceedings{yin2025codediffuser,
674+
title={CodeDiffuser: Attention-Enhanced Diffusion Policy via VLM-Generated Code for Instruction Ambiguity},
675+
author={Yin, Guang and Li, Yitong and Wang, Yixuan and McConachie, Dale and Shah, Paarth and Hashimoto, Kunimatsu and Zhang, Huan and Liu, Katherine and Li, Yunzhu},
676+
booktitle={Proceedings of Robotics: Science and Systems (RSS)},
677+
year={2025}}
678+
</code></pre>
679+
</div>
680+
</div>
681+
</div>
682+
</section>
683+
663684
<script src="app.js"></script>
664685
</body>
665686
</html>

media/pdf/supp.pdf

136 KB
Binary file not shown.

0 commit comments

Comments
 (0)