A method for predicting the realism of an object within an image includes generating a training image set for a predetermined object type. The training image set comprises one or more training images at least partially generated using a computer. A pixel level training spatial realism map is generated for each training image of the one or more training images. Each training spatial realism map configured to represent a perceptual realism of the corresponding training image. A predictor is trained using the training image set and the corresponding training spatial realism maps. An image of the predetermined object is received. A spatial realism map of the received image is produced using the trained predictor.
|
1. A method for predicting the realism of an object within an image, comprising:
generating a training image set for a predetermined object type, the training image set comprising one or more training images at least partially generated using a computer;
generating a pixel level training spatial realism map for each training image of the one or more training images, each training spatial realism map configured to represent a perceptual realism of a corresponding training image;
training a predictor using the training image set and corresponding training spatial realism maps;
receiving an image of the predetermined object type; and
producing a spatial realism map of the received image using the trained predictor.
12. An image realism predictor, comprising:
a processor; and
a memory storing computer program instructions which when executed by the processor cause the processor to perform operations comprising:
generating a training image set for a predetermined object type, the training image set comprising one or more training images at least partially generated using a computer;
generating a pixel level training spatial realism map for each training image of the one or more training images, each training spatial realism map configured to map a perceptual realism of a corresponding training image;
training a predictor using the using the training image set and corresponding training spatial realism maps;
receiving an image of the predetermined object type; and
producing a spatial realism map of the received image using the trained predictor.
2. The method of
3. The method of
4. The method of
5. The method of
presenting, to a user, each training image of the training image set;
receiving an annotation of each training image from the user; and
generating a pixel level spatial realism map based on the received annotation.
6. The method of
7. The method of
8. The method of
10. The method of
13. The image realism predictor of
14. The image realism predictor of
15. The image realism predictor of
16. The image realism predictor of
presenting, to a user, each training image of the training image set;
receiving an annotation of each training image from the user; and
generating a pixel level spatial realism map based on the received annotation.
17. The image realism predictor of
18. The image realism predictor of
19. The image realism predictor of
|
The present disclosure is directed to image processing and particularly to image prediction of image realism.
Image synthesis has long been an important research topic with many applications in entertainment, image in-painting, image-based rendering, and as a means to train and validate computer vision algorithms.
Embodiments described herein involve a method for predicting the realism of an object within an image. A training image set for a predetermined object type is generated. The training image set comprises one or more training images at least partially generated using a computer. A pixel level training spatial realism map is generated for each training image of the one or more training images. Each training spatial realism map configured to represent a perceptual realism of the corresponding training image. A predictor is trained using the training image set and the corresponding training spatial realism maps. An image of the predetermined object is received. A spatial realism map of the received image is produced using the trained predictor.
Embodiments described herein involve an image realism predictor comprising a processor and a memory storing computer program instructions which when executed by the processor cause the processor to perform operations. The operations comprise generating a training image set for a predetermined object type, the training image set comprising one or more training images at least partially generated using a computer. A pixel level training spatial realism map is generated for each training image of the one or more training images. Each training spatial realism map configured to represent a perceptual realism of the corresponding training image. A predictor is trained using the training image set and the corresponding training spatial realism maps. An image of the predetermined object is received. A spatial realism map of the received image is produced using the trained predictor.
Embodiments described herein involve a system for generating a spatial realism map of an image. A receiver is configured to receive an image of a predetermined object type. A processor is configured to generate a pixel level spatial realism map of the image. The system includes a user interface comprising a display configured to display the spatial realism map.
The above summary is not intended to describe each embodiment or every implementation. A more complete understanding will become apparent and appreciated by referring to the following detailed description and claims in conjunction with the accompanying drawings.
The figures are not necessarily to scale. Like numbers used in the figures refer to like components. However, it will be understood that the use of a number to refer to a component in a given figure is not intended to limit the component in another figure labeled with the same number.
In recent years, generative adversarial networks (GANs) have become a popular means for image synthesis. The optimization of the standard GAN is based on a statistical measure, namely conformance of the generated image to a probability distribution estimated from input training samples in a feature space. Similarly, the measures used to evaluate GAN performance are also statistically based, examples including Inception Score and Fréchet Inception Distance. The problem with a purely statistical approach is that it might ignore semantically important properties of an image such as spatial geometry. In synthesizing images of human faces, for example, there is no explicit encoding or evaluation of facial symmetry or naturalness in the GAN optimization. GAN outputs can thus produce a high inception score, but appear perceptually distorted and/or unnatural.
The other shortcoming of standard techniques for assessing image quality or realism is that GAN measures are single-valued metrics aggregated over the entire image, and do not highlight specific local regions that may be the key contributors towards the overall perceptual quality or semantic integrity. The discriminator within a typical GAN that is tasked with determining if an image is real or fake falls into this category. The mechanisms and objectives by which images are assessed (usually by humans) are fundamentally different from those by which a GAN synthesizes images. Therefore, it may be difficult to determine the perceptual realism of an image using purely GAN techniques. Embodiments described herein involve the training and application of an image realism predictor which receives an input image and puts out a spatial realism “heatmap”, where high values in a given spatial region on the heatmap indicate that the region is realistic in appearance and low values indicate that the region is unrealistic in appearance. The term “image realism” herein refers to the quality of an image representing a scene or object accurately and in a way that is true to life. In some embodiments, the predictor is implemented as a deep convolutional neural network. While embodiments described herein are applicable for any type of scene content, examples describe a method for predicting the realism of images of human faces. Training of the deep face realism predictor network requires a dataset comprising computer generated facial images, and corresponding ground truth prediction maps. While synthetic images are readily generated, the prediction maps are non-trivial to acquire. According to various embodiments described herein, a method to predict the perceptual realism of computer-generated images in a spatially localized fashion may be used to determine the realism of an image of a particular object.
A predictor is trained 130 using the training image set and the respective training spatial realism maps. The predictor may be implemented as a deep convolutional neural network such as a U-Net, for example. A user image is received 140 of the predetermined object type. A spatial realism map of the user image is produced 150 using the trained predictor. The image realism predictor described herein can be not only used as a final quality metric for GAN outputs, but also incorporated as a differentiable semantic prior in the GAN's loss function during optimization, for example.
The training images and corresponding training spatial realism maps can be created in various ways.
A computer-generated image of the predetermined object type is created 315 using a DCGAN, for example. Landmarks of the computer-generated image are detected 325. A swap region of the computer-generated image corresponding to the marked swap region of the natural image is extracted 335. The processing of the natural image and the processing of the computer-generated image may be done in series or in parallel. The extracted swap region of the computer generated image is swapped 340 into the natural image. As an example, the left eye of the natural image may be swapped with the left eye of the computer-generated image. In some cases, more than one portion of the natural image may be swapped with corresponding portions of the computer generated-images. The swapped portion of the natural image is then automatically annotated as non-realistic (e.g., realism value 0) while the rest of the image is marked as realistic (e.g., realism value 1).
To produce a visually natural and seamless swap, the newly inserted synthetic image region may be blended smoothly into the original image using Gaussian blurring and/or color correction. In such cases, the spatial realism map is processed through a low pass filter to create smooth transitions from real to computer-generated regions. The spatial realism map is stored in a database 350 and associated with the training image.
The process shown in
The above-described methods can be implemented on a computer using well-known computer processors, memory units, storage devices, computer software, and other components. A high-level block diagram of such a computer is illustrated in
A prototype face realism predictor trained using the automatic region swapping approach described herein was implemented. Face images were drawn at random from the CelebA dataset (see Z. Liu, P. Luo, a. X. Wang, and X. Tang, “Deep Learning Face Attributes in the Wild,” in Proceedings of International Conference on Computer Vision (ICCV), 2015) and random regions were replaced by corresponding regions extracted from synthetic outputs of a DCGAN face generator, also trained on CelebA. In order to simulate varying degrees of distortion, synthetic images from different epochs in DCGAN training were retrieved. A dataset of 30,000 images and face realism maps were generated and used to train a U-Net face realism predictor. The U-Net network architecture is shown in
The differences between the implemented embodiment and the original U-Net implementation are as follows;
1. Instead of cropping the images while concatenating them to the corresponding deconvolution feature maps, the original feature map size was used for the concatenation. In this case, the size of the output prediction map is the same as that of the input image;
2. the input image is resized to 128*128 for training and testing;
3. instead of using binary masks as ground-truth, smoothed continuous-valued masks were used indicative of the smooth blending of the swapped region into the image;
4. instead of using softmax, sigmoid was used in the last layer; and
5. bypass connections in U-Net were disabled.
The Adam optimizer was used and initial learning rate was set to 0.0001 with decay of 0.05. 100 epochs were trained with the binary cross entropy. The final training loss reach to close tso 0.04. The results show that the unrealistic regions were quite accurately predicted by the network. The final DICE segmentation overlap coefficient was 0.88 for training samples and 0.83 for an independent set of 900 test samples.
Unless otherwise indicated, all numbers expressing feature sizes, amounts, and physical properties used in the specification and claims are to be understood as being modified in all instances by the term “about.” Accordingly, unless indicated to the contrary, the numerical parameters set forth in the foregoing specification and attached claims are approximations that can vary depending upon the desired properties sought to be obtained by those skilled in the art utilizing the teachings disclosed herein. The use of numerical ranges by endpoints includes all numbers within that range (e.g. 1 to 5 includes 1, 1.5, 2, 2.75, 3, 3.80, 4, and 5) and any range within that range.
The various embodiments described above may be implemented using circuitry and/or software modules that interact to provide particular results. One of skill in the computing arts can readily implement such described functionality, either at a modular level or as a whole, using knowledge generally known in the art. For example, the flowcharts illustrated herein may be used to create computer-readable instructions/code for execution by a processor. Such instructions may be stored on a computer-readable medium and transferred to the processor for execution as is known in the art. The structures and procedures shown above are only a representative example of embodiments that can be used to facilitate ink jet ejector diagnostics as described above. The foregoing description of the example embodiments have been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the inventive concepts to the precise form disclosed. Many modifications and variations are possible in light of the above teachings. Any or all features of the disclosed embodiments can be applied individually or in any combination, not meant to be limiting but purely illustrative. It is intended that the scope be limited by the claims appended herein and not with the detailed description.
Bala, Raja, Subramanian, Jeyasri, Li, Pei, Shreve, Matthew
Patent | Priority | Assignee | Title |
11341612, | Jan 23 2019 | Idemia Identity & Security USA LLC | Method and system for automatic correction and generation of facial images |
11734389, | Dec 07 2020 | SICHUAN UNIVERSITY | Method for generating human-computer interactive abstract image |
Patent | Priority | Assignee | Title |
8406994, | Nov 07 2008 | Infogation Corporation | Electronically generated realistic-like map |
20180121768, | |||
20180285535, | |||
20190295223, | |||
20190370666, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Dec 14 2018 | SUBRAMANIAN, JEYASRI | Palo Alto Research Center Incorporated | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 048165 | /0258 | |
Dec 17 2018 | BALA, RAJA | Palo Alto Research Center Incorporated | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 048165 | /0258 | |
Dec 20 2018 | SHREVE, MATTHEW | Palo Alto Research Center Incorporated | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 048165 | /0258 | |
Dec 28 2018 | Palo Alto Research Center Incorporated | (assignment on the face of the patent) | / | |||
Jan 19 2019 | LI, PEI | Palo Alto Research Center Incorporated | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 048165 | /0258 | |
Apr 16 2023 | Palo Alto Research Center Incorporated | Xerox Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 064038 | /0001 | |
Apr 16 2023 | Palo Alto Research Center Incorporated | Xerox Corporation | CORRECTIVE ASSIGNMENT TO CORRECT THE REMOVAL OF US PATENTS 9356603, 10026651, 10626048 AND INCLUSION OF US PATENT 7167871 PREVIOUSLY RECORDED ON REEL 064038 FRAME 0001 ASSIGNOR S HEREBY CONFIRMS THE ASSIGNMENT | 064161 | /0001 | |
Jun 21 2023 | Xerox Corporation | CITIBANK, N A , AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 064760 | /0389 | |
Nov 17 2023 | Xerox Corporation | JEFFERIES FINANCE LLC, AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 065628 | /0019 | |
Feb 06 2024 | Xerox Corporation | CITIBANK, N A , AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 066741 | /0001 | |
Feb 06 2024 | CITIBANK, N A , AS COLLATERAL AGENT | Xerox Corporation | TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS RECORDED AT RF 064760 0389 | 068261 | /0001 |
Date | Maintenance Fee Events |
Dec 28 2018 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Date | Maintenance Schedule |
Jul 20 2024 | 4 years fee payment window open |
Jan 20 2025 | 6 months grace period start (w surcharge) |
Jul 20 2025 | patent expiry (for year 4) |
Jul 20 2027 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jul 20 2028 | 8 years fee payment window open |
Jan 20 2029 | 6 months grace period start (w surcharge) |
Jul 20 2029 | patent expiry (for year 8) |
Jul 20 2031 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jul 20 2032 | 12 years fee payment window open |
Jan 20 2033 | 6 months grace period start (w surcharge) |
Jul 20 2033 | patent expiry (for year 12) |
Jul 20 2035 | 2 years to revive unintentionally abandoned end. (for year 12) |