-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
440 lines (377 loc) · 19.5 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>DiffusionGAN3D</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <base href="/"> -->
<!--FACEBOOK-->
<meta property="og:image" content="">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="682">
<meta property="og:image:height" content="682">
<meta property="og:type" content="website" />
<meta property="og:url" content=""/>
<meta property="og:title" content="DiffusionGAN3D" />
<meta property="og:description" content="Project page for DiffusionGAN3D." />
<!--TWITTER-->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DiffusionGAN3D" />
<meta name="twitter:description" content="Project page for DiffusionGAN3D." />
<meta name="twitter:image" content="" />
<!--<link rel="apple-touch-icon" href="apple-touch-icon.png"> -->
<!-- <link rel="icon" type="image/png" href="img/seal_icon.png"> -->
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.3/clipboard.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<br>
<div class="container" id="main" style="width: 85%;">
<!-- <div class="container" id="main"> -->
<div class="row">
<h2 class="col-md-12 text-center">
<b>DiffusionGAN3D: Boosting Text-guided 3D Generation and Domain Adaption by<br>Combining 3D GANs and Diffusion Priors</br></b>
</h2>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="list-inline">
<li>
<a href="">Biwen Lei</a> 
<a href="">Kai Yu</a> 
<a href="">Mengyang Feng</a> 
<a href="">Miaomiao Cui</a> 
<a href="">Xuansong Xie</a>
<br><p>Alibaba Group</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<table border="0" cellspacing="0" cellpadding="0" align="center" width="48%">
<tr>
<td align="center" valign="middle" width="20%">
<a href="https://arxiv.org/abs/2312.16837" style="text-decoration: none;">
<image src="assets/paper_image.jpg" height="60px" style="margin: 0px 0px 10px 0px;">
<p>Paper</p>
</a>
</td>
<td align="center" valign="middle" width="20%">
<a href="" style="text-decoration: none;">
<image src="assets/youtube_icon.png" height="60px" style="margin: 0px 0px 10px 0px;">
<p>Video</p>
</a>
</td>
<td align="center" valign="middle" width="20%">
<a href="https://github.com/youngLBW/DiffusionGAN3D" style="text-decoration: none;">
<image src="assets/github.png" height="60px" style="margin: 0px 0px 10px 0px;">
<p>Code</p>
</a>
</td>
<td align="center" valign="middle" width="20%">
<a href="" style="text-decoration: none;">
<image src="assets/modelscope.png" height="60px" style="margin: 0px 0px 10px 0px;">
<p>Demo (Coming soon)</p>
</a>
</td>
</tr>
</table>
</div>
</div>
<br>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<br>
<image width="100%" src="assets/teaser.png" class="img-responsive" alt="overview" style="margin:auto"><br>
<h3>
<b>Abstract</b>
</h3>
<p class="text-justify">
Text-guided domain adaption and generation of 3D-aware portraits find many applications in various fields. However, due to the lack of training data and the challenges in handling the high variety of geometry and appearance, the existing methods for these tasks suffer from issues like inflexibility, instability, and low fidelity. In this paper, we propose a novel framework <strong>DiffusionGAN3D</strong>, which boosts text-guided 3D domain adaption and generation by combining 3D GANs and diffusion priors. Specifically, we integrate the pre-trained 3D generative models (e.g., EG3D) and text-to-image diffusion models. The former provides a strong foundation for stable and high-quality avatar generation from text. And the diffusion models in turn offer powerful priors and guide the 3D generator finetuning with informative direction to achieve flexible and efficient text-guided domain adaption. To enhance the diversity in domain adaption and the generation capability in text-to-avatar, we introduce the relative distance loss and case-specific learnable triplane respectively. Besides, we design a progressive texture refinement module to improve the texture quality for both tasks above. Extensive experiments demonstrate that the proposed framework achieves excellent results in both domain adaption and text-to-avatar tasks, outperforming existing methods in terms of generation quality and efficiency.
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
<b>Architecture</b>
</h3>
<p class="text-justify">
<strong>DiffusionGAN3D</strong> is a novel two-stage framework, which aims to boost the performance of 3D domain adaption and text-to-avatar tasks by combining 3D generative models and diffusion priors, as shown in the figure below.
</p>
<br>
<image width="90%" src="assets/framework.png" class="img-responsive" alt="overview" style="margin:auto"><br>
</div>
</div>
<!-- <div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
Video
</h3>
<div class="text-center">
<div style="position:relative;padding-top:56.25%;">
<iframe src="" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
</div>
</div>
</div>
</div> -->
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
<b>Results</b>
</h3>
<h4>
<li> <b>Text-guided 3D stylization (face).</b> </li>
</h4>
Sampled images:
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle" width="33%">
<image width="98%" src="assets/face_stylization_results/face_pixar_all.png">
</td>
<td align="center" valign="middle" width="33%">
<image width="98%" src="assets/face_stylization_results/face_lego_all.png">
</td>
<td align="center" valign="middle" width="33%">
<image width="98%" src="assets/face_stylization_results/zombie_ours.jpg">
</td>
</tr>
<tr>
<td align="center" valign="middle">
"pixar style"
</td>
<td align="center" valign="middle">
"lego head"
</td>
<td align="center" valign="middle">
"zombie"
</td>
</tr>
<tr>
<td align="center" valign="middle">
<image width="98%" src="assets/face_stylization_results/plaster_ours.jpg">
</td>
<td align="center" valign="middle">
<image width="98%" src="assets/face_stylization_results/oil_ours.jpg">
</td>
<td align="center" valign="middle">
<image width="98%" src="assets/face_stylization_results/caricature_ours.jpg">
</td>
</tr>
<tr>
<td align="center" valign="middle">
"plaster statue"
</td>
<td align="center" valign="middle">
"oil painting"
</td>
<td align="center" valign="middle">
"caricature style"
</td>
</tr>
</table>
<br>
+ inversion:
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle" width="20%">
<image width="90%" src="assets/face_stylization_results/00852.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/face_stylization_results/00852_pixar.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="20%">
<image width="90%" src="assets/face_stylization_results/00247.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/face_stylization_results/00247_plaster_statue.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle">
</td>
<td align="center" valign="middle">
"pixar style"
</td>
<td align="center" valign="middle">
</td>
<td align="center" valign="middle">
"plaster statue"
</td>
</tr>
<tr>
<td align="center" valign="middle" width="20%">
<image width="90%" src="assets/face_stylization_results/00018.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/face_stylization_results/00018_zombie.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="20%">
<image width="90%" src="assets/face_stylization_results/00065.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/face_stylization_results/00065_caricature.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle">
</td>
<td align="center" valign="middle">
"zombie"
</td>
<td align="center" valign="middle">
</td>
<td align="center" valign="middle">
"caricature style"
</td>
</tr>
</table>
<br>
<br>
<h4>
<li> <b>3D local editing (face).</b> </li>
</h4>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle" width="25%">
<image width="98%" src="assets/local_editing_results/01995.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/local_editing_results/01995_ori.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/local_editing_results/01995_blueeyes.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle">
real image
</td>
<td align="center" valign="middle">
inversion
</td>
<td align="center" valign="middle">
"blue eyes"
</td>
</tr>
<tr>
<td align="center" valign="middle" width="25%">
<image width="98%" src="assets/local_editing_results/00200.jpg">
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/local_editing_results/00200_ori.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="30%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/local_editing_results/00200_pinkhair.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle">
real image
</td>
<td align="center" valign="middle">
inversion
</td>
<td align="center" valign="middle">
"pink hair"
</td>
</tr>
</table>
<h4>
<li> <b>Text-to-Avatar (head).</b> </li>
</h4>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle" width="25%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/text_to_avatar_results/batman.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="25%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/text_to_avatar_results/hulk.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="25%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/text_to_avatar_results/obama.mp4" type="video/mp4" />
</video>
</td>
<td align="center" valign="middle" width="25%">
<video id="v0" width="98%" autoplay loop muted controls>
<source src="assets/text_to_avatar_results/girl.mp4" type="video/mp4" />
</video>
</td>
</tr>
<tr>
<td align="center" valign="middle">
"Batman"
</td>
<td align="center" valign="middle">
"Hulk"
</td>
<td align="center" valign="middle">
"Obama"
</td>
<td align="center" valign="middle">
"a woman with brown short hair"
</td>
</tr>
</table>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
<b>Citation</b>
</h3>
<textarea id="bibtex" class="form-control" readonly>
@misc{lei2023diffusiongan3d,
title={DiffusionGAN3D: Boosting Text-guided 3D Generation and Domain Adaption by Combining 3D GANs and Diffusion Priors},
author={Biwen Lei and Kai Yu and Mengyang Feng and Miaomiao Cui and Xuansong Xie},
year={2023},
eprint={2312.16837},
archivePrefix={arXiv},
primaryClass={cs.CV}
}</textarea>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3>
<b>Acknowledgements</b>
</h3>
</div>
</div>
</div>
<br><br><br>
</body>
</html>