Object recognition from videos using recurrent neural networks

US10013640B1 · US · B1

Patent metadata
FieldValue
Publication numberUS-10013640-B1
Application numberUS-201514976147-A
CountryUS
Kind codeB1
Filing dateDec 21, 2015
Priority dateDec 21, 2015
Publication dateJul 3, 2018
Grant dateJul 3, 2018

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.

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for identifying an object from a video. One of the methods includes obtaining multiple frames from a video, where each frame of the multiple frames depicts an object to be recognized, and processing, using an object recognition model, the multiple frames to generate data that represents a classification of the object to be recognized.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer-implemented method, comprising: obtaining multiple frames from a video, wherein each frame of the multiple frames depicts an object to be recognized; and processing, using an object recognition model, the multiple frames to generate data that represents a classification of the object to be recognized, wherein the object recognition model is a recurrent neural network that comprises a long short-term memory (LSTM) layer and multiple feature extraction layers, wherein the LSTM layer includes a convolutional input gate, a convolutional forget gate, a convolutional memory block, and a convolutional output gate that use convolutions to process data, and wherein the processing comprises, for each frame of the multiple frames: processing, using the multiple feature extraction layers, the frame to generate feature data that represents features of the frame; and processing, using the LSTM layer, the feature data to generate an LSTM output and to update an internal state of the LSTM layer. 2. The method of claim 1 , wherein the multiple frames are arranged in an order according to their time of occurrence in the video, and wherein processing the multiple frames further comprises processing each frame of the multiple frames using the LSTM layer in the order according to their time of occurrence in the video to generate the LSTM output and to update the internal state of the LSTM layer. 3. The method of claim 2 , wherein the recurrent neural network further comprises one or more classification layers, and wherein processing the multiple frames further comprises processing, using the one or more classification layers, the LSTM output to generate the data that represents the classification of the object to be recognized. 4. The method of claim 3 , wherein the recurrent neural network further comprises a backward LSTM layer, and wherein processing the plurality of frames further comprises: processing each frame of the multiple frames using the backward LSTM layer in a reversed order according to their time of occurrence in the video to generate a backward LSTM output and to update an internal state of the backward LSTM layer, and processing, using the one or more classification layers, the LSTM output and the backward LSTM output to generate the data that represents the classification of the object to be recognized. 5. The method of claim 1 , wherein the classification includes a respective score for each object category in a predetermined set of object categories, the respective score for each of the object categories representing a likelihood that the object to be recognized belongs to the object category. 6. The method of claim 1 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a predetermined time interval. 7. The method of claim 1 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a viewpoint of the object to be recognized. 8. The method of claim 1 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a processing capability of a processor. 9. The method of claim 1 , wherein obtaining the multiple frames from the video comprises obtaining the video using a camera mounted on a robotic arm manipulator. 10. The method of claim 1 , wherein a count of the multiple frames is five or fewer. 11. A system comprising one or more computers and one or more storage devices storing instructions that when executed by the one or more computers cause the one or more computers to perform operations comprising: obtaining multiple frames from a video, wherein each frame of the multiple frames depicts an object to be recognized; and processing, using an object recognition model, the multiple frames to generate data that represents a classification of the object to be recognized, wherein the object recognition model is a recurrent neural network that comprises a long short-term memory (LSTM) layer and multiple feature extraction layers, wherein the LSTM layer includes a convolutional input gate, a convolutional forget gate, a convolutional memory block, and a convolutional output gate that use convolutions to process data, and wherein the processing comprises, for each frame of the multiple frames: processing, using the multiple feature extraction layers, the frame to generate feature data that represents features of the frame; and processing, using the LSTM layer, the feature data to generate an LSTM output and to update an internal state of the LSTM layer. 12. The system of claim 11 , wherein the multiple frames are arranged in an order according to their time of occurrence in the video, and wherein processing the multiple frames further comprises processing each frame of the multiple frames using the LSTM layer in the order according to their time of occurrence in the video to generate the LSTM output and to update the internal state of the LSTM layer. 13. The system of claim 12 , wherein the recurrent neural network further comprises one or more classification layers, and wherein processing the multiple frames further comprises processing, using the one or more classification layers, the LSTM output to generate the data that represents the classification of the object to be recognized. 14. The system of claim 13 , wherein the recurrent neural network further comprises a backward LSTM layer, and wherein processing the plurality of frames further comprises: processing each frame of the multiple frames using the backward LSTM layer in a reversed order according to their time of occurrence in the video to generate a backward LSTM output and to update an internal state of the backward LSTM layer, and processing, using the one or more classification layers, the LSTM output and the backward LSTM output to generate the data that represents the classification of the object to be recognized. 15. The system of claim 11 , wherein the classification includes a respective score for each object category in a predetermined set of object categories, the respective score for each of the object categories representing a likelihood that the object to be recognized belongs to the object category. 16. The system of claim 11 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a predetermined time interval. 17. The system of claim 11 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a viewpoint of the object to be recognized. 18. The system of claim 11 , wherein obtaining the multiple frames from the video comprises selecting the multiple frames from the video based on a processing capability of a processor. 19. The system of claim 11 , wherein obtaining the multiple frames from the video comprises obtaining the video using a camera mounted on a robotic arm manipulator. 20. The system of claim 11 , wherein a count of the multiple frames is five or fewer. 21. A computer program product encoded on one or more non-transitory computer storage media, the computer program product comprising instructions that when executed by one or more computers cause the one or more computers to perform operations comprising: obtaining multiple frames from a video, wherein each frame of the multiple frames depicts an object to be recognized; and processing, u

Assignees

Inventors

Classifications

  • using classification, e.g. of video objects · CPC title

  • Scenes; Scene-specific elements (control of digital cameras H04N23/60) · CPC title

  • G06N3/08Primary

    Learning methods · CPC title

  • Recurrent networks, e.g. Hopfield networks · CPC title

  • Distances to prototypes · 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 US10013640B1 cover?
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for identifying an object from a video. One of the methods includes obtaining multiple frames from a video, where each frame of the multiple frames depicts an object to be recognized, and processing, using an object recognition model, the multiple frames to generate data that represents a classificat…
Who is the assignee on this patent?
Google Llc
What technology area does this patent fall under?
Primary CPC classification G06N3/08. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time) (B1). 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).