Method for generating human-computer interactive abstract image

US11734389B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11734389-B2
Application numberUS-202117239696-A
CountryUS
Kind codeB2
Filing dateApr 26, 2021
Priority dateDec 7, 2020
Publication dateAug 22, 2023
Grant dateAug 22, 2023

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.

A method for generating a human-computer interactive abstract image includes: S 1 : obtaining and preprocessing the original abstract images used as a training dataset B to obtain edge shape feature maps used as a training dataset A; S 2 : using the training dataset A and the training dataset B as cycle generative objects of a Cycle-GAN model, and training the Cycle-GAN model to capture a mapping relationship between the edge shape feature maps and the original abstract images; S 3 : obtaining a line shape image drawn by a user; and S 4 : according to the mapping relationship, intercepting a generative part in the Cycle-GAN model that the dataset B is generated from the dataset A, discarding a cycle generative part and a discrimination part in the Cycle-GAN model, and generating a complete abstract image based on the line shape image to generate the human-computer interactive abstract image.

First claim

Opening claim text (preview).

What is claimed is: 1. A method for generating a human-computer interactive abstract image, comprising the steps of: S 1 : obtaining original abstract images, and preprocessing the original abstract images to obtain edge shape feature maps in one-to-one correspondence with the original abstract images; wherein the edge shape feature maps are used as a training dataset A, and the original abstract images are used as a training dataset B; S 2 : using the training dataset A and the training dataset B as cycle generative objects of a Cycle-generative adversarial network (GAN) model, and training the Cycle-GAN model to capture a mapping relationship between the edge shape feature maps and the original abstract images; S 3 : obtaining a line shape image drawn by a user; and S 4 : according to the mapping relationship, intercepting a generative part in the Cycle-GAN model that the training dataset B is generated from the training dataset A, discarding a cycle generative part and a discrimination part in the Cycle-GAN model, and generating a complete abstract image based on the line shape image to generate the human-computer interactive abstract image. 2. The method according to claim 1 , wherein step S 1 comprises: S 101 : obtaining the original abstract images, and using the original abstract images to construct the training dataset B; S 102 : performing a binarization processing on the original abstract images in the training dataset B to obtain binarized images, and extracting color edge information in the binarized images to obtain the edge shape feature maps in one-to-one correspondence with the original abstract images; and S 103 : calculating lengths of edge lines of the edge shape feature maps, and discarding edge lines with a length being greater than 150 pixels to obtain the training dataset A. 3. The method according to claim 1 , wherein the Cycle-GAN model in step S 2 comprises a first generator G, a second generator F, a first discriminator D G and a second discriminator D F ; wherein the first generator G and the second generator F are identical structurally, and the first discriminator D G and the second discriminator D F are identical structurally; the first generator G is configured to capture the mapping relationship between the edge shape feature maps and the original abstract images; the second generator F is configured to capture an inverse mapping relationship between the edge shape feature maps and the original abstract images; the first discriminator D G is configured to discriminate a generative quality of the first generator G; and the second discriminator D F is configured to discriminate a generative quality of the second generator F. 4. The method according to claim 3 , wherein each of the first discriminator D G and the second discriminator D F comprises a first convolutional layer, a second convolutional layer, a third convolutional layer, a fourth convolutional layer and a fifth convolutional layer, wherein the first convolutional layer, the second convolutional layer, the third convolutional layer, the fourth convolutional layer and the fifth convolutional layer are successively connected; each of the first convolutional layer, the second convolutional layer, the third convolutional layer and the fourth convolutional layer is provided with a first normalization operation and a rectified linear unit (ReLU) activation function; the fifth convolutional layer is provided with a Sigmoid function; and each of the first generator G and the second generator F comprises an encoding module, a residual module and a decoding module, wherein the encoding module, the residual module and the decoding module are successively connected. 5. The method according to claim 4 , wherein a number of convolutional kernels of the first convolutional layer is 64, a size of the convolutional kernels of the first convolutional layer is 4×4, and a stride of the first convolutional layer is 2; a number of convolutional kernels of the second convolutional layer is 128, a size of the convolutional kernels of the second convolutional layer is 4×4, and a stride of the second convolutional layer is 2; a number of convolutional kernels of the third convolutional layer is 256, a size of the convolutional kernels of the third convolutional layer is 4×4, and a stride of the third convolutional layer is 2; a number of convolutional kernels of the fourth convolutional layer is 512, a size of the convolutional kernels of the fourth convolutional layer is 4×4, and a stride of the fourth convolutional layer is 2; and a number of convolutional kernel of the fifth convolutional layer is 1, a size of the convolutional kernel of the fifth convolutional layer is 4×4, and a stride of the fifth convolutional layer is 1. 6. The method according to claim 5 , wherein the encoding module comprises a sixth convolutional layer, a seventh convolutional layer and an eighth convolutional layer, wherein the sixth convolutional layer, the seventh convolutional layer and the eighth convolutional layer are successively connected; each of the sixth convolutional layer, the seventh convolutional layer and the eighth convolutional layer is provided with a second normalization operation and the ReLU activation function; the residual module comprises a first residual layer, a second residual layer, a third residual layer, a fourth residual layer, a fifth residual layer and a sixth residual layer, wherein the first residual layer, the second residual layer, the third residual layer, the fourth residual layer, the fifth residual layer and the sixth residual layer are successively connected; each of the first residual layer, the second residual layer, the third residual layer, the fourth residual layer, the fifth residual layer and the sixth residual layer is provided with the second normalization operation and the ReLU activation function; the decoding module comprises a first decoding layer, a second decoding layer and a third decoding layer, wherein the first decoding layer, the second decoding layer and the third decoding layer are successively connected; each of the first decoding layer and the second decoding layer is provided with the second normalization operation and the ReLU activation function; the third decoding layer is provided with a Tanh function; and the eighth convolutional layer is connected to the first residual layer, and the sixth residual layer is connected to the first decoding layer. 7. The method according to claim 6 , wherein a number of convolutional kernels of the sixth convolutional layer is 32, a size of the convolutional kernels of the sixth convolutional layer is 7×7, and a stride of the sixth convolutional layer is 1; a number of convolutional kernels of the seventh convolutional layer is 64, a size of the convolutional kernels of the seventh convolutional layer is 3×3, and a stride of the seventh convolutional layer is 2; a number of convolutional kernels of the eighth convolutional layer is 128, a size of the convolutional kernels of the eighth convolutional layer is 3×3, and a stride of the eighth convolutional layer is 2; each of the first residual layer, the second residual layer, the third residual layer, the fourth residual layer, the fifth residual layer and the sixth residual layer comprises two convolutional layers; a number of convolutional kernels of each of the two convolutional layers is 128, a size of the convolutional kernels of each of the two convolutional layers is 3×3, and a stride of each of the two convolutional layers is 1; a number of convolutional kernels of the first decoding layer is 64, a size of the convolutional kernels of the first decoding layer is 3×3, and a stride of the first decoding layer is 2; a number of convolutio

Assignees

Inventors

Classifications

  • Generative networks · CPC title

  • Convolutional networks [CNN, ConvNet] · CPC title

  • Auto-encoder networks; Encoder-decoder networks · CPC title

  • Adversarial learning · CPC title

  • based on discrimination criteria, e.g. discriminant analysis · CPC title

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 US11734389B2 cover?
A method for generating a human-computer interactive abstract image includes: S 1 : obtaining and preprocessing the original abstract images used as a training dataset B to obtain edge shape feature maps used as a training dataset A; S 2 : using the training dataset A and the training dataset B as cycle generative objects of a Cycle-GAN model, and training the Cycle-GAN model to capture a mappi…
Who is the assignee on this patent?
Univ Sichuan
What technology area does this patent fall under?
Primary CPC classification G06F18/2132. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 22 2023 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 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).