forked from nerfies/nerfies.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
280 lines (257 loc) · 11.9 KB
/
index.html
File metadata and controls
280 lines (257 loc) · 11.9 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="Identity-Preserving talking head generation with fast personalized adaptation.">
<meta name="keywords" content="Talking Head, Meta Learning, Temporal-consistent Super-resolution ">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MetaPortrait: Identity-Preserving Talking Head Generation with Fast Personalized Adaptation</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-PYVRSFMDRL');
</script>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/github.svg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">MetaPortrait: Identity-Preserving Talking Head Generation with Fast Personalized Adaptation</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="http://home.ustc.edu.cn/~zhangbowen">Bowen Zhang</a><sup>1*</sup>,</span>
<span class="author-block">
<a href="https://chenyangqiqi.github.io/">Chenyang Qi</a><sup>2*</sup>,</span>
<span class="author-block">
<a href="https://panzhang0212.github.io/">Pan Zhang</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://bo-zhang.me/">Bo Zhang</a><sup>3</sup>,
</span>
<br>
<span class="author-block">
<a href="https://dl.acm.org/profile/81487650131">HsiangTao Wu</a><sup>3</sup>,
</span>
<span class="author-block">
<a href="http://www.dongchen.pro/">Dong Chen</a><sup>3</sup>,
</span>
<span class="author-block">
<a href="https://cqf.io/">Qifeng Chen</a><sup>2</sup>,
</span>
<span class="author-block">
<a href="http://en.auto.ustc.edu.cn/2021/0616/c26828a513186/page.htm">Yong Wang</a><sup>1</sup>,
</span>
<span class="author-block">
<a href="https://www.microsoft.com/en-us/research/people/fangwen/">Fang Wen</a><sup>3</sup>
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>USTC,</span>
<span class="author-block"><sup>2</sup>HKUST,</span>
<span class="author-block"><sup>3</sup>Microsoft</span>
</div>
<div class="is-size-5 publication-venue">
in CVPR 2023
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/abs/2212.08062"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/Meta-Portrait/MetaPortrait"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/Teaser.png" class="center">
<h2 class="subtitle has-text-centered">
Our MetaPortrait yields identity-preserving talking head generation.
</h2>
</div>
</div>
</section>
<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/Self_reconstruction_2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/Cross_reenactment_4.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-shiba">
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/Fast_personalization_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-fullbody">
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/Fast_personalization_3.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
In this work, we propose an ID-preserving talking head generation framework, which advances previous methods in two aspects. First, as opposed to interpolating from sparse flow, we claim that dense landmarks are crucial to achieving accurate geometry-aware flow fields. Second, inspired by face-swapping methods, we adaptively fuse the source identity during synthesis, so that the network better preserves the key characteristics of the image portrait. Although the proposed model surpasses prior generation fidelity on established benchmarks, to further make the talking head generation qualified for real usage, personalized fine-tuning is usually needed. However, this process is rather computationally demanding that is unaffordable to standard users. To solve this, we propose a fast adaptation model using a meta-learning approach. The learned model can be adapted to a high-quality personalized model as fast as 30 seconds. Last but not the least, a spatial-temporal enhancement module is proposed to improve the fine details while ensuring temporal coherency. Extensive experiments prove the significant superiority of our approach over the state of the arts in both one-shot and personalized settings.
</p>
</div>
</div>
</div>
<!--/ Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Method</h2>
<div>
<img src="static/images/Overall_framework.png" class="center">
</div>
<div class="content has-text-justified">
<p>
Given a source image and a driving video, we first extract their dense landmarks using a pretrained landmark detector. Then, we estimate warping flows between the source image and each driving frame according to concatenated input. We further refine the warped source input using an ID-preserving network. Finally, we enhance and upsample the 256x256 results to high-fidelity output in 512x512.
</p>
</div>
</div>
</div>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Video</h2>
<h3 class="title is-4">Self Reconstruction</h3>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/9RHKK8JfQI4"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/uPqrCLi-OS0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<h3 class="title is-4">Cross Reenactment</h3>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/ccAReHsoEH0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/1KopIEOlYzk"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/J_QexMlugOA"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/cwlmz5d_R2A"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<h3 class="title is-4">Fast Personalization</h3>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/erCJQPEYPn8"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/iKHKoWP_AoE"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/bk9TWqrF1X4"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@article{zhang2022metaportrait,
title={MetaPortrait: Identity-Preserving Talking Head Generation with Fast Personalized Adaptation},
author={Bowen Zhang and Chenyang Qi and Pan Zhang and Bo Zhang and HsiangTao Wu and Dong Chen and Qifeng Chen and Yong Wang and Fang Wen},a
journal={arXiv:2212.08062},
year={2022},
}</code></pre>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
The website code is borrowed from the <a
href="https://github.com/nerfies/nerfies.github.io">source code</a> of Nerfies. We thank the authors for sharing the templates.
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>