Image description generation method based on depth LSTM network
An image description and network technology, applied in the field of image understanding, can solve problems such as insufficient levels of multi-modal information transformation, weak semantic information of sentences, and difficulty in improving overall performance, so as to improve semantic expression ability, prevent over-fitting phenomenon, and accurately sex high effect
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2017-05-10
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of image understanding, in particular to an image description generation method based on a deep LSTM network. Background technique
[0002] Image caption generation is a very challenging task, and it has broad application prospects in the fields of early childhood education, visually impaired assistance, and human-computer interaction. It combines the two fields of natural language processing and computer vision to describe a natural image in the form of natural language, or translate the image into natural language. It first requires the system to be able to accurately understand the content in the image, such as identifying the scene in the image, various objects, object attributes, ongoing actions, and the relationship between objects, etc.; then according to grammatical rules and language structure, generate human understandable sentences.
[0003] A variety of methods have been proposed to solve this problem, i...
Examples
Embodiment
[0057] The present invention will be described in detail below in conjunction with the accompanying drawings and specific embodiments. This embodiment is carried out on the premise of the technical solution of the present invention, and detailed implementation and specific operation process are given, but the protection scope of the present invention is not limited to the following embodiments.
[0058] A method of image description generation based on deep LSTM network, such as image 3 , Figure 4 with Figure 5 shown, including steps:
[0059] 1) Make a training set, a verification set and a test set, and use the GoogLeNet model to extract the CNN features of the image; the specific process includes:
[0060] 11) training set, verification set and test set are converted into hdf5 format, each image corresponds to a plurality of tags, and each tag is a word in the reference sentence corresponding to the image;
[0061] 12) Read the image, scale it to a size of 256×256, t...