Embodiments of the present invention are generally related to integrated circuit structures used in computer systems, including video decoder systems.
Video super-resolution (VSR) is the task of upscaling a video from a low-resolution to a high-resolution. The goal in image and video super-resolution (SR) is to reconstruct a high-resolution (HR) image or video from its down-sampled low-resolution (LR) version.
Super resolution involves converting a lower resolution image, for example 720, to a higher resolution, for example 4K resolution. For example, increasing resolution by four times involves taking one pixel and expanding to 16 pixels. Video is usually stored in compressed form, which needs to be decoded to the spatial domain in order to perform VSR. This is typically done using post-processing.
For video super-resolution, current state-of-the-art approaches either process multiple low-resolution (LR) frames to produce each output high-resolution (HR) frame separately in a sliding window fashion or recurrently exploit the previously estimated HR frames to super-resolve the following frame.
One of the simpler ways of increasing image size is nearest-neighbor interpolation, replacing every pixel with the nearest pixel in the output frame. For upscaling, this means multiple pixels of the same color will be created. This can preserve sharp details in pixel art, but also introduce jaggedness in previously smooth images.
Bilinear and bi-cubic up sampling algorithms can also be used. Bilinear interpolation works by interpolating pixel color values, introducing a continuous transition into the output even where the original material has discrete transitions. Although this is desirable for continuous-tone images, this algorithm reduces contrast (sharp edges) in a way that may be undesirable for line art. Bi-cubic interpolation yields substantially better results, with only a small increase in computational complexity.
Recent advances in VSR have benefitted from the application of Deep Neural Networks (DNNs). They exploit a sequence of consecutive LR frames to generate a single HR frame, focusing on obtaining high-quality reconstruction results for each single frame.
As described above, video is usually stored in compressed form, which needs to be decoded to spatial domain in order to perform VSR. This is typically done using post-processing by a decoder. The problem however is that much of the information of the video from the decoder is ignored in the above described VSR processes. Unfortunately, this information can be helpful in performing higher accuracy VSR.
Embodiments of the present invention perform VSR by advantageously using motion vector information from an incoming video stream. Embodiments of the present invention advantageously incorporate motion vector information by using post-processing by a decoder.
Embodiments of the present invention implement a system for using decoder information in video super resolution processing. A compressed video buffering module is used for receiving a compressed video stream and a decoder module is used for decoding the compressed video stream into an uncompressed stream and extracting motion vector information from the uncompressed stream. A video super resolution deep neural network processor module is used for processing the uncompressed stream in conjunction with the motion vector information to produce a video super resolution stream. An output buffer module is used for buffering the video super resolution stream for subsequent output.
In one embodiment, a hardware accelerator is used to implement the compressed video buffering module, the decoder module, and the output buffer. In one embodiment, the video super resolution deep neural network is specially trained to perform video super resolution processing.
In one embodiment, a frame-based reconstruction module is used for buffering the uncompressed stream and providing the uncompressed stream to the video super resolution deep neural network for processing without the motion vector information. In one embodiment, the video super resolution deep neural network implements motion vector based reconstruction on each of a plurality of blocks of the uncompressed stream.
In one embodiment, the video super resolution deep neural network implements motion vector based reconstruction using a predicted motion vector on each of a plurality of blocks of the uncompressed stream. In one embodiment, the predicted motion vector comprises a machine learning based motion vector.
The foregoing is a summary and thus contains, by necessity, simplifications, generalizations and omissions of detail; consequently, those skilled in the art will appreciate that the summary is illustrative only and is not intended to be in any way limiting. Other aspects, inventive features, and advantages of the present invention, as defined solely by the claims, will become apparent in the non-limiting detailed description set forth below.
The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements.
Reference will now be made in detail to the embodiments of the present technology, examples of which are illustrated in the accompanying drawings. While the present technology will be described in conjunction with these embodiments, it will be understood that they are not intended to limit the technology to these embodiments. On the contrary, the present technology is intended to cover alternatives, modifications and equivalents, which may be included within the scope of the invention as defined by the appended claims. Furthermore, in the following detailed description of the present technology, numerous specific details are set forth in order to provide a thorough understanding of the present technology. However, it is understood that the present technology may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail as not to unnecessarily obscure aspects of the present technology.
Some embodiments of the present technology which follow are presented in terms of routines, modules, logic blocks, and other symbolic representations of operations on data within one or more electronic devices. The descriptions and representations are the means used by those skilled in the art to most effectively convey the substance of their work to others skilled in the art. A routine, module, logic block and/or the like, is herein, and generally, conceived to be a self-consistent sequence of processes or instructions leading to a desired result. The processes are those including physical manipulations of physical quantities. Usually, though not necessarily, these physical manipulations take the form of electric or magnetic signals capable of being stored, transferred, compared and otherwise manipulated in an electronic device. For reasons of convenience, and with reference to common usage, these signals are referred to as data, bits, values, elements, symbols, characters, terms, numbers, strings, and/or the like with reference to embodiments of the present technology.
It should be borne in mind, however, that these terms are to be interpreted as referencing physical manipulations and quantities and are merely convenient labels and are to be interpreted further in view of terms commonly used in the art. Unless specifically stated otherwise as apparent from the following discussion, it is understood that through discussions of the present technology, discussions utilizing the terms such as “receiving,” and/or the like, refer to the actions and processes of an electronic device such as an electronic computing device that manipulates and transforms data. The data is represented as physical (e.g., electronic) quantities within the electronic device's logic circuits, registers, memories and/or the like, and is transformed into other data similarly represented as physical quantities within the electronic device.
In this application, the use of the disjunctive is intended to include the conjunctive. The use of definite or indefinite articles is not intended to indicate cardinality. In particular, a reference to “the” object or “a” object is intended to denote also one of a possible plurality of such objects. The use of the terms “comprises,” “comprising,” “includes,” “including” and the like specify the presence of stated elements, but do not preclude the presence or addition of one or more other elements and or groups thereof. It is also to be understood that although the terms first, second, etc. may be used herein to describe various elements, such elements should not be limited by these terms. These terms are used herein to distinguish one element from another. For example, a first element could be termed a second element, and similarly a second element could be termed a first element, without departing from the scope of embodiments. It is also to be understood that when an element is referred to as being “coupled” to another element, it may be directly or indirectly connected to the other element, or an intervening element may be present. In contrast, when an element is referred to as being “directly connected” to another element, there are not intervening elements present. It is also to be understood that the term “and or” includes any and all combinations of one or more of the associated elements. It is also to be understood that the phraseology and terminology used herein is for the purpose of description and should not be regarded as limiting.
Referring now to
The processor unit 105 can be a central processing unit (CPU), a graphics processing unit (GPU), a neural processing unit (NPU), a vector processor, a memory processing unit, or the like, or combinations thereof. In one implementation, one or more processors 105 can be implemented in a computing devices such as, but not limited to, a cloud computing platform, an edge computing device, a server, a workstation, a personal computer (PCs), or the like.
Referring now to
The VSR DNN module 306 will process the incoming sequence of consecutive LR frames to generate a single HR frame, focusing on obtaining high-quality reconstruction results for each single frame. The VSR DNN module 306 will advantageously utilize the motion vector information obtained from the motion vector-based reconstruction module 304. The motion vector information greatly assists in the performance of higher accuracy VSR. The VSR DNN module 306 implements a DNN-based video super resolution engine that incorporates the motion vector information to generate super resolution images with high accuracy. In one embodiment, the DNN is specially trained to provide motion vector assisted super resolution processing. A super resolution video module 307 receives the super resolution video stream from the VSR DNN module 306 and buffers the stream for subsequent output.
As shown in
In one embodiment, each of the modules 301-307 are implemented as computational hardware accelerated modules. This greatly speeds the processing frame rates for producing VSR video.
The foregoing descriptions of specific embodiments of the present invention have been presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise forms disclosed, and many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims appended hereto and their equivalents.
Number | Name | Date | Kind |
---|---|---|---|
5126962 | Chiang | Jun 1992 | A |
5134480 | Wang et al. | Jul 1992 | A |
5408274 | Chang et al. | Apr 1995 | A |
5703965 | Fu et al. | Dec 1997 | A |
5943445 | Dufaux | Aug 1999 | A |
6075875 | Gu | Jun 2000 | A |
6229570 | Bugwadia et al. | May 2001 | B1 |
6285713 | Nakaya et al. | Sep 2001 | B1 |
6466618 | Messing et al. | Oct 2002 | B1 |
6825857 | Harasimiuk | Nov 2004 | B2 |
7006709 | Kang et al. | Feb 2006 | B2 |
7215831 | Altunbasak et al. | May 2007 | B2 |
7324594 | Lamboray et al. | Jan 2008 | B2 |
7379612 | Milanfar et al. | May 2008 | B2 |
7477802 | Milanfar et al. | Jan 2009 | B2 |
7515747 | Okutomi et al. | Apr 2009 | B2 |
7636393 | Kanamori et al. | Dec 2009 | B2 |
7916934 | Vetro et al. | Mar 2011 | B2 |
8044994 | Vetro et al. | Oct 2011 | B2 |
8351685 | Ho et al. | Jan 2013 | B2 |
8520736 | Topiwala | Aug 2013 | B2 |
9256980 | Kirk | Feb 2016 | B2 |
9398215 | Richardt et al. | Jul 2016 | B2 |
10499081 | Wang | Dec 2019 | B1 |
20090274380 | Wedi | Nov 2009 | A1 |
20100290529 | Topiwala | Nov 2010 | A1 |
20120134417 | Layachi | May 2012 | A1 |
20160253784 | Chen et al. | Sep 2016 | A1 |
20190147589 | Zhou | May 2019 | A1 |
20210097646 | Choi | Apr 2021 | A1 |
Number | Date | Country | |
---|---|---|---|
20210266496 A1 | Aug 2021 | US |