Generating an inpainted image from a masked image using a patch-based encoder

US12148131B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12148131-B2
Application numberUS-202217733634-A
CountryUS
Kind codeB2
Filing dateApr 29, 2022
Priority dateApr 29, 2022
Publication dateNov 19, 2024
Grant dateNov 19, 2024

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

The disclosure herein describes generating an inpainted image from a masked image using a patch-based encoder and an unquantized transformer. An image including a masked region and an unmasked region is received, and the received image is divided into a plurality of patches including masked patches. The plurality of patches is encoded into a plurality of feature vectors, wherein each patch is encoded to a feature vector. Using a transformer, a predicted token is generated for each masked patch using a feature vector encoded from the masked patch, and a quantized vector of the masked patch is determined using generated predicted token and a masked patch-specific codebook. The determined quantized vector of the masked patch is included into a set of quantized vectors associated with the plurality of patches, and an output image is generated from the set of quantized vectors using a decoder.

First claim

Opening claim text (preview).

What is claimed is: 1. A system comprising: at least one processor; and at least one memory comprising computer program code, the at least one memory and the computer program code configured to, with the at least one processor, cause the at least one processor to: receive an image including a masked region and an unmasked region; divide the received image into a plurality of patches including a masked patch, wherein the masked patch includes at least a portion of the masked region of the image; encode the plurality of patches into a plurality of feature vectors, wherein each patch is encoded to a feature vector; generate a predicted token for the masked patch using a feature vector encoded from the masked patch, wherein the feature vector is unquantized; determine a quantized vector of the masked patch using at least the generated predicted token; include the determined quantized vector of the masked patch into a set of quantized vectors associated with the plurality of patches; and generate an output image from the set of quantized vectors, whereby the output image includes the unmasked region of the received image and image inpainting in a region corresponding to the masked region in the received image. 2. The system of claim 1 , wherein determining the quantized vector of the masked patch further uses a masked patch-specific codebook with the generated predicted token; wherein the plurality of patches further includes an unmasked patch, wherein the unmasked patch includes no portion of the masked region of the image; and wherein the at least one memory and the computer program code is configured to, with the at least one processor, further cause the at least one processor to: determine a token for the unmasked patch using an unmasked patch-specific codebook and a feature vector of the plurality of feature vectors encoded from the unmasked patch; determine a quantized vector of the unmasked patch using the unmasked patch-specific codebook and the determined token for the unmasked patch; include the determined quantized vector of the unmasked patch into the set of quantized vectors associated with the plurality of patches; and wherein generating the output image from the set of quantized vectors further includes inserting the unmasked patch into the output image in a location corresponding to a location of the unmasked patch in the received image. 3. The system of claim 2 , wherein the masked patch-specific codebook includes a map of token values to quantized latent vectors that is generated using machine learning with masked patch data used as training data; and wherein the unmasked patch-specific codebook includes a map of token values to quantized latent vectors that is generated using machine learning with unmasked patch data used as training data. 4. The system of claim 1 , wherein the plurality of patches includes a plurality of masked patches; and wherein generating the predicted token for the masked patch using the feature vector encoded from the masked patch further includes: generating a first plurality of predicted tokens for the plurality of masked patches using feature vectors of the plurality of masked patches in the plurality of feature vectors; selecting a first token of the generated first plurality of predicted tokens that has a highest probability value of the generated first plurality of predicted tokens, wherein the first token is associated with a first masked patch of the plurality of masked patches; determining a quantized vector associated with the selected first token; replacing a feature vector from which the first token was generated with the determined quantized vector associated with the selected first token in the plurality of feature vectors; generating a second plurality of predicted tokens for the plurality of masked patches using the plurality of feature vectors with the determined quantized vector associated with the selected first token with which the feature vector from which the first token was generated was replaced; and selecting a second token of the generated second plurality of predicted tokens that has a highest probability value of the generated second plurality of predicted tokens, wherein the second token is associated with a second masked patch of the plurality of masked patches. 5. The system of claim 4 , wherein selecting the first token of the generated first plurality of predicted tokens further includes sampling the first token from the generated first plurality of predicted tokens using Gibbs sampling. 6. The system of claim 1 , wherein the at least one memory and the computer program code is configured to, with the at least one processor, further cause the at least one processor to: train a decoder to generate the output image from the set of quantized vectors using machine learning, the training including: processing quantized vectors associated with an input image using a plurality of deconvolutional layers associated with a set of multiple scales; extracting multi-scale feature maps from a reference image, wherein a feature map of the multi-scale feature maps is extracted for each scale of the set of multiple scales; fusing the extracted multi-scale feature maps with the processed quantized vectors at each scale of the set of multiple scales; generating inpainted image data based on the fused multi-scale feature maps and quantized vectors; and tuning the decoder based on comparison of the generated inpainted image data to corresponding image data of the input image. 7. The system of claim 1 , wherein the at least one memory and the computer program code is configured to, with the at least one processor, further cause the at least one processor to: train a transformer to generate the predicted token for the masked patch using machine learning, the training including: generating a set of ground truth feature vectors from an input image, wherein the input image is unmasked; generating quantized vectors of a subset of the set of ground truth feature vectors using a masked patch-based codebook; replacing the subset of ground truth feature vectors with the generated quantized vectors in the set of ground truth feature vectors; processing the set of ground truth feature vectors with the transformer; and tuning the transformer based on results of processing the set of ground truth feature vectors with the transformer. 8. A computerized method comprising: receiving, by a processor, an image including a masked region and an unmasked region; dividing, by the processor, the received image into a plurality of patches including a masked patch, wherein the masked patch includes at least a portion of the masked region of the image; encoding, by the processor, the plurality of patches into a plurality of feature vectors, wherein each patch is encoded to a feature vector; generating, by the processor, a predicted token for the masked patch using a feature vector encoded from the masked patch, wherein the feature vector is unquantized; determining, by the processor, a quantized vector of the masked patch using at least the generated predicted token; including, by the processor, the determined quantized vector of the masked patch into a set of quantized vectors associated with the plurality of patches; and generating, by the processor, an output image from the set of quantized vectors, whereby the output image includes image inpainting in a region corresponding to the masked region in the received image. 9. The computerized method of claim 8 , wherein determining the quantized vector of the masked patch further uses a masked patch-specific codebook with the generated predicted token; wherein the plurality of patches further includes an unmas

Assignees

Inventors

Classifications

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12148131B2 cover?
The disclosure herein describes generating an inpainted image from a masked image using a patch-based encoder and an unquantized transformer. An image including a masked region and an unmasked region is received, and the received image is divided into a plurality of patches including masked patches. The plurality of patches is encoded into a plurality of feature vectors, wherein each patch is e…
Who is the assignee on this patent?
Microsoft Technology Licensing Llc
What technology area does this patent fall under?
Primary CPC classification G06T5/77. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Nov 19 2024 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 3 related publications on this page (citations in our corpus or others sharing the same primary CPC).