Article

Real-time lip-sync with a DNN-based algorithm for application in interactive audio-visual virtual environments (vor Ort)

* Presenting author
Day / Time: 24.03.2022, 15:20-15:40
Room: 9-0208
Typ: Vortrag (strukturierte Sitzung)
Online-access: Bitte loggen Sie sich ein, damit weitere Inhalte sichtbar werden (bspw. der Zugang zur Onlinesitzung).
Abstract:

This study introduces a method to synchronize lip movements of virtual avatars to live speech input. To do so, we use a deep neural network, which takes snippets of an FFT spectrum as input and yields values of seven facial blendshape parameters as output. Blendshapes allow to manipulate 3D meshes, in this case faces of virtual avatars. We first train a neural network to extract blendshapes out of images, which allows us to translate videos in the form of annotated image-audio databases to blendshape-audio databases. This enables us to make use of a large quantity of readily available data containing images and audio, i.e. videos, to train our deep neural network for lip-synchronization. The algorithm is supposed to work under real-time conditions. Therefore, we restrict the maximum delay to 200ms. This time span is used to exploit future time context for improved inference and to compensate for the delay in the communications (network data transmission). First results of a comparison between an existing real-time lipsync algorithm and videos simulated with the proposed algorithm will be presented. The developed algorithm will be used in future studies of the influence of visual cues on auditory attention decoding and cortical tracking of speech.

Error

Error : E_DEPRECATED

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

1
/kunden/431424_13355/webseiten/subdomains/app2022.daga-tagung.de/memyc/resources/OutputCompression.php, line 35
32.              */
33.             if (headers_sent()) {
34.                 $encoding = false;
35.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) {
36.                 $encoding = 'x-gzip';
37.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'gzip') !== false) {
38.                 $encoding = 'gzip';