Adjusting a digital representation of a head region

Information

  • Patent Grant
  • 11232647
  • Patent Number
    11,232,647
  • Date Filed
    Thursday, July 23, 2020
    3 years ago
  • Date Issued
    Tuesday, January 25, 2022
    2 years ago
Abstract
Methods and devices for generating reference data for adjusting a digital representation of a head region, and methods and devices for adjusting the digital representation of a head region are disclosed. In some arrangements, training data are received. A first machine learning algorithm generates first reference data using the training data. A second machine learning algorithm generates second reference data using the same training data and the first reference data generated by the first machine learning algorithm.
Description
TECHNICAL FIELD

This application relates to adjusting a digital representation, such as an image or a three-dimensional geometrical representation, of a head region, particularly a facial and/or neck region. The application relates particularly to adjusting target features of the digital representation of the head region, for example to correct a perceived gaze direction of eyes, or to modify the texture and/or shape of features such as the nose, mouth, chin or neck.


BACKGROUND

In many systems, images of a head, which may comprise single images at different times, or stereoscopic pairs of images or other multi-view images, may be captured in one device and displayed on a different device for viewing by an observer. One non-limitative example is a system for performing teleconferencing between two telecommunications devices. In that case, each device may capture images of the observer of that device and transmit them to the other device over a telecommunications network for display and viewing by the observer of the other device. Digital representations other than images and/or complementary to images may also be captured, for example using depth measurements (e.g. using a time-of-flight camera).


When an image or other digital representation of a head is captured and displayed, the gaze of the head may not be directed at the observer. This may be caused for example by the gaze of the head not being directed at the sensing system (e.g. camera system) used to capture the digital representation (e.g. image), for example because a user whose head is imaged is observing a display in the same device as a camera system and the camera system is offset above (or below) that display. In that case, the gaze in the displayed images will be perceived to be downwards (or upwards). The human visual system has evolved high sensitivity to gaze during social interaction, using cues gained from the relative position of the iris and white sclera of other observers. Errors in the perceived gaze are disconcerting. For example in a system for performing teleconferencing, errors in the perceived gaze can create unnatural interactions between the users.


The present disclosure is concerned with processing techniques (e.g. image processing techniques) for adjusting digital representations (e.g. images) of a head region to correct the perceived gaze and/or to improve other aspects of a computer-generated display of the head region. The present disclosure is particularly concerned with implementing such processing techniques with minimal demands on computer hardware and/or power such that they provide results at or near input data frame rate or user feedback requirements.


BRIEF SUMMARY

According to a first aspect of the present disclosure, there is provided a method of generating reference data for adjusting a digital representation of a head region, the method comprising: receiving training data comprising: a set of input patches, each input patch comprising a target feature of a digital representation of a head region prior to adjustment of the digital representation of the head region, wherein the target feature is the same for each input patch; and a set of output patches in one-to-one correspondence with the input patches, each output patch comprising the target feature of the digital representation of the head region after adjustment of the digital representation of the head region; using a first machine learning algorithm to generate first reference data using the training data, the first reference data comprising editing instructions for adjusting the digital representation of the head region for a range of possible digital representations of the head region; and using a second machine learning algorithm to generate second reference data using the same training data as the first machine learning algorithm and the first reference data generated by the first machine learning algorithm, the second reference data comprising editing instructions for adjusting the digital representation of the head region for a range of possible digital representations of the head region.


The described use of two machine learning algorithms allows an improved balance to be achieved between accuracy of the adjustment process and speed of execution. The first machine learning algorithm can be configured to provide highly detailed first reference data, which provides high accuracy. Use of this first reference data directly in a processing technique (e.g. image processing technique) to adjust a digital representation (e.g. image or three-dimensional geometrical representation) of a head region would be relatively expensive in terms of computational resources because of the high level of detail. By arranging instead for the first reference data to be provided to a second machine learning algorithm, which provides, based on the first reference data and the original training data, the reference data (the second reference data) that is to be used for the adjustment of the digital representation of the head region, it is possible to benefit to an extent from the high accuracy of the first machine learning algorithm whilst also providing reference data that is less detailed and thus easier to process efficiently when performing the adjustment of the digital representation of the head region. The quality of the reference data provided by the second machine learning algorithm is found to be significantly improved when the second machine learning algorithm is provided with both the first reference data and the training data in comparison to when the second machine learning algorithm is provided only with the training data.


In an embodiment, efficiency is further improved by providing editing instructions (e.g. image editing instructions) in the second reference data in a compressed representation. The use of a compressed representation reduces data storage and bandwidth requirements during use of the editing instructions to perform adjustment of a digital representation of a head region.


According to a second aspect of the present disclosure, there is provided a device configured to perform a similar method to the first aspect of the invention.


According to a third aspect of the present disclosure, there is provided a method of adjusting a digital representation of a head region, the method comprising: identifying a target patch in the digital representation of the head region, the target patch comprising a target feature of the digital representation of the head region; deriving a feature vector from plural local descriptors of the target patch; using the feature vector to select editing instructions from reference data, the reference data comprising editing instructions for a range of possible values of the feature vector; and applying the selected editing instructions to the target patch to adjust the digital representation of the head region, wherein the editing instructions in the reference data are provided in a compressed representation.


According to a fourth aspect of the present disclosure, there is provided a device configured to perform a similar method of the third aspect of the invention.


The use of a compressed representation reduces data storage and bandwidth requirements.


According to a fifth aspect of the present disclosure, there is provided a method of training a machine learning algorithm to adjust a digital representation of a head region, comprising: receiving training data comprising: a set of input patches, each input patch comprising a target feature of a digital representation of a head region prior to adjustment of the digital representation of the head region, wherein the target feature is the same for each input patch; and first reference data generated by a pre-trained first machine learning algorithm, the first reference data comprising a set of editing instructions in one-to-one correspondence with the input patches, each editing instruction being for adjusting the digital representation of the head region; updating a pre-trained second machine learning algorithm trained to generate second reference data, where the input for the updating comprises the training data and the generated first reference data, the second reference data comprising editing instructions for adjusting the digital representation of the head region.


According to a sixth aspect of the present disclosure, there is provided a method of training a machine learning algorithm to adjust a digital representation of a head region, the method comprising: receiving training data comprising a set of input digital representations of a head region; training a first machine learning algorithm using the training data to perform an adjustment of a digital representation of a head region; using the trained first machine learning algorithm to generate first reference data, the first reference data comprising an adjusted digital representation of the head region for each of at least a subset of the input digital representations, each adjusted digital representation being obtained by performed the adjustment that the first machine learning algorithm was trained to perform; and training a second machine learning algorithm using at least a subset of the training data used to train the first machine learning algorithm and the first reference data to perform the same adjustment of a digital representation of a head region as the first machine learning algorithm.





BRIEF DESCRIPTION OF THE DRAWINGS

Non-limitative embodiments are illustrated by way of example in the accompanying figures, in which like reference numbers indicate similar parts, and in which:



FIG. 1 is a schematic perspective view of a device that captures a stereoscopic pair of images;



FIG. 2 is a schematic perspective view of a device that displays the stereoscopic pair of images;



FIG. 3 is a flow chart of a method of adjusting a stereoscopic pair of images;



FIG. 4 is a diagram illustrating the processing of the stereoscopic pair of images in the method of FIG. 3;



FIG. 5 is a flow chart of a step of extracting an image patch;



FIG. 6 and FIG. 7 are flow charts of two alternatives for a step of adjusting an image;



FIG. 8 is flow chart of a method of generating reference data;



FIG. 9 schematically depicts data flow in an example method of generating reference data;



FIG. 10 depicts a device for generating reference data;



FIG. 11 is a flow chart of a method of adjusting an image of a head region;



FIG. 12 schematically depicts data flow in an example of a method of adjusting an image of a head region;



FIG. 13 is a diagram of a telecommunications system in which the method may be implemented;



FIG. 14 schematically depicts data flow in an example method of generating reference data for converting a two-dimensional digital representation of a head region to a three-dimensional digital representation of a head region; and



FIG. 15 schematically depicts data flow in an example of a method of adjusting a digital representation of a head region in which a second machine learning algorithm is updated online.





DETAILED DESCRIPTION


FIG. 1 and FIG. 2 illustrate how incorrect gaze is perceived when a stereoscopic pair of images of a head is captured by the device 10 shown in FIG. 1 which will be referred to as the source device 10, and displayed on a different device 20 shown in FIG. 2 which will be referred to as the destination device 20. Capturing of a stereoscopic pair of images is shown as an example. A similar effect can occur when a monocular image is captured and when more than two views of the head are captured. A similar effect can also occur when alternative or additional sensing techniques are used to build a digital representation of the head (e.g. where a depth sensor such as a time-of-flight camera is used to obtain three-dimensional geometrical information about positions on the surface of the head).


In the embodiment shown, the capture device 10 includes a display 11 and a camera system 12. In this particular example, the camera system comprises two cameras 13 in order to capture the stereoscopic pair of images of the head of a source observer 14. In a monocular implementation a single camera may be provided instead of the two cameras 13. In other implementations a depth sensor is alternatively or additionally provided. The source observer 14 views the display 11, along line 15. The cameras 13 (optionally including one or more depth sensors) of the camera system 12 are offset from the display 11, in this case being above the display 11. Thus, the cameras 13 effectively look down on the source observer 14 along line 16.


The display device 20 includes a display 21, which in this example can be a stereoscopic display of any known type, for example an autostereoscopic display of any known type. The display 21 displays the stereoscopic pair of images as captured by the capture device 10. A destination observer 24 views the display 21. If the destination observer 24 is located in a normal viewing position perpendicular to the center of the display 21, as shown by the hard outline of the destination observer 24, then the gaze of the source observer 14 is perceived by the destination observer 24 to be downwards, rather than looking at the destination observer 24, because the cameras 13 of the source device 10 look down on the source observer 14.


Although the cameras 13 are above the display 11 in this example, the cameras 13 could in general could be in any location adjacent the display 11, and the gaze of the source observer 14 perceived by the destination observer 24 would be correspondingly incorrect.


If the destination observer 24 is located in an offset viewing position, as shown by the dotted outline of the destination observer 24 so that the destination observer 24 views the display 21 along line 26, then the offset of the destination observer 24 creates an additional error in the gaze of the source observer 14 perceived by the destination observer 24. A similar additional error in the perceived gaze of the source observer 14 occurs if the destination observer 24 is located in the normal viewing position along line 25, but the displayed image (or stereoscopic pair of images in this example) is displayed on the display 25 in a position offset from the center of the display 25.


A stereoscopic pair of images is an example of multi-view images where there are two images. Although FIG. 1 illustrates an example where the camera system 12 includes two cameras 13 that capture a stereoscopic pair of images, alternatively the camera system may include more than two cameras 13 that capture more than two multi-view images, in which case similar issues of incorrect perceived gaze exist on display. The camera system may alternatively include only one camera and/or one or more depth sensors.



FIG. 3 illustrates a method of adjusting multi-view images to correct such errors in the perceived gaze. The method of FIG. 3 is a specific example of a method of adjusting digital representations of a head region in a case where the digital representations comprise images of the head region and where the images comprise one or more multi-view images of the head region. For simplicity, this method will be described with respect to the adjustment of multi-view images comprising a stereoscopic pair of images. The method may be generalized to multi-view images comprising more than two images, simply by performing similar processing on a larger number of images. The method may also be generalized to the case where single view (monocular) images of the head region are used and to the case where information from other sensing modalities, such as depth measurements, is included within the digital representations of the head region.


The method may be performed in an image processor 30 (or other processor). The image processor 30 may be implemented by a processor executing a suitable computer program or by dedicated hardware or by some combination of software and hardware. Where a computer program is used, the computer program may comprise instructions in any suitable language and may be stored on a computer readable storage medium, which may be of any type, for example: a recording medium which is insertable into a drive of the computing system and which may store information magnetically, optically or opto-magnetically; a fixed recording medium of the computer system such as a hard drive; or a computer memory.


The image processor 30 (or other processor) may be provided in the source device 10, the destination device 10 or in any other device, for example a server on a telecommunications network, which may be suitable in the case that the source device 10 and the destination device 10 communicate over such a telecommunications network.


In this example, a stereoscopic pair of images 31 are captured by the camera system 12. Although the camera systems 12 is illustrated in FIG. 1 as including two cameras 13, this is not limitative and more generally the camera system 13 may have the following properties.


The camera system comprises a set of one or more cameras 13, with at least two cameras 13 in the case where multi-view images are processed. Where two cameras are provided, the cameras are typically spaced apart by a distance less than the average human intrapupilar distance. In the alternative that the method is applied to more than two multi-view images, then there are more than two cameras 13, that is one camera 13 per image. In some embodiments, a depth sensor is provided for obtaining three-dimensional geometrical information about a surface of the head region, optionally in addition to one or more other cameras (e.g. optical cameras). The depth sensor may comprise a time-of-flight camera.


Where plural cameras 13 are provided, the cameras 13 may be spatially related to each other and the display 11. The spatial relationship between the cameras 13 themselves and between the cameras 13 and the display 11 is known in advance. Known methods for finding the spatial relationship may be applied, for example a calibration method using a reference image, or specification a priori.


The camera or cameras 13 face in the same direction as the display 11. Thus, when the source observer 14 is viewing the display 11, then the camera or cameras 13 face the source observer 14 and the captured information, such as depth information, image or images (e.g. stereoscopic pair of images) are digital representations (e.g. images and/or three-dimensional geometrical representations) of the head of the source observer 14. Different cameras in the camera system can have different fields of view.


The camera system 12 may include cameras 13 having different sensing modalities, including but not limited to visible light, infrared, and time-of-flight (depth).


In some embodiments, the main output of the camera system 13 is images 31 which are typically video images output at a video rate. The output of the camera system 13 may also include data representing the spatial relationship between the cameras 13 and the display 11, the nature of the sensing modalities and internal parameters of the cameras 13 (for example focal length, optical axis) which may be used for angular localization, as well as three-dimensional geometrical information, for example from depth measurements.


An example of the method performed on a digital representation of a head region comprising a stereoscopic pair of images 31, for the case of adjustment of eye regions, is as follows. To illustrate this example method, reference is also made to FIG. 4 which shows an example of the stereoscopic pair of images 31 at various stages of the method.


In step S1, the stereoscopic pair of images 31 are analyzed to detect the location of the head and in particular the eyes of the source observer 14 within the stereoscopic pair of images 31. This is performed by detecting presence of a head, tracking the head, and localizing the eyes of the head. Step S1 may be performed using a variety of techniques that are known in the art.


One possible technique for detecting the presence of the head is to use Haar feature cascades, for example as disclosed in Viola and Jones, “Rapid Object Detection using a Boosted Cascade of Simple Features”, CVPR 2001, pp 1-9, which is herein incorporated by reference in its entirety.


One possible technique for tracking the head is to use the approach of Active Appearance Models to provide the position of the head of the subject, as well as the location of the eyes, for example as disclosed in Cootes et al., “Active shape models—their training and application”, Computer Vision and Image Understanding, 61(1):38-59, January 1995 and in Cootes et al. “Active appearance models”, IEEE Trans. Pattern Analysis and Machine Intelligence, 23(6):681-685, 2001, both of which are herein incorporated by reference in their entireties.


In step S1, typically, a set of individual points (“landmarks”) are set to regions of the face, typically the eyes, for example corners of the eye, upper and lower lid locations, etc., thereby localizing the eyes.


In step S2, patches representing portions of a digital representation of the head region, which in this example may be referred to image patches, containing the left and right eyes of the head, respectively, are identified in each image 31 of the stereoscopic pair. FIG. 4 shows the identified image patches 32 of the right eye in each image 31 (the image patches for the left eye being omitted in FIG. 4 for clarity).


Step S2 may be performed as shown in FIG. 5, as follows.


In step S2-1, image patches 32 containing the left and right eyes of the head are identified in each image 31 of the stereoscopic pair. This is done by identifying an image patch 39 in each image 31 located around the identified points (“landmarks”) corresponding to features of an eye, as shown for example in FIG. 4.


In step S2-2, the image patches 32 identified in step S2-1 are transformed into a normalized coordinate system, being the same normalized coordinate system as used in the machine learning process which is described further below. The transformation is chosen to align the points (“landmarks”) of the eye within the image patch that were identified in step S1, with predetermined locations in the normalized coordinate system. The transformation may include translation, rotation and scaling, to appropriate extents to achieve that alignment. The output of step S2-2 is identified image patches 33 of the right eye in each image in the normalized coordinate system as shown for example in FIG. 4.


The following steps may be performed separately (a) in respect of the image patches containing the left eyes of the head in each image 31 of the stereoscopic pair, and (b) in respect of the image patches containing the right eyes of the head in each image 31 of the stereoscopic pair (in this example). For brevity, the following description will refer merely to image patches and eyes without specifying the left or right eye, but noting the same steps are performed for both left and right eyes.


In step S3, a feature vector 34 is derived from plural local descriptors (representing information about a local region in a patch), which in this example may be referred to as local image descriptors, of an image patch 33 in at least one image 31 of the stereoscopic pair (in this example). Depending on the approach and as described further below, this may be an image patch in a single image 31 of the stereoscopic pair or may be both images 31 of the stereoscopic pair. Thus, the local image descriptors are local image descriptors derived in the normalized coordinate system.


The feature vectors 34 are representations of the image patches 33 that are suitable for use in looking up reference data 35 to be used for adjusting the image patches. The reference data 35 may comprise reference displacement vector fields that represent transformations of the image patch, or other representations of transformations of the image patch, including compressed representations as described below, and are associated with possible values of the feature vector.


The reference data 35 is obtained and analyzed in advance using a machine learning technique. The machine learning technique may derive the form of the feature vectors 34 and associate transformations such as the reference displacement vector fields with the possible values of the feature vector. A specific example of a machine learning technique applied in the case where it is desired to correct gaze using digital representations of a head region comprising images of the head region, will now be described before reverting to the method of FIG. 3.


The training input to the machine learning technique is two sets of images (or image patches), which may be stereoscopic pairs of images or monoscopic images, as discussed further below. Each set may comprise images of the head of the same group of individuals but captured from cameras in different locations relative to the gaze so that the perceived gaze differs as between them (in the case where gaze is to be corrected).


The first set are input images, being images of each individual with an incorrect gaze where the error is known a priori. In particular, the images in the first set may be captured by at least one cameras in a known camera location where the gaze of the individual which is in a different known direction. For example in the case of the source device of FIG. 1, the camera location may be the location of a camera 13 and while the gaze of the imaged individual is towards the center of the display 11.


The second set are output images, being images of each individual with correct gaze for a predetermined observer location relative to a display location in which the image is to be displayed. In the simplest case, the observer location is a normal viewing position perpendicular to the center of the display location, for example as shown by the hard outline of the destination observer 24 in the case of the destination device 20 of FIG. 2.


For each image in the two sets, the image is analyzed to detect the location of the head and in particular the eyes using the same technique as used in step S1 described above, and then image patches containing the left and right eyes of the head, respectively, are identified using the same technique as used in step S2 described above. The following steps may then be performed separately (a) in respect of the image patches containing the left eyes of the head in each image, and (b) in respect of the image patches containing the right eyes of the head in each image. For brevity, the following description will refer merely to image patches and eyes without specifying the left or right eye, but noting the same steps are performed for both left and right eyes in this embodiment.


Each image patch is transformed into the same normalized coordinate system as used in step S2 described above. As described above, the transformation is chosen to align points (“landmarks”) of the eye with predetermined locations in the normalized coordinate system. The transformation may include, for example, translation, rotation and/or scaling, to appropriate extents to achieve that alignment.


Thus, the image patches input and output images of each individual are aligned in the normalized coordinate system.


From an input and output image of each individual, there is derived a displacement vector field that represents the transformation of the image patch in the input image required to obtain the image patch of the output image, for example as follows. Defining positions in the image patches by (x,y), the displacement vector field F is given by

F={u(x,y),v(x,y)}

where u and v define the horizontal and vertical components of the vector at each position (x,y).


The displacement vector field F is chosen so that the image patch of the output image O(x,y) is derived from the image patch of the input image I(x,y) as

O(x,y)=I(x+u(x,y),y+v(x,y))


For image data from more than one camera, the system delivers a displacement vector field for the input image from each camera.


The displacement vector field F for an input and output image of an individual may be derived using a process in which a trial feature vector F′={u′,v′} is modified to minimize error, optionally in an iterative process, for example in accordance with:

Σ|O(x,y)−I(x+u′(x,y),y+v′(x,y))|=min!


By way of non-limitative example, the displacement vector field F may be derived as disclosed in Kononenko et al., “Learning To Look Up: Realtime Monocular Gaze Correction Using Machine Learning”, Computer Vision and Pattern Recognition, 2015, pp. 4667-4675, which is herein incorporated by reference in its entirety, wherein the displacement vector field F is referred to as a “flow field”.


Another example for editing instructions, which may be referred to as image editing instructions in cases where the digital representation of the head region consists of images, which can be used additionally or as an alternative to the displacement vector field in any of the arrangements disclosed herein, is given by filter field L={k(P, x, y)}, which defines a filter kernel for a given location (x, y). This filter field L is chosen so that the image patch of the output image O(x, y) is derived from the image patch of the input image I(x, y) as O(x, y)=k(P(I, x, y)), x, y)), where P(I, x, y) is a local region around the point (x,y) in the image I, and k(P, x, y) operates on the patch P with coefficients depending on the position (x, y). For example, it could be the output of a convolution of the patch with a Gaussian filter with width depending on the position x in the image, or a brightness increase of a local pixel depending on the vertical position y.


Another example for editing instructions (e.g. image editing instructions) which can be used additionally or as an alternative to the displacement vector field in any of the arrangements disclosed herein, is given by a set of typical image components that make up the edited image area, e.g. texture showing beard stubbles. These are then blended with a factor depending on the image coordinates and local image content (i.e. a texture blending field). Other transformation fields can be used, such as a brightness adjustment field.


A machine learning technique is used to obtain a map from the displacement vector field F (or other editing instructions such as image editing instructions) of each individual to respective feature vectors derived from plural local (e.g. image) descriptors of a target patch of an input image.


The local descriptors (e.g. local image descriptors) capture relevant information of a local part of a patch (e.g. image patch) of an input digital representation of the head region (e.g. an input image) and the set of local descriptors usually form a continuous vectorial output.


The local descriptors input into the machine learning process are of types expected to provide discrimination between different individuals, although the specific image descriptors are selected and optimized by the machine learning process itself. In general, the local descriptors may be of any suitable type, some non-limitative examples which may be applied in any combination being as follows.


The local descriptors may include values of individual pixels or a linear combination thereof. Such a linear combination may be, for example, a difference between the pixels at two points, a kernel derived within a mask at an arbitrary location, or a difference between two kernels at different locations.


The local descriptors may include distances of a pixel location from the position of an eye point (“landmark”).


The local descriptors may include SIFT features (Scale-invariant feature transform features), for example as disclosed in Lowe, “Distinctive Image Features from Scale-Invariant Keypoints”, International Journal of Computer Vision 60 (2), pp 91-110, which is herein incorporated by reference in its entirety.


The local descriptors may include HOG features (Histogram of Oriented Gradients features), for example as disclosed in Dalal et al. “Histograms of Oriented Gradients for Human Detection”, Computer Vision and Pattern Recognition, 2005, pp. 886-893, which is herein incorporated by reference in its entirety.


The local descriptors may include “low level representations” from pre-classification stages in deep learning neural networks, for example as disclosed in Yang and Ramanan, “Multi-scale recognition with DAG-CNNs”, ICCV 2015, which is herein incorporated by reference in its entirety. In a classifying deep learning neural network with multiple layers applied to an input digital representation (e.g. image), for example, such low level features could be taken from a layer before the final classification layer of the network.


The derivation of the feature vector from plural local descriptors depends on the type of machine learning applied.


In a first type of machine learning technique, the feature vector may comprise features that are values derived from the local descriptors (e.g. local image descriptors) in a discrete space, being binary values or values discretized into more than two possible values. In this case, the machine learning technique associates a reference displacement vector field F derived from the training input with each possible value of the feature vector in the discrete space, so the reference data 35 may provide similar functionality to a look-up table, with the machine learning generating a machine learning parameter set that can be used to generate corresponding editing instructions. This allows a reference displacement vector field F to be simply selected from the reference data 35 on the basis of the feature vector 34 derived in step S3, as described below.


In the case that the feature vector comprises features that are binary values derived from the local descriptors, the feature vector has a binary representation. Such binary values may be derived in various ways from the values of descriptors, for example by comparing the value of a descriptor with a threshold, comparing the value of two descriptors, or by comparing the distance of a pixel location from the position of an eye point (“landmark”).


Alternatively, the feature vector may comprise features that are discretized values of the local descriptors. In this case, more than two discrete values of each feature are possible.


Any suitable machine learning technique may be applied, for example using a decision tree, a decision forest, a decision fern or an ensemble or combination thereof, or a neural network.


By way of example, a suitable machine learning technique using a feature vector comprising features that are binary values derived by comparing a set of individual pixels or a linear combination thereof against a threshold, is disclosed in Ozuysal et al. “Fast Keypoint Recognition in Ten Lines of Code”, Computer Vision and Pattern Recognition, 2007, pp. 1-8, which is herein incorporated by reference in its entirety.


By way of further example, a suitable machine learning technique using a distance of a pixel location with the position of an eye landmark is disclosed in Kononenko et al., “Learning To Look Up: Realtime Monocular Gaze Correction Using Machine Learning”, Computer Vision and Pattern Recognition, 2015, pp. 4667-4675, which is herein incorporated by reference in its entirety.


By way of further example, a suitable machine learning technique using a random decision forest is disclosed in Ho, “Random Decision Forests”, Proceedings of the 3rd International Conference on Document Analysis and Recognition, Montreal, QC, 14-16 Aug. 1995, pp. 278-282, which is herein incorporated by reference in its entirety.


In a second type of machine learning technique, the feature vector may comprise features that are discrete values of the local descriptors (e.g. local image descriptors) in a continuous space. In this case, the machine learning technique associates a reference displacement vector field F (in this example, but other editing instructions could be used) derived from the training input with possible discrete values of the feature vector in the continuous space. This allows a displacement vector field F to be derived from the reference data 35 by interpolation from the reference displacement vector fields based on the relationship between the feature vector 34 derived in step S3 and the values of the feature vector associated with the reference displacement vector fields.


Any suitable machine learning technique may be applied, for example using support vector regression.


By way of example, a suitable machine learning technique using support vector regression is disclosed in Drucker et al. “Support Vector Regression Machines”, Advances in Neural Information Processing Systems 9, NIPS 1996, 155-161, which is herein incorporated by reference in its entirety. The output of the technique is a continuously varying set of interpolation directions that form part of the reference data 35 and are used in the interpolation.


The machine learning technique, regardless of its type, inherently also derives the form of the feature vectors 34 that is used to derive the reference displacement vector fields F (or other image editing instructions). This is the form of the feature vectors 34 that is derived in step S3.


The description now reverts to the method of FIG. 3.


In step S4, at least one displacement vector field 37 representing a transformation of an image patch is derived by using the feature vector 34 derived in step S3 to look up the reference data 35. Due to the derivation of the displacement vector field 37 from the reference data 35, the transformation represented thereby corrects the gaze that will be perceived when the stereoscopic pair of images 31 are displayed.


In the case that the feature vector 34 comprises features that are values in a discrete space and the reference displacement vector fields of the reference data 35 comprise a reference displacement vector field associated with each possible value of the feature vector in the discrete space, then the displacement vector field for the image patch is derived by selecting the reference displacement field associated with the actual value of the derived feature vector 34.


In the case that the feature vector 34 comprises features that are discrete values of the local descriptors in a continuous space, then then the displacement vector field for the image patch is derived by interpolating a displacement vector field from the reference displacement vector fields based on the relationship between the actual value of the derived feature vector 34 and the values of the feature vectors associated with the reference displacement vector fields. In the case that the machine learning technique was support vector regression, this may be done using the interpolation directions that form part of the reference data 35.


In step S5, each image 31 of the stereoscopic pair is adjusted by transforming the image patches containing the left and right eyes of the head in accordance with the derived displacement vector fields 37. This produces an adjusted stereoscopic pair of images 38 as shown in FIG. 4, in which the gaze has been corrected. In particular, the adjustment may be performed using two alternative methods, as follows.


A first method for performing step S5 is shown in FIG. 6 and performed as follows.


In step S5-1, the image patch is transformed in the normalised coordinate system in accordance with the corresponding displacement vector field 37 in respect of the same image, thereby correcting the gaze. As described above, for a displacement vector field F the transformation of the image patch of the input image I(x,y) provides the output image O(x,y) in accordance with

O(x,y)=I(x+u(x,y),y+v(x,y))


In step S5-2, the transformed image patch output from step S5-1 is transformed out of the normalised coordinate system, back into the original coordinate system of the corresponding image 31. This is done using the inverse transformation from that applied in step S2-2.


In step S5-3, the transformed image patch output from step S5-2 is superimposed on the corresponding image 31. This may be done with a full replacement within an eye region corresponding to the eye itself, and a smoothed transition between the transformed image patch and the original image 31 over a boundary region around the eye region. The width of the boundary region may be of fixed size or a percentage of the size of the image patch in the original image 31.


A second method for performing step S5 is shown in FIG. 7 and performed as follows.


In this second, alternative method, the transformation back into the coordinate system of the corresponding image 31 occurs before the transformation of the image patch in accordance with the transformed displacement vector field F.


In step S5-4, the displacement vector field F is transformed out of the normalised coordinate system, back into the original coordinate system of the corresponding image 31. This is done using the inverse transformation from that applied in step S2-2.


In step S5-5, the image patch 32 in the coordinate system of the image 31 is transformed in accordance with the displacement vector field F that has been transformed into the same coordinate system in step S5-4. As described above, for a displacement vector field F the transformation of the image patch of the input image I(x,y) provides the output image O(x,y) in accordance with

O(x,y)=I(x+u(x,y),y+v(x,y))

but this is now performed in the coordinate system of the original image 31.


Step S5-6 is the same as S5-3. Thus, in step S5-6, the transformed image patch output from step S5-5 is superimposed on the corresponding image 31. This may be done with a full replacement within an eye region corresponding to the eye itself, and a smoothed transition between the transformed image patch and the original image 31 over a boundary region around the eye region. The width of the boundary region may be of fixed size or a percentage of the size of the image patch in the original image 31.



FIG. 8 depicts a method of generating reference data (including reference data 37 of the type described in the specific examples discussed above) for adjusting a digital representation of a head region. In some embodiments, the digital representation of the head region comprises or consists of an image of the head region. In some embodiments, the digital representation of the head region comprises or consists of a three-dimensional digital representation (representing, for example, three-dimensional geometrical information). The three-dimensional digital representation may be obtained from depth measurements, using for example a time-of-flight camera. In an embodiment, the digital representation of the head region is usable to provide a computer generated display of the head region. In an embodiment, the adjustment of the digital representation comprises converting a two-dimensional digital representation of the head region to a three-dimensional digital representation of the head region.


In a case where the digital representation of the head region (prior to adjustment, after adjustment, or both) comprises a three-dimensional digital representation, this may be provided in any of various known ways. For example, the three-dimensional digital representation may comprise a point cloud, a particle system, or a mesh representation. The mesh representation may comprise one or more of: a polygonal surface, a multi-resolution surface, a subdivision surface. The digital representation may comprise a three-dimensional digital representation and texture information associated with the three-dimensional digital representation, e.g. via a texture map. The digital representation may comprise a three-dimensional geometrical representation and color information (e.g. obtained from an optical camera) aligned with the three-dimensional geometrical representation. Other volumetric representations such as particle system or implicit definitions such as signed distance functions may also be used.


The method comprises a step S100 of receiving training data 100. The training data 100 may be provided for example via a communications interface 112 (e.g. connecting to an external data connection or storage device) connected to a data processing unit 120 that is to perform the method (as depicted schematically in FIG. 10). The training data 100 comprises a set of input patches. A patch consists of a target portion of a digital representation of a head region. In a case where the digital representation comprises an image, the patch may be referred to as an image patch. Each input patch (e.g. input image patch) comprises a target feature of the digital representation (e.g. image) of the head region prior to adjustment of the digital representation (e.g. adjustment of the image to be displayed) of the head region. The target feature is the same for each input patch. The target feature may comprise one or more of the following: an eye region comprising at least part of an eye (as in the specific examples discussed above with reference to FIG. 4 for example), a nose region comprising at least part of a nose, a mouth region comprising at least part of a mouth, a chin region comprising at least part of a chin, and a neck region comprising at least part of a neck. In an embodiment each input image patch comprises a portion of the image of the head region corresponding to the target feature, such as the above-mentioned eye region, nose region, mouth region, chin region, or neck region.


In an embodiment, the target feature comprises an eye region comprising at least part of an eye and the adjustment of the digital representation (e.g. image) of the head region comprises adjusting a gaze direction.


In an embodiment, the target feature comprises a nose region comprising at least part of a nose and the adjustment of the digital representation (e.g. image) of the head region comprises adjusting a shape and/or texture of the nose (e.g. to make nose look smaller and/or slimmer by a fixed proportion, similar to the effect of a “tele lens”).


In an embodiment, the target feature comprises a chin region comprising at least part of a chin and the adjustment of the digital representation (e.g. image) of the head region comprises adjusting a shape and/or texture of the chin (e.g. to reduce or remove double chin appearance).


In an embodiment, the target feature comprises a neck region comprising at least part of a neck and the adjustment of the digital representation (e.g. image) of the head region comprises adjusting a shape and/or texture of the neck (e.g. to reduce or remove wrinkles).


In an embodiment, the target feature comprises a hair region comprising hair and the adjustment of the digital representation (e.g. image) of the head region comprises adjusting a color of the hair (e.g. by a fixed hue).


In the case where the target feature comprises an eye region, the input patches may be obtained using the methodology described above with reference to steps S2-1 and S2-2, except that stereoscopic pairs of images are not necessarily required. Thus, the input patches may be obtained by using identified points (“landmarks”) corresponding to features of an eye to locate the relevant region of the digital representation (e.g. image) of the head region (e.g. surrounding the eye) and/or transformation of the input patch into a normalized coordinate system, including alignment of the landmarks with predetermined locations in the normalized coordinate system using translation, rotation and/or scaling.


In some embodiments, the training data 100 further comprises a set of output patches. As described above, each patch consists of a target portion of a digital representation of a head region. In a case where the digital representation comprises an image, the patch may be referred to as an image patch. The output patches (e.g. output images patches) are in one-to-one correspondence with the input patches. Each output patch comprises the target feature of the digital representation (e.g. image) of the head region after adjustment of the digital representation (e.g. adjustment of the image to be displayed) of the head region. Thus, in the case where an image of the head region is to be adjusted to correct a gaze direction, each output patch comprises an eye region that has been adjusted so that the gaze appears to be in the desired direction (e.g. directly towards a destination observer 24).


The method further comprises a step S101 comprising using a first machine learning algorithm to generate first reference data 101 using the training data 100. The first reference data 101 comprises editing instructions (e.g. image editing instructions) for adjusting the digital representation (e.g. image) of the head region for a range of possible digital representations (e.g. digital representations representing different states of the head, such as different positions and/or orientations, optionally represented as different images) of the head region.


The method further comprises a step S102 comprising using a second machine learning algorithm to generate second reference data 102. The second machine learning algorithm uses the same training data 100 as the first machine learning algorithm in step S101. The second machine learning algorithm further uses the first reference data 101 output by the first machine learning algorithm in step S101. The second reference data 102 comprises editing instructions (e.g. image editing instructions) for adjusting the digital representation (e.g. image) of the head region for a range of possible digital representations (e.g. different positions and/or orientations, optionally represented as different images) of the head region.


In an embodiment, the first reference data 101 comprises first editing instructions (e.g. first image editing instructions) for a range of possible configurations of the target feature (e.g. different gaze directions and/or eye morphologies in the case where the target feature comprises an eye region) and first selection instructions for selecting editing instructions (from the first editing instructions) for a particular input patch (e.g. input image patch) based on the configuration of the target feature of the input patch (e.g. the particular gaze direction and/or particular eye morphology of that input patch).


In an embodiment, the second reference data comprises second editing instructions (e.g. second image editing instructions) for a range of possible configurations of the target feature and second selection instructions for selecting editing instructions (from the second editing instructions) for a particular input patch (e.g. input image patch) based on the configuration of the target feature of the input patch.


The configuration of the target feature of each input patch may be represented by a feature vector derived from plural local descriptors (e.g. local image descriptors) of the input patch, as described above with reference to step S3 of FIG. 3 for the particular case where stereoscopic pairs of images containing eye regions are processed (but the method is applicable more generally than this particular case). As described above, the feature vector may take various forms but is generally adapted to be suitable for looking up editing instructions for performing adjustment of the digital representation (e.g. image) of the head region. In the present embodiment, the first and second selection instructions define how the feature vector is used to select editing instructions for the input patch. In an embodiment, the editing instructions comprise a displacement vector field defining how the input patch is to be transformed to perform the adjustment. The displacement vector field may take any of the forms discussed above. The editing instructions are not limited to displacement vector fields, however. Other editing operations may additionally or alternatively be associated with the features vectors to perform other desired adjustments of the digital representation (e.g. image) of the head region, including for example adjustments to pixel colors or intensities, or changes to underlying geometries (e.g. via a filter field, brightness adjustment field, or texture blending field).


In an embodiment, a first editing algorithm (e.g. first image editing algorithm) is used by the first machine learning algorithm to define how the first editing instructions are to be applied to an input patch to derive an output patch. A second editing algorithm (e.g. second image editing algorithm) is used by the second machine learning algorithm to define how the second editing instructions are to be applied to an input patch to derive an output patch. The first and second editing algorithms may comprise any of the methods described above for implemented step S5 of FIG. 3, described with reference to FIGS. 6 and 7.


In an embodiment, the second editing instructions in the second reference data are provided in a compressed representation. The compressed representation may comprise a principle component analysis representation or a wavelet representation for example. In this case, the first and second editing algorithms may be adapted to define how to operate efficiently in this context.


In an embodiment, the second editing instructions are principle component analysis components of a principle component analysis of the first editing instructions. The second editing algorithm in this case transforms the second editing instructions into the first editing instructions by inverse principle component analysis transform.


In an alternative approach, the second editing instructions are wavelet components of the first editing instructions. The second editing algorithm in this case transforms the second editing instructions into the first editing instructions by inverse wavelet transform.


In an embodiment, the first selection instructions for the first reference data are able to select between a larger number of alternative editing instructions (e.g. image editing instructions) than the second selection instructions for the second reference data. The first machine learning algorithm may thus be described as having more input parameters than the second machine learning algorithm. The first machine learning algorithm may provide higher accuracy than the second machine learning algorithm but will typically operate considerably slower. Additionally, the first selection instructions may be significantly more complex (e.g. involving linear algebra or other relatively computer intensive operations) than the second selection instructions (where the selection instructions may resemble a computationally straightforward look-up table, a combination of a look-up table and a tree structure, or similar).


In one particular embodiment, the first machine learning algorithm comprises a neural network (known to provide relatively high accuracy, but at the expense of relatively high computational demands). In such an embodiment, and others, the second machine learning algorithm may comprises a regression forest (known to provide higher computational efficiency, but at the expense of reduced accuracy). The inventors have found that the combination of the two different machine learning algorithms provides reference data that can be used in an adjustment method with high efficiency while still achieving high adjustment accuracy. The first machine learning algorithm may alternatively comprise a support vector machine or a generative adversarial network (GAN). The second machine learning algorithm may alternatively comprise regression ferns, cluster centres, a lookup table, or separable filter banks. In one embodiment, the first machine learning algorithm comprises a first neural network and the second machine learning algorithm comprises a second neural network, wherein the second neural network comprises fewer layers and/or smaller convolution fields than the first neural network.



FIG. 9 schematically depicts data flow in a detailed example of the method of generating reference data of FIG. 8. The first and second machine learning algorithms are respectively labelled MLA1 and MLA2. The first machine learning algorithm MLA1 receives the training data (labelled TD) and, optionally, the first editing algorithm EA1, and a similarity metric SM. The similarity metric SM provides a numerical value to measure similarity between an adjusted image and a desired image and can be used to control the first machine learning algorithm MLA1 and the second machine learning algorithm MLA2 to vary the extent to which differences are penalized according to the nature of the differences. For example, the similarity metric SM may be configured to penalize reductions in portions of images that it is desired to maintain (e.g. sclera in the case where eye regions are being adjusted) or deviations of adjusted features from a known form (e.g. deviations in the shape of an iris from an elliptical form) or from a form that is observed in training data. Alternatively or additionally, the training data may comprise an average absolute or square difference between the adjusted image and a target, or average absolute or square difference between low level representations of the adjusted image and target, such as low level features from a deep learning network (as discussed above). In the example shown, the first editing algorithm EA1 receives auxiliary data AuxD, which defines a basis set used for providing a compressed representation of image editing instructions. The first machine learning algorithm MLA1 outputs first selection instructions LA1 and first editing instructions ED1. The second machine learning algorithm MLA2 receives the same training data TD and, optionally, the second editing algorithm EA2, and the similarity metric SM. The second machine learning algorithm MLA2 additionally receives the first editing instructions ED1. The second machine learning algorithm outputs second selection instructions LA2 and second editing instructions ED2.


The second machine learning algorithm MLA2 thus gets the editing instructions to match or to approximate, and does not have to infer these from the matched input images as MLA1.



FIG. 10 depicts a device 110 for generating the reference data. The device 110 comprises a data processing unit 120 configured to perform the method of generating the reference data according to any of the disclosed embodiments. The data processing unit 110 may be implemented by a processor executing a suitable computer program or by dedicated hardware or by some combination of software and hardware. Data input/output may be provided via a communications interface 112. Where a computer program is used, the computer program may comprise instructions in any suitable language and may be stored on a computer readable storage medium, which may be of any type, for example: a recording medium which is insertable into a drive of the computing system and which may store information magnetically, optically or opto-magnetically; a fixed recording medium of the computer system such as a hard drive; or a computer memory.



FIG. 11 depicts a method of adjusting a digital representation of a head region. In the example shown, the digital representation comprises an image of a head region, but the method can be adapted to use any of the digital representations discussed above (e.g. to additionally or alternatively process three-dimensional digital representations). The method may use reference data generated using any of the methods of generating reference data disclosed herein or may use reference data generated using other methods.


The method comprises a step S200 in which a target patch (in this case an image patch) is identified in an image 200 of a head region that is to be adjusted. The target patch comprises a target feature of the head region. The target feature may take any of the forms discussed above. The step S200 may optionally comprise detecting a head and/or eye location as described above with reference to step S1 of FIG. 3. The step S200 may optionally further comprise identifying image patches using the methodology described above with reference to steps S2-1 and S2-2 of FIG. 5, except that the image patches do not necessarily need to be identified as stereoscopic pairs (although they may be if desired).


In step S201, a feature vector is derived from plural local descriptors (e.g. local image descriptors) of the target (e.g. image) patch. The feature vector may be derived using the methodology described above with reference to step S3 of FIG. 3. The feature vector may take any of the forms discussed above.


In step S202, the feature vector is used to select editing instructions (e.g. image editing instructions) from reference data 102. The reference data 102 comprising editing instructions for a range of possible values of the feature vector (representing for example different gaze directions and/or eye morphologies in the case where the target feature comprises an eye region).


In step S203, the selected editing instructions are applied to the target patch to adjust the image of the head region (e.g. to correct a gaze direction).


In an embodiment, the editing instructions (e.g. image editing instructions) are provided in a compressed representation, comprising for example one or more of the following: a principle component analysis representation; a wavelet representation; Fourier and/or discrete cosine transform components; cluster centers. The use of a compressed representation reduces data storage and bandwidth requirements during use of the image editing instructions to perform adjustment of the digital representation (e.g. image) of the head region. Alternatively or additionally, the reference data containing the editing instructions may be generated using any of the embodiments disclosed herein. The reference data may comprise the second reference data discussed above for example.


Reference to editing instructions herein is understood to encompass any data which can be used to define how a digital representation (e.g. image) of a head region should be adjusted to achieve a desired aim (e.g. gaze correction or conversion from a two-dimensional digital representation to a three-dimensional digital representation or both). The editing instructions may comprise data that can used directly to modify a digital representation (e.g. image), such as a vector field, or intermediate data such as a machine learning parameter set that can be used to generate data that can be used directly to modify the digital representation (e.g. image).



FIG. 12 schematically depicts data flow in a detailed example of a method of adjusting a digital representation of a head region in the case where the digital representation comprises an image, using reference data generated according to the detailed example of FIG. 9. Input data ID is provided from a sensor system SS (e.g. comprising one or more cameras). The input data ID is input to the second selection instructions LA2 to select editing instructions appropriate to the input data ID from the second editing instructions ED2. The selected editing instructions, which in this example are provided in a compressed representation (e.g. principle component analysis components or wavelet components) from the compressed second editing instructions ED2, are then used by the second editing algorithm EA2, in combination with the auxiliary data AuxD providing the basis set for the compressed representation, to provide output data OD. The output data OD comprises an adjusted image of the head region and is displayed via a display DS.


As described above, the method of adjusting a digital representation of a head region (e.g. an image of a head region) may be implemented in an image processor 30 provided in various different devices. By way of non-limitative example, there will now be described a particular implementation in a telecommunications system which is shown in FIG. 13 and arranged as follows.


In this implementation, the source device 10 and the destination device 10 communicate over such a telecommunications network 50. For communication over the telecommunications network 50, the source device 10 includes a telecommunications interface 17 and the destination device 20 includes a telecommunications interface 27.


In this implementation, the image processor 30 is provided in the source device 10 and is provided with an image of a head region directly from a camera system 12 (in this example, a stereoscopic pair of images). The telecommunications interface 17 is arranged to transmit the adjusted images 38 over the telecommunications network 50 to the destination device 20 for display thereon.


The destination device 20 includes an image display module 28 that controls the display 26. The adjusted images 38 are received in the destination device 20 by the telecommunications interface 27 and supplied to the image display module 28 which causes them to be displayed on the display 26.


The following elements of the destination device 20 are optionally included in the case that the method corrects gaze for a destination observer 24 in an observer location other than a normal viewing position perpendicular to the center of the display location. In this case, the destination device 20 includes a camera system 23 and an observer location module 29. The camera system 23 captures an image of the destination observer 24. The observer location module 29 derives the location data 40. The observer location module 29 includes a head tracking module that uses the output of the camera system 23 to detect the location of the destination observer 24. Where the relative observer location also takes into account the location of the image displayed on the display 21, the observer location module 29 obtains the location of the image displayed on the display 21 from the image display module 28. The telecommunications interface 17 is arranged to transmit the location data 40 over the telecommunications network 50 to the source device 10 for use thereby.


Although the above description refers to a method applied to images supplied from a source device 10 to a destination device 20, the method may equally be applied to images supplied in the opposite direction from the destination device 20 to the source device 10, in which case the destination device 20 effectively becomes the “source device” and the source device 10 effectively becomes the “destination device”. Where images are supplied bi-directionally, the labels “source” and “destination” may be applied to both devices, depending on the direction of communication being considered.



FIG. 14 depicts a further embodiment of a method of generating reference data for adjusting a digital representation of a head region using a framework of the type depicted in FIG. 8. In this embodiment, the training data 100 received in step S100 (FIG. 8) comprises a set of input digital representations of a head region (e.g. input patches each consisting of a target portion of a two-dimensional digital representation of the head region, such as a captured image).


In step S101, a first machine learning algorithm MLA1 is trained using the training data 100, the training causing the first machine learning algorithm MLA1 to become capable of performing an adjustment of a digital representation of a head region. In an embodiment, the adjustment of the digital representation comprises converting from a two-dimensional digital representation to a three-dimensional digital representation (e.g. converting from a 2D image of a portion of a head region to a 3D mesh of a portion of the head region). The trained first machine learning algorithm MLA1 is then used to generate first reference data 101. The first reference data 101 comprises an adjusted digital representation of the head region for each of at least a subset of the input digital representations in the training data 100. Each adjusted digital representation is obtained by performing the adjustment that the first machine learning algorithm MLA1 was trained to perform.


In step S102, a second machine learning algorithm MLA2 is trained using at least a subset of the training data 100 used to train the first machine learning algorithm MLA2 and the first reference data 101. The training causes the second machine learning algorithm MLA2 to become capable of performing the same adjustment of a digital representation of a head region as the first machine learning algorithm MLA1.


In the particular embodiment of FIG. 14, the first machine learning algorithm MLA1 comprises a first encoder 306A and a first predictor 308A. The training data 100 is input to the first encoder 306A. In this embodiment, the first encoder 306A comprises a feature extractor algorithm. The feature extractor algorithm derives informative and non-redundant values from the training data 100 (i.e. extracts meaningful features from the training data 100). Examples of feature extractor algorithms include Convolutional Neural Networks, Principal Component Analysis, SIFT (Scale Invariant Feature Transform). An output from the first encoder 306A is input to a first predictor 308A. The first predictor 308A generates an adjusted version of each input digital representation in the training data 100 based on the output of the first encoder 306A (e.g. features extracted by the first encoder 306A). In this embodiment, each input digital representation comprises a two-dimensional digital representation (e.g. a two-dimensional image) and the adjusted version of each input digital representation comprises a three-dimensional digital representation (e.g. a mesh). Each three-dimensional digital representation is input to a renderer 310. The renderer 310 synthesizes one or more two-dimensional digital representations corresponding to each input three-dimensional digital representation (e.g. one or more photorealistic images of the head region defined by the three-dimensional digital representation). The output from the renderer 310 is then input to a second encoder 306B. The second encoder 306B may be identical to the first encoder 306A. An output from the second encoder 306B is input to a second predictor 308B. The second predictor 308B may be identical to the first predictor 308A. A first regularizer 314 is provided that compares the output from the first encoder 306A with the output from the second encoder 306B and imposes one or more predetermined first constraints. A second regularizer 316 is provided that compares the output from the first predictor 308A with the output from the second predictor 308B and imposes one or more predetermined second constraints. The first regularizer 314 and the second regularizer 316 may use a set of semantically meaningful constraints (examples of the first constraints and second constraints) or additional information to help reach a desirable solution and to prevent overfitting. The constraints may help to ensure that generated three-dimensional digital representations are natural looking for example, by requiring high levels of natural levels of smoothness. Using this architecture, the first machine learning algorithm MLA1 iteratively updates properties of the first predictor 308A and the second predictor 308B (e.g. by adjusting parameters such as weights defining the operation of the predictor) to maximize matching between the outputs from the first and second encoders (as measured by the first regularizer 314) subject to the first constraints and to maximize matching between the outputs from the first and second predictors (as measured by the second regularizer 316) subject to the second constraints. In other embodiments, the first encoder 306A and second encoder 306B may also be iteratively updated. The training of the first machine learning algorithm MLA1 thus comprises iteratively using a rendering process to generate a two-dimensional digital representation from a three-dimensional digital representation generated by the first machine learning algorithm MLA1 and comparing the generated digital representation with a corresponding digital representation in the training data. Once matching has been achieved or a predetermined number of iterations have been performed, the first machine learning algorithm MLA1 is considered trained and the resulting output from the second predictor 308B can be used to provide the first reference data 101 (which in this embodiment comprises three-dimensional digital representations corresponding to the input two-dimensional representations in the training data 100).


As an extension, new two-dimensional and/or three-dimensional digital representations can be generated by applying editing instructions either to two-dimensional digital representations (which are converted to three-dimensional digital representations by the trained first machine learning algorithm MLA1) or to three-dimensional digital representations output by the trained first machine learning algorithm MLA1). In this case, the first reference data 101 may include the two-dimensional digital representations and/or three-dimensional representations after modification by the editing instructions.


A set of thus generated three-dimensional digital representations output as first reference data 101 and corresponding two-dimensional digital representations (e.g. directly from the training data 100 as shown in FIG. 14) are used to train the second machine learning algorithm MLA2 (input at block 304). In this embodiment, the second machine learning algorithm MLA2 also comprises an encoder 306C and a predictor 308C, which may be configured as described above for the first machine learning algorithm MLA1. The predictor 308C (and, optionally, the encoder 308C) may be iteratively updated (trained) using a regularizer 318 based on the input training data 100 and first reference data 101. Thus, the second machine learning algorithm MLA2 learns to convert between a two-dimensional digital representation and a three-dimensional digital representation based on the mapping between two-dimensional digital representations and three-dimensional digital representations derived using the renderer 310 in the first machine learning algorithm MLA1. Provided the mapping derived by the first machine learning algorithm MLA1 is reliable, the second machine learning algorithm MLA2 will be able to provide accurate conversion between two-dimensional digital representations and three-dimensional digital representations using a simpler trained machine learning model (which can be stored and operated using fewer computing resources than the first machine learning algorithm MLA1).



FIG. 15 depicts data flow in an example implementation of an embodiment in which a pre-trained second machine learning algorithm MLA2 is updated (i.e. trained further) in at or near input data frame rate (i.e. online). In embodiments of this type, a plurality of the digital representations (e.g. images) of the head region may be received as input data ID (e.g. from a sensor system SS as described above) and adjusted (e.g. as described above with reference to FIGS. 11, 12 and 14) to provide output data OD that is subsequently displayed via display DS (as described above with reference to FIG. 12). The input data ID may comprise a set of input patches, each input patch comprising a target feature of a digital representation of a head region prior to adjustment of the digital representation of the head region, wherein the target feature is the same for each input patch. The adjustment may be performed using a pre-trained version of the second machine learning algorithm MLA2, optionally in combination with a geometrical model. The input data ID may comprise digital representations captured at different points in times, such as different frames in a sequence of images obtained by the sensor system SS in a video capture mode. In an embodiment, the method comprises updating the pre-trained second machine learning algorithm MLA2 using first reference data (e.g. editing instructions) generated by the first machine learning algorithm MLA1 using one or more of the received digital representations (from the input data ID). The first reference data may comprise a set of editing instructions in one-to-one correspondence with the input patches, each editing instruction being for adjusting the digital representation of the head region. In the example depicted in FIG. 15, the first reference data for the updating is generated in a background process and the second machine learning algorithm MLA2 is updated at or near input data frame rate (i.e. online).


The updating thus uses a pre-trained version of the first machine learning algorithm MLA1 (which, as described above, is configured to provide more highly detailed reference data at the expense of higher computational demands, relative to the second machine learning algorithm MLA2) to generate first reference data that is used to update the second machine learning algorithm MLA2. Where the first machine learning algorithm MLA1 is slower than the second machine learning algorithm MLA2 (which will normally be the case where the first machine learning algorithm MLA1 is configured to provide more highly detailed reference data than the second machine learning algorithm MLA2), only a subset of the input data ID (comprising the received and adjusted digital representations) are used to update the second machine learning algorithm MLA2, thereby allowing the updating process to keep up with the adjusting of the input data ID by the second machine learning algorithm MLA2 to provide the output data OD. Any of various known techniques may be used to perform the updating of the second machine learning algorithm MLA2. For example, the online updating may be performed as described in Amir Saffari, Christian Leistner, Jakob Santner, Martin Godec, and Horst Bischof, “On-line Random Forests,” in 3rd IEEE ICCV Workshop on On-line Computer Vision, 2009, which is herein incorporated by reference in its entirety, or as described in Online Deep Learning: Learning Deep Neural Networks on the Fly, Doyen Sahoo, Quang Pham, Jing Lu, Steven C. H., Hoi School of Information Systems, Singapore Management University (https://arxiv.org/pdf/1711.03705.pdf), which is herein incorporated by reference in its entirety. The second machine learning algorithm MLA2 can therefore be gradually improved during use, as more input data ID are encountered and processed by the system.


Additional embodiments of the disclosure are described in the following numbered clauses.


1. A method of generating reference data for adjusting an image of a head region, the method comprising:


receiving training data comprising:

    • a set of input image patches, each input image patch comprising a target feature of an image of a head region prior to adjustment of the image of the head region, wherein the target feature is the same for each input image patch; and
    • a set of output image patches in one-to-one correspondence with the input image patches, each output image patch comprising the target feature of the image of the head region after adjustment of the image of the head region;


using a first machine learning algorithm to generate first reference data using the training data, the first reference data comprising image editing instructions for adjusting the image of the head region for a range of possible images of the head region; and


using a second machine learning algorithm to generate second reference data using the same training data as the first machine learning algorithm and the first reference data generated by the first machine learning algorithm, the second reference data comprising image editing instructions for adjusting the image of the head region for a range of possible images of the head region.


2. The method of clause 1, wherein:


the first reference data comprise first image editing instructions for a range of possible configurations of the target feature and first selection instructions for selecting image editing instructions for a particular input image patch from the first image editing instructions based on the configuration of the target feature of the input image patch; and


the second reference data comprise second image editing instructions for a range of possible configurations of the target feature and second selection instructions for selecting image editing instructions for a particular input image patch from the second image editing instructions based on the configuration of the target feature of the input image patch.


3. The method of clause 2, wherein the configuration of the target feature of each input image patch is represented by a feature vector derived from plural local image descriptors of the input image patch, and the first and second selection instructions define how the feature vector is used to select image editing instructions for the input image patch.


4. The method of clause 2 or 3, wherein the image editing instructions comprise a displacement vector field defining how the input image patch is to be transformed.


5. The method of clause 2 or 3, wherein the image editing instructions comprise a filter field, a brightness adjustment field, or a texture blending field.


6. The method of any of clauses 2-5, wherein:


a first image editing algorithm is used by the first machine learning algorithm to define how the first image editing instructions are to be applied to an input image patch to derive an output image patch; and


a second image editing algorithm is used by the second machine learning algorithm to define how the second image editing instructions are to be applied to an input image patch to derive an output image patch.


7. The method of clause 6, wherein:


the second image editing instructions are principle component analysis components of a principle component analysis of the first image editing instructions; and


the second image editing algorithm is configured to transform the second image editing instructions into the first image editing instructions by inverse principle component analysis transform.


8. The method of clause 6, wherein:


the second image editing instructions are wavelet components of the first image editing instructions; and


the second image editing algorithm is configured to transform the second image editing instructions into the first image editing instructions by inverse wavelet transform.


9. The method of any of clauses 2-8, wherein the first selection instructions for the first reference data are able to select between a larger number of alternative image editing instructions than the second selection instructions for the second reference data.


10. The method of any preceding clause, wherein the first machine learning algorithm is of a different machine learning algorithm type than the second machine learning algorithm.


11. The method of any preceding clause, wherein the first machine learning algorithm comprises one or more of the following: a neural network; a support vector machine; a generative adversarial network, GAN.


12. The method of any preceding clause, wherein the second machine learning algorithm comprises one or more of the following: a regression forest; regression ferns, cluster centres, a lookup table, separable filter banks.


13. The method of any of clauses 1-10, wherein the first machine learning algorithm comprises a first neural network and the second machine learning algorithm comprises a second neural network, wherein the second neural network comprises fewer layers and/or smaller convolution fields than the first neural network.


14. The method of any preceding clause, wherein the target feature comprises one or more of the following: an eye region comprising at least part of an eye, a nose region comprising at least part of a nose, a mouth region comprising at least part of a mouth, a chin region comprising at least part of a chin, a neck region comprising at least part of a neck, and a hair region comprising hair.


15. The method of any of clauses 1-13, wherein:


the target feature comprises an eye region comprising at least part of an eye and the adjustment of the image of the head region comprises adjusting a gaze direction;


the target feature comprises a nose region comprising at least part of a nose and the adjustment of the image of the head region comprises adjusting a shape and/or texture of the nose;


the target feature comprises a chin region comprising at least part of a chin and the adjustment of the image of the head region comprises adjusting a shape and/or texture of the chin;


the target feature comprises a neck region comprising at least part of a neck and the adjustment of the image of the head region comprises adjusting a shape and/or texture of the neck; and/or


the target feature comprises a hair region comprising hair and the adjustment of the image of the head region comprises adjusting a color of the hair.


16. The method of any preceding clause, wherein the second image editing instructions in the second reference data are provided in a compressed representation.


17. The method of clause 16, wherein the compressed representation comprises one or more of the following: a principle component analysis representation; a wavelet representation; Fourier and/or discrete cosine transform components; cluster centres.


18. A method of adjusting an image of a head region, the method comprising:


identifying an image patch in the image of the head region, the image patch comprising a target feature of the image of the head region;


deriving a feature vector from plural local image descriptors of the image patch;


using the feature vector to select image editing instructions from reference data, the reference data comprising image editing instructions for a range of possible values of the feature vector; and


applying the selected image editing instructions to the image patch to adjust the image of the head region, wherein:


the reference data comprises the second reference data generated by the method of any of clauses 1-17.


19. A method of adjusting an image of a head region, the method comprising:


identifying an image patch in the image of the head region, the image patch comprising a target feature of the image of the head region;


deriving a feature vector from plural local image descriptors of the image patch;


using the feature vector to select image editing instructions from reference data, the reference data comprising image editing instructions for a range of possible values of the feature vector; and


applying the selected image editing instructions to the image patch to adjust the image of the head region, wherein:


the image editing instructions in the reference data are provided in a compressed representation.


20. The method of clause 19, wherein the compressed representation comprises one or more of the following: a principle component analysis representation; a wavelet representation; Fourier and/or discrete cosine transform components; cluster centres.


21. A computer program capable of execution by a processor and arranged on execution to cause the processor to perform a method according to any of the preceding clauses.


22. A computer readable storage medium storing a computer program according to clause 21.


23. A device for generating reference data for adjusting an image of a head region, the device comprising a data processing unit arranged to:


receive training data comprising:

    • a set of input image patches, each input image patch comprising information about a target feature of an image of the head region prior to adjustment of the image of the head region, wherein the target feature is the same for each input image patch; and
    • a set of output image patches in one-to-one correspondence with the input image patches, each output image patch comprising the target portion of the image of the head region after adjustment of the image of the head region;


use a first machine learning algorithm to generate first reference data using the training data; and


use a second machine learning algorithm to generate second reference data using the same training data as the first machine learning algorithm and the first reference data output by the first machine learning algorithm.


24. A device for adjusting an image of a head region, the device comprising an image processor arranged to process the image of the head region by:


identifying an image patch in the image of the head region, the image patch comprising information about a target feature of the image of the head region;


deriving a feature vector from plural local image descriptors of the image patch;


using the feature vector to select image editing instructions from reference data, the reference data comprising image editing instructions for a range of possible values of the feature vector; and


applying the selected image editing instructions to the image patch to adjust the image of the head region, wherein:


the image editing instructions in the reference data are provided in a compressed representation.


25. The device of clause 24, further comprising a telecommunications interface arranged to transmit the adjusted image over a telecommunications network to a destination device for display thereon.


While various embodiments in accordance with the principles disclosed herein have been described above, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of this disclosure should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with any claims and their equivalents issuing from this disclosure. Furthermore, the above advantages and features are provided in described embodiments, but shall not limit the application of such issued claims to processes and structures accomplishing any or all of the above advantages.


Additionally, the section headings herein are provided for consistency with the suggestions under 37 CFR 1.77 or otherwise to provide organizational cues. These headings shall not limit or characterize the embodiment(s) set out in any claims that may issue from this disclosure. Specifically and by way of example, although the headings refer to a “Technical Field,” the claims should not be limited by the language chosen under this heading to describe the so-called field. Further, a description of a technology in the “Background” is not to be construed as an admission that certain technology is prior art to any embodiment(s) in this disclosure. Neither is the “Summary” to be considered as a characterization of the embodiment(s) set forth in issued claims. Furthermore, any reference in this disclosure to “invention” in the singular should not be used to argue that there is only a single point of novelty in this disclosure. Multiple embodiments may be set forth according to the limitations of the multiple claims issuing from this disclosure, and such claims accordingly define the embodiment(s), and their equivalents, that are protected thereby. In all instances, the scope of such claims shall be considered on their own merits in light of this disclosure, but should not be constrained by the headings set forth herein.

Claims
  • 1. A method of adjusting a digital representation of a head region, the method comprising: identifying a target patch in the digital representation of the head region, the target patch comprising a target feature of the digital representation of the head region;deriving a feature vector from plural local descriptors of the target patch;using the feature vector to select editing instructions from reference data, the reference data comprising editing instructions for a range of possible values of the feature vector;applying the selected editing instructions to the target patch to adjust the digital representation of the head region, wherein the editing instructions in the reference data are provided in a compressed representation, wherein a plurality of the digital representations of the head region are received and adjusted, each digital representation being captured from the head region at a different point in time; andupdating a second machine learning algorithm using editing instructions generated by a first machine learning algorithm using one or more of the received and adjusted digital representations.
  • 2. The method of claim 1, wherein the compressed representation comprises one or more of the following: a principle component analysis representation; a wavelet representation; Fourier and/or discrete cosine transform components; and cluster centers.
  • 3. The method of claim 1, wherein the updating of the second machine learning algorithm is performed at or near input data frame rate.
  • 4. The method of claim 3, wherein a subset of the received and adjusted digital representations are used to update the second machine learning algorithm.
  • 5. The method of claim 1, further comprising receiving image information of the head region from a sensing system.
  • 6. The method of claim 5, wherein the sensing system is a camera system.
  • 7. The method of claim 5, wherein the sensing system comprises a visual camera adapted to receive light in the visible electromagnetic spectrum.
  • 8. The method of claim 7, wherein the sensing system comprises a depth sensor offset from the visual camera by a predetermined distance, the depth sensor adapted to make depth measurements of the head region.
  • 9. The method of claim 5, wherein the image information comprises depth information of the head region.
  • 10. A device for adjusting a digital representation of a head region, the device comprising: a sensing system arranged to receive a digital representation of a head region; anda data processing unit communicatively coupled to the sensing system and arranged to process the digital representation of the head region by:identifying a target patch in the digital representation of the head region, the target patch comprising information about a target feature of the digital representation of the head region;deriving a feature vector from plural local descriptors of the target patch;using the feature vector to select editing instructions from reference data, the reference data comprising editing instructions for a range of possible values of the feature vector;applying the selected editing instructions to the target patch to adjust the digital representation of the head region, wherein the editing instructions in the reference data are provided in a compressed representation; andupdating a second machine learning algorithm using editing instructions generated by a first machine learning algorithm using one or more of the received and adjusted digital representations.
  • 11. The device of claim 10, wherein the compressed representation comprises one or more of the following: a principle component analysis representation; a wavelet representation; Fourier and/or discrete cosine transform components; and cluster centers.
  • 12. The device of claim 10, wherein a plurality of the digital representations of the head region are received and adjusted, each digital representation being captured from the head region at a different point in time.
  • 13. The device of claim 10, wherein the first machine learning algorithm comprises a first neural network and the second machine learning algorithm comprises a second neural network, wherein the second neural network comprises fewer layers and/or smaller convolution fields than the first neural network.
  • 14. The device of claim 10, wherein the updating of the second machine learning algorithm is performed at or near input data frame rate.
  • 15. The device of claim 10, wherein a subset of the received and adjusted digital representations are used to update the second machine learning algorithm.
  • 16. The device of claim 10, wherein the sensing system comprises a camera system.
  • 17. The device of claim 16, wherein the camera system comprises first and second cameras facing the head region and offset from each other by a predetermined distance.
  • 18. The device of claim 17, wherein the first and second cameras have different fields of view.
  • 19. The device of claim 17, wherein the first and second cameras have different sensing modalities from each other.
  • 20. The device of claim 17, wherein the first and second cameras have sensing modalities selected from the group comprising visible light, infrared light, depth, and time-of-flight.
  • 21. The device of claim 10, further comprising a display, wherein the sensing system is located adjacent to the display.
  • 22. The device of claim 10, further comprising a display, wherein the sensing system is located offset from the display.
  • 23. The device of claim 10, further comprising a display, wherein the sensing system is located above the display.
  • 24. The device of claim 10, wherein the sensing system comprises a visual camera comprising a sensor to receive light in the visible electromagnetic spectrum.
  • 25. The device of claim 24, wherein the sensing system further comprises a depth sensor offset from the visual camera, the depth sensor adapted to make depth measurements of a head region.
US Referenced Citations (370)
Number Name Date Kind
1128979 Hess Feb 1915 A
1970311 Ives Aug 1934 A
2133121 Stearns Oct 1938 A
2247969 Lemuel Jul 1941 A
2480178 Zinberg Aug 1949 A
2810905 Barlow Oct 1957 A
3409351 Winnek Nov 1968 A
3715154 Bestenreiner Feb 1973 A
4057323 Ward Nov 1977 A
4528617 Blackington Jul 1985 A
4542958 Young Sep 1985 A
4804253 Stewart Feb 1989 A
4807978 Grinberg et al. Feb 1989 A
4829365 Eichenlaub May 1989 A
4914553 Hamada et al. Apr 1990 A
5050946 Hathaway et al. Sep 1991 A
5278608 Taylor et al. Jan 1994 A
5347644 Sedlmayr Sep 1994 A
5349419 Taguchi et al. Sep 1994 A
5459592 Shibatani et al. Oct 1995 A
5466926 Sasano et al. Nov 1995 A
5499303 Hundt et al. Mar 1996 A
5510831 Mayhew Apr 1996 A
5528720 Winston et al. Jun 1996 A
5581402 Taylor Dec 1996 A
5588526 Fantone et al. Dec 1996 A
5697006 Taguchi et al. Dec 1997 A
5703667 Ochiai Dec 1997 A
5727107 Umemoto et al. Mar 1998 A
5771066 Barnea Jun 1998 A
5796451 Kim Aug 1998 A
5808792 Woodgate et al. Sep 1998 A
5875055 Morishima et al. Feb 1999 A
5896225 Chikazawa Apr 1999 A
5903388 Sedlmayr May 1999 A
5933276 Magee Aug 1999 A
5956001 Sumida et al. Sep 1999 A
5959664 Woodgate Sep 1999 A
5969850 Harrold et al. Oct 1999 A
5971559 Ishikawa et al. Oct 1999 A
6008484 Woodgate et al. Dec 1999 A
6014164 Woodgate et al. Jan 2000 A
6023315 Harrold et al. Feb 2000 A
6055013 Woodgate et al. Apr 2000 A
6061179 Inoguchi et al. May 2000 A
6061489 Ezra et al. May 2000 A
6064424 Berkel et al. May 2000 A
6075557 Holliman et al. Jun 2000 A
6094216 Taniguchi et al. Jul 2000 A
6108059 Yang Aug 2000 A
6118584 Berkel et al. Sep 2000 A
6128054 Schwarzenberger Oct 2000 A
6172723 Inoue et al. Jan 2001 B1
6199995 Umemoto et al. Mar 2001 B1
6224214 Martin et al. May 2001 B1
6232592 Sugiyama May 2001 B1
6256447 Laine Jul 2001 B1
6262786 Perlo et al. Jul 2001 B1
6283858 Hayes, Jr. et al. Sep 2001 B1
6295109 Kubo et al. Sep 2001 B1
6302541 Grossmann Oct 2001 B1
6305813 Lekson et al. Oct 2001 B1
6373637 Gulick et al. Apr 2002 B1
6377295 Woodgate et al. Apr 2002 B1
6422713 Fohl et al. Jul 2002 B1
6456340 Margulis Sep 2002 B1
6464365 Gunn et al. Oct 2002 B1
6476850 Erbey Nov 2002 B1
6654156 Crossland et al. Nov 2003 B1
6663254 Ohsumi Dec 2003 B2
6724452 Takeda et al. Apr 2004 B1
6731355 Miyashita May 2004 B2
6736512 Balogh May 2004 B2
6798406 Jones et al. Sep 2004 B1
6801243 Berkel Oct 2004 B1
6816158 Lemelson et al. Nov 2004 B1
6825985 Brown et al. Nov 2004 B2
6847488 Travis Jan 2005 B2
6859240 Brown et al. Feb 2005 B1
6867828 Taira et al. Mar 2005 B2
6975755 Baumberg Dec 2005 B1
7001058 Inditsky Feb 2006 B2
7058252 Woodgate et al. Jun 2006 B2
7091931 Yoon Aug 2006 B2
7101048 Travis Sep 2006 B2
7136031 Lee et al. Nov 2006 B2
7215391 Kuan et al. May 2007 B2
7215475 Woodgate et al. May 2007 B2
7227567 Beck et al. Jun 2007 B1
7239293 Perlin et al. Jul 2007 B2
7365908 Dolgoff Apr 2008 B2
7375886 Lipton et al. May 2008 B2
7410286 Travis Aug 2008 B2
7430358 Qi et al. Sep 2008 B2
7492346 Manabe et al. Feb 2009 B2
7524053 Lipton Apr 2009 B2
7528893 Schultz et al. May 2009 B2
7545429 Travis Jun 2009 B2
7614777 Koganezawa et al. Nov 2009 B2
7750981 Shestak et al. Jul 2010 B2
7750982 Nelson et al. Jul 2010 B2
7771102 Iwasaki Aug 2010 B2
7798698 Segawa Sep 2010 B2
7798699 Laitinen et al. Sep 2010 B2
7826668 Zaklika Nov 2010 B1
7864253 Tajiri Jan 2011 B2
8016475 Travis Sep 2011 B2
8144153 Sullivan et al. Mar 2012 B1
8199152 Sullivan et al. Jun 2012 B2
8223296 Lee et al. Jul 2012 B2
8331615 Furukawa et al. Dec 2012 B2
8556491 Lee Oct 2013 B2
8684588 Ajichi et al. Apr 2014 B2
8760762 Kelly et al. Jun 2014 B1
8824779 Smyth Sep 2014 B1
8926112 Uchiike et al. Jan 2015 B2
8942434 Karakotsios et al. Jan 2015 B1
9197884 Lee et al. Nov 2015 B2
9224060 Ramaswamy Dec 2015 B1
9224248 Ye et al. Dec 2015 B2
9378574 Kim et al. Jun 2016 B2
9552668 Yang Jan 2017 B2
9740282 McInerny Aug 2017 B1
9872007 Woodgate et al. Jan 2018 B2
9986812 Yamanashi et al. Jun 2018 B2
20010001566 Moseley et al. May 2001 A1
20010050686 Allen Dec 2001 A1
20020013691 Warnes Jan 2002 A1
20020018299 Daniell Feb 2002 A1
20020113866 Taniguchi et al. Aug 2002 A1
20030117790 Lee et al. Jun 2003 A1
20030133191 Morita et al. Jul 2003 A1
20030137821 Gotoh et al. Jul 2003 A1
20030197779 Zhang et al. Oct 2003 A1
20030218672 Zhang et al. Nov 2003 A1
20040021809 Sumiyoshi et al. Feb 2004 A1
20040042233 Suzuki et al. Mar 2004 A1
20040046709 Yoshino Mar 2004 A1
20040066480 Yoshida et al. Apr 2004 A1
20040108971 Waldern et al. Jun 2004 A1
20040109303 Olczak Jun 2004 A1
20040135741 Tomisawa et al. Jul 2004 A1
20040170011 Kim et al. Sep 2004 A1
20040263968 Kobayashi et al. Dec 2004 A1
20040263969 Lipton et al. Dec 2004 A1
20050007753 Hees et al. Jan 2005 A1
20050053274 Mayer et al. Mar 2005 A1
20050094295 Yamashita et al. May 2005 A1
20050104878 Kaye et al. May 2005 A1
20050110980 Maehara et al. May 2005 A1
20050135116 Epstein et al. Jun 2005 A1
20050180167 Hoelen et al. Aug 2005 A1
20050190180 Jin et al. Sep 2005 A1
20050190345 Dubin et al. Sep 2005 A1
20050237488 Yamasaki et al. Oct 2005 A1
20050254127 Evans et al. Nov 2005 A1
20050264717 Chien et al. Dec 2005 A1
20050276071 Sasagawa et al. Dec 2005 A1
20050280637 Ikeda et al. Dec 2005 A1
20060002678 Weber et al. Jan 2006 A1
20060012845 Edwards Jan 2006 A1
20060056166 Yeo et al. Mar 2006 A1
20060067573 Parr et al. Mar 2006 A1
20060114664 Sakata et al. Jun 2006 A1
20060132423 Travis Jun 2006 A1
20060139447 Unkrich Jun 2006 A1
20060158729 Vissenberg et al. Jul 2006 A1
20060176912 Anikitchev Aug 2006 A1
20060203200 Koide Sep 2006 A1
20060215129 Alasaarela et al. Sep 2006 A1
20060215244 Yosha et al. Sep 2006 A1
20060221642 Daiku Oct 2006 A1
20060227427 Dolgoff Oct 2006 A1
20060244918 Cossairt et al. Nov 2006 A1
20060250580 Silverstein et al. Nov 2006 A1
20060262376 Mather et al. Nov 2006 A1
20060267040 Baek et al. Nov 2006 A1
20060269213 Hwang et al. Nov 2006 A1
20060284974 Lipton et al. Dec 2006 A1
20060291053 Robinson et al. Dec 2006 A1
20060291243 Niioka et al. Dec 2006 A1
20070008406 Shestak et al. Jan 2007 A1
20070013624 Bourhill Jan 2007 A1
20070019882 Tanaka et al. Jan 2007 A1
20070025680 Winston et al. Feb 2007 A1
20070035706 Margulis Feb 2007 A1
20070035829 Woodgate et al. Feb 2007 A1
20070035964 Olczak Feb 2007 A1
20070081110 Lee Apr 2007 A1
20070085105 Beeson et al. Apr 2007 A1
20070109400 Woodgate et al. May 2007 A1
20070109401 Lipton et al. May 2007 A1
20070115551 Spilman et al. May 2007 A1
20070115552 Robinson et al. May 2007 A1
20070153160 Lee et al. Jul 2007 A1
20070188667 Schwerdtner Aug 2007 A1
20070189701 Chakmakjian et al. Aug 2007 A1
20070223252 Lee et al. Sep 2007 A1
20070244606 Zhang et al. Oct 2007 A1
20070279554 Kowarz et al. Dec 2007 A1
20070279727 Gandhi et al. Dec 2007 A1
20080055221 Yabuta et al. Mar 2008 A1
20080079662 Saishu et al. Apr 2008 A1
20080084519 Brigham et al. Apr 2008 A1
20080128728 Nemchuk et al. Jun 2008 A1
20080225205 Travis Sep 2008 A1
20080259012 Fergason Oct 2008 A1
20080259643 Ijzerman et al. Oct 2008 A1
20080291359 Miyashita Nov 2008 A1
20080297431 Yuuki et al. Dec 2008 A1
20080297459 Sugimoto et al. Dec 2008 A1
20080304282 Mi et al. Dec 2008 A1
20080316303 Chiu et al. Dec 2008 A1
20080316768 Travis Dec 2008 A1
20090016057 Rinko Jan 2009 A1
20090040426 Mather et al. Feb 2009 A1
20090052796 Furukawa et al. Feb 2009 A1
20090067156 Bonnett et al. Mar 2009 A1
20090109705 Pakhchyan et al. Apr 2009 A1
20090128735 Larson et al. May 2009 A1
20090135623 Kunimochi May 2009 A1
20090140656 Kohashikawa et al. Jun 2009 A1
20090160757 Robinson Jun 2009 A1
20090167651 Benitez et al. Jul 2009 A1
20090168459 Holman et al. Jul 2009 A1
20090174840 Lee et al. Jul 2009 A1
20090190072 Nagata et al. Jul 2009 A1
20090190079 Saitoh Jul 2009 A1
20090207629 Fujiyama et al. Aug 2009 A1
20090225380 Schwerdtner et al. Sep 2009 A1
20090244072 Pugach et al. Oct 2009 A1
20090278936 Pastoor et al. Nov 2009 A1
20090290203 Schwerdtner Nov 2009 A1
20090315915 Dunn et al. Dec 2009 A1
20100002169 Kuramitsu et al. Jan 2010 A1
20100033558 Horie et al. Feb 2010 A1
20100034987 Fujii et al. Feb 2010 A1
20100040280 McKnight Feb 2010 A1
20100053771 Travis et al. Mar 2010 A1
20100053938 Kim et al. Mar 2010 A1
20100091093 Robinson Apr 2010 A1
20100091254 Travis et al. Apr 2010 A1
20100103649 Hamada Apr 2010 A1
20100165598 Chen et al. Jul 2010 A1
20100177387 Travis et al. Jul 2010 A1
20100182542 Nakamoto et al. Jul 2010 A1
20100188438 Kang Jul 2010 A1
20100188602 Feng Jul 2010 A1
20100214135 Bathiche et al. Aug 2010 A1
20100220260 Sugita et al. Sep 2010 A1
20100231498 Large et al. Sep 2010 A1
20100271838 Yamaguchi Oct 2010 A1
20100277575 Ismael et al. Nov 2010 A1
20100278480 Vasylyev Nov 2010 A1
20100289870 Leister Nov 2010 A1
20100295920 McGowan Nov 2010 A1
20100295930 Ezhov Nov 2010 A1
20100300608 Emerton et al. Dec 2010 A1
20100309296 Harrold et al. Dec 2010 A1
20100321953 Coleman et al. Dec 2010 A1
20100328438 Ohyama et al. Dec 2010 A1
20110013417 Saccomanno et al. Jan 2011 A1
20110019112 Dolgoff Jan 2011 A1
20110032483 Hruska et al. Feb 2011 A1
20110032724 Kinoshita Feb 2011 A1
20110043142 Travis et al. Feb 2011 A1
20110044056 Travis et al. Feb 2011 A1
20110044579 Travis et al. Feb 2011 A1
20110051237 Hasegawa et al. Mar 2011 A1
20110063465 Nanu et al. Mar 2011 A1
20110115997 Kim May 2011 A1
20110187635 Lee et al. Aug 2011 A1
20110188120 Tabirian et al. Aug 2011 A1
20110199459 Barenbrug et al. Aug 2011 A1
20110199460 Gallagher Aug 2011 A1
20110211142 Kashiwagi et al. Sep 2011 A1
20110216266 Travis Sep 2011 A1
20110221998 Adachi et al. Sep 2011 A1
20110228183 Hamagishi Sep 2011 A1
20110235359 Liu et al. Sep 2011 A1
20110242150 Song et al. Oct 2011 A1
20110242277 Do et al. Oct 2011 A1
20110242298 Bathiche et al. Oct 2011 A1
20110255303 Nichol et al. Oct 2011 A1
20110267563 Shimizu Nov 2011 A1
20110285927 Schultz et al. Nov 2011 A1
20110286525 Kamisli Nov 2011 A1
20110292321 Travis et al. Dec 2011 A1
20110305374 Chou Dec 2011 A1
20110310232 Wilson et al. Dec 2011 A1
20120002136 Nagata et al. Jan 2012 A1
20120002295 Dobschal et al. Jan 2012 A1
20120008067 Mun et al. Jan 2012 A1
20120013720 Kadowaki et al. Jan 2012 A1
20120056971 Kumar et al. Mar 2012 A1
20120062991 Mich et al. Mar 2012 A1
20120063166 Panagotacos et al. Mar 2012 A1
20120081920 Ie et al. Apr 2012 A1
20120086776 Lo Apr 2012 A1
20120092435 Wohlert Apr 2012 A1
20120105486 Lankford et al. May 2012 A1
20120106193 Kim et al. May 2012 A1
20120114201 Luisi et al. May 2012 A1
20120127573 Robinson et al. May 2012 A1
20120154450 Aho et al. Jun 2012 A1
20120162966 Kim et al. Jun 2012 A1
20120169838 Sekine Jul 2012 A1
20120206050 Spero Aug 2012 A1
20120219180 Mehra Aug 2012 A1
20120223956 Saito et al. Sep 2012 A1
20120236133 Gallagher Sep 2012 A1
20120243204 Robinson Sep 2012 A1
20120243261 Yamamoto et al. Sep 2012 A1
20120293721 Ueyama Nov 2012 A1
20120314145 Robinson Dec 2012 A1
20120319928 Rhodes Dec 2012 A1
20120327101 Blixt et al. Dec 2012 A1
20120327172 El-Saban et al. Dec 2012 A1
20130070046 Wolf Mar 2013 A1
20130076853 Diao Mar 2013 A1
20130101253 Popovich et al. Apr 2013 A1
20130107340 Wong et al. May 2013 A1
20130127861 Gollier May 2013 A1
20130135588 Popovich et al. May 2013 A1
20130155063 Solem Jun 2013 A1
20130156265 Hennessy Jun 2013 A1
20130163659 Sites Jun 2013 A1
20130169701 Whitehead et al. Jul 2013 A1
20130230136 Sakaguchi et al. Sep 2013 A1
20130235561 Etienne et al. Sep 2013 A1
20130265625 Fäcke et al. Oct 2013 A1
20130294684 Lipton et al. Nov 2013 A1
20130307831 Robinson et al. Nov 2013 A1
20130307946 Robinson et al. Nov 2013 A1
20130308339 Woodgate et al. Nov 2013 A1
20130321599 Harrold et al. Dec 2013 A1
20130328866 Woodgate et al. Dec 2013 A1
20130335821 Robinson et al. Dec 2013 A1
20140002586 Nourbakhsh Jan 2014 A1
20140009508 Woodgate et al. Jan 2014 A1
20140016354 Lee et al. Jan 2014 A1
20140016871 Son et al. Jan 2014 A1
20140022619 Woodgate et al. Jan 2014 A1
20140036361 Woodgate et al. Feb 2014 A1
20140041205 Robinson et al. Feb 2014 A1
20140043323 Sumi Feb 2014 A1
20140098558 Vasylyev Apr 2014 A1
20140126238 Kao et al. May 2014 A1
20140153832 Kwatra Jun 2014 A1
20140240344 Tomono et al. Aug 2014 A1
20140240828 Robinson et al. Aug 2014 A1
20140267584 Atzpadin et al. Sep 2014 A1
20140340728 Taheri Nov 2014 A1
20140344718 Rapaport et al. Nov 2014 A1
20140368602 Woodgate et al. Dec 2014 A1
20150077526 Kim et al. Mar 2015 A1
20150116212 Freed et al. Apr 2015 A1
20150177447 Woodgate et al. Jun 2015 A1
20150268479 Woodgate et al. Sep 2015 A1
20150269737 Lam et al. Sep 2015 A1
20150334365 Tsubaki et al. Nov 2015 A1
20150339512 Son et al. Nov 2015 A1
20160125227 Soare et al. May 2016 A1
20160196465 Wu et al. Jul 2016 A1
20160211001 Sun Jul 2016 A1
20160219258 Woodgate et al. Jul 2016 A1
20170134720 Park et al. May 2017 A1
20170195662 Sommerlade et al. Jul 2017 A1
20170364149 Lu et al. Dec 2017 A1
20180035886 Courtemanche et al. Feb 2018 A1
Foreign Referenced Citations (52)
Number Date Country
1142869 Feb 1997 CN
1377453 Oct 2002 CN
1454329 Nov 2003 CN
1466005 Jan 2004 CN
1487332 Apr 2004 CN
1696788 Nov 2005 CN
1826553 Aug 2006 CN
1900785 Jan 2007 CN
1908753 Feb 2007 CN
101029975 Sep 2007 CN
101049028 Oct 2007 CN
101114080 Jan 2008 CN
101142823 Mar 2008 CN
101266338 Sep 2008 CN
102012742 Apr 2011 CN
102147079 Aug 2011 CN
103310186 Sep 2013 CN
0653891 May 1995 EP
0830984 Mar 1998 EP
0860729 Aug 1998 EP
0939273 Sep 1999 EP
1394593 Mar 2004 EP
2219067 Aug 2010 EP
2451180 May 2012 EP
2405542 Feb 2005 GB
H10142556 May 1998 JP
2003215705 Jul 2003 JP
2005181914 Jul 2005 JP
2006010935 Jan 2006 JP
2007094035 Apr 2007 JP
2007109255 Apr 2007 JP
2007273288 Oct 2007 JP
2008204874 Sep 2008 JP
2010160527 Jul 2010 JP
2012060607 Mar 2012 JP
2013015619 Jan 2013 JP
20090932304 Dec 2009 KR
20110006773 Jan 2011 KR
20110017918 Feb 2011 KR
20120049890 May 2012 KR
2493601 Sep 2013 RU
1994006249 Mar 1994 WO
1995020811 Aug 1995 WO
1995027915 Oct 1995 WO
1998021620 May 1998 WO
1999011074 Mar 1999 WO
2001061241 Aug 2001 WO
2007111436 Oct 2007 WO
2011020962 Feb 2011 WO
2011148366 Dec 2011 WO
2012158574 Nov 2012 WO
2016132148 Aug 2016 WO
Non-Patent Literature Citations (56)
Entry
Bucila et al., “Model compression”, Proceedings of the Twelfth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining: Aug. 20-23, 2006, Philadelphia, PA USA, New York, NY: ACM Press, 2 Penn Plaza, Suite 701 New York, NY 10121-0701 USA, Aug. 20, 2006 (Aug. 20, 2006), pp. 535-541.
Cao et al., “Real-Time High-Fidelity Facial Performance Capture.” ACM Transactions on Graphics (SIGGRAPH 2015).
Cao et al., “Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields.” IEEE/CVPR 2017.
CN-201680028919.9—Notification of the 1st Office Action dated Nov. 4, 2020 of China Patent Office.
CN-201780006239.1—Notification of the 1st Office Action dated Sep. 30, 2020 of China Patent Office.
Ekman et al., “Facial Action Coding System: A Technique for the Measurement of Facial Movement.”, Consulting Psychologists Press, Palo Alto, 1978.
EP-18844651.2 European Partial Search Report of European Patent Office dated May 3, 2021.
Hinton et al., “Distilling the Knowledge in a Neural Network”, CORR (ARXIV), vol. 1503.02531v1, Mar. 9, 2015 (Mar. 9, 2015), pp. 1-9.
International Preliminary Report on Patentability dated Sep. 26, 2017 in International Patent Application No. PCT/RU2016/000118.
International Search Report and Written Opinion dated Oct. 16, 2018 in International Patent Application No. PCT/US18/45648.
Katsigiannis et al., “A GPU based real-time video compression method for video conferencing”, 2013 18th International Conference on Digital Signal Processing (DSP), IEEE, Jul. 2013 (Jul. 2013), pp. 1-6.
Luo et al., “Face Location in Wavelet-Based Video Compression for High Perceptual Quality Videoconferencing”, IEEE Transactions on Circuits and Systems for Video Technology, Institute of Electrical and Electronics Engineers, US, vol. 6, No. 4, Aug. 1996(Aug. 1996).
Marschner et al., “Fundamentals of Computer Graphics.”, A K Peters/CRC Press; 4 edition (Dec. 15, 2015).
Paysan et al. “A 3D Face Model for Pose and Illumination Invariant Face Recognition.”, 6th IEEE International Conference on Advanced Video and Signal based Surveillance (AVSS) for Security, Safety and Monitoring in Smart Environments, 2009.
Redmon et al., “YOLO9000: Better, Faster, Stronger”, IEEE/CVPR, 2017.
Sun et al., “Construction and compression of face models for multi-party videoconferencing with multi-camera”, 2013 6th International Congress on Image and Signal Processing (CISP), IEEE, vol. 2, Dec. 16, 2013 (Dec. 16, 2013), pp. 948-952.
Yim et al., “A Gift from Knowledge Distillation: Fast Optimization, Network Minimization and Transfer Learning”, 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), IEEE Computer Society, US, Jul. 21, 2017 (Jul. 21, 2017), pp. 7130-7138.
Zheng et al., “Conditional Random Fields as Recurrent Neural Networks.”, International Conference on Computer Vision (ICCV), 2015.
EP-17736268.8 European Extended Search Report of European Patent Office dated Jul. 12, 2019.
Ganin et al., “DeepWarp: Photorealistic Image Resynthesis for Gaze Manipulation”, Jul. 25, 2016, XP055295123, Retrieved from Internet: URL: http://arxiv.org/pdf/1607.07215v2.pdf (retreived on Jan. 10, 2018].
Giger et al., “Gaze Correction with a Single Webcam”, Proceedings of IEEE ICME 2014 (Chengdu, China, Jul. 14-18, 2014).
International Search Report and Written Opinion dated Apr. 18, 2017 in International Patent Application No. PCT/US17/12203.
International Search Report and Written Opinion dated Aug. 25, 2016 in International Patent Application No. PCT/RU2016/000118.
Ren et al., “Face alignment at 3000 fps via regressing local binary features”, CVPR, pp. 1685-1692, 2014.
Smith et al., Gaze locking: passive eye contact detection for human-object interaction. In Proceedings of the 26th annual ACM Symposium on User interface software and technology, pp. 271-280, ACM 2013.
Xiong et al., “Supervised descent method and its applications to face alignment”, In Computer Vision Pattern Recognition (CVPR), 2013 IEEE Conference, pp. 532-539.
Yang, “Mutli-scale recognition with DAG-CNNs”, ICCV 2015.
Yip, “Face and Eye Rectification in Video Conference Using Artificial Neural Network”, IEEE International Conference on Multimedia and Expo, 2005, pp. 690-693.
3M™ ePrivacy Filter software professional version; http://www.cdw.com/shop/products/3M-ePrivacy-Filter-software-professional-version/3239412.aspx?cm_mmc=ShoppingFeeds-_-ChannelIntelligence-_-Software-_-3239412_3MT%20ePrivacy%20Filter%20software%20professional%20version_3MF-EPFPRO&cpncode=37-7582919&srccode=cii_10191459#PO; Copyright 2007-2016.
Bahadur, “Liquid crystals applications and uses,” World Scientific, vol. 1, pp. 178 (1990).
Beato: “Understanding Comfortable stereography”, Dec. 31, 2011 (Dec. 31, 2011), XP055335952, Retrieved from the Internet: URL:http://64.17.134.112/Affonso Beato/Understanding Comfortable Stereography.html [retrieved—on Jan. 17, 2017].
Braverman: “The 3D Toolbox : News”, Aug. 13, 2010 (Aug. 13, 2010), XP055336081, Retrieved from the Internet: URL:http://www.dashwood3d.com/blog/the-3d-toolbox/ [retrieved on Jan. 17, 2017].
Cootes et al., “Active Appearance Models”, IEEE Trans. Pattern Analysis and Machine Intelligence, 23(6):681-685, 2001.
Cootes et al., “Active Shape Models—Their Training and Application” Computer Vision and Image Understanding 61(1):38-59 Jan. 1995.
Dalal et al., “Histogram of Oriented Gradients for Human Detection”, Computer Vision and Pattern Recognition, pp. 886-893, 2005.
Drucker et al., “Support Vector Regression Machines”, Advances in Neural Information Processing Systems 9, pp. 155-161, NIPS 1996.
Ho, “Random Decision Forests”, Proceedings of the 3rd International Conference on Document Analysis and Recognition, Montreal, QC, pp. 278-282, Aug. 14-16, 1995.
Ian Sexton et al: “Stereoscopic and autostereoscopic display-systems”,—IEEE Signal Processing Magazine, May 1, 1999 (May 1, 1999 ), pp. 85-99, XP055305471, Retrieved from the Internet: RL:http://ieeexplore.ieee.org/iel5/79/16655/00768575.pdf [retrieved on Sep. 26, 2016].
Kalantar, et al. “Backlight Unit With Double Surface Light Emission,” J. Soc. Inf. Display, vol. 12, Issue 4, pp. 379-387 (Dec. 2004).
Kononenko et al., “Learning to Look Up: Realtime Monocular Gaze Correction Using Machine Learning”, Computer Vision and Pattern Recognition, pp. 4667-4675, 2015.
Languy et al., “Performance comparison of four kinds of flat nonimaging Fresnel lenses made of polycarbonates and polymethyl methacrylate for concentrated photovoltaics”, Optics Letters, 36, pp. 2743-2745.
Lipton, “Stereographies: Developers' Handbook”, Stereographic Developers Handbook, Jan. 1, 1997, XP002239311, p. 42-49.
Lipton: “Stereoscopic Composition Lenny Lipton”, Feb. 15, 2009 (Feb. 15, 2009), XP055335930, Retrieved from the Internet: URL:https://lennylipton.wordpress.com/2009/02/15/stereoscopic-composition/ [retrieved on Jan. 17, 2017].
Lowe, “Distinctive Image Features from Scale-Invariant Keypoints”, International Journal of Computer Vision 60 (2), pp. 91-110, 2004.
Lucio et al: “RGBD Camera Effects”, Aug. 1, 2012 (Aug. 1, 2012), XP055335831, SIBGRAPI—Conference on Graphics, Patterns and Images Retrieved from the Internet: URL:https://www.researchgate.net/profile/Leandro Cruz/publication/233398182 RGBD Camera Effects/links/0912f50a2922010eb2000000.pdf [retrieved on Jan. 17, 2017].
Marjanovic, M.,“Interlace, Interleave, and Field Dominance,” http://www.mir.com/DMG/interl.html, pp. 1-5 (2001).
Ozuysal et al., “Fast Keypoint recognition in Ten Lines of Code”, Computer Vision and Pattern Recognition, pp. 1-8, 2007.
Tabiryan et al., “The Promise of Diffractive Waveplates,” Optics and Photonics News, vol. 21, Issue 3, pp. 40-45 (Mar. 2010).
Travis, et al. “Backlight for view-sequential autostereo 3D”, Microsoft E&DD Applied Sciences, (date unknown), 25 pages.
Travis, et al. “Collimated light from a waveguide for a display,” Optics Express, vol. 17, No. 22, pp. 19714-19719 (2009).
Viola and Jones, “Rapid Object Detection using a Boosted Cascade of Simple Features”, pp. 1-9 CVPR 2001.
Williams S P et al., “New Computational Control Techniques and Increased Understanding for Stereo 3-D Displays”, Proceedings of SPIE, SPIE, US, vol. 1256, Jan. 1, 1990, XP000565512, p. 75, 77, 79.
Zach et al., “A Duality Based Approach for Realtime TV-L1 Optical Flow”, Pattern Recognition (Proc. DAGM), 2007, pp. 214-223.
Sahoo et al., “Online Deep Learning: Learning Deep Neural Networks on the Fly”, School of Information Systems, Singapore Management University (https://arxiv.org/abs/1711.03705), 2017, pp. 1-9.
Saffari et al., “On-line Random Forests,” in 3rd IEEE ICCV Workshop on On-line Computer Vision, 2009.
International search report and written opinion of international searching authority for PCT application PCT/US2018/045648 dated Oct. 16, 2018.
Related Publications (1)
Number Date Country
20210012575 A1 Jan 2021 US
Provisional Applications (2)
Number Date Country
62543587 Aug 2017 US
62542661 Aug 2017 US
Continuations (1)
Number Date Country
Parent 16057566 Aug 2018 US
Child 16937254 US