The present invention relates to a method and an apparatus for encoding and/or decoding digital images; in particular, for coding and/or decoding digital images by means of the so-called graph-based transformations.
The Discrete Cosine Transform (DCT) is the most common transform used for block-based image and video compression (see K. Sayood, Introduction to data compression, Newnes, 2012); indeed, the DCT is at the basis of popular video coding standards such as MPEG-2 (used, for example, for terrestrial and satellite standard definition video broadcasting and in the DVD storage format), H.264/AVC (used for high-definition video broadcasting, streaming over IP networks and in Blu-Ray discs) and in the recently standardized H.265/HEVC (expected to replace H.264/AVC in the above-mentioned scenarios).
One of the main drawbacks of the DCT is that when a block contains discontinuities, the resulting transform coefficients are not sparse and the high-frequency coefficients can have large magnitude. This leads to higher bitrate or reconstruction artefacts around the discontinuities. Recently, the graph-based approach has been proposed, according to which high-dimensional data naturally reside on the vertices of graphs and they can be visualized as a finite collection of samples defined as graph signals, with one sample at each vertex of the graph (see D. I. Shuman, S. K. Narang, P. Frossard, A. Ortega, and P. Vandergheynst, “The emerging field of signal processing on graphs: Extending high-dimensional data analysis to networks and other irregular domains,” Signal Processing Magazine, IEEE, vol. 30, no. 3, pp. 83-98, 2013). In the last years, researchers have studied how to apply classical signal processing techniques in the graph domain. Techniques for filtering, translation, modulation and down sampling in the graph domain have been developed. Several graph transforms have also been proposed, such as the graph Fourier transform (G. Taubin, “A signal processing approach to fair surface design”, in Proceedings of the 22nd annual conference on Computer graphics and interactive techniques, ACM, 1995, pp. 351-358).
In general, while graph-transforms have been shown to be more efficient than conventional block-based transforms, the overhead of graph transmission may easily outweigh the coding efficiency benefits. Therefore, it is very important to design graph representations and corresponding graph transforms that are efficient also when graph has to be transferred to a decoder.
Sandryhaila et al. in “Nearest-neighbor image model”, published in ICIP 2012 proceedings, propose to represent an image as a graph of nodes and arcs, where the arcs weights are determined so as to minimize the expected distortion at the receiver. However, such work does not teach how to compress the graph's weights, by making difficult to apply this technique in a real-world environment.
In U.S. patent application no. US 2011/206288 A1, Ortega et al. describe an image encoding and decoding system using graph based pixel prediction. This document teaches how to encode and decode pictures through a predictor selection, but it does not teach how to compress the weights graph, by making difficult to apply this technique in a real-world environment.
Kim, Narang and Ortega in “Graph based transforms for depth video coding”, published in ICASSP 2012 proceedings, propose to find the optimal adjacency matrix and compress it using context-based adaptive binary arithmetic coding following a fixed order; however, their work does not teach how to compress the graph's weights, so that the additional bit rate required by the transmission of the weights easily exceeds the theoretical gain in coding efficiency allowed by the optimization.
W. Hu, G. Cheung, A. Ortega, and O. C. Au in “Multiresolution graph fourier transform for compression of piecewise smooth images”, published in IEEE Transactions on Image Processing, propose to compress the piecewise smooth (PWS) images (e.g., depth maps or animation images) using a graph Fourier transforms (GFT) to minimize the total signal representation cost of each pixel block, considering both the sparsity of the signal's transform coefficients and the compactness of transform description. However, they report unsatisfactory results on natural images, where the cost required to describe the graph outweighs the coding gain provided by the adaptive graph transform.
G. Shen, W. S. Kim, S. K. Narang, A. Ortega, J. Lee, and H. Wey, in “Edge adaptive transforms for efficient depth map coding”, published in Picture Coding Symposium (PCS2010) proceedings, propose an edge-adaptive graph-based transforms (EATs) as an alternative to the standard DCTs used to coding depth maps employed for view synthesis in a multi-view video coding system. These transforms are combined with the DCT in H.264/AVC and a transform mode selection algorithm is used to choose between DCT and EAT in a Rate-Distortion optimized manner. However, also their method gives unsatisfactory results if used on natural images, because of the same reasons explained above.
Narang, Chao and Ortega in “Critically sampled graph-based wavelet transforms for image coding”, published in APSIPA 2013 proceedings, propose to encode the image as a binary unweighted graph and encode it using JBIG of size (2N−1)×(N−1), where N is the number of pixels in the original image. This encoding scheme produces images having a high level of encoding noise, since the binary unweighted graph limits the quantity of information that can be encoded.
In the Italian patent application no. 102015000053132 filed on 18 Sep. 2015, E. Magli and G. Fracastoro describe a digital images or video streams encoding and decoding system using graph based pixel prediction. This document teaches how to quantize each element of the graph's weights matrix, where each elements is processed by means of a non-linear function (e.g., Cauchy function), furthermore this document teaches how to transmit a pixel prediction edge map in place of the more cumbersome weights matrix. However, this document does not teach how to obtain the graph optimizing the rate distortion cost with respect to the video data, because a predefined non-linear function is considered to evaluate the graph's weights.
The problem of designing a graph transform stays critical and may actually represent the major obstacle towards effective compression of images. A few attempts have been recently proposed to optimize (or equivalently to learn) a graph from data observations.
E. Pavez and A. Ortega in “Generalized Laplacian precision matrix estimation for graph signal processing”, published in IEEE International Conference on Acoustics Speech and Signal Processing (ICASSP2016), formulate the graph learning problem as a precision matrix estimation with generalized Laplacian constraints, where the covariance matrix is estimated from the data and is taken as input. However, this approach does not teach how to compress the graph's weights, by making difficult to apply this technique in a real-world environment.
X. Dong, D. Thanou, P. Frossard, and P. Vandergheynst in “Learning laplacian matrix in smooth graph signal representations” published in arXiv preprint arXiv:1406.7842 (2014), address the problem of learning graph Laplacian, which is equivalent to learning graph topology such that the input data form graph signals have smooth variations on the resulting topology. They impose a Gaussian probabilistic prior on the latent variables of a factor analysis model, which is defined for the graph signals. However, also this approach does not teach how to compress the graph's weights, by making difficult to apply this technique in a real-world environment.
E. Pavez, H. E. Egilmez, E Wang, and A. Ortega in “GTT: Graph template transforms with applications to image coding”, published in Picture Coding Symposium (PCS2015), propose a graph template to impose a sparsity pattern and approximate the empirical inverse covariance based on that template. A constrained optimization problem is solved to learn a graph by optimizing the entries of the matrix of interest. Even this document does not teach how to compress the graph's weights, by making difficult to apply this technique in a real-world environment.
In order to better understand the limits of the state of the art, a brief description of how a graph-based encoding-decoding image system works is provided below.
The architecture of a graph-based encoding-decoding system according to the state of art is illustrated in
With reference to
The encoder 150 includes at least a weights graph generation unit 100, a graph Laplacian unit 110, and a graph transform unit 120.
The weights graph generation unit 100 takes as input said N-pixels image f, and generates the N×N weights' matrix W, which can be computed employing two alternative methods, as described below.
The first method computes the weights' matrix W using a predetermined non-linear function (e.g., Gaussian or Cauchy function). In order to describe how the weights' matrix W is computed, it is assumed that di,j represents the distance in the grayscale space between the i-th pixel fi and the j-th pixel fj of the image f, e.g., di,j can be computed as the absolute difference between the values of the pixels fi and fj:
di,j=|fi−fj| (1)
Therefore, each element of the weights' matrix W can be computed by means of the following Cauchy formula:
It turns out that the value of the weight of the graph arc connecting pixels fi and fj, i.e., wi,j, will be close to 1 (“high” arc weight) if fi and fj are similar pixels, whereas the wi,j will be close to 0 (“low” arc weight) if fi and fj are dissimilar.
On the other hand, the second method computes the weights' matrix W by learning the weights from the image data f. The learning algorithms known in the art take in to account the smoothness of a graph signal f, which is defined as
where wi,j represents the weight on the edge connecting two adjacent vertices i and j, and fi and fj are the signal's values associated with these two vertices.
The graph Laplacian unit 110 generates the transform matrix U taking as input the weights' matrix W. This unit is configured for reading W and computing a diagonal matrix E having N×N dimensions such that the i-th element of its diagonal is equal to the sum of all the weights of all the arcs incident into the i-th pixel as described in W; hence, E is defined in matrix notation as shown in the following:
E=diag(W·B1)
V1∈RN,1{circumflex over ( )}(∀×∈N,1≤x≤N|V1x,1=1) (4)
After having computed the diagonal matrix E, the unit computes the matrix L (having N×N dimensions), as the difference between the diagonal matrix E and the weights' matrix W; L is a symmetric matrix and is called the Laplacian of W. This computation step is summarized in matrix notation as shown below.
L=E−W (5)
Finally, the unit computes the N×N matrix U known as transform matrix, wherein the columns of U are the eigenvectors of L, i.e., the columns of U are the vectors that allow to diagonalize L.
The graph transform unit 120 takes as input the image f (which is considered as a vector having N×1 components) and the transform matrix U, and computes the N×1 coefficients vector f{circumflex over ( )} via the matrix multiplication
f{circumflex over ( )}=UT·f (6)
where UT is the transposed matrix of U.
The encoder then transmits the transform matrix U (or, alternatively, the weights matrix W from which U can be computed) and the coefficients vector f{circumflex over ( )} to the receiver node over a bandwidth constrained channel or memorizes them on a memory support for later use, e.g., for decoding purposes.
It should be noted that the smoothness of a graph signal f, defined by relation (3), gives an estimation of the rate of the transform coefficients of f; indeed considering the spectral representation of the Laplacian matrix
where λ and φ indicates the eigenvalues and the eigenvectors of the L matrix respectively, the smoothness of a graph signal f can be written as
Relation (7) shows that the smoothness of a graph signal f, is proportional to the square of the coefficients {f{circumflex over (f)}k} where, as well known in the state of art, the coefficients' size determine their transmission rate. Therefore, if a graph signal f is smooth (lowering of RC) then the rate of the transform coefficients of said signal f decreases.
The decoder 170 includes, at least, a graph Laplacian unit 140 and inverse graph transform unit 180 configured for reading, from a storage device or through a communication channel, both the weights matrix W and the coefficients vector f{circumflex over ( )}. For sake of simplicity, we assume that both W and f{circumflex over ( )} available to the decoders 170 are identical to those generated by the encoders 150, since in practical applications adequate measures are taken for minimizing read/write or channel errors occurring during information transfer from the encoder to the decoder.
The graph Laplacian unit 140, which is functionally analogous to the counterpart found at the transmitter side (unit 110), takes in input the weights' matrix W and generates the transform matrix U as described above for the encoder counterpart.
The inverse graph transform unit 180 takes U and f{circumflex over ( )} as inputs and recovers the original image f by computing its representative samples' vector f. In order to perform this task, the unit 180 internally inverts the matrix UT by generating the N×N inverse transform matrix (UT)−1 which is, in the present case, equal to the matrix U, since U is composed by the eigenvectors of the Laplacian matrix of W; after that, the unit recovers the original image f via the following matrix multiplication which is known as the inverse graph Fourier transform:
f=(UT)−1·f{circumflex over ( )} (8)
Clearly, this first encoding-decoding approach makes necessary that the encoder conveys to the decoder both the weights' matrix W, whose dimension is in the order of N2 elements even when the graph optimizing problem is addressed, and the coefficients vector f{circumflex over ( )} whose dimension is in the order of N.
The encoder 210 includes at least an edge map generation unit 215, a reconstructed weights graph generation unit 212, a graph Laplacian unit 213, and a graph transform unit 216.
The edge map generation unit 215 takes as input said N-pixels image f forming an N×1 vector f, and generates the N×1 edge map f′, where each element f′i denotes whether the pixel fi is an edge or not: first the N×N weights' matrix W is computed using the Cauchy formula given by relation (2), wherein the pixel distances di,j are quantized considering the two levels d and D (d<D), and then an edge-prediction algorithm is applied in order to obtain the edge map f′ given the weights' matrix W.
The reconstructed weights graph generation unit 212 takes as input said N×1 edge map f′ and outputs the reconstructed N×N weights' matrix W′, by reverting the edge-prediction algorithm.
The graph Laplacian unit 213 generates the transform matrix U taking as input the reconstructed weights matrix W′, by performing the same actions described in the unit 110.
The graph transform unit 216 takes as input the image f (which is considered as a vector f having N×1 components, i.e., the pixels or samples of the luminance matrix) and the transform matrix U, then computes the N×1 coefficients vector f{circumflex over ( )}, by performing the same actions accomplished by the unit 120.
The encoder then transmits the edge map f′ and the coefficients vector f{circumflex over ( )} to the receiver node over a bandwidth constrained channel or memorizes them on a memory support for later use, e.g., for decoding purposes.
The decoder 230 includes, at least, a reconstructed weights graph generation unit 232, a graph Laplacian unit 233 and inverse graph transform unit 231, and is configured for reading, from a storage device or through a communication channel, both the edge map f′ and the coefficients vector f{circumflex over ( )}. For sake of simplicity, we assume that both f′ and f{circumflex over ( )} available to the decoders 230 are identical to those generated by the encoders 210, since in practical applications adequate measures are taken for minimizing read/write or channel errors occurring during information transfer from the encoder to the decoder.
The reconstructed weights graph generation unit 232 and the graph Laplacian unit 233, are functionally analogous to the counterpart found at the transmitter side. The reconstructed weights graph generation unit 232 takes in input the edge map f′ and generates the reconstructed weights' matrix W′, subsequently the graph Laplacian unit 233 takes in input the reconstructed weights' matrix W′ and generates the transform matrix U as described above for the encoder counterpart.
The inverse graph transform unit 231 takes U and f{circumflex over ( )} as inputs and outputs the recovered image f{circumflex over ( )}, by performing the same actions described in the unit 180.
This second encoding-decoding approach makes necessary that the encoder conveys to the decoder both the edge map f′ and the coefficients vector f{circumflex over ( )}, which have both dimension in the order of N. However, this second encoding-decoding approach does not take in to account the graph optimization problem.
In real world applications, the communication takes place over a bandwidth constrained channel, it is hence desirable that either (or both) f{circumflex over ( )} and W can undergo some effective form of compression prior they are put on the channel. The same applies to the memorization of the image f on a storage unit having limited capacity.
Regarding the problem of compressing the coefficients vector f{circumflex over ( )}, its properties are such that it can be effectively compressed via existing entropy-based coding schemes. Conversely, the weights' matrix W cannot be effectively compressed by means of any of the existing compression techniques, since its properties do not enable efficient compression.
For solving the graph optimization problem for natural images, the prior art only considers the smoothness of the graph, which is not enough to achieve satisfactory performances.
The present invention aims to solve these and other problems by providing a method and an apparatus for encoding and/or decoding digital images or video streams which effectively increases the coding efficiency of GFT (Graph Fourier Transform)-based image or video coding and decoding techniques.
The basic idea of the present invention is to encode the graph by treating its edge weights as a graph signal that lays on the corresponding dual-graph. The graph Fourier transform of the weights is evaluated and the transformed weights are quantized. The choice of the graph is posed as a rate-distortion optimization problem that is cast as a graph learning problem. The cost of coding the image signal is captured by minimizing the smoothness of the image on the learned graph, while the transmission cost of the topology is controlled by penalizing the sparsity of the graph Fourier coefficients of the edge weight signal that lies on the dual-graph. The solution of the optimization problem is a graph that provides an effective trade-off between the quality of the transform and its transmission cost.
The characteristics and other advantages of the present invention will become apparent from the description of an embodiment illustrated in the appended drawings, provided purely by way of no limiting example, in which:
In this description, any reference to “an embodiment” will indicate that a particular configuration, structure or feature described in regard to the implementation of the invention is comprised in at least one embodiment. Therefore, the phrase “in an embodiment” and other similar phrases, which may be present in different parts of this description, will not necessarily be all related to the same embodiment. Furthermore, any particular configuration, structure or feature may be combined in one or more embodiments in any way deemed appropriate. The references below are therefore used only for simplicity's sake, and do not limit the protection scope or extension of the various embodiments.
With reference to
The video source 1000 can be either a provider of live images, such as a camera, or a provider of stored contents such as a disk or other storage and memorization devices. The Central Processing Unit (CPU) 1110 takes care of activating the proper sequence of operations performed by the units 1120, 1130, 1150, 1155, 1160 in the encoding process performed by the apparatus 1100. These units can be implemented by means of dedicated hardware components (e.g., CPLD, FPGA, or the like) or can be implemented through one or more sets of instructions stored in a memory unit 1140 which are executed by the CPU 1110; in the latter case, the units 1120, 1130, 1150, 1155, 1160 are just logical (virtual) units.
When the apparatus 1100 is in an operating condition, the CPU 1110 first fetches the image from the video source and loads it into the memory unit 1140.
Next, the CPU 1110 activates the graph learning unit 1120, which fetches the original image f from the memory 1140, executes a portion of at least one phase of the method for learning the optimum weights' vector w* from the image f according to the invention (see
Successively, the CPU 1110 activates the dual-graph coding unit 1130, which fetches from the memory 1140 the optimum weights' vector w*, executes a portion of at least one phase of the method for encoding (on the basis of the dual-graph) and for quantizing the optimum weights' vector w* according to the present invention (see
Next, the CPU 1110 activates the graph coding unit 1150, which fetches from the memory 1140 the set of quantized and transformed optimum weights {ŵi*}, executes at least part of a phase of the method for encoding and quantizing digital images or video streams according to the invention (see
Then the CPU 1110 activates the graph decoding unit 1155, which fetches from the memory 1140 the set of quantized coefficients {{circumflex over (f)}iq}, executes a portion of at least one phase of the method for decoding images or video stream according to the present invention (see
Next, the CPU 1110 activates the rate-distortion cost evaluation unit 1160, which fetches from the memory the set of reconstructed digital images or video streams {{dot over (f)}i}, executes a portion of at least one phase of the method for computing the rate-distortion cost of images or video stream according to the present invention (see
At this point, the CPU 1110 may dispose of the data from the memory unit 1140 which are not required anymore at the encoder 1100.
Finally, the CPU 1110 fetches the weights' quantization parameter Δ, the quantized and transformed optimum weights' vector ŵ* and the quantized and transformed image's coefficients {circumflex over (f)}q from memory 1140 and transmits them through the communication channel or saves them into the storage media 1195 by means of the output means 1180.
With reference also to
As for the previously described encoding apparatus 1100, also the CPU 1210 of the decoding apparatus 1200 takes care of activating the proper sequence of operations performed by the units 1220 and 1230. These units can be implemented by means of dedicated hardware components (e.g., CPLD, FPGA, or the like) or can be implemented through one or more sets of instructions which are executed by the CPU 1210; in the latter case, the units 1220 and 1230 are just a logical (virtual) units.
When the apparatus 1200 is in an operating condition, the CPU 1210 first fetches the weights' quantization parameter Δ, the quantized and transformed optimum weights' vector ŵ* and the quantized and transformed image's coefficients vector {circumflex over (f)}q received from the channel or the storage media 1195, and loads them into the memory unit 1240.
Then, the CPU 1210 activates the graph de-quantizing unit 1220, which receives from the memory 1240 the weights' quantization parameter Δ, the quantized and transformed optimum weights' vector ŵ* and the quantized and transformed image's coefficients vector {circumflex over (f)}q, executes a portion of at least one phase of the method for de-quantizing vectors ŵ* and {circumflex over (f)}q on the basis of the quantization parameters Δ and q respectively and, according to the invention (see
Then, the CPU 1210 activates the graph decoding unit 1230, which fetches from the memory 1240 the de-quantized and transformed optimum weights' vector {circumflex over ({dot over (w)})}* and the de-quantized and transformed image's coefficients vector {circumflex over ({dot over (f)})}, executes a portion of at least one phase of the method for decompressing images or video streams according to the invention (see
At this point, the CPU 1210 may dispose of the data from the memory which are not required anymore at the decoder side.
Finally, the CPU may fetch from memory 1240 the recovered image {dot over (f)} and send it, by means of the video adapter 1270, to the display unit 1295 for its visualization.
It should be noted how the encoding and decoding apparatuses described in the figures may be controlled by the CPU 1210 to internally operate in a pipelined fashion, enabling to reduce the overall time required to process each image, i.e., by performing more instructions at the same time (e.g., using more than one CPU and/or CPU core).
It should also be noted than many other operations may be performed on the output data of the coding device 1100 before sending them on the channel or memorizing them on a storage unit, like modulation, channel coding (i.e., error protection). Conversely, the same inverse operations may be performed on the input data of the decoding device 1200 before effectively process them, e.g., demodulation and error correction. Those operations are irrelevant for embodying the present invention and will be therefore omitted.
Besides, the block diagrams shown in
The encoding process and the decoding process will now be described in detail.
Encoding
In order to show how the encoding process occurs, it is assumed that the image f (or a block thereof) to be processed is preferably a grayscale image where each pixel is encoded over 8 bit so that the value of said pixel can be represented by means of an integer value ranging between 0 and 255, see the example of f shown in
With also reference to
Furthermore,
With also reference to
With also reference to
A learning problem solve unit 305 configured for solving the optimization problem described by the following expression (or equivalent)
wherein the graph topology is fixed (e.g., 4-connected square grid) and the graph's weights are collected in the M×1 vector w, which can be varied. The topology of a graph having N nodes and M edges is described by the N×M incidence matrix B such that
where e=(x,y) means that there is an edge having index e from node x to y; the orientation of the edges can be chosen arbitrarily; e is an integer comprised between 1 and M.
The cost of the transform coefficients Rc of the image f (or a block thereof) is evaluated considering the smoothness of the image f on graph, which is obtained by the following relation
where L=B (diag (w)) BT is the graph's Laplacian matrix and W is the weights' matrix of the graph (referred with the term wi,j), which is related to the weights' vector w as we=Wi,j, wherein e=(i, j) is the index of the edge connecting node i to node j of the weights' matrix W. The expression diag(x) indicates a diagonal matrix whose diagonal entries starting in the upper left corner are the elements x1, x2, . . . , xn of the vector x.
The cost of the graph description RG is obtained by considering the edge weights' vector was a signal that lays on the corresponding dual-graph. Given a graph, its dual-graph is an unweighted graph where each node represents an edge of the graph, and two nodes of dual-graph are connected if and only if their corresponding edges in the graph share a common endpoint.
RG=α∥UdTw∥1 (12)
where the symbol
indicates the 1-norm of a vector v, and UdT is the transposed transform matrix of the dual-graph.
The output of the learning problem solve unit 305 is the optimum weights' vector w* evaluated in terms of the optimization problem given by relation (9). It should be noted that in the prior art, the problem to learn the weights from the graph is addressed by considering only the smoothness of the graph, or is completely neglected by assigning the weight of the graph using for example the Cauchy formula given by relation (2). The choice to address the minimization of the overall rate distortion cost assures the best result in terms of coding efficiency; instead, considering the graph smoothness or using the Cauchy function does not guarantee the best coding efficiency as in the present invention.
With also reference to
where the optimum weights' vector w* is considered as a signal that lays on the dual-graph. Since consecutive edges usually have similar weights, choosing the dual-graph allows to take into account only the first {tilde over (M)}<M coefficients, which usually are the most significant, and setting the other M-{tilde over (M)} coefficients to zero. Optionally the graph transform computation unit 310 can insert into the output data bitstream the value of {tilde over (M)} or of the difference M-{tilde over (M)} in order to inform the decoder of the number of edge weights that have been neglected and not inserted into the stream. Therefore, the number of the components of the transformed weights' vector ŵ* can be reduced from M to {tilde over (M)}, this implies a reduction of the cost of the graph description, which is impossible in the original, non dual-graph. In other words, the processing means 1110 are also configured for reducing the size of the weights vector (ŵ*), and transmitting the original size of said weights vector (ŵ*) through the output means 1180. In this way, the coding/decoding efficiency is increased.
With also reference to
where the graph transform matrix ui is obtained from the eigenvectors of the graph Laplacian matrix Li, for each weights' quantization parameters Δi (i=1, 2, . . . , Q). The Laplacian matrix Li is computed by means of the following mathematical formula
Li=B(diag({dot over (w)}i*))BT (15)
wherein the de-quantized and inverse-transformed optimum weights' vector {{dot over (w)}i} are obtained for each weights' quantization parameters Δi (i=1, 2, . . . , Q) by performing the inverse graph Fourier transform on the dual-graph of the de-quantized and transformed optimum weights' vector {circumflex over ({dot over (w)})}i*=ŵi*Δi, by means of the following expression
{dot over (w)}i*=Ud{circumflex over ({dot over (w)})}i* (16);
With also reference to
where the graph transform matrix Ui is obtained as explained in the unit 320.
With also reference to
indicates the 2-norm of a vector (v);
Summarizing, with also reference to
Furthermore, the encoding method may also comprise the following optional phases:
It evidenced that the transform coefficients used during the inverse transformation phase, the selection phase, and the transmission phase are contained in the set of de-quantized transform coefficients ({{circumflex over ({dot over (f)})}i}). In this way, it is possible to increase the coding efficiency.
Decoding
With reference to
The de-quantization unit 855 preferably comprises the following (physical or logical) parts:
The graph decoding unit 860 preferably comprises the following (physical or logical) parts:
where the graph transform matrix U is obtained from the eigenvectors of the graph Laplacian matrix L. The Laplacian matrix L is computed by means of the following mathematical formula
L=B(diag({dot over (w)}*))BT (19)
wherein the de-quantized and inverse-transformed optimum weights' vector {dot over (w)}* is obtained by performing the inverse graph Fourier transform, on the dual-graph, of the de-quantized and transformed optimum weights' vector {circumflex over ({dot over (w)})}, by means of the following expression
{dot over (w)}*=Ud{circumflex over ({dot over (w)})}* (20);
Summarizing, the method for decoding digital images or video streams according to the invention comprises the following phases:
Furthermore, the decoding method may also comprise the following optional phase:
In combination with this additional phase and during the inverse transformation phase, said at least a portion of said reconstructed image is generated, through the processing means 1210, by computing an inverse graph Fourier transform on the basis of the de-quantized transformed weights ({circumflex over ({dot over (w)})}*) and the de-quantized transformed coefficients ({circumflex over ({dot over (f)})}). In this way, it is possible to increase the coding/decoding efficiency.
Optionally the graph decoding unit can read from the input bistream, for example in form of a metadatum the value of {tilde over (M)} or of the difference M-{tilde over (M)} which signalizes the number of elements contained the quantized and transformed optimum weights' vector ŵ*. In other words, the processing means 1210 are also configured for receiving, through the input means 1280, a size value representing the original size of the quantized transformed weights ŵ*, and increasing the size of the quantized transformed weights ŵ* by adding null values (e.g., zero values or values representing empty components), before determining the de-quantized reconstructed weights {dot over (w)}*. In this way, it is possible to increase the coding/decoding efficiency.
Finally, in an embodiment of the invention the reconstructed bidimensional image can be reconstructed by means of a vector-to-matrix conversion of the vector f and then outputted by means of output video means 1270.
Performance Tests
With reference to
In order to perform the coding-encoding test, four standard grayscale images (Lena, Boat, Peppers and House) were considered, these images were split into non-overlapping 16×16 pixel blocks. The chosen topology of the graph is a 4-connected grid which gives M=480 edges, whereas was set in all experiments {tilde over (M)}=64 and Q=8. The value of the parameters α and β of the graph learning problem given by relation (9) depends on the characteristics of the block. For this reason, a block's structure complexity classification using the structure tensor analysis (I. Rotondo, G. Cheung, A. Ortega, and H. E. Egilmez, “Designing sparse graphs via structure tensor for block transform coding of images”, published in APSIPA2015), was performed. Three classes of block's structure complexity were defined, for each class a different value of the parameter α was set, while for each class was chosen β=1.
The performances of the method described in the present invention were compared respect to the performances of the classical DCT transform. For each class, the mean rate-distortion cost was evaluated averaging the rate-distortion cost for each block of a given class for all images. Successively, the Bjontegaard metric (G. Bjontegaard, “Calculation of average PSNR differences between RD curves,” Doc. VCEG-M33 ITU-T Q6/16, Austin, Tex., USA, 2-4 April 2001) was considered in order to compute the average gain in PSNR compared to the DCT. In particular, the method described in the present invention outperforms DCT providing an average PSNR gain of 0.6 dB for blocks in the second class and 0.64 dB for blocks in the third class.
Concluding, the obtained results show that the method described in the present invention can outperform classical fixed transforms as DCT.
Other Embodiments and Generalizations
In a second embodiment of the present invention, the image to be coded may be preliminarily filtered so to remove high frequency components. Examples of appropriate filters include Gaussian or an anisotropic filter. In other words, the processing means 1110 may be also configured for filtering at least a portion of the image f to be encoded, in order to remove at least a frequency component having its frequency (value) higher than a threshold. In this way, it is possible to increase the coding efficiency, especially when high frequency components are not required in the encoding, e.g., when they are associated to noise produced by image sensors or the like.
In a third embodiment, the invention can be adapted so as to be used for compressing also color images. In case of an RGB image, for example, the invention can be used to compress at least one of the R, G, or B components; since the components are in general strongly correlated it is possible to infer or predict the other components basing on those of the starting one. In other words, the processing means 1210,1220 of the decoding apparatus 1200 may be also configured for generating at least another component of said RGB image on the basis of at least a portion of the reconstructed image. In this way, it is possible to increase further the coding efficiency.
Analogously, in case of a YUV coded color image, the luminance component Y can be compressed according to the invention, while the chroma components U and V can be compressed and decompressed in a similar way as their difference signal from Y (Y-U and Y-V), with some adaptations taking into account the different statistical features of the chroma components with respect to luminance. In other words, at least a portion of the image to be encoded and at least a portion of the reconstructed image may be a luminance component or a difference between the luminance component and a chroma component of a YUV coded colour image. In this way, it is possible to increase further the coding efficiency.
In a fourth embodiment, the invention is integrated in a video coding technique wherein also the temporal correlation between different images is taken into account. To that end, a prediction mechanism similar to those used in the conventional video compression standards can be used in combination with the invention for effectively compressing and decompressing a video signal.
The terms image and image block used in the present description as input bi-dimensional signal must be interpreted in their broadest meaning. They can encompass pixel values directly derived or extracted from a natural image, an artificial image, the prediction error of an image, a subsampled version of an image at higher resolution, any portion of said kind of images, or the like.
In the preferred embodiment, the optimum weights' vector of the graph related to an image or video data, is computed by solving the learning problem given by relation (9). In any embodiments, any other definitions of the learning problem, which takes in the account the cost of the transform coefficients Rc and the cost of the graph description RG of the image f (or a block thereof), can be used in order to evaluate said optimum weights' vector without departing from the teaching of the present invention.
The vectorising process described for deriving a mono-dimensional vector representation of an image or a portion thereof is merely optional and non-essential for implementing the present invention. It simply allows a compacter representation of the image input data and a simpler data structure and processing of the distances and weights matrixes. Other kind of representations and data structures can be used for the input image or its blocks and, conversely, for the distance and weight matrixes as well, whose structures, in general depend on those of the input image data.
The dimensions of the image blocks mentioned in describing an embodiment of the invention are exemplificative. In other embodiments they can be of any size, form a rectangle or a square, be homogeneous for the entire image or adaptive to the local features of the image. For example the image blocks can be smaller for image areas having more complex edges and larger for those areas having few or no edges.
In another embodiment, the image may be preliminarily subdivided in smaller blocks preferably composed each of the same number of N pixels, which are then independently encoded and decoded according to the present invention. If necessary stuffing (padding) pixel can be added in order to have the encoder and decoder operating on blocks of the same (predetermined) size. This added pixel can be removed by the decoding device after having reconstructed the image f.
In another embodiment, the image may be preliminarily subdivided in non-overlapping blocks preferably composed each of the same number of N pixels, which are then independently encoded and decoded according to the present invention or using other encoding/decoding techniques e.g., DCT, on the basis of some criteria such as the block structure complexity or rate-distortion cost, etc.
In another embodiment, the weights' quantization parameter Δ, the quantized and transformed optimum weights' vector ŵ* and the quantized and transformed image's coefficients of the vector fq are further compressed with existing entropy coding techniques prior to their transmission on the channel with the goal to further reduce the bandwidth required for their representation and are decompressed at the receiver prior they are processed by the decoding units. In other words, the processing means 1110 may be also configured for compressing the selected transformed coefficients, the selected quantized transformed weights, and the selected quantization parameter by means of an entropy encoding algorithm, before transmitting them (the selected elements) through the output means 1180.
The present description has tackled some of the possible variants, but it will be apparent to the man skilled in the art that other embodiments may also be implemented, wherein some elements may be replaced with other technically equivalent elements. The present invention is not therefore limited to the explanatory examples described herein, but may be subject to many modifications, improvements or replacements of equivalent parts and elements without departing from the basic inventive idea, as set out in the following claims.
Number | Date | Country | Kind |
---|---|---|---|
102016000122898 | Dec 2016 | IT | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/IB2017/057487 | 11/29/2017 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2018/100503 | 6/7/2018 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
10382711 | Said | Aug 2019 | B2 |
10412415 | Said | Sep 2019 | B2 |
10425649 | Said | Sep 2019 | B2 |
10469838 | Lee | Nov 2019 | B2 |
20070008337 | White | Jan 2007 | A1 |
20110206288 | Lee | Aug 2011 | A1 |
20110221769 | Leung | Sep 2011 | A1 |
20130272422 | Lee | Oct 2013 | A1 |
20140192046 | Paragios | Jul 2014 | A1 |
20150112897 | Wang | Apr 2015 | A1 |
20150317808 | Tian | Nov 2015 | A1 |
20170134760 | Kirchhoffer | May 2017 | A1 |
20170155913 | McCarthy | Jun 2017 | A1 |
20170257579 | Said | Sep 2017 | A1 |
20170318311 | Said | Nov 2017 | A1 |
20170339422 | Said | Nov 2017 | A1 |
20170359581 | Rusanovskyy | Dec 2017 | A1 |
20170359584 | Said | Dec 2017 | A1 |
20180041760 | Koo | Feb 2018 | A1 |
20180146195 | Koo | May 2018 | A1 |
20180167618 | Lee | Jun 2018 | A1 |
20180213233 | Koo | Jul 2018 | A1 |
20180220158 | Koo | Aug 2018 | A1 |
20180288407 | Lee | Oct 2018 | A1 |
20180288411 | Egilmez | Oct 2018 | A1 |
20180288438 | Chao | Oct 2018 | A1 |
Number | Date | Country |
---|---|---|
2017046750 | Mar 2017 | WO |
Entry |
---|
International Search Report and Written Opinion dated Apr. 24, 2018, issued in PCT Application No. PCT/IB2017/057487, filed Nov. 29, 2017. |
G. Bjontegaard, Calculation of Average PSNR Differences Between RD Curves, Doc. VCEG-M33 ITU-T Q6/16, Austin, TX, USA, Apr. 2-4, 2001, pp. 5. |
X. Dong, et al., Learning Laplacian Matrix in Smooth Graph Signal Representations, published in arXiv preprint arXiv:1406.7842 (2014), pp. 14. |
W. Hu, et al., Multiresolution Graph Fourier Transform for Compression of Piecewise Smooth Images, IEEE Transactions on Image Processing, vol. 24, No. 1, Jan. 2015, pp. 419-433. |
Kim, et al., Graph Based Transforms for Depth Video Coding, published in ICASSP 2012 proceedings, pp. 813-816. |
Narang, et al., Critically Sampled Graph-Based Wavelet Transforms for Image Coding, published in APSIPA 2013 proceedings, pp. 4. |
E. Pavez et al., Generalized Laplacian Precision Matrix Estimation for Graph Signal Processing, published in IEEE International Conference on Acoustics Speech and Signal Processing (ICASSP2016), Mar. 2016, pp. 6. |
E. Pavez, et al., GTT: Graph Template Transforms with Applications to Image Coding, published in Picture Coding Symposium (PCS2015), Jul. 2015, pp. 6. |
I. Rotondo, et al., Designing Sparse Graphs via Structure Tensor for Block Transform Coding of Images, Proceedings of APSIPA Annual Summit and Conference 2015, Dec. 16-19, 2015, pp. 571-574. |
D.I. Shuman, et al., The Emerging Field of Signal Processing on Graphs: Extending High-Dimensional Data Analysis to Networks and Other Irregular Domains, Signal Processing Magazine, IEEE, vol. 30, No. 3, Mar. 10, 2013, pp. 83-98. |
Sandryhaila et al. in Nearest-Neighbor Image Model, published in ICIP 2012 proceedings, pp. 4. |
K. Sayood, Introduction to Data Compression, Third Edition, Newnes, 2012, pp. 703. |
G. Shen, et al., Edge Adaptive Transforms for Efficient Depth Map Coding, published in Picture Coding Symposium 2010, pp. 4. |
G. Taubin, A Signal Processing Approach to Fair Surface Design, Proceedings of the 22nd Annual Conference on Computer Graphics and Interactive Techniques, ACM, 1995, pp. 351-358. |
Number | Date | Country | |
---|---|---|---|
20200228840 A1 | Jul 2020 | US |