Skip to content

Commit fb587d2

Browse files
committed
update project page
1 parent ddb6be7 commit fb587d2

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

index.html

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="title is-1 publication-title">Recurrent Diffusion for Large-Scale Par
6161
<div class="is-size-5 publication-authors">
6262
<span class="author-block">
6363
<a href="https://www.nus.edu.sg/" target="_blank">National University of Singapore</a> </span>
64-
<span class="eql-cntrb"><small><br>Kai Wang and Dongwen Tang contributed equally to this work.</small> </span>
64+
<span class="eql-cntrb"><small><br>Kai and Dongwen contributed equally to this work.</small> </span>
6565
</div>
6666
<div class="column has-text-centered">
6767
<div class="publication-links">
@@ -103,6 +103,18 @@ <h1 class="title is-1 publication-title">Recurrent Diffusion for Large-Scale Par
103103
</span>
104104
</div>
105105
</div>
106+
<div class="has-text-centered mt-6">
107+
<h2 class="title is-4">Generating models with prompts in minutes!</h2>
108+
</div>
109+
110+
<div class="container is-max-desktop mt-6">
111+
<video class="video" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);">
112+
<source src="videos/demo.mp4" type="video/mp4">
113+
Your browser does not support the video tag.
114+
</video>
115+
</div>
116+
117+
106118
</div>
107119
</div>
108120
</div>
@@ -373,6 +385,27 @@ <h2 class="title is-3">Text-Driven Parameter Generation</h2>
373385

374386

375387

388+
389+
<section class="section hero is-light">
390+
<div class="container is-max-desktop">
391+
<div class="columns is-centered has-text-centered">
392+
<div class="column is-four-fifths">
393+
<h2 class="title is-3">Conclusion</h2>
394+
<div class="content has-text-justified">
395+
<p>
396+
Our approach demonstrates promising results in large-scale parameter generation across various vision and language
397+
tasks. However, we acknowledge that achieving true ‘AI creating AI’ remains a distant goal. Firstly, while our
398+
method shows potential in generating models for unseen tasks, it currently faces limitations in generating parameters for novel model architectures. Secondly, our approach
399+
is constrained by modeling parameter relationships within a single task, potentially limiting its practical applicability.
400+
More importantly, future work should focus on simultaneously modeling parameter relationships across diverse architectures and tasks. Such an approach could yield a more
401+
powerful and versatile parameter generator, potentially advancing us closer to the ‘AI creating AI’ era. We hope our approach will inspire future research in this field.
402+
</p>
403+
</div>
404+
</div>
405+
</div>
406+
</div>
407+
</section>
408+
376409
<!--BibTex citation -->
377410
<section class="section" id="BibTeX">
378411

@@ -382,8 +415,10 @@ <h2 class="title">Acknowledgments</h2>
382415
<a href="https://jerryliang24.github.io/" target="_blank">Zhiyuan Liang</a>,
383416
<a href="https://liuzhuang13.github.io/" target="_blank">Zhuang Liu</a>,
384417
<a href="https://fangggf.github.io/" target="_blank">Gongfan Fang</a>,
418+
<a href="https://oahzxl.github.io/" target="_blank">Xuanlei Zhao</a>,
385419
<a href="https://zhengzangw.github.io/" target="_blank">Zangwei Zheng</a>,
386-
<a href="https://tianlong-chen.github.io/" target="_blank">Tianlong Chen</a>,
420+
<a href="https://henryqin1997.github.io/ziheng_qin/" target="_blank">Ziheng Qin</a>,
421+
<a href="https://tianlong-chen.github.io/" target="_blank">Tianlong Chen</a>, and
387422
<a href="https://www.ece.utexas.edu/people/faculty/atlas-wang" target="_blank">Zhangyang Wang</a>,
388423
for valuable discussions and feedbacks.
389424
This research is supported by the National Research Foundation,
@@ -392,9 +427,9 @@ <h2 class="title">Acknowledgments</h2>
392427

393428
<div class="container is-max-desktop content">
394429
<h2 class="title">BibTeX</h2>
395-
<pre><code>@misc{wang2024RPG,
430+
<pre><code>@misc{wang2025recurrent,
396431
title={Recurrent Diffusion for Large-Scale Parameter Generation},
397-
author={Kai Wang and Dongwen Tang and Wangbo Zhao and Yang You},
432+
author={Wang, Kai and Tang, Dongwen and Zhao, Wangbo and You, Yang},
398433
year={2025},
399434
}</code></pre>
400435
</div>

0 commit comments

Comments
 (0)