METHODS AND SYSTEMS FOR IMAGE PROCESSING USING A LEARNING ENGINE

Systems and methods are disclosed configured to train an autoencoder. A data training set is generated comprising images of different faces. A first autoencoder configuration is generated, comprising a first encoder, and a first decoder. The first autoencoder configuration is trained using dataset images, wherein weights associated with the first encoder and weights associated with the first decoder are modified. A second autoencoder configuration is generated comprising the first encoder and a second decoder. The second decoder is trained using images of a first target face. First encoder weights are substantially maintained, and weights associated with the second decoder are modified. An autoencoder comprising the trained first encoder and the trained second decoder generates an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
INCORPORATION BY REFERENCE TO ANY PRIORITY APPLICATIONS

Any and all applications for which a foreign or domestic priority claim is identified in the Application Data Sheet as filed with the present application are hereby incorporated by reference under 37 CFR 1.57.

BACKGROUND OF THE INVENTION Field of the Invention

This document relates to systems and techniques for digital image and voice processing.

Description of the Related Art

Conventional techniques for processing computer generated videos may require large amounts of computer resources, take an inordinate amount of time. Hence, more computer resource-efficient and time-efficient techniques are needed to perform advanced forms of digital image processing, such as face-swapping.

SUMMARY

The following presents a simplified summary of one or more aspects in order to provide a basic understanding of such aspects. This summary is not an extensive overview of all contemplated aspects, and is intended to neither identify key or critical elements of all aspects nor delineate the scope of any or all aspects. Its sole purpose is to present some concepts of one or more aspects in a simplified form as a prelude to the more detailed description that is presented later.

Aspects of the present disclosure relate systems and methods configured to train an autoencoder using images that include faces, wherein the autoencoder comprises an input layer, an encoder configured to output a latent image from a corresponding input image, and a decoder configured to attempt to reconstruct the input image from the latent image. An autoencoder comprising an encoder and decoder may be trained using a very large set of face images (e.g., hundreds of thousands or millions). The trained encoder may then have its node weights set/fixed for a subsequent stage of training using one or images of a target face, while the previously trained decoder may have its weights fine-tuned during this training stage (or optionally a new, untrained decoder may be used). Then during a face swapping, replacement process a source face may be mapped to the target face using the trained encoder and the fine-tuned decoder to generate a reconstructed face having the appearance of the target whose expression, pose, and/or lighting match those of the source face. The face swapping may be performed on multiple video frames of a video containing the source face.

An aspect of the present disclosure relates to systems and methods configured to train an autoencoder and the use of a trained autoencoder. A data training set is generated comprising images of different faces. A first autoencoder configuration is generated, comprising a first encoder and a first decoder. The first autoencoder configuration is trained using dataset images, wherein weights (e.g., node weights) associated with the first encoder and weights (e.g., node weights) associated with the first decoder are modified. A second autoencoder configuration is generated comprising the first encoder, and a second decoder. The second decoder is trained using a plurality of images of a first target face. First encoder weights are substantially maintained and weights associated with the second decoder are modified. The trained autoencoder comprising the trained first encoder and the trained second decoder is used to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

An aspect of the present disclosure relates to an electronic image processing system, comprising: a network interface; at least one computing device; computer readable memory including instructions operable to be executed by the at least one computing device to perform a set of actions, configuring the at least one computing device to perform operations comprising: access at least one hundred thousand captured images, comprising images of different faces; access a first autoencoder configuration, comprising: a first encoder, and a first decoder; train, using at least a pixelwise evaluator, the first autoencoder configuration comprising the first encoder and the first decoder using the at least one hundred thousand captured images, wherein node weights associated with the first encoder and node weights associated with the first decoder are modified in response to an output of the pixelwise evaluator; access a second autoencoder configuration, comprising the first encoder, trained in the first autoencoder configuration, and a second decoder; train with respect to a first specific target face, using a plurality of images of the first specific target face and at least adversarial criteria, the second decoder in the second autoencoder configuration, wherein node weights associated with the first encoder are fixed and not modified, wherein node weights associated with the second decoder are modified; use an autoencoder configuration comprising: the first encoder, trained in first autoencoder configuration using the at least one hundred thousand captured images, comprising images of different face, and the second decoder, trained using the plurality of images of the first specific target face, to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

An aspect of the present disclosure relates to a computer-implemented method comprising: under control of a hardware computing device configured with specific computer-executable instructions: accessing a data training set comprising images of different faces; accessing a first autoencoder configuration, comprising: a first encoder, and a first decoder; training the first autoencoder configuration comprising the first encoder and the first decoder using dataset images, wherein node weights associated with the first encoder and node weights associated with the first decoder are modified during the training of the first autoencoder configuration; accessing a second autoencoder configuration, comprising: the first encoder, and a second decoder; training with respect to a first target face, using a plurality of images of the first target face, the second decoder in the second autoencoder configuration, wherein node weights associated with the first encoder are fixed, wherein node weights associated with the second decoder are modified; using an autoencoder comprising: the first encoder, trained using the using dataset images, and the trained second decoder, trained using the plurality of images of the first target face, to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

An aspect of the present disclosure relates to an electronic image processing system, comprising: at least one computing device; computer readable memory including instructions operable to be executed by the at least one computing device to perform a set of actions, configuring the at least one computing device to perform operations comprising: access a data training set comprising images of different faces; access a first autoencoder configuration, comprising: a first encoder, and a first decoder; train the first autoencoder configuration comprising the first encoder and the first decoder using dataset images, wherein node weights associated with the first encoder and node weights associated with the first decoder are modified during the training of the first autoencoder configuration; access a second autoencoder configuration, comprising: the first encoder, and a second decoder; train with respect to a first target face, using a plurality of images of the first target face, the second decoder in the second autoencoder configuration, wherein node weights associated with the first encoder are substantially maintained, wherein node weights associated with the second decoder are modified; use an autoencoder comprising: the first encoder, trained using the dataset images, and the second decoder, trained using the plurality of images of the first target face, to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

BRIEF DESCRIPTION OF THE DRAWINGS

Embodiments will now be described with reference to the drawings summarized below. These drawings and the associated description are provided to illustrate example aspects of the disclosure, and not to limit the scope of the invention.

FIG. 1 illustrates an example architecture.

FIG. 2A-2B illustrates an example convolutional neural network architecture.

FIGS. 3A, 3B, 3C illustrate example autoencoder and one-shot (few shot) architectures.

FIG. 4 illustrates an example process for generating a source data set.

FIG. 5 illustrates an example face swapping process.

FIGS. 6 and 7 illustrate example user interfaces.

FIG. 8 illustrates an example CGI face presenting different expressions.

FIG. 9 illustrates example destination and output images generated by an autoencoder.

FIG. 10 illustrates an example multi-network configured to perform face swapping using relatively few images.

FIG. 11 illustrates an example voice swapping process.

FIG. 12 illustrates an example process for swapping a voice and a face in audio/video media.

FIG. 13 illustrates an example autoencoder training process.

FIG. 14 illustrates example autoencoder configurations.

DETAILED DESCRIPTION

As discussed above, conventional techniques for processing computer generated videos require large amounts of computer resources and take an inordinate amount of time. Further, certain relatively new applications for digital image processing, such as face-swapping, are becoming ever more popular, creating further demand for computer resources.

Conventionally, face-swapping is intended to take a source face image and a target face image, and produce a new face image that has the attributes of the target face image (e.g., expression, pose, lighting, etc.), but has the face/identity of the source face.

For example, a face region in the source image and target image may be recognized, and the face region from the source may be used to replace the face region in the destination image/video, and an output image/video is generated. The source face in the output preserves the expressions of the face in the original destination image/video (e.g., has lip motions, eye motions, eyelid motions, eyebrow motions, nostril flaring, etc.). If insufficient computer resources and/or time are made available to perform the face swapping the output may fail on one or more of face appearance, movement, lighting, or pose. Further, conventional techniques lack the capability to generate output content in high resolution (HD (about 1920×1080 pixels, 1280×720 pixels, or 1366×768 pixels), 4K UHD (about 3840×2160 pixels), 4K (about 4096×2160 pixels), or 8k (about 7680×4320)), instead certain conventional techniques are limited to generating output content limited to a resolution of 256 pixels.

Further, many conventional techniques require that an autoencoder be uniquely trained for each source face-target face pairing. Such an approach utilizes an inordinate amount of computer processing and memory resources. Further, such an approach does not permit the performance of face swapping in real time with a new face as a target. Instead, both the encoder and decoder need to be trained anew.

To overcome one or more of the foregoing technical drawbacks of conventional techniques and systems, disclosed herein are systems and methods for performing face swapping in a more flexible, computer-resource and time efficient manner, while providing a more realistic and higher resolution output. It is understood that although reference may be made wherein to face swapping for illustrative purposes, the disclosed systems and methods may be used to swap other items instead of or in addition to human faces, such as hair, clothing/accessories (e.g., shirt, pants, shoes, dress, skirt, shorts, hat, headband, bathing suit, underclothing, glasses, purses, jewelry, scarves, gloves, etc.), limbs, digits, bodies, animal faces/bodies, non-humanoid or imaginary characters (e.g., animated characters or objects), and/or objects.

As similarly discussed above, conventional techniques for face swapping involve swapping the face of a real person from one image/video to replace the face of another real person in another image/video. By contrast, in order to reduce the needed computer and time resources, and to provide a higher resolution, more realistic output, certain techniques are disclosed that optionally use a computer-generated image (rather than photographs or videos of a real face) to replace the face of a real person in a destination image/video in generating an output image/video. Although certain examples may refer to source, destination, and output videos, it is understood that certain techniques described herein may be also applied to single source, destination, and output images.

Referring to FIG. 1, an example architecture of an image processing system 100 is illustrated. The image processing system 100 may be used to generate an output video, wherein a face is swapped from a face region in a source video to a face region in a destination video. An image processing system may include memory (e.g., non-volatile memory, such as semiconductor EEPROM, magnetic memory, optical memory, etc.) that stores an animation application 106 and a face-swapping application 108. In addition, one or more operating systems, application programming interfaces, browsers, and/or other applications may be stored in memory.

A data store 110 may include relational databases, non-relational database (which may be advantageous as it may provide easier storage for large amounts of certain types of data, such face alignment data (e.g., JSON face alignment data)), and/or flat file systems that store digital content. For example, JSON face alignment data may be unstructured, flexible, and human-readable. The use of a non-structured database may enable the JSON face alignment data to be stored, without having to adapt the data to a specialized database language (e.g., SQL).

For example, the data store 110 may include training sets (e.g., 2D and/or 3D images/videos that include human faces) to generic face train the face-swapping application 108 (as discussed in greater detail elsewhere herein), target/destination facial data sets for respective people that may be used in training to fine tune a previously trained decoder (e.g., a decoder trained using massive number of facial images, such as hundreds of thousands or millions of facial images) and/or that may be used in training an untrained decoder, source data sets (e.g., 2D and/or 3D images/videos that include animations of human faces generated using the animation application), target facial images that may be used in a face swapping operation using a trained autoencoder, destination data sets (e.g., 2D and/or 3D destination images/videos that include human faces), and output data sets (images/videos generated by the face-swapping application 108).

One or more of the training sets described herein may be specifically created to train neural networks. For example, one or more cameras may be used to capture images of a plurality of facial expressions of one or more faces and transitions between facial expressions from a plurality of different angles. This approach ensures that a highly efficient set of images are available for training, without gaps or with a greatly reduced number of gaps (e.g., missing angles or expressions) and without having to process facial images that may be redundant in terms of their utility in training neural networks. For example, images from public sources, not specifically created for training neural networks, may be missing images of faces at certain angles or with certain expressions, or may include multiple images of a face at a given angle and with a given expression.

Optionally, in addition to or instead of storing purely animated source images (generated without the use of motion capture of a human), the data store 110 may store source animations images generated using a facial motion capture helmet and facial animation software. The facial motion capture helmet may be configured with one or more cameras. For example, the facial capture helmet may include several high-resolution, high-speed cameras on arms configured to capture facial expressions and nuances of the person wearing the helmet (where the cameras are positionable to capture different angles of the person's face) which may then be used as the basis for an animated face. The facial capture helmet may include on-board lighting configured to illuminate the face of the person wearing the helmet.

One or more cameras 114 may be used to capture still or video images which may be used as face swapping engine training images and/or as destination images. The cameras 114 may include spherical cameras (e.g., cameras that capture about a 360 field of view). The cameras 114 may be of a desired resolution (e.g., resolution sufficient to generate HD, 4K UHD, 4K, 8K, or 16K videos). One or more microphones 116 may be provided to record audio content (e.g., the speech of the person whose face is being recorded) in synchronization with the image/video content. For example, the audio content may be stored in the data store 110 as part of (a track of) a destination video. Optionally, two microphones may be provided to enable stereo recording.

The image processing (including the face swapping processes described herein) may be performed using one or more processing units, such as one or more graphics processing units (GPUs) 102-1 . . . 102-N and/or one or more Central Processing Units (CPUs), where one or more CPUs may optionally be utilized to supplement or replace the use one or more GPUs. A given GPU may include hundreds or thousands of core processors configured to process tasks and threads in parallel. A GPU may include high speed memory dedicated for graphics processing tasks. A GPU may be configured to render frames at high frame rates. A GPU may be configured to render 2-D and/or 3-D graphics, perform texture mapping, and render polygons at high speed.

A task allocator 104 may determine to which and to how many GPUs and/or CPUs to allocate graphics tasks from the animation application 106 and/or the face swapping application 108. The task allocator 104 may include or access one or more Central Processing Units (CPUs) that executes task allocation instructions, operating instructions, and/or other instructions. The task allocator 104 may designate which and to how many GPUs to allocate a given task based on one or more of the following criteria:

    • a user instruction provided via a user interface specifying how many GPUs and/or CPUs are to be assigned to a task (e.g., a generic face training task, a training task, a swapping task, an animation task, etc.);
    • the current utilization and availability of GPUs and/or CPUs;
    • the individual configurations of the GPUs and/or CPUs (where the GPU farm is non-homogenous and certain GPUs have more processing power, functionality and/or memory then other GPUs).

A display 112 may be configured to display content from the data store 110, from the GPUs 102, from the animation application 106, from the face swapping application 108, user interfaces, other data, and/or the like. The display 112 may be any type of display, including an LCD, OLED, plasma, projector, virtual reality, or augmented reality displays. For example, the virtual reality or augmented reality display may be in the form of a headset/goggles that include a display for each eye.

The display 112 may be configured to render two dimensional or three dimensional images. The display 112 may include multiple displays which display the output of different applications, GPUs, and/or different content from the data store 110. Thus, for example, a first display may display source content, a second display may display destination content, and a third display may display output content generated by the face swapping application 108.

As noted above, the animation application 106 may be configured to generate animated faces (and optionally other computer generated imagery) to be used as source images/videos. For example, the animation application may be configured to generate computer generated imagery (CGI), such as a face, by performing the sculpture/modelling of a character face, texturing, lighting, and rigging. The animated object, a face in this example, can be a two-dimension (2D) model or a three-dimensional (3D) model in 3D space.

In particular, the animation application 106 may enable some or all of the following CGI features to be controlled by a user (e.g., an animator) and/or rendered:

    • shading (e.g., how the brightness and/or color of a surface, such as a surface of a face, varies with lighting);
    • texture-mapping (e.g., applying detail information to surfaces or objects using maps);
    • bump-mapping (e.g., simulating small-scale bumpiness on surfaces);
    • shadows (e.g., effects of obstructing light);
    • reflection;
    • transparency or opacity (e.g., the degree and areas of sharp transmissions of light through solid objects, such as a face);
    • translucency (e.g., the degree and areas of scattered transmissions of light through solid objects, such as a face);
    • indirect illumination (e.g., where an object surface, such as a face, is illuminated by light reflected off other surfaces, rather than directly from a light source);
    • depth of field;
    • motion blur;
    • non-realistic rendering (e.g., making a face appear as a monster).

The animation application 106 may enable still additional features to be controlled by a user (e.g., panning, zooming in, zooming out, change focus, change aperture, and the like) and/or rendered.

The rigging may comprise an internal structure (optionally defined by the animator) as an interface. The rigging may include object components that deform the model of the face or other object. The animation application may provide an interface that enables a user to manipulate the rig to thereby control the deformations of the face or other object. Thus, the rig may be analogized to the functions of the strings of a marionette. The face (or other object) may be associated with properties such as elasticity and translucence.

Other techniques may be used to generate a CGI character or object that may be used as a source dataset (which may include one or facial images). Optionally, pre-existing imagery (e.g., real persons or items identified in motion pictures, television shoes, animations, other video content, still photographs or graphics, and/or the like) may be utilized to generate a CGI model. Such techniques may provide a more accurate model while reducing the time and computer resources needed to create the CGI model.

For example, a single camera or a multi-camera array (e.g., an oscillating camera array) may be utilized to capture images of an object or person from a variety of angles with varying lighting (e.g., optionally while varying lighting intensity and/or lighting angle using one or more motorized lights or lighting arrays). A photogrammetry process may be performed to obtain measurements (e.g., positions of surface points) from the captured images and the measurements may be utilized to generate a CGI model (e.g., a 3D model of a talking head).

By way of further example, echolocation may be utilized to identify shapes and features of a target object or person using echoes of emitted sounds, which in turn may be utilized to generate a CGI model (e.g., a 3D model). By way of still further example, magnetic resonance imaging (MRI) or computed tomography (CT) may be utilized to form images of a target object or person, which in turn may be utilized to generate a CGI model. By way of yet further example, laser imaging, light detection and ranging (LIDAR), and/or infrared imaging may be utilized to scan and form images of a target object or person, which in turn may be utilized to generate a CGI model.

Optionally, a CGI face can also be generated by other neural networks/models. By way of non-limiting example, a generative adversarial network (GAN) may be used in generating a CGI face. The GAN may include two neural networks, where a first neural network functions as a generative algorithm, while the second neural network (a discriminator) examines the generated faces of the first network to detect if the faces are real or not, thereby playing an adversarial function. The GAN may iteratively generate images based on photographs of real faces that the GAN learned from. The GAN may evaluate the new images generated by the GAN against the original faces.

Optionally, a neural network may be utilized to generate a CGI model. Optionally, a neural network may be utilized to transfer the style of a target object to a CGI model. By way of illustration one or more images may be generated according to combinations of features from source images (e.g., high level structures and contours of objects or persons) and features from style images (e.g., color and texture) at different levels of abstraction. Optionally, certain features, such as tattoos or makeup may be swapped from a body part of one real or animated person to a body part of another real or animated person.

Artificial intelligence, such as a learning engine, may be used to identify objects, such as faces in image/video content, and/or to perform a face swapping (or the swapping of other objects) process. For example, the learning engine may include a convolutional neural network (CNN), such as a deep CNN, an example of which is illustrated in FIG. 2A. The CNN may include an input layer 202A, one or more hidden layers 204A, and an output layer 206A. The neural network may be configured as a feed forward network. The neural network may be configured with a shared-weights architecture and with translation invariance characteristics. The hidden layers may be configured as convolutional layers (comprising neurons/nodes), pooling layers, fully connected layers and/or normalization layers. The convolutional deep neural network may be configured with pooling layers that combine outputs of neuron clusters at one layer into a single neuron in the next layer. Max pooling and/or average pooling may be utilized. Max pooling may utilize the maximum value from each of a cluster of neurons at the prior layer. Average pooling may utilize the average value from each of a cluster of neurons at the prior layer. Optionally, attention layers, configured to mask vectors, may be used as hidden layers (e.g., to mask image noise especially for scaled-up images). For example, an attention layer may enable the decoder to look-back at the encoder's hidden states based on its current state. This enables the decoder to extract only relevant information about the input tokens at each decoding, while excluding noise.

A specialized type of CNN, which may be referred to as an autoencoder, may optionally be configured to learn efficient data (image) codings in an unsupervised manner. As will be discussed in greater detail elsewhere herein, an autoencoder (AE) comprises neural networks (NN), with at least one hidden layer, that is trained to learn (or approximate) the identity function (where the NN output equals its input). Generally, the goal of the NN training (sometimes referred to as optimization) process is to minimize a loss (sometimes referred to as error, objective, or distance) function, computed on the output of the network, Y, and a target, T. Thus, during training, the goal is that Y should approach T, such that the loss decreases. This is also the case when training an AE, only the target is actually the input: T=X. In the literature, it is commonplace to refer to two separate parts of an AE, namely the encoder, and the decoder, where both the encoder and the decoder may comprise neural networks. The encoder maps (or encodes) an input, X, to some representation, C. Thus, C corresponds to an encoding of X. Conversely, the decoder maps (or decodes) the encoding, C, to a representation, Y—which is approximately (or exactly) the same as, X.

As will be described, an autoencoder may be utilized to perform the face swapping process. An autoencoder may attempt, optionally with a reduced dimensionality, to replicate input vectors at the output layer with a reduced set of neurons/nodes.

With reference to FIG. 2B, an example autoencoder includes an input layer 202B, an output layer 208B, an encoder 204B, and a decoder 206B. The encoder 204B in this example, maps the input (e.g., an image of a face) to generate a base vector (e.g., a latent image of the face). The decoder 206B maps the base vector (e.g., the latent image of the face) to a reconstruction of the original input (original image of the face). In this example, the output layer 208B has the same number of nodes/neurons as the input layer 202B to enable the input (an image of a face) to be reconstructed by the output, while minimizing the difference (the loss) between the output and the input.

In order to ensure that the autoencoder does not merely map the inputs directly to the outputs, the encoder 204B includes at least one hidden layer that optionally has fewer nodes/neurons than the input layer to thereby constrain the recreation of the input at the encoder output (in the base vector/latent image). Optionally, a hidden layer may have the same number of nodes or more nodes than the input layer. As illustrated, the encoder 204b and the decoder 206B share the base vector/latent image. For example, in certain instances it may not be necessary or desirable to have dimensionality-reduction. By way of non-limiting example, should the autoencoder be used to perform image de-noising, it may be desirable to add noise to the autoencoder input during training and try to reconstruct the noise-free input. In such an instance, a greater number of nodes may be used in one or more hidden layers than in the input layer (although in certain instances, a hidden layer may have fewer nodes than the input layer even in a de-noising application).

The encoder 204B and decoder 206B may include only a single hidden layer each or may include multiple hidden layers. Advantageously, the use of multiple hidden layers may result in improved compression. Further, advantageously, the use of multiple hidden layers may greatly reduce the computational resources needed to generate a base vector/latent image by the decoder 206, and to generate an output by the decoder 206B, and may reduce the amount of training data sets needed for training. Optionally, to increase the output resolution and fidelity, the number of nodes in a given layer (the layer width) may be dynamically increased to process the increase variables. However, increases in the layer widths may also increase the amount of memory needed to hold the corresponding vectors and data. Therefore, if relatively lower resolution is needed, the hidden layer width may be reduced, to thereby reduce the amount of memory and other resources needed. Optionally, such dynamic adjustment of layer widths may be performed using hardware-based neural network. Thus, the layer width and/or the number of layers may optionally be adjusted so that excess memory and processing resources are not utilized for a given desired resolution, and so that the desired resolution and fidelity are achieved.

A given node edge may be assigned a respective set of weights. Backpropagation may be used to adjust the weights each time the error is calculated to improve the autoencoder performance. Thus, training the autoencoder enables the encoder to represent the input (e.g., the image of a face or other base vector) in a more compact form (a lower dimensional representation of the face), which the decoder than attempts to reconstruct.

As will be described, the encoder 204B and decoder 206B may be trained using destination images with original faces. The encoder 204B (and optionally a different decoder) may also be trained using source faces. After training is performed, a latent face generated by the encoder 204B of the destination/original face may be feed to the decoder that was trained using the source face. The decoder trained using the source face will attempt to reconstruct the destination face, from the information relative to source face, resulting in a face that has the expressions and orientations of the destination face but having the source face.

Optionally, one or more intermediate networks may be utilized within the autoencoder to help learn more abstract representations. A first example intermediate network may include one layer or multiple fully connected layers. The layers may include convolutional layers, pixel upscaling layers, and/or one or more activation functions. The intermediate network may be functionally positioned between the encoder and decoder.

A second example intermediate network may be used to classification and manipulation of the latent image output from the encoder. The second example intermediate network may include one layer or multiple fully connected layers, and the layers may include convolutional layers, pixel upscaling layers, and/or one or more activation functions This second example intermediate network may be functionally positioned between the encoder and decoder. Such an intermediate network enables mapping and fine-tuning of generated features by determining which parts of the latent image relate to which features and then directly manipulating the latent image (e.g., shifting in x direction by x amount) before the latent image is fed to the decoder.

FIGS. 3A-3B illustrate an example learning engine (e.g., CNN autoencoder) generic face training process (3A) and an example learning engine (e.g., CNN autoencoder) target face training process (3B). The generic face training process optionally uses large numbers of images of different faces (e.g., hundreds of thousands or millions of facial images) so as to train the learning engine to be a “universal” encoder, useful with any (or large number of different) source images, optionally without further training of the encoder.

The generic face training images may be from one or multiple sources. The generic face training process may be utilized to train the learning engine to identify and classify faces in images and/or facial features (e.g., nose, eyes, mouth, etc.). The training process may be utilized to train the learning engine to replicate input vectors at the output layer with a reduced set of neurons/nodes, to thereby train the learning engine to perform face swapping.

At block 302A, generic face training images are accessed from one or more data sources. The data sources may be maintained and hosted by the same entity that maintains and operates the learning engine and/or may be maintained and hosted by other entities. As described elsewhere herein, the training images may be option from videos, where the presence of a face may be detected in a given frame or series of frames, the face may be isolated, and a determination may be made as to whether the face satisfies one or more criteria configured to be used to determine if the face images is suitable to be used for training (e.g., includes at least a threshold number of pixels, is not unduly blurred, etc.). Optionally, a given face image may be aligned (e.g., using a facial feature, such as the eyes, nose, and/or mouth as an alignment anchor).

At block 304A, one or more images are provided to the learning engine, including the encoder/decoder for generic face training. At block 306A, the learning engine attempts to identify/classify faces and/or features thereof, and the classification outputs are received. For example, the learning engine may be configured to generate a bounding box around what the learning engine has classified as a face. At block 308, the learning engine's classification may be examined (e.g., by a human or another face classification system) and a determination is made as to whether the classification is correct. At block 308A, a statistical analysis may be performed as to the overall classification accuracy of the learning engine for multiple classifications performed on respective images. For example, the average accuracy may be utilized:


Average accuracy=total correct classifications/total classifications

The determined accuracy may be compared to a minimum threshold accuracy. If the determined accuracy is equal to or exceeds the threshold accuracy, the process may end at block 310A. Otherwise, additional generic face training figures may be accessed and additional generic face training performed until the determined accuracy satisfies the accuracy threshold and/or until a certain amount of time has elapsed.

Referring now to FIG. 3B, at block 302B the example training process accesses the source animation data set for a given character. For example, the source animation data set may include animated images (a video) of different expressions (e.g., with different positions and/or movement of the mouth, lips, tongue, facial muscles, eyelids, eyebrows, nostrils, cheeks, forehead, wrinkles, teeth and/or the like), angles, and/or lighting of the face of the CGI character generated using the animation application 106. For example, nostrils may be flared to indicate arousal, lips may be positioned as a grin to indicate happiness, lips may be compressed to indicate anger or frustration, lips may be shaped into a pout to indicate sadness of uncertainty, lips may be pursed to indicate disagreement, a tongue may protrude from lids to indicate focus or disagreement, eyes may be widened to indicate excitement, big pupils may be used indicate arousal or interest, etc.

By way of illustration, the different expressions may include some or all of the following:

    • Anger (e.g., flared nostrils, eyebrows squeezed together to form a crease, eyelids tight and straight, slightly lowered head, eyes looking upwards through a lowered brow, tightening of facial muscles, tight lips);
    • Boredom (e.g., half-open eyelids, raised eyebrows, frowning lips, relaxed muscles, vacant gaze, immobile face);
    • Concentration (e.g., erect or pushed forward head, fixed eyes, reduced blinking, unconscious movement of tongue, slightly raised eyebrows);
    • Confusion (e.g., forehead and/or nose scrunched up, one eyebrow raised higher than the other, pursed lips);
    • Contempt (e.g., neutral eyes with one side of the lip turned up and pulled back);
    • Disgust (e.g., raised upper eyelid and lower lip, wrinkled nose, raised cheeks, flared nostrils, closed mouth);
    • Excitement (e.g., open-mouthed smile, wide eyes, raised eyebrows);
    • Fear (e.g., eyebrows raised and drawn together, wrinkled forehead, raised upper eyelid, tensed lower eyelid, whites of the eyes are visible, gaping mouth, tensed lips);
    • Frustration (e.g., inward slanting eyebrows that are squeezed together, raised chin, lips pressed together, frowning, mouth twisted to one side with a crease on the cheek);
    • Glare (e.g., tensed eyebrows, squinted eyes, intense gaze.);
    • Happy (e.g., smiling, teeth exposed or not exposed, raised cheeks, crow's feet or wrinkles near corners of the eyes, crescent shape of eyes);
    • Revolted (e.g., lips pulled back in a frown, chin lowered, tensed lips, eyebrows tensed and drawn together, wrinkled forehead, head pulled back);
    • Sad (e.g., inner corners of the eyebrows are drawn in and upwards, frowning of lips, jaw protrusion, pouting of lower lip, eyes cast down);
    • Seduction (e.g., fixed and intense eyes, biting lips, tilted head, slight smile, one eyebrow raised higher than the other);
    • Snarl (e.g., tensed eyebrows, squinted eyes, intense gaze, exposed teeth, and lips pulled back);
    • Surprise (e.g., widened eyes, gaping mouth, raised eyebrows, lowered chin, head held back).

Other example facial expressions may include aggression, arousal, contentment, contemplation, doubt, elation, exasperation, impatience, pleasure, suspicion, terror, wariness, etc.

In addition to capturing expressions of the animated face, transitions between expressions may be captured (e.g., from surprise to happiness to contentment, and so on). Such expression transitions may greatly contribute to the ability to perform high quality, accurate, face swapping. Optionally, several versions of each expression may be captured (e.g., captured from different angles and/or with illumination from different angles and/or with different intensities).

FIG. 8 illustrates example expressions on a CGI generated face.

At block 304B, frames are extracted from the source data set video. The faces in the source frames may be located and aligned (e.g., to remove any rotation relative to the frame base) to facilitate the face swapping operation. Optionally, other preprocessing may be performed. For example automatic time ‘tagging’ may be performed based on which faces are detected in the frames of the video, wherein timing data associated with when in the video a given face was identified may be stored in association with a face identifier.

For example, a tool/module may be provided which accesses a video, optionally renders a visual timeline (optionally in conjunction with a navigation scrubber) of the video overlaying or adjacent to a video player playback area, detects positions (and associated timing) where each unique real or CGI person's face (or other specified feature) is present, and then automatically adds text, image, and/or graphic tags (e.g., timestamps) to the video timeline indicating at which points a desired target face appears. The module may enable the video to be automatically cropped in accordance with such assigned tags, to thereby remove unneeded video content (e.g., footage that does not include a specified face) before further preprocessing is performed, thereby reducing processor and memory utilization.

Other example processing tools may be utilized to perform super-resolution and upscaling of dataset images, sorting tools to aid in the identification and removal of blurry or unwanted images, and the like. For example, a super resolution process may perform upscaling and/or improving details within an image. For example, a relatively low resolution input may be upscaled to a higher resolution, and the higher resolution image may have portions filled in where the details are essentially unknown. Such a super-resolution process may optionally be performed using a learning engine, such as a Generative Adversarial Network (GAN).

Blurry facial images may be detected using one or more techniques. For example, a Fast Fourier Transform (FFT) of an image may be generated and the distribution of low and high frequencies may be analyzed to detect whether the amount of high frequencies components are less than a certain threshold. If the amount of high frequencies components are less than the threshold, the image may be classified as blurry and removed from the image dataset to thereby reduce processor and memory utilization and improving the neural networks performance.

At block 306B, the destination data set is accessed. The destination data set may comprise a video including a real, non-CGI character whose face is to be replaced with the CGI face from the source data set. By way of example, the non-CGI character may be engaged in acting a part in a movie, video game, video podcast, music video, or the like. Optionally, the non-CGI character may be speaking or singing in the recording. Advantageously, the destination video may be captured at high resolution and at a high frame rate (e.g., 60-120 frames per second (fps) to provide smoother action), although lower frame rates (e.g., 24 or 30 fps) may be used. At block 308B, frames are extracted from the destination data set video. The faces in the destination frames may be located and aligned (e.g., to remove any rotation relative to the frame base) to facilitate the face swapping operation.

At block 310B, at least a portion of the extracted source and destination frames (with the faces aligned) are provided to the learning engine (e.g., a CNN autoencoder). Optionally the same encoder may be trained using both the extracted source frames and the extracted destination frames, but a first decoder may be trained using the latent images generated by the encoder from extracted destination frames, and a second decoder may be trained using the latent images generated by the encoder from extracted source frames. At block 312B, the autoencoder comprising the encoder and the first decoder is used to swap the CGI animated face from the source data set with the face in the destination data set.

At block 314B, a determination is made as to whether the swapping operation is sufficiently accurate and consistent. For example, the consistency of the face swapping operation may be evaluated by measuring the squared Euclidean distance of two feature vectors for an input and a face-swapped result. The determination as to whether the swapping operation is sufficiently accurate may be made by determining whether the squared Euclidean distance of two feature vectors is less than a first threshold. If the determination indicates that the face swapping is sufficiently accurate (or if the training tie has exceeded a time threshold), at block 3168 the training may be halted. If the determination indicates that the face swapping is not sufficiently accurate, additional source and/or destinations facial images may be provided to the autoencoder at block 310B and the training may continue. A user interface may be provided that enables the user to name and/or associate tags with the trained autoencoder (sometimes referred to as a model). Such naming and tagging abilities facility later identification and searching for a desired model.

Referring now to FIG. 3C, optionally, to reduce the number of images needed to perform training or generic face training (and the resources and time needed to perform such training), the system may use an automated tool and process configured to access, scan, and analyze source and destination datasets to construct highly efficient source dataset of a relatively reduced size. The process may analyze the destination dataset images to locate and identify specific pieces of source data that are needed in order to have an optimal/full destination dataset.

At block 302C, the source dataset and the destination dataset may be accessed from memory. For example, the process may access a large repository of labeled source data which includes images of a subject from a large number angle, lighting conditions, eye gaze angles, positions, mouth shapes, eyelid positions, eyebrow positions, etc.

At block 304C, the images (e.g., facial images) in the destination dataset and the source dataset may be aligned thereby enabling the process to better analyze the differences between the images in destination dataset and the source dataset. For example, the alignment may include alignment of some or all of the following aspects and features: face position, nose position, position of eyes, position of mouth, eye gaze angle, and position/shape of the mouth (e.g., open, closed, talking, smiling, tongue presence/position, etc.). By way of illustration, the process may identify the geometric structure of the faces in the images (e.g., identifying facial landmarks, such as jawline, face edges, etc.) and perform a canonical face alignment based on normalization, translation, scale, and/or rotation. Optionally, a transform may be applied to a facial image such that the landmarks on the input face match the landmarks of a second facial image or a supervised learned model. Optionally, the lighting may be analyzed in respective images to determine if there are lighting gaps that need to be supplemented.

Optionally, the alignment may be performed using one or more neural networks (e.g., deep convolutional neural networks, a Face Alignment Recurrent Network (FARM), or the like).

At block 306C, the process inspects the alignments of the faces in the source dataset to identify gaps in the source dataset relative to the destination dataset. For example, the process may identify images in the destination dataset that include certain facial angles, positions, frames for which there are not corresponding images in the source dataset. The process may also identify in the source dataset unneeded or unnecessary frames/data based on the scanned destination dataset (e.g., because there are no images of corresponding facial angles in the destination data set).

For example, after alignment is performed on images in the datasets, the alignment differences between a face image in a source dataset may be compared to corresponding face images in the destination dataset, and the mean square alignment differences may be calculated. If the mean square alignment differences are larger than a specified first threshold (indicating the alignment difference is too large), then a supplemental face image may be needed to fill the gap.

In addition or instead, the process may identify unneeded images/data in the source dataset (e.g., where the alignment differences are less than a specified second threshold)

At block 308C, images that are considered to be unneeded or unnecessary in the source dataset may be deleted (e.g., where the alignment differences are less than a specified second threshold), thereby reducing memory utilization needed to store such images and reducing processing resources that would otherwise be needed to process or analyze such images in the future.

At block 310C, facial images may be accessed or generated to fill the identified gaps in the source dataset.

Optionally, an algorithm may be used that enables the optimization of model hyperparameters/options which may be utilized to intelligently select optimized (e.g., best) values (e.g., given the performance and availability of GPUs and/or CPUs) for autoencoder training. The hyperparameters may include variables which determines the neural network structure and which may be set before training (e.g., before optimizing the node weights). Hyperparameters may include one or more of network weight initialization, number of hidden layers, activation function, momentum, dropout, learning rate (which represents how important is a weight change after a re-calibration), batch size, and/or the like.

The algorithm may use data obtained from multiple combinations of a given hyperparameter. Such data may include the amount of the change and its impact on memory utilization, optionally in combination with the other hyperparameters. A search function may be utilized that, based on constraints including a determined amount of available memory (e.g., dual ported Video RAM (VRAM)) and a specified desired resolution, returns an optimized (e.g., the best possible) combination of hyperparameters within the constraints. The impact of each hyperparameter may be determined in correlation to each other hyperparameter.

Thus, the foregoing process enables highly efficient, targeted training due to only the necessary data being present in the source dataset.

Conventionally, in order to create a talking head model using a neural network, it is desirable or needed to use a large dataset of images of a person. In certain scenarios, it may be desirable to generate a talking head model from only a few image views (or a single image) of a person.

Optionally, a single source image transfer process may be utilized in conjunction with or instead of the multi-image generic face training process. For example, meta-learning by a generative adversarial network may be performed on a large dataset of images (e.g., images obtained from videos or still images). Then, the generative adversarial network may be capable of few-shot or one-shot learning of neural talking head models of previously unseen people (e.g., as adversarial training problems with generators and discriminators). As described herein in greater detail, the generative adversarial network may include a generator that has a goal producing outputs that a discriminator is unable to distinguish from a given class of training data.

Multiple neural networks (e.g., including a generative adversarial network) may be utilized in a learned model, where each neural network is configured to perform a specialized part of the process. Advantageously, this architecture does not have to be retrained for each target video/face/person. Rather, the neural networks are generic face trained on a wide and deep dataset in order to learn how to generalize faces. Once the model generic face training is performed, the model may be used for “one-shot” reenactment and segmentation of a CGI face to a target image or images (e.g., a target video). For example, using a one-shot architecture may need only a single source face image and 1 to 5 destination face images in order to generate a reconstructed destination image face that has the likeness of the source face, while maintain the expression of the destination face. Thus, the one-shot architecture (implemented using a generative adversarial network) may be particular advantages where there is a paucity of source and/or destination images.

As similarly discussed above, a given neural network may be configured with an encoder and decoder, and may include an input layer, one or more hidden layers, and an output layer. A given neural network may be configured as a feed forward network. A given neural network may be configured with a shared-weights architecture and with translation invariance characteristics. The hidden layers may be configured as convolutional layers (comprising neurons/nodes), pooling layers, fully connected layers and/or normalization layers. The convolutional deep neural network may be configured with pooling layers that combine outputs of neuron clusters at one layer into a single neuron in the next layer. Max pooling and/or average pooling may be utilized.

The networks in a one-shot architecture may include an adversarial-style generator and discriminator/classifier. For example, a first neural network, which may be referred to as the generator, generates new data instances (e.g., synthesized faces in this example), while a second neural network, which may be referred to as the discriminator, evaluates the generated data instances for authenticity (where the discriminator decides whether each reviewed instance of data (a face) that it reviews belongs to the actual training dataset (e.g., of faces) or not. The discriminator takes in both real images and fake images generated by the generator and returns probabilities indicating the likelihood that the image is real or a generated face image. The generator will continuously improve its generation of faces to “fool” the discriminator. The one-shot architecture (using the generator) may generate output images (still images, video images) in high resolution (e.g., HD, 4K UHD, 4K, 8K, or 16K).

Referring to FIG. 10, an example one-shot (few shot (e.g., 1-100 images)) architecture is illustrated. A generator 1008 is initially trained using a source dataset 1004 of source images (that include faces). The source dataset 1004 is provided to a segmentation network 1006. The segmentation network 1006 may comprise a convolutional neural network (e.g., a Fully Convolutional Network (FCNs)) trained to recognize a body part, such as a face (e.g., excluding the neck, ears, hair, long beards, and objects that might obscure the face). The segmentation network 1006 may mask, highlight, label, or otherwise identify the body part.

The generator 1008 is configured to synthesize a real looking face (e.g., starting with random noise as an input). The discriminator 1010 is configured to attempt to identify whether the synthesized face is a real face or a synthesized face. The discriminator 1010 may comprise a neural network that performs classification, where the discriminator 1010 outputs the probability (e.g., in a range of 0 to 1) that image of a face is real. For example, during the training process, the discriminator 1010 may be provided real images of faces from the training source dataset 1004 a portion of the time (e.g., half the time) and fake, synthesized images of faces from the generator 1008 another portion of the time (e.g., half of the time), and attempt to accurately classify the faces as real or synthesized faces. A model error may be generated (minimax loss, Wasserstein loss, etc.) and backpropagated to adjust the generator 1008 neural network weights to improve the performance of the generator 1008 in generating a realistic face.

Other loss functions (which may be used for the one shot/few shot architecture or for the architecture illustrated in FIGS. 2A-2B) may include per-pixel loss. For example, the per-pixel loss function may be utilized (comprising summing the absolute errors between pixels), with respect to the architecture illustrated in FIGS. 2A-2B, toward the end of training to fine-tune certain more specific features. By way of further example, perceptual losses may be utilized (comprising summing the squared errors between pixels and taking the mean), which may provide much faster results (where the perceptual loss function is optimized using high level features extracted from already trained neural networks) and/or more accurate results. By way of example, a perceptual loss function may be utilized to compare high level differences between images, such as content and style discrepancies. By way of yet further example, triple-consistency loss function may be utilized. The triple-consistency loss function may reduce the distance between the outputs generated by the neural network for different routes to the target, independent of intermediate steps, and so may reduce gaps between input and target domain distributions.

If the generator 1008 is successfully trained, then the generator 1008 will generate highly realistic face (ideally, indistinguishable from real faces). The generator 1008 may then be fed destination images 1002 that include a face, and will swap a face likeness (e.g., optionally excluding the neck, ears, hair, long beards, and objects that might obscure the source face) from a source dataset (which may be a CGI face or a real face) for the destination image face to thereby generate a reconstructed destination image with the source face.

However, it is possible or likely that the face generated by the trained generator 1008 will not be perfectly integrated with the rest of the destination head (e.g., neck, ears, hair, long beards, etc.). For example, there may be holes, missing pixels, and/or blurriness in the reconstructed destination image. Hence, an image correction neural network 1012 may be utilized to perform inpainting, hole filing, and/or background replacement (e.g., to add background features from the original destination image that are missing from the generator outputted reconstructed image) on the reconstructed image provided by the generator 1008. For example, the image correction neural network 1012 may reconstruct missing parts of an image so that a view of the image is unable to tell that that regions of the image have undergone restoration.

The image correction neural network 1012 may be trained. For example, images corrected by the correction neural network 1012 may be analyzed, and a loss function (e.g., a cross-entropy error function, a mean squared error function, etc.) may be used to generate a model error value based on differences between pixel values of the image output by the generator 1008 (which may indicate missing pixels or blurriness) and the corresponding training image. The correction neural network weights may then be updated using the backpropagation. The result provides a much more realistic and accurate reconstructed image, with the destination head and expressions, and the source face.

If needed or desirable, a blending/merging component 1014 (which may comprise a neural network) may be utilized to perform further blending/merging operations on the output image generated by the correction neural network 1012.

FIG. 4 illustrates an example process for generating a source data set (e.g., an animated CGI face). A block 402, the character face is sculpted (e.g., using an animation application) by an animator to create a 3D model. Optionally, the character face may be configured to be rendered on volumetric basis (where a 3D model/data set is projected to 2D, approximating the integration of light rays cast into the volume). At block 404, texture may be added to the sculpted face. For example, bumps, wrinkles, a subdermal layer, a specular highlight map, translucency, and/or the like may be added to create a realistic skin.

At block 406, illumination may be specified. For example, direct illumination and/or indirect/global illumination may be specified. By way of further example, sunlight, fluorescent light, incandescent light, overcast, darkness may be specified. Optionally, the resultant source data set may be tagged with the specified illumination factors. At block 408, a facial expression or transition between facial expressions may be specified. Example facial expressions are described elsewhere herein (anger, aggression, boredom, concentration, contentment, confusion, contemplation, contempt, disgust, doubt, elation, exasperation, excitement, fear, frustration, glare, happy, impatience, pleasure, terror, wariness, sad, seduction, snarl, surprise, suspicion, terror, wariness, etc.).

At block 410, one or more virtual cameras are used to capture an image of the animated face with the specified expression at a first angle. A virtual camera may be in the form of software that works and may behave in a similar manner to an optical camera or digital camera would in the physical world. The virtual camera software, when executed, performs calculations to determine how the CGI object will be rendered based on the location and angle of the virtual camera. The virtual camera may be configured to perform such virtual camera functions as panning, zooming in, zooming out, change focus, change aperture, and the like. Optionally, the texture may be added after the virtual camera captures the image of the CGI face rather than before the virtual camera captures the image of the CGI face. In addition, a virtual light detector (e.g., a virtual integrating sphere) may be used to measure the direction and angle of light reaching the virtual camera.

At block 412, a determination is made as to whether the image capture scan of the animated face is complete. For example, the scan may have been set up to scan +/−60 degrees vertically and +/−90 horizontally relative to the center of the CGI face.

If the scan has been determined to be completed, the scan process is completed at block 418. Optionally, the scan process may be repeated with a different level, angle, and/or type of illumination.

If the scan has not been completed, the process proceeds to block 414. At block 414, (assuming the scan began a the maximum negative angle), the horizontal angle X is incremented by X increment degrees (e.g., 0.1, 0.5, 1, or 2 degrees) and/or the vertical angle Y is incremented by Y increment degrees (e.g., 0.1, 0.5, 1, or 2 degrees). Optionally, rather than changing the camera angle, the camera's position may be held constant and the face may be accordingly rotated in view of the virtual camera.

At block 416, the facial expression may be changed (e.g., to a next facial expression in a list of character facial expressions), and the process may proceed to block 410. The virtual camera may capture an image of the CGI face with the new expression. The resultant source data set may be tagged and/or named to indicate the illumination used. The animator may be provided with a user interface via which the source data set may be specified as well as one or more tags. The source data set may then later be located using a search engine, where the search engine will search for and locate source data sets whose name, tags, creation dates, and/or last edit dates match user-specified search criteria provided via a search user interface. The search results may then be presented to the user via one or more displays.

Optionally, once the source data set is completed, the resulting source video of the facial expressions (and transitions between the facial expressions) may be viewed. The display may be a virtual reality or augmented reality headset that enables the viewer to pause the source video and walk or navigate around the CGI face to view the face from any angle. The source video may be generated in high resolution (e.g., HD, 4K UHD, 4K, 8K, or 16K).

As noted above, one or more virtual cameras may be used to capture images of the CGI face. A tradeoff may be made as to how fast the image capture process is to be performed versus how much data needs to be processed. For example, 36 virtual cameras may be used, 6 virtual cameras may be used, or 1 virtual camera may be used, where the fewer the number of virtual cameras, the less processing resources needed.

FIG. 5 illustrates an example face swapping process. At block 502, the source data set of CGI facial images is provided to the trained artificial intelligence engine (e.g., the trained autoencoder (e.g., a generative adversarial network)). At block 504, the destination data set of CGI facial images (e.g., generated using one or more of the techniques described herein) is provided to the trained artificial intelligence engine. At block 506, the trained artificial intelligence engine performs the face swap (e.g., by feeding the destination data set facial images to the encoder trained using source and destination facial images and to the decoder trained using the source facial images), where the output has the CGI source face while preserving the expressions of the face in the destination images.

At block 508, the output video sequence images are rendered on a display (the destination image with the destination face replace with the CGI facial image). If the destination images were associated with a speech track recorded of the person in the source images speaking, the output may have the lips and facial expressions of the CGI face synchronized with the speech track so that it appears that the CGI face is speaking the recorded speech track in the same manner as the original face. Advantageously, the source data set and/or the destination data set may be high resolution and the output may be rendered in high resolution (e.g., HD, 4K UHD, 4K, 8K, or 16K).

At block 510, an animator may manually refine the face-swapped image(s). For example, the face-swapping may results in a certain amount of blurriness as a result of pixel loss, particularly with respect to certain features, such as teeth. Image processing tools may be provided to sharpen the image or selected portions thereof. Further, image processing tools may be provided to remove or reduce undesirable shadowing.

FIG. 9 illustrates example destination images and the resultant output images with the original face replaced using an autoencoder with a CGI face.

Optionally, the foregoing process may be utilized to perform manipulation on various facial or body features. For example, the foregoing process may be utilized to perform mouth manipulation, eye manipulation, body manipulation (optionally in combination with the face replacement process). Thus, for example the output of the process may generally maintain the integrity and likeness of the destination dataset, except as it relates to specified movements of specified facial or body features.

Conventionally, image processing operations, such as artificial intelligence engine training for identifying or swapping faces, or for performing face swapping, are complex for users to navigate. Therefore, conventionally, users may need to be highly skilled and trained. Disclosed herein are user interfaces that greatly simply the users experience in managing such image processing operations, and that reduce the need to navigate through multiple complex and confusing user interfaces.

FIG. 6 illustrates such an example user interface. The example user interface includes controls organized in function sets, such as a generic face training set of controls, a training set of controls, and a output video creation set of controls. A similar user interface (including a generic face training set of controls, an extract generic face training control, a specify number of processing units for generic face training control, an initiate generic face training control, a terminate generic face training control, an initiate training control, a terminate training control, a select model control, select destination audio control, a select source audio control, select frame size) may be utilized to manage voice processing operations, such as the generic face training, training, and output voice creation. Other controls may include controls for using the trained autoencoders, controls for cleaning and preprocessing the image datasets, and/or the like. For example, noisy images may be identified and removed from the dataset. Optionally, noisy images may undergo an image de-noising process (using spatial domain filtering, variational denoising, transform techniques, CNN-based denoising methods, and/or using other techniques).

Optionally, the graphical user interface may include hidden layer controls that enable a user to specify and control, for the autoencoder, the number of hidden layers and/or the hidden layer width for each layer. Optionally, the user interface may enable other tunable features to be specified, such as the use of reflection padding (where values are padded with the “reflection” or “mirror” of the values directly in the opposite direction of the edge of the “to be padded” shape), use of zero padding, use of casual padding, user of replication padding, specification of convolution kernel size, the use of an intermediate network within the autoencoder, the use of normalization (e.g., spectral normalization), the use of learn masks during training, and/or the like. This enables the user to optimize the autoencoder architecture for the desired resolution and fidelity (e.g., increasing the hidden layer width when higher resolution and fidelity is needed, and decreasing the hidden layer width when lower resolution and fidelity is needed to thereby reduce memory and processing utilization).

The generic face training set of controls includes a select generic face training data set control, when activated, causes a file selection user interface to be presented. The file selection user interface may generate a list of generic face training data sets (e.g., videos or still images) from a generic face training data set data store. A user may select a desired generic face training data set to be used in training.

An extract generic face training control, when activated, causes frames from the selected generic face training data set to be extracted. A perform generic face training control, when activated, causes the extracted frames from the selected generic face training data set to be provided to an artificial intelligence engine (e.g., an autoencoder) for generic face training.

A specify number of GPUs for generic face training control, when activated, causes a user interface to be presented via which the user may enter the number of GPUs in a GPU array that are to be used in performing the generic face training. The user interface may display the number of GPUs available based on a determination as to GPU availability.

A specify generic face training batch size control, when activated, causes a user interface to be presented via which the user may enter the number of extracted generic face training images that are to be used for a given training iteration (e.g., 0-32). For example, a relatively larger batch size result in a learning engine that more accurately identifies and classifies faces and/or facial features (e.g., eyes, nose, mouth), but may need more processing time and/or computing resources.

An initiate generic face training control, when activated, initiates the generic face training process of the artificial intelligence engine (e.g., an autoencoder) as discussed elsewhere herein using the extracted frames from the selected training data set.

A terminate generic face training control, when activated, causes the generic face training process to be manually halted. For example, a user may want to interrupt a generic face training process because it is taking too long or because the real-time results indicate that the current level of generic face training is adequate.

The training set of controls includes a select destination data set control, when activated, causes a file selection user interface to be presented. The file selection user interface may generate a list of destination data sets (e.g., videos) from a destination data set data store. A user may select a desired destination data set to be used in training.

A select source data set control, when activated, causes a file selection user interface to be presented. The file selection user interface may generate a list of source data sets (e.g., videos) from a source data set data store. A user may select a desired source data set to be used in training.

An extract training control, when activated, causes frames from the selected destination and source data sets to be extracted.

A specify number of GPUs for training control, when activated, causes a user interface to be presented via which the user may enter the number of GPUs in a GPU array that are to be used in performing the training. The user interface may display the number of GPUs available based on a determination as to GPU availability.

A specify training batch size control, when activated, causes a user interface to be presented via which the user may enter the number of extracted training images that are to be used for a given training iteration (e.g., 0-32). For example, a relatively larger batch size result in a learning engine that more accurately performs face swapping, but may need more processing time and/or computing resources.

An initiate training control, when activated, initiates the training process of the artificial intelligence engine (e.g., an autoencoder, such as an generative adversarial network) as discussed elsewhere herein using the extracted frames from the selected destination and source data sets.

A terminate training control, when activated, causes the training process to be manually halted. For example, a user may want to interrupt a training process because it is taking too long or because the real-time results indicate that the current level of training is adequate.

The output video creation set of controls includes a select model control, when activated, causes a model selection user interface to be presented. The model selection user interface may generate a list of models (e.g., trained autoencoders) in a trained model data store. A user may select a desired trained model to be used in performing a face swapping operation. Optionally, a model search field may be provided which enables the user to enter or select search criteria (e.g., a name, tags, creation date, last edit date, etc.). A search engine may then locate models that match the search criteria and generate a search results list that is presented to the user and from which the user can select a desired model. The search may automatically be limited to models, rather than files and data objects in general.

A select destination video control, when activated, causes a file selection user interface to be presented. The file selection user interface may generate a list of destination videos from a destination data set data store. A user may select a desired destination video to be used in performing the face swapping operation.

A select source video control, when activated, causes a file selection user interface to be presented. The file selection user interface may generate a list of source videos from a source data set data store. A user may select a desired source video to be used in performing the face swapping operation.

A select FPS control, when activated, causes a frame per second selection user interface to be presented. For example, the user interface may include a menu of FPS choices (e.g., 24, 30, 60, 120 fps) from which the user may select and/or the user interface may include a field via which the user may manually enter a desired FPS.

A specify number of GPUs for swap control, when activated, causes a user interface to be presented via which the user may enter the number of GPUs in a GPU array that are to be used in performing the face swapping process. The user interface may display the number of GPUs available based on a determination as to GPU availability.

A specify batch size control, when activated, causes a user interface to be presented via which the user may enter the number of source and destination images that are to be used for a given swap iteration (e.g., 0-32).

A specify output file format control, when activated, causes an output file format user interface to be presented. For example, the user interface may include a menu of file choices from which the user may select, such as MPEG, JPEG, etc.

A create video with swapped faces control, when activated, causes the face swapping process, described elsewhere herein, to be performed.

A terminate face swapping process control, when activated, causes the face swapping process to be manually halted. For example, a user may want to interrupt a face swapping process because it is taking too long or because the real-time results indicate that the output is unsatisfactory.

Optionally, during a face swapping process, a user interface may be provided that, in real time, shows at the same time the original destination image, the corresponding latent destination image, the original source image, the latent source image, and/or the estimated output of the face swapping process. FIG. 7 illustrates such an example user interface, including original destination, destination image, original source, latent source, and estimated output columns. Each row may represent another iteration. Other information presented via the user interface may include network loss values during training, predicted/learned masks for preview faces, and/or the like (which may optionally be presented via respective columns). This interface may enable a user to monitor the training progress and/or performance of an engine, such as an autoencoder, in real time. Based on the monitored progress, a user may elect to terminate a pre-training process, a training process, or a face swapping process.

Additionally, voice swapping may be performed using certain techniques disclosed herein. The voice swapping may be optionally performed in conjunction with face swapping. A first voice in an audio recording may be swapped with a second voice while maintaining the text and other features (e.g., emotions, etc.) from the first voice.

As will be described in greater detail herein, an autoencoder may be trained using voice samples. The autoencoder may include an input layer, an encoder configured to output a latent representation of the input voice data, and a decoder configured to attempt to reconstruct the input voice data from the latent representation of the input voice data. For example, the autoencoder may include a neural network. The neural network may be trained using frame error (FE) minimization criteria and the corresponding weights may be adjusted to minimize or reduce the error (e.g., the error squared over the source-target, training data set). Optionally, generative adversarial networks (GANs) may be utilized to capture and model the audio properties of a voice signal.

The generative adversarial networks may include a generator network that generates new data instances (e.g., synthesized voices in this example), while a discriminator network, evaluates the generated voice instances for authenticity (where the discriminator decides whether each reviewed voice instance belongs to the actual training dataset (e.g., of voices) or not. The discriminator takes in both real voices and fake voices generated by the generator and returns probabilities indicating the likelihood that the voice is real or a generated voice. The generator will continuously improve its generation of voices to “fool” the discriminator.

A source voice file exhibiting a plurality of vocal expressions and transitions between vocal expressions may be accessed. For example, the voice file may a subject dramatically reading a book, script, or the like. The voice file may include 10 kHz-20 kHz recording of phonetically-balanced read speech. The autoencoder or generator may be trained using the source voice file, and may also be trained using a destination voice file (e.g., of a destination voice dramatically reading a book, script, or the like, responding in an interview, etc.). By having source and/or destination training files specifically generated for the purposes of training autoencoders (rather than simply finding and utilizing random, pre-existing, non-purpose built, voice files posted on various websites or other public sources), the autoencoder training may be performed more quickly, using less processor and memory resources, while providing greater fidelity. The trained autoencoder or generator is used to generate an output where the voice in the destination voice record is swapped with the source voice, while preserving text and other characteristics (e.g., emotions, style, etc.) of the destination voice. For example, a male voice may be swapped with a female voice, or vice versa.

Initial training may be performed using utterances from many speakers (e.g., several hours of speech). For example, the training recordings may include hundreds or thousands of different speakers reading the same set of text (e.g., 5, 10, 20, or 30 sentences). The speakers may be of just once sex (e.g., male or female) or from both sexes (both male and female).

When the speech is being converted from a male to a female, the harmonics of the converted speech may be shifted to a lower frequency. Similarly, when the speech is being converted from a female to a male, the harmonics of the converted speech may be shifted to a higher frequency.

The input to the voice autoencoder and/or to the autoencoder decoder targets may be digitized raw waveforms, fundamental frequencies, and/or mel-frequency cepstral coefficients (extracted from the digitized waveforms) spectrogram (representing the voice spectrum). The mel-frequency cepstral coefficients (which may be periodically extracted from the voice recording (e.g., every 1 ms, every 3 ms, every 5 ms, every 10 ms, or other period) may be used as filter parameters for a filter used to derive fundamental frequency estimates. Optionally, the mel-cepstral coefficient vectors of the source voice and the target voice are aligned (e.g., using time warping) to account for the differences in duration of the utterances of the source and destination voices.

Optionally, a neural network may be utilized to perform a shift in pitch, frequency, and/or modulation, and/or synthesize audio with a similar pitch, frequency, and/or modulation to a source voice. A source audio dataset (e.g., shifted audio or synthesized audio) may be utilized to replace the content (speech or sounds) of a destination audio dataset (which may be associated with video content, such as that of the speaker of the audio in the audio dataset). An encoder may be utilized to generate spectrograms for both the source and target audio (e.g., source and target voices). Optionally, an encoder may be utilized to generate an autocorrelogram, a three-dimensional representation of sound where time, frequency and periodicity.

For example, the neural network may be utilized to manipulate the target spectrogram (or autocorrelogram) to bring it closer to the source spectrogram (or autocorrelogram). By way of further example, the neural network may be utilized to generate a new spectrogram the sound (e.g., speech) of the target but which resembles the pitch, frequency, and/or modulation of the source sound (e.g., speech). The neural network may utilize a trained vocoder for synthesizing the new target voice. For example, the vocoder may utilize a neural network architecture configured to perform audio synthesis by predicting a given audio sample at a time based on previously generated samples and certain conditions, such as a sequence of phonemes and/or fundamental frequencies.

Both the encoder and/or vocoder are optionally generic face trained on large datasets of human speech to provide generalized training. The encoder and/or vocoder may then be optionally trained and fine-tuned using the source audio. The neural network (which may be a dilated convolutional neural network) may optionally be used to synthesize the source audio (e.g., voice) spectrogram from text (to thereby perform text to speech conversion), and the neural network may be further used to adjust the pitch, frequency, and/or inflection of the source audio to match the target's pitch, frequency, and/or inflection. The model may be coarsely training on a large training dataset, the model may then undergo fine tuning training using a specific voice. Embeddings (low-dimensional, learned continuous vector representations of discrete variables) from the fine-tuned model may be used to fine tune the text-to-speech process.

FIG. 11 illustrates an example voice swap process. At block 1102, the source data set of voice records is provided to the artificial intelligence engine for training purposes. At block 1104, the destination data set of voice records is provided to the trained artificial intelligence engine. At block 1106, the trained artificial intelligence engine performs the voice swap (e.g., by feeding the destination data set voice records to the encoder trained using source and destination voice records and to the decoder trained using the source data records), where the output has the source voice while preserving the character (e.g., emotional prosody) and/or text of the voice in the destination voice records.

At block 1108, the output audio record may be generated with the source voice and the destination text and/or emotional prosody. The audio record may be played via an audio playback device (including a speaker). If the destination voice data was associated with a video track recorded of the person speaking in the source voice record, the voice in the output audio record may be synchronized with the lips and facial expressions of the person in the video.

Thus for example, one or more microphones (e.g., a stereo set of microphones) may be utilized to generate a source voice training set by capturing a source voice speaking a plurality of words using varying speech parameters (such as those described herein), wherein the captured source voice is captured to train autoencoders. An autoencoder may be trained using the source voice training set and using a destination voice speaking words using varying speech parameters.

Referring to FIG. 12, the trained autoencoder and a face swapping network (e.g., where the face swapping network may be configured using architectures described elsewhere herein) may be used to process audio/video media (e.g., from a video sharing site, a television show, a movie, etc.). The audio/video media may comprise a video track and an audio track, wherein the audio track includes the destination voice speaking words and the video track includes images of a destination face having lips synchronized with the destination voice. At block 1202, the audio/video media is accessed (e.g., from local memory, remote storage, via a streaming source, or otherwise). At block 1204, the trained voice swapping autoencoder may be used to generate a modified audio track using the destination voice in the original audio track as an input, where the destination voice is swapped with the source voice, while preserving the words of the destination voice, so that the source voice is speaking the words of the destination voice (optionally with the intonation, frequency, and/or pitch of the destination voice, or optionally with a modified intonation, frequency, and/or pitch).

At block 1206, the face swapping network may be used to generate a modified video track wherein the face swapping network replaces the destination face likeness with a source face likeness while preserving the facial expressions of the destination face.

At block 1208, the modified video track and the modified audio track may be used to generate modified audio/video media, optionally with the destination head (e.g., hair, ears, hat etc.) having the source face likeness speaking the destination voice words with certain destination voice characteristics (e.g., inflection, pacing, etc.) but using the source voice. The modified audio track may be synchronized with the modified video track, so that the source face (on the destination head) is speaking using the source voice, but with the facial and vocal expressions of the destination face and destination voice. The modified audio/video media may then be played by a media player and/or distributed (e.g., via a streaming platform, via a download platform, via physical memory media, or otherwise) for playing or further editing by user devices.

A many-to-one training process will now be described that may be used to train an encoder for use with very large numbers of different faces. A resulting autoencoder will take a source face image and a target face image, and produce a new face image that has the attributes of the target face (pose, lighting, eyeglasses, etc.), but has the identity of the source face. Although the description may refer to a given image containing a source face, the described face swapping operation may be performed for a plurality of video frames containing a source face (e.g., one or more sets of sequential frames), where an autoencoder maps the target face onto the source face, while preserving the expressions, motions, pose, and lighting of the source face.

Many-to-one training refers to the process of creating a “universal” encoder which can be used to generalize to any input face or large numbers of input faces (e.g., faces of a common gender and/or ethnicity), and which may be used in an autoencoder in performing face swapping.

The generalized encoder may then be used in training individual, specialized decoders for specific target faces (e.g., actual human faces or CGI faces), with the goal of being able to use any source face (or any face within a large set of faces, such as faces of a common gender and/or ethnicity) as an input with the mapping of the source face expressions to the target face. While the decoder is being trained, the encoder node weights may be frozen to prevent the encoder (already trained to learn a very robust, general encoding scheme for human faces), from “unlearning” when using the encoder during training of the specialized decoders.

As described elsewhere herein, when an autoencoder is to be used to perform paired image-to-image translation (where one image's characteristics are mapped onto another image), two datasets (a source dataset and a target dataset) may be used to train the autoencoder to perform a face swap, where a face from a source image is swapped onto a face appearing in a target image (e.g., a face in photograph or video frame).

As described herein, rather than requiring paired image-to-image translation, an autoencoder may be configured to perform unpaired image translation via a many-to-one training process. Further, rather than using both a large source dataset and a large target dataset for training, only one large dataset needs be used for initial training. This reduces the memory that would otherwise be needed to store two large datasets.

Still further and advantageously, training may optionally be performed on one autoencoder decoder during a multistage training process, rather than on two decoders for a given target. Such a training process utilizes less memory and computer resources than techniques that require the training of multiple decoders. Further, such a training process may reduce the training time. Nonetheless, training may be performed on two autoencoder decoders during a multistage training process, which may provide more accurate results (although the training process may take longer).

As will be described, a first encoder and a first decoder may be trained at a first stage of training (where the goal is to train the encoder and not the decoder that will be used in performing face swapping in a production environment), and then a second decoder may be trained at a second stage of training (in conjunction with the encoder trained at the first stage, but now with the encoder's weights fixed) for use in performing face swapping in a product environment.

Thus, as described herein, an aspect of the present disclosure relates to a multistage training process. At a first stage, an autoencoder, including an encoder and decoder, is trained using a large dataset of facial images. For example, the dataset may include hundreds of thousands or millions of images of faces of different people. The dataset may be selected to be large enough to act, in effect, as a universal representation of a human face (e.g., where the dataset incorporates human faces of many different shapes, sizes, genders, ethnic groups, etc., from many different angles, optionally under different lighting conditions). Optionally instead, different datasets (which may still include hundreds of thousands or millions of images) may be generated for large sets of types of people, such as for different genders and/or different ethnic groups.

The images included in the dataset may be selected from one or more sources based on one or more criteria, such as one or more of the criteria discussed below. All the criteria may optionally need to be satisfied or a threshold number of specified criteria may need to be satisfied in order for a given image or set of images to be included in the training dataset.

For example, some or all of images in the dataset of images may be obtained from one or more videos (e.g., from video frames from thousands, hundreds of thousands, or millions of videos, which may, for example, be posted on open source video sharing sites accessible over a network, such as the Internet). Optionally, in order for a given face from an image to be included in dataset and used for training, multiple images of the given face may need to be identified in a data source (e.g., a video). Optionally, a threshold number of images of a given face captured at different angles (e.g., from anitem of video content) may be required in order to be included in the dataset. Optionally, the different angles may be required to be within one or more corresponding sets of angle ranges. By way of illustrative example, the criteria may require at least 4 images of a given face captured in the range of 0 to +/−15 degrees, 3 images captured in the range of +/−16 to +/−35 degrees, and 2 images captured in the range of +/−36 to +/−48 degrees.

By way of further example, a threshold number of the images of a given face may need to meet specified temporal consistency criteria. For example, a threshold number of images of a given face may need to captured in a time sequence (e.g., in an item of video content), where the time between sequential images of the face is less than a threshold number of time units (e.g., where each image needs to be captured within 2 seconds of a previous image of the face). By way of illustrative examples, such temporal consistency may capture a face forming a smile, a pout, a frown, an expression of surprise, etc. Advantageously, such temporal consistency enables an autoencoder to be trained to recognize and reconstruct such facial expressions with high accuracy. Thus, by way of illustration, a rule may specify that at least 10 sequential images of a face be captured, where the maximum time between sequential images is no greater than 3 seconds, in order to qualify to be included in the training dataset.

By way of still further example, facial images may be selected that satisfy a certain minimum facial image size threshold (e.g., such as a minimum height and/or width, such as 22×22 pixels, 128×128 pixels, 512×512 pixels, or other size that ensure the desired quality).

By way of additional example, images may be selected to be included in the image dataset based on certain image source properties. For example, the image source may be specified as being a video source of a specified minimum resolution (e.g., HD (1,920 by 1,080 pixels), 4K (3,840 by 2,160), or 8K (7,680 by 4,320)).

In order to detect the presence (and optionally the size) of a face in an image to determine whether the image should be included in the dataset the facial images, a face detection engine may be utilized.

For example, the face detection engine may utilize a classifier trained to identify whether faces are present in an image and to differentiate between non-facial images and images that contain faces. For example, the face detection engine may be configured to use filters in extracting structural features of an object in an image and to determine whether the object is a face based on the presence (or lack thereof) of facial features. The face detection engine may draw/place a bounding box around a face and/or facial feature when identified.

Optionally, a learning engine may be utilized to identify the presence of a face in in image. For example, a Multi-Task Cascaded Convolutional Neural Network (MTCNN) may be trained and utilized to identify the presence of a face and may be trained to identify facial landmarks, such as eyes, nose, mouth, and/or ears.

The MTCNN may include neural networks (e.g., comprising an input layer, an output layer, one or more hidden layers, and optionally a pooling layer) in a cascade structure. The MTCNN may generate an image pyramid, where a given images is scaled to a range of different sizes. A first network/model may be a relatively shallow network (with relatively few hidden layers) and may be configured to quickly propose candidate facial regions and to place corresponding bounding boxes. A second network/model may be relatively more complex with more hidden layers and may be configured to refine the bounding boxes to quickly filter out image/bounding boxes that it determines do not include facial features. A third network/model may be relatively yet more complex with more layers than the second network/model and may be configured to analyze the filtered image set from the second network and to propose facial landmark positions (e.g., mouth, nose, and/or mouth).

Optionally, prior to performing the face detection process, a given image may be processed to sharpen edges in the image, to blur edges in the image, and/or to align objects detected in the image. Optionally, in addition or instead, images that have been determined to have a face present, using the face detection engine, may be processed to sharpen edges in the image, to blur edges in the image, and/or to align objects (e.g., faces) detected in the image.

For example, the alignment may include alignment of some or all of the following aspects and features relative to a reference face (e.g., a canonical face) or angle: face position, nose position, position of eyes, position of mouth, eye gaze angle, and position/shape of the mouth (e.g., open, closed, talking, smiling, tongue presence/position, etc.). By way of illustration, the geometric structure of the faces in the images (e.g., identifying facial landmarks, such as jawline, face edges, etc.) may be identified and a canonical face alignment may be performed based on normalization, translation, scale, and/or rotation. For example, one or more of the foregoing facial features may be used as an anchor when performing alignment. Optionally, a transform may be applied to a facial image such that the landmarks on the input face match the landmarks of a reference facial image or a supervised learned model. Optionally, the lighting may be analyzed in respective images to determine if there are lighting gaps that need to be supplemented.

Optionally, the alignment may be performed using one or more neural networks (e.g., deep convolutional neural networks, a Face Alignment Recurrent Network (FARN), or the like).

Optionally, if a detected face has less than a threshold height and/or width (e.g., in pixels), the image may be excluded from the dataset.

Optionally, if a detected face has more than a threshold amount of blur the image may be excluded from the image dataset. Several different techniques may be utilized to detect blur. For example, a channel of the image (e.g., greyscale) may be convolved with a Laplacian kernel. The variance of the response (e.g., the standard deviation squared) may be determined. If the variance is less than a pre-defined threshold, then the image may be categorized as blurry and excluded from the dataset. This is because if the variance is sufficiently low, this indicates a very narrow spread of responses, and hence the image is relatively free of edges (indicating blurring). If the variance is greater or equal to the pre-defined threshold the image may be categorized as non-blurry and so will not be excluded from the image dataset on account of blurriness.

By way of further example, blurriness may be determined by taking a Fast Fourier Transform of the image, and then analyzing the distribution of high frequencies and of low frequencies. If the amount of high frequencies falls below a pre-defined threshold, then the image may be categorized as blurry and may be excluded from the dataset.

As discussed elsewhere herein, a given neural network utilized to perform a face swapping operation may be configured with an encoder and decoder, and may include an input layer, one or more hidden layers, and an output layer. A given neural network may be configured as a feed forward network. A given neural network may be configured with a shared-weights architecture and with translation invariance characteristics. The hidden layers may be configured as convolutional layers (comprising neurons/nodes with associated node weights), pooling layers, fully connected layers and/or normalization layers. The convolutional deep neural network may be configured with pooling layers that combine outputs of neuron clusters at one layer into a single neuron in the next layer. Max pooling and/or average pooling may be utilized. The width of one or more of the layers (e.g., the hidden layers may be wider than those of the encoders discussed above to provide increased capacity.

Optionally, the encoder may include a series of downscaling convolutions followed by a series of fully connected (linear) layers. In addition, optionally one or more types of attention techniques may be utilized. Attention, with respect to neural networks and deep learning may comprise a vector of importance weights. For example, in order to predict or infer a pixel (or set of pixels) in an image, an estimate is generated using the attention vector indicating how strongly it attends to (is correlated with) other pixels). The sum of the values may be weighted by the attention vector as the approximation of the target. Advantageously, the use of an attention module enables the model to focus and expend computation resources on elements worthy of attention and reduces of eliminates unneeded computation on unattended elements.

Optionally, a self-attention network module may be utilized that has n inputs, and returns n outputs. The self-attention network enables inputs to interact with each other (“self”) and which inputs should be paid more attention. Corresponding attention scores may be generated for the inputs and/or interactions. The encoder may output aggregates of such interactions and attention scores. Thus, input-dependent dynamic attention weights for aggregating a sequence of hidden states may be generated.

Optionally, in addition or instead, a gated-attention network module may be utilized configured to dynamically select a subset of elements (e.g., pixels) to attend to. The gated-attention network module may be configured to compute attention weights to aggregate the selected elements.

Optionally, in addition to or instead, a split-attention network module may be utilized. The split-attention network module may be configured to distribute attention to different feature-map groups. Thus, the split-attention network module may be configured to provide channel-wise attention on several network branches to use their success in capturing cross-feature interactions and learning diverse representations. The split-attention network module may be more accurate and provide improved learning transfer.

Optionally, rather than using the linear layers in the encoder, residual blocks may be utilized to reduce memory utilization.

Optionally, the autoencoder may be a Variational Autoencoder (VAE), whose encodings distribution is regularized during training, thereby ensuring that the VAE's latent space has properties enabling complex generative models of data to be generated and fit to large datasets. As similarly discussed above, the encoder may be configured to compress image input data into a latent space. The VAE may be configured to infer good values of the latent variables given observed data. Optionally, the latent image generated using the encoder may be “shifted” or manipulated during inference. Optionally, mapping can be automatically performed using another neural network.

Optionally, to further enhance training, labels may be provided to the encoder, decoder, and/or discriminator during training to enable the autoencoder to learn to control its output. Optionally, such labels may be passed in during inference (e.g., “Smile”, “Frown”, etc.).

Optionally, an intermediate neural network output may be added as an input to the decoder as similarly discussed elsewhere herein (e.g., to enhance abstract representation learning). Optionally, a specific encoder may be used in addition to the universal encoder which provides controllable, inference-time information. Optionally, a supplementary network may be used to manipulate the decoders output (e.g., to enhance texture, lighting, pose, etc.).

Referring now to FIGS. 13 and 14, an example process for training and utilizing an autoencoder (and corresponding autoencoder configurations) will be described, where an aligned target face (e.g., a CGI face or a human face) may be translated to a destination/source face, where the autoencoder encoder was not trained to specifically translate the target face. The disclosed process is configured so that a large diversity of source faces may be input by the trained autoencoder, and an output is generated where the input face is swapped with the target face, with the facial expressions, lighting and/or other features from the source image are substantially preserved.

At block 1302, an autoencoder, comprising an encoder and decoder, is trained using a large image dataset comprising hundreds of thousands or millions of faces (e.g., from video content and/or still images). The dataset may be created using some or all of the dataset criteria discussed above. For example, the criteria may optionally require that a threshold number of images of a given face captured at different angles be available, that certain temporal consistency criteria be met, that certain source requirements be met (e.g., from a video source having a minimum resolution), that certain face size criteria be met (e.g., a minimum face height and/or width), that certain sharpness or blur criteria be met, and/or that certain lighting criteria be met. As part of the training process, the autoencoder will encode a given facial image using the encoder and will then attempt to recreate the face (sometimes referred to as “predicting the face”) using the decoder.

For example, the autoencoder configuration 1402 illustrated in FIG. 14 may be utilized during the training process. The illustrated autoencoder may optionally be configured similarly to that of FIG. 2B. As similarly discussed above, the autoencoder may include an input layer, an output layer, an encoder ENCODER-1, and a decoder DECODER-1. The encoder ENCODER-1 maps the input (e.g., an image of a face) to generate a base vector (e.g., a latent image of the face). The decoder DECODER-1 maps the base vector (e.g., the latent image of the face) to a reconstruction of the original input (original image of the face). In addition, a pixelwise evaluator is provided that may be used to generate an error value as will be described.

At block 1304, a determination is made using the pixelwise evaluator as whether the autoencoder is sufficiently accurate in re-generating/predicting the face (e.g., by determining one or more error values corresponding to the difference between the input facial image and the regenerated/predicted facial image). For example, the sum of squared errors (SSE) or the mean squared error (MSE) error functions may be used by the pixelwise evaluator to determine the accuracy of the autoencoder in predicting the input face. For example, sum of squared distances may be calculated between the target values of the input facial image and the predicted values generated by the autoencoder. The error value may be backpropagated to adjust the autoencoder encoder ENCODER-1 and decoder DECODER-1 neural network node weights to thereby improve the performance of the autoencoder in re-generating/predicting the input face.

If the accuracy is greater than a pre-determined threshold, then the next stage of training may be performed. However, the first stage of training does not need to result in a highly accurate regeneration of the input face by the autoencoder. For example, a threshold amount of blur (a lack of fine detail) may be acceptable at this stage as long as certain facial features (e.g., the eyes, nose, and/or mouth) are identified and/or certain lighting conditions (e.g., shadowing) are detected. Thus, the process may determine whether certain criteria are met (e.g., less than a threshold amount of blur) prior to performing the next stage of training. This permits relatively quick training of the encoder ENCODER-1 to be performed, with a reduction in the amount processor computing resource and memory utilization. Otherwise, given the large size of the image dataset, it may take an extended amount of time to train the encoder ENCODER-1 to provide a high quality, low blur output, and it may require a prohibitive amount of computer resources.

If the autoencoder error is greater than a first predetermined threshold, then the process may return to block 1302 and additional training may be performed using additional facial images. If the error is less than the first predetermined threshold, then a determination may be made that the encoder ENCODER-1 has been sufficiently trained to be used as a “universal encoder”, where the encoder ENCODER-1 may be used to encode faces for which the encoder ENCODER-1 has not been specifically trained. Optionally, rather than having a single universal encoder, different encoders may be trained for different ethnic groups and/or genders using corresponding training datasets. The process may proceed to block 1306.

At block 1306, a second stage of training may be performed. At this stage, the encoder weights may be fixed or substantially fixed at the weight values from the first stage of training. However, the decoder may be more finely tuned using a desired target face (where the expressions of the source face are translated to the target face) so as to be configured to more accurately predict fine/high frequency details. Optionally, rather than using the decoder DECODER-1 trained at the first stage, a different decoder (e.g., an untrained decoder DECODER-2) may be used. If a different decoder is used at the second stage, then the decoder DECODER-1 used and trained at the first stage of training may optionally be deleted from memory or overwritten in memory to thereby reduce memory utilization.

As at the first stage, MSE or SSE may be used to determine the error using the pixelwise evaluator. Optionally, adversarial criteria, evaluated using the adversarial evaluator (e.g., a discriminator) of the autoencoder configuration 1404 illustrated in FIG. 14 may be used in training the decoder DECODER-2.

For example, the autoencoder may suffer from “blurry output” issues common to generators trained with just mean squared or least squared error functions. Adversarial training may improve the fine detail in the resulting output image. Optionally, adversarial training may be utilized at each training stage, or at only one training stage (preferably the second stage). There are clear improvements when adversarial training is used during the specialized decoder training. An example of an adversarial evaluator, in the form of an adversarial network, is described elsewhere herein. It has also been determined via experimentation that multi-scale adversarial loss (where various resolutions are provided to various versions (depths) of the discriminator) and their loss summed proved beneficial.

A patch-based discriminator may be used and may provide excellent performance, particularly when training a decoder for a specific target face. The patch-based discriminator may output feature maps and a least squared error function may be utilized to generate the error used in updating weights in a backpropagation process.

By way of illustration, a discriminator, comprising a neural network, takes in both real target face images and the predicted face from the decoder, and returns probabilities indicating the likelihood that the predicted face is the original target face image or a generated, predicted face image. The decoder will continuously improve its generation of faces to “fool” the discriminator so that the discriminator cannot accurately determine whether a face is the original target face or a predicted face.

At block 1310, a determination is made as whether the decoder is generating a sufficiently accurate re-generated, predicted face (e.g., using an error function). If the decoder is not sufficiently accurate, the second stage training process may continue. If the decoder is sufficiently accurate, the process may proceed to block 1312, the “universally” trained encoder and the decoder specifically trained using the target face may translate the aligned facial image of any person (including a person's whose image was not used to train the encoder or decoder) so as to retain the appearance of the target face but the expression the face in the aligned facial image (the source face). The autoencoder configuration 1406 illustrates the autoencoder using the trained encoder ENCODER-1 and the trained decoder DECODER-2 which be used to perform the face swapping operation to generate the reconstructed image. The resulting image will have the matching expression, texture pose, lighting, and other features. Optionally, as discussed above, the autoencoders disclosed herein includes one or more intermediate networks configured to enhance abstract representation learning and may include one or more networks or other modules to perform postprocessing. Optionally, the autoencoders disclosed herein have an output with a HD, 4K UHD, 4K, 8K, or 16K resolution.

Thus, systems and methods are described herein that perform face swapping operations in a more computer-resource and time efficient manner, while providing a more realistic and higher resolution output than currently available conventional methods. It is understood that although reference may be made wherein to face swapping for illustrative purposes, the disclosed systems an method may be used to swap other items instead of or in addition to human faces.

The disclosed processes may be performed in whole or in part by a user device, a local system, and/or a cloud-based system. For example, some or all of a given disclosed process may be executed by a secure, cloud based system comprised of co-located and/or geographically distributed server systems (which may include cloud-based GPU systems). Information may be received by the cloud-based system from one or more terminals. A terminal may include or be connected (via a wireless or wired connection) to one or more sensors, such as one or more microphones, one or more cameras (e.g., front facing and/or rear facing cameras, and/or the like. A terminal may include a display, a wired network interface, a wireless local network interface and/or wireless cellular interface.

The methods and processes described herein may have fewer or additional steps or states and the steps or states may be performed in a different order. Not all steps or states need to be reached. The methods and processes described herein may be embodied in, and fully or partially automated via, software code modules executed by one or more general purpose computers. The code modules may be stored in any type of computer-readable medium or other computer storage device. Some or all of the methods may alternatively be embodied in whole or in part in specialized computer hardware. The systems described herein may optionally include displays, user input devices (e.g., touchscreen, keyboard, mouse, voice recognition, etc.), network interfaces, etc.

The results of the disclosed methods may be stored in any type of computer data repository, such as relational databases and flat file systems that use volatile and/or non-volatile memory (e.g., magnetic disk storage, optical storage, EEPROM and/or solid state RAM).

The various illustrative logical blocks, modules, routines, and algorithm steps described in connection with the embodiments disclosed herein can be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. The described functionality can be implemented in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosure.

Moreover, the various illustrative logical blocks and modules described in connection with the embodiments disclosed herein can be implemented or performed by a machine, such as a general purpose processor device, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A general purpose processor device can be a microprocessor, but in the alternative, the processor device can be a controller, microcontroller, or state machine, combinations of the same, or the like. A processor device can include electrical circuitry configured to process computer-executable instructions. In another embodiment, a processor device includes an FPGA or other programmable device that performs logic operations without processing computer-executable instructions. A processor device can also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration. Although described herein primarily with respect to digital technology, a processor device may also include primarily analog components. A computing environment can include any type of computer system, including, but not limited to, a computer system based on a microprocessor, a mainframe computer, a digital signal processor, a portable computing device, a device controller, or a computational engine within an appliance, to name a few.

The elements of a method, process, routine, or algorithm described in connection with the embodiments disclosed herein can be embodied directly in hardware, in a software module executed by a processor device, or in a combination of the two. A software module can reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of a non-transitory computer-readable storage medium. An exemplary storage medium can be coupled to the processor device such that the processor device can read information from, and write information to, the storage medium. In the alternative, the storage medium can be integral to the processor device. The processor device and the storage medium can reside in an ASIC. The ASIC can reside in a user terminal. In the alternative, the processor device and the storage medium can reside as discrete components in a user terminal.

Conditional language used herein, such as, among others, “can,” “may,” “might,” “may,” “e.g.,” and the like, unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without other input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment. The terms “comprising,” “including,” “having,” and the like are synonymous and are used inclusively, in an open-ended fashion, and do not exclude additional elements, features, acts, operations, and so forth. Also, the term “or” is used in its inclusive sense (and not in its exclusive sense) so that when used, for example, to connect a list of elements, the term “or” means one, some, or all of the elements in the list.

Disjunctive language such as the phrase “at least one of X, Y, Z,” unless specifically stated otherwise, is otherwise understood with the context as used in general to present that an item, term, etc., may be either X, Y, or Z, or any combination thereof (e.g., X, Y, and/or Z). Thus, such disjunctive language is not generally intended to, and should not, imply that certain embodiments require at least one of X, at least one of Y, or at least one of Z to each be present.

While the phrase “click” may be used with respect to a user selecting a control, menu selection, or the like, other user inputs may be used, such as voice commands, text entry, gestures, etc. User inputs may, by way of example, be provided via an interface, such as via text fields, wherein a user enters text, and/or via a menu selection (e.g., a drop down menu, a list or other arrangement via which the user can check via a check box or otherwise make a selection or selections, a group of individually selectable icons, etc.). When the user provides an input or activates a control, a corresponding computing system may perform the corresponding operation. Some or all of the data, inputs and instructions provided by a user may optionally be stored in a system data store (e.g., a database), from which the system may access and retrieve such data, inputs, and instructions. The notifications/alerts and user interfaces described herein may be provided via a Web page, a dedicated or non-dedicated phone application, computer application, a short messaging service message (e.g., SMS, MMS, etc.), instant messaging, email, push notification, audibly, a pop-up interface, and/or otherwise.

The user terminals described herein may be in the form of a mobile communication device (e.g., a cell phone), laptop, tablet computer, interactive television, game console, media streaming device, head-wearable display, networked watch, etc. The user terminals may optionally include displays, user input devices (e.g., touchscreen, keyboard, mouse, voice recognition, etc.), network interfaces, etc.

While the above detailed description has shown, described, and pointed out novel features as applied to various embodiments, it can be understood that various omissions, substitutions, and changes in the form and details of the devices or algorithms illustrated can be made without departing from the spirit of the disclosure. As can be recognized, certain embodiments described herein can be embodied within a form that does not provide all of the features and benefits set forth herein, as some features can be used or practiced separately from others. The scope of certain embodiments disclosed herein is indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims

1. (canceled)

2. An electronic image processing system, comprising:

a network interface;
at least one computing device;
computer readable memory including instructions operable to be executed by the at least one computing device to perform a set of actions, configuring the at least one computing device to perform operations comprising: access a data training set, comprising images of different faces; access a first autoencoder configuration, comprising: a first encoder, and a first decoder; train, using at least a pixelwise evaluator, the first autoencoder configuration comprising the first encoder and the first decoder using data training set, wherein node weights associated with the first encoder and node weights associated with the first decoder are modified in response to an output of the pixelwise evaluator; access a second autoencoder configuration, comprising the first encoder, trained in the first autoencoder configuration, and a second decoder; train with respect to a first specific target face, using a plurality of images of the first specific target face and at least adversarial criteria, the second decoder in the second autoencoder configuration, wherein node weights associated with the first encoder are fixed and not modified, wherein node weights associated with the second decoder are modified; use an autoencoder configuration comprising: the first encoder, trained in first autoencoder configuration using the data training set, comprising images of different faces, and the second decoder, trained using the plurality of images of the first specific target face, to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

3. The electronic image processing system as defined in claim 2, wherein the training of the second decoder with respect to a first specific target face, using a plurality of images of the first specific target face and at least adversarial criteria further comprises using a patch-based discriminator in training the second decoder.

4. The electronic image processing system as defined in claim 2, wherein the training of the second decoder with respect to a first specific target face, using a plurality of images of the first specific target face and at least adversarial criteria further comprises using a multi-scale adversarial loss.

5. The electronic image processing system as defined in claim 2, wherein the training, using at least a pixelwise evaluator, the first autoencoder configuration comprising the first encoder and the first decoder further comprises using a sum of squared errors (SSE) or mean squared error (MSE) function.

6. The electronic image processing system as defined in claim 2, wherein the first specific target face comprises a CGI face.

7. The electronic image processing system as defined in claim 2, wherein the first specific target face comprises an actual human face.

8. The electronic image processing system as defined in claim 2, the operations further comprising:

accessing a plurality of images of a given face;
determining if the plurality of images of the given face satisfy at least a first temporal consistency criterion; and
at least partly in response to determining that the plurality of images of the given face satisfy at least the first temporal consistency criterion, include the given image in a training dataset of images, configured to be used to train at least an autoencoder encoder.

9. The electronic image processing system as defined in claim 2, wherein the autoencoder configuration, comprising the trained first encoder and the trained second decoder, includes one or more intermediate networks.

10. The electronic image processing system as defined in claim 2, wherein the autoencoder, comprising the trained first encoder and the trained second decoder, has a HD, 4K UHD, 4K, 8K, or 16K output resolution.

11. A computer-implemented method comprising:

under control of a hardware computing device configured with specific computer-executable instructions:
accessing a set of images of different faces;
accessing a first autoencoder configuration, comprising: a first encoder, and a first decoder;
training the first autoencoder configuration comprising the first encoder and the first decoder using the images of different faces;
accessing a second autoencoder configuration, comprising: the first encoder having undergone the training, and a second decoder;
training with respect to a first target face, using a plurality of images of the first target face, the second decoder in the second autoencoder configuration,
wherein node weights associated with the first encoder are fixed, wherein node weights associated with the second decoder are modified;
using an autoencoder comprising: the first encoder, trained using the using the images of different faces images, and the trained second decoder, trained using the plurality of images of the first target face,
to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first specific target face.

12. The method as defined in claim 11, wherein the training of the second decoder with respect to a first target face, using a plurality of images of the first target face comprises using a patch-based discriminator in training the second decoder.

13. The method as defined in claim 11, wherein the training of the second decoder with respect to a first target face, using a plurality of images of the first target face further comprises using a multi-scale adversarial loss.

14. The method as defined in claim 11, wherein the training the first autoencoder configuration comprising the first encoder and the first decoder further comprises using at least a pixelwise evaluator.

15. The method as defined in claim 11, wherein the first target face comprises a CGI face.

16. The method as defined in claim 11, wherein the first target face comprises an actual human face.

17. The method as defined in claim 11, the method further comprising:

accessing a plurality of images of a given face;
determining if the plurality of images of the given face satisfy at least a first temporal consistency criterion; and
at least partly in response to determining that the plurality of images of the given face satisfy at least the first temporal consistency criterion, include the given image in a training dataset of images, configured to be used to train at least an autoencoder encoder.

18. The method as defined in claim 11, wherein the trained autoencoder, comprising the trained first encoder and the trained second decoder, includes one or more intermediate networks.

19. The method as defined in claim 11, wherein the trained autoencoder, comprising the trained first encoder and the trained second decoder, has a HD, 4K UHD, 4K, 8K, or 16K output resolution.

20. An electronic image processing system, comprising:

at least one computing device;
computer readable memory including instructions operable to be executed by the at least one computing device to perform a set of actions, configuring the at least one computing device to perform operations comprising: access a set of images of different faces; access a first autoencoder configuration, comprising: a first encoder, and a first decoder; train the first autoencoder configuration comprising the first encoder and the first decoder using dataset images; access a second autoencoder configuration, comprising: the first encoder, and a second decoder; train with respect to a first target face, using a plurality of images of the first target face, the second decoder in the second autoencoder configuration without training the first encoder; use an autoencoder comprising: the first encoder, trained using the dataset images, and the second decoder, trained using the plurality of images of the first target face, to generate an output using a source image of a first face having a facial expression, where the facial expression of the first face from the source image is applied to the first target face.

21. The electronic image processing system as defined in claim 20, wherein the training of the second decoder with respect to a first target face, using a plurality of images of the first target face, comprises using a patch-based discriminator in training the second decoder.

22. The electronic image processing system as defined in claim 20, wherein the training of the second decoder with respect to a first target face, using a plurality of images of the first target face, further comprises using a multi-scale adversarial loss.

23. The electronic image processing system as defined in claim 20, wherein the training of the first autoencoder configuration comprising the first encoder and the first decoder further comprises, using at least a pixelwise evaluator.

24. The electronic image processing system as defined in claim 20, wherein the first target face comprises a CGI face.

25. The electronic image processing system as defined in claim 20, wherein the first target face comprises an actual human face.

Patent History
Publication number: 20230049729
Type: Application
Filed: Apr 7, 2022
Publication Date: Feb 16, 2023
Inventors: Cody Gustave Berlin (Marina Del Rey, CA), Carl Davis Bogan, III (Los Angeles, CA), Kenneth Michael Lande (Los Angeles, CA), Anders Øland (Hurup Thy), Davide Toniolo (Mercallo), Alessia Bertugli (Castellarano), Dario Bertazioli (Solaro), Brian Sung Lee (Los Angeles, CA)
Application Number: 17/658,325
Classifications
International Classification: G06T 11/00 (20060101); G06T 5/50 (20060101); G06N 3/04 (20060101); G06N 3/08 (20060101); G06K 9/62 (20060101); G06V 40/16 (20060101);