The disclosure relates to a system and method for reducing binary file size, and in particular, to file compression using matrices.
Singular Value Decomposition (SVD) yields a method to decompose each mn×pq matrix M into a sum with a minimum number of terms, each of which is the Kronecker product of an m×p matrix by and n×q matrix. This decomposition is known as a Schmidt decomposition of M. We shall say that M is decomposed with respect to the decomposition shape (m, n, p, q). Assuming that M represents a digital file, dropping some terms from the decomposition of M and using the other terms to build a matrix that approximates M leads to a lossy compression of the digital file. In addition to this compression method, there is another compression method based on SVD known as compression with SVD. Every compression method based on SVD has an energy-compaction property which causes the method to be useful for compression. With SVD, singular values and vectors are to be stored to construct the output file. These values and entries are not necessarily integers even if all entries in the original matrix are integers. Thus, storing in a computer the singular values and vectors without losing too much information requires per pixel a much larger amount of memory space than the amount of memory space occupied by a pixel in the original file. Therefore, the compression ratio with SVD is not as desirable in comparison with ratios achieved by other existing compression methods, such as JPEG [see references 4-6, below]. Other compressions schemes based on algebra include algorithms based on QR and QLP decompositions, [1A].
In an embodiment of the disclosure, a method for encoding digital data comprises using a computer executing software stored on non-transitory media, the software configured to identify an mn×pq matrix M, with entries within a predefined set of integers, within the digital data; define a left essential matrix A; define a right essential matrix B; define a pattern matrix P for storing positions of essential entries; assign to matrix Me a starting value of M; define a matrix Ae; define a matrix Be; assign a starting value to e; a) select a non-zero entry de of Me; b) store the position (r, c) of the selected non-zero entry of Me at an eth column of P; c) select from Me two matrices Ae and Be having de as a common entry and for which Ae{circle around (x)}Be/de is a term in a BSD of M with respect to the parameters m, n, p, and q; d) store in the eth m×p block of A the entries of M whose positions are the positions of the entries of Ae in Me; e) store in the eth n×q block of B the entries of M whose positions are the positions of the entries of Be in Me; and f) calculate the matrix Me+1=Me−Ae{circle around (x)}Be/de, and if a predetermined error threshold between M and Me+1 is reached, repeat steps (a)-(f) with Me+1, otherwise, P, A, and B collectively represent encoded digital data corresponding to M; and g) transfer the encoded data to digital storage on at least one of the computer executing software or another computer, the encoded data comprising fewer data bytes than the source digital data, and representing at least one of all the information in the source digital data, and an approximation of all of the information in the source digital data.
In a variation thereof, the non-zero number selected in step (a) corresponds to the first entry, with respect to the stereographic order, whose absolute value is the maximum of the absolute values of the entries of Me.
In a further variation thereof, the software is configured, in step (c), to select from Me two matrices Ae and Be by i) calculating the Euclidean division of c by q and find the remainder j, and if remainder j is zero, replace j with q, then compute i=(c−j)/q+1; and ii) calculating the Euclidean division of r by n and find the remainder 1, and if remainder 1 is zero, replace 1 with n, then compute k=(r−1)/n+1.
In a yet further variation thereof, the software is further configured to (i) carry out step (d) by, for each integer a between 1 and m, and each integer b between 1 and p, storing the entry of M at position (1+(a−1)n, j+(b−1)q) in left essential matrix A at position (a, (e−1)p+b), and storing the entry of Me at position (1+(a−l)n, j+(b−1)q) in matrix Ae at position (a, b); and (ii) carry out step (e) by, for each integer a between 1 and n, and each integer b between 1 and q, storing the entry of M at position (1+(k−1)n, b+(i−1)q) in right essential matrix B at position (a, (e−1)q+b), and storing the entry of Me at position (1+(k−1)n, b+(i−1)q) in matrix Be at position (a, b).
In other variations thereof, the predetermined stop value is infinity for a lossless encoding of the digital data; the predetermined stop value is a positive number for a lossy encoding of the digital data; the sum of the stored sizes of P, A, and B is less than the stored size of the digital data corresponding to M; and/or all of the entries of A and B are extracted from M and the entries of P are integers.
In another variation thereof, the software is further configured to use P, A, and B to decode the digital data as matrix N, the software being thus further configured to define R as the number of columns in P; define E as an mn×pq matrix; define m as the number of rows in A; define p as the number of columns in A divided by R; define n as the number of rows of B; define q as the number of columns in B divided by R; assign a starting value to e; extract an ordered pair (r, c) from the eth column of P; carry out steps (c)-(f) in reverse, as steps (f)-(c), placing the entries of A and B in E at the same positions they occupy in M; fill with zero all values of E which have not been assigned an entry from A or B; assign to matrix Ee a starting value of E; assign a starting value to e; a) extract an ordered pair (r, c) from the eth column of P; b) select de the entry of Ee at the position (r, c); c) using the method of steps (c)-(f) of claim 1, recover the matrices Ae and Be of claim 1; and d) if e<R, compute Ee+1=Ee−Ae{circle around (x)}Be/de and repeat (a)-(d) with Ee+1, and if e=R, compute N=A1{circle around (x)}B1+A2{circle around (x)}B2+ . . . +AR{circle around (x)}BR.
In other variations thereof, in step (d), if N=M, the digital data has been decoded without a loss of data, and if N≠M, N approximates the digital data; and/or the digital data corresponding to M is encrypted by encrypting P.
In yet another variation thereof, the software is further configured to use P, A, and B to decode the digital data as a matrix that approximates M; wherein M is one of a plurality of matrices M identified within the digital data, and wherein steps (a)-(f) are performed for each of the plurality of matrices M, and wherein the digital data is encoded by the collective matrices of P, A, and B corresponding to the plurality of matrices M along with the size S of the matrix ME that represents the entire digital data.
In another embodiment of the disclosure, a method for encoding digital data, comprises using a computer executing software stored on non-transitory media, the software configured to define R as the number of columns in P; define E as an mn×pq matrix; define m as the number of rows in A; define p as the number of columns in A divided by R; define n as the number of rows of B; define q as the number of columns in B divided by R; assign a starting value to e; extract an ordered pair (r, c) from the eth column of P; select de the entry of Ee at the position (r, c); calculate the Euclidean division of c by q and find the remainder j, and if remainder j is zero, replace j with q, then compute i=(c−j)/q+1; calculate the Euclidean division of r by n and find the remainder l, and if remainder l is zero, replace l with n, then compute k=(r−l)/n+1; for each integer a between 1 and mn, and each integer b between 1 and pq, copy the entry of A at position (a,(e−1)p+b) into position (l+(a−1)n, j+(b−1)q) of E, and copy the entry of B at position (a,(e−1) q+b) into position (a+(k−1)n, b+(i−1)q) of E; fill with zero all values of E which have not been assigned an entry from A or B; assign to matrix Ee a starting value of E; assign a starting value to e; a) extract an ordered pair (r, c) from the eth column of P; b) select de the entry of Ee at the position (r, c); c) calculate the Euclidean division of c by q and find the remainder j, and if remainder j is zero, replace j with q, then compute i=(c−j)/q+1; d) calculate the Euclidean division of r by n and find the remainder l, and if remainder l is zero, replace l with n, then compute k=(r−l)/n+1; e) for each integer a between 1 and m, and each integer b between 1 and p, store the entry of Ee at the position (l+(a−1)n, j+(b−1)q) at the position (a, b) of matrix Ae; f) for each integer a between 1 and n, and each integer b between 1 and q, store the entry of Ee at the position (l+(k−1)n, b+(i−1)q) at the position (a, b) of matrix Be; and g) if e<R, compute Ee+1=Ee−Ae{circle around (x)}Be/de and repeat (a)-(g) with Ee+1, and if e=R, compute N=A1{circle around (x)}B1+A2{circle around (x)}B2+ . . . +AR{circle around (x)}BR; and h) transfer the encoded data to digital storage on at least one of the computer executing software or another computer, the encoded data comprising fewer data bytes than the source digital data, and representing at least one of all the information in the source digital data, and an approximation of all of the information in the source digital data.
In a variation thereof, the software is further configured to use P, A, and B to decode the digital data as a matrix that approximates M; wherein M is one of a plurality of matrices M identified within the digital data, and wherein steps (a)-(f) are performed for each of the plurality of matrices M, and wherein the digital data is encoded by the collective matrices of P, A, and B corresponding to the plurality of matrices M along with the size S of the matrix ME that represents the entire digital data.
In another variation thereof, each matrix M has a predetermined size, and wherein if the digital data is not evenly divisible by the predetermined size, a remaining partial matrix Mp is padded with zeros to the predetermined size, and are discarded when the digital data is decoded.
In a further embodiment of the disclosure, a method for encoding digital data, comprises using a computer executing software stored on non-transitory media, the software configured to use SVD to find Ma, an mn×pq matrix, with the lowest Schmidt rank R for which PSNR(Ma, M)≥a predetermined value; quantize Ma to find a matrix M whose entries are integers; define a left essential matrix A; define a right essential matrix B; define a pattern matrix P for storing positions of essential entries; assign to matrix Me a starting value of M; define a matrix Ae; define a matrix Be; assign a starting value to e; a) select a non-zero entry de of Me; b) store the position (r, c) of the selected non-zero entry of Me at an eth column of P; c) select from Me two matrices Ae and Be having de as a common entry and for which Ae{circle around (x)}Be/de is a term in the Schmidt decomposition of M with respect to the parameters m, n, p, and q; d) store in the eth m×p block of A the entries of M whose positions are the positions of the entries of Ae in Me; e) store in the eth n×q block of B the entries of M whose positions are the positions of the entries of Be in Me; f) calculate the matrix Me+1=Me−Ae{circle around (x)}Be/de, and if e<R, repeat steps (a)-(f) with Me+1, and if e=R, then P, A, and B collectively represent encoded digital data corresponding to M.
In another embodiment of the disclosure, a method for encoding digital data, comprises using a computer executing software stored on non-transitory media, the software configured to: identify an mn×pq matrix M, with entries within a predefined set of integers, within the digital data; define an essential sequence S which is in two part S1 and S2; define an essential matrix E; define a pattern sequence PS for storing positions of n×q block matrices of E; define a matrix Ae; define a matrix Be; assign to matrix Me a starting value of Mand assign a starting value to e; a) select a non-zero entry de of Me; b) store at the eth term of PS the position of the eth n×q block of Me that includes (r, c) the position of de; c) store the eth n×q block matrix of M at the eth n×q block matrix of E, and following the lexicographic order, store the entries of the eth n×q block of Me in S1; d) calculate the Euclidean division of c by q and find the remainder j, and if the remainder is zero, replace j with q, then compute i=(c−j)/q+1; and calculate the Euclidean division of r by n and find the remainder l, and if the remainder is zero, replace l with n, then compute k=(r−l)/n+1; e) for each integer a between 1 and m and each integer b between 1 and p, store at position (a, b) of matrix Ae the entry of Me at position (l+(a−1)n, j+(b−1)q), and following the lexicographic order, if position (l+(a−1)n, j+(b−1)q) of E is unfilled, store in it the entry of M located at the same position and store the same entry in sequence S2; and f) calculate the matrix Me+1=Me−Ae{circle around (x)}Be/de, and if a predetermined error threshold between M and Me+1 is reached, repeat steps (a)-(f) with Me+1, otherwise, collect S1 and S2 to form a sequence S, which with PS and the shape (m, n, p, q) represent encoded digital data corresponding to M; and g) transfer the encoded data to digital storage on at least one of the computer executing software or another computer, the encoded data comprising fewer data bytes than the source digital data, and representing at least one of all the information in the source digital data, and an approximation of all of the information in the source digital data.
In a variation thereof, the software is configured to de-encode the encoded digital data, by being further configured to: define R as the number the number of terms in PS; define E as an mn×pq matrix; use the first Rnq terms of S to build R n×q block matrices of E, use PS to identify the positions of the R block matrices, and delete from S the used terms, then call essential position any filled position of E; assign to matrix Me a starting value of E, and assign a starting value to e; a) build a matrix Be whose entries are the entries of the eth n×q block matrix of Me, and following the lexicographic order compute (r, c) the position in Me of the first entry de in Be whose absolute value is equal to the maximum value of the absolute values of the entries of Be, then store de at the eth term of a sequence D; b) calculate the Euclidean division of c by q and find the remainder j, and if the remainder is zero, then replace j with q, then compute i=(c−j)/q+1, and calculate the Euclidean division of r by n and find the remainder l, and if the remainder is zero, replace l with n, then compute k=(r−l)/n+1, and store i the eth term of a sequence I, j the eth term of a sequence J, k the eth term of a sequence K, and l the eth term of a sequence L; c) build an an m×p matrix Ae as follows, for each (a, b), where 1≤a≤m and 1≤b ≤p, if (l+(a−1)n, j+(b−1)q) is an essential position, then fill position (a, b) of Ae with the entry of Me located at position (l+(a−1)n, j+(b−1)q), fill this position of E with the first term of S and mark (l+(a−1)n, j+(b−1)q) as an essential position of E; d) fill with zero the other positions of Aee; f) compute Me+1=Me−Ae{circle around (x)}Be/de, and if e<R, then repeat steps (a)-(d) with Me+1, and if e=R, then assign to matrix Ee a starting value of E, and assign a starting value to e; g) compute i, j, k, and l that are, respectively, the eth term of I, the eth term J, the eth term of K, and the eth term of L; h) build an m×p matrix Ae and an n×q matrix Be are built as follows, for each integer a between 1 and m and each integer b between 1 and p, place at position (a, b) of Ae the entry of Ee at position (l+(a−1)n, j, and assign the eth n×q block matrix of Ee to Be; k) if e<R, then compute Ee+1=Ee−Ae{circle around (x)}Be/de, where de is the eth term of D, and repeat steps (g) and (h) with Ee+1, and if e=R, then compute N=A1{circle around (x)}B1/d1+A2{circle around (x)}B2/d2+ . . . +AR{circle around (x)}BR/dR, wherein the matrix N is the matrix of the output file.
In a further variation thereof, lossless compression is achieved by stopping iterative computation of steps (a)-(d) in step (f) after the Schmidt rank of M is reached.
In a still further variation thereof, error is measured by using at least one of PSNR, PEVQ, and SSIM.
A more complete understanding of the present disclosure, and the attendant advantages and features thereof, will be more readily understood by reference to the following detailed description when considered in conjunction with the accompanying drawings wherein:
As required, detailed embodiments are disclosed herein; however, it is to be understood that the disclosed embodiments are merely examples and that the systems and methods described below can be embodied in various forms. Therefore, specific structural and functional details disclosed herein are not to be interpreted as limiting, but merely as a basis for the claims and as a representative basis for teaching one skilled in the art to variously employ the present subject matter in virtually any appropriately detailed structure and function. Further, the terms and phrases used herein are not intended to be limiting, but rather, to provide an understandable description of the concepts.
The terms “a” or “an”, as used herein, are defined as one or more than one. The term plurality, as used herein, is defined as two or more than two. The term another, as used herein, is defined as at least a second or more. The terms “including” and “having,” as used herein, are defined as comprising (i.e., open language). The term “coupled,” as used herein, is defined as “connected,” although not necessarily directly, and not necessarily mechanically. Herein, reference to ‘the software’ refers to electronic execution of instructions embodying the methods of the disclosure, the methods of the disclosure thereby being carried out by one or more electronic processors, including, for example, parallel processors. The term ‘memory value’, or size in memory, may be considered to also indicate the size of the referenced element within non-volatile storage.
In an embodiment of the disclosure, digital files are compressed using a method which includes Schmidt decompositions of matrices. The disclosure provides for performing lossless and lossy compressions of any digital file that can be represented by a matrix M. The lossless compression is achieved by an apparatus that stores some entries of M to recover M. The lossy compression is achieved by an apparatus that combines methods of the disclosure with other techniques that include low rank approximation and compressing by blocks. In another aspect, an apparatus executes software configured to execute the methods of the disclosure to compresses a file, and in an embodiment, enables a user to choose a key code that is needed at the decompression process. Accordingly, the present invention enables data compression and data security.
The disclosure provides a method to find Schmidt decompositions of matrices. Herein, this method will be referred to as BSD (Bourouihiya Schmidt Decomposition). A BSD of a matrix M uses the entries of M and elementary operations to compute each entry of each matrix involved in the decomposition of M. The disclosure uses this fact to enable lossless and lossy compressions of digital files. In an embodiment, a lossless compression is almost impossible with SVD, however by combining BSD and SVD, the invention enables lossy compression while solving the storage problems encountered by compressing with SVD, and with a very low cost in term of error. Compression in accordance with the disclosure is competitive with popular existing methods, such as JPEG or JPEG2000.
The present disclosure provides the following embodiments: the use of BSD to achieve lossless or lossy compressions of digital files; the use of BSD, low rank approximation with SVD, compressing by blocks, and other techniques to achieve efficient lossy compressions of digital files, including enabling a user to choose from a multitude of parameters to adapt the compression method to a specific application; and encryption of a digital file, wherein a user can choose a key code that is required for decryption at the decompression process, wherein the encryption methods of the disclosure can be used with the lossy and lossless compressions of the disclosure.
Lossless compression of digital data or files is accomplished using BSD, as follows, although this method may also be used to achieve lossy compression:
Each mn×pq-matrix M can be written as
M=A1{circle around (x)}B1+A2{circle around (x)}B2+ . . . +AR{circle around (x)}BR, (4.1)
where Ak is an m×p-matrix and Bk is an n×q-matrix. In the art, Equality (4.1) is known as a Schmidt decomposition of M and R is the (Schmidt) rank if the number of terms in (4.1) is the minimum possible. We shall denote rank (M)=R. If M is decomposed using BSD, then each entry in Ak or Bk is computed using entries extracted from M and the elementary operations, for each k=1, . . . , R.
Consider the 6×6-matrix M whose entries are integers between 0 and 255. Thus, 36 Bytes is the memory space required to store Min a computer. In this example, BSD is used to decompose M with respect to (3, 2, 2, 3), i.e., into a sum of matrices, for which each term is the Kronecker product of a 3×2 matrix by a 2×3 matrix.
The entries of A1, A2, B1, and B2 are computed using the essential sequence S=(9, 12, 21, 24, 33, 36, 28, 29, 30, 34, 35, 1, 4, 13, 16, 25, 2, 3, 7, 8) whose terms are called essential entries of M (these entries are bolded and underlined in M). The methodology for selecting essential entries is provided elsewhere herein. To recover M, we need to store the decomposition shape (3, 2, 2, 3), the essential sequence S, and a pattern matrix that includes the position (6, 6) (used to locate A1 and B1) and the position (1, 1) (used to locate A2 and B2). Since there are 20 essential entries, the decomposition shape includes 4 entries, and the pattern matrix includes 4 entries, then 28 Bytes is the memory space required to store the compressed file. Thus, a lossless compression of M is achieved, from 36 Bytes to 28 Bytes. A mathematical proof for the BSD algorithm is provided elsewhere herein.
If the Schmidt decomposition of M was carried out using SVD, then
Every entry in the matrice N11, N21, N12, or N22 is not an integer between 0 and 255 and can only be computed approximately. Therefore, storing these matrices does not achieve a lossless compression of M. This is because, storage of real numbers greatly increases the size of the compressed file.
Using BSD for image compression, it is unlikely that storing the compressed file requires a memory space that is more than the memory space required to store the original file. As a practical matter, most compressions are substantially smaller than the original file using the methods of the disclosure.
With reference to
Assume that the input file is represented by an mn×pq matrix M that will be decomposed with respect to the decomposition shape (m, n, p, q). In the course of the compression and decompression processes, we shall define and compute the following matrices and sequence.
P: The pattern matrix of M.
E: The essential matrix of M, this is an mn×pq matrix.
S: Essential sequence, built using the pigeonhole principle (it should be understood that using the pigeonhole principle is optional, as detailed elsewhere, herein).
With reference to
Step 1: The software computes d, the maximum value of the absolute values of the entries of Me. Following the lexicographic order, position (r, c) in Me of the first entry de whose absolute value is equal to d is stored at the eth column of the pattern matrix P (102).
Step 2: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 3: The software performs the Euclidean division of r by n and find the reminder l. If the reminder is zero, then l is replaced with n. The software then computes k=(r−l)/n+1.
Step 4: For each integer a between 1 and m and each integer b between 1 and p, the entry of Me at position (l+(a−1)n, j+(b−1)q) is stored at position (a, b) of the matrix Ae (104). Following the lexicographic order, if position (l+(a−1)n, j+(b−1)q) of E is unfilled, we store in it the entry of M located at the same position; and we store the same entry in the sequence S (106). This entry is then called an essential entry of M.
Step 5: For each integer a between 1 and n and each integer b between 1 and q, the entry of Me at position (a+(k−1)n, b+(i−1)q) is stored at position (a, b) of the matrix Be (108). Following the lexicographic order, if position (a+(k−1)n, b+(i−1)q) of E is unfilled, we store in it the entry of M located at the same position (106); and we store the same entry in the sequence S (108). This entry is then called an essential entry of M.
Step 6: The software computes the matrix Me+1=Me−Ae{circle around (x)}Be/de. (110) (As detailed elsewhere herein, the disclosure proves the fact that rank (Me−Ae{circle around (x)}Be/de)=rank (Me)−1)
If Me+1=0, then the lossless compression of M is achieved (112).
If Me+1≠0, then Steps 1-6 are performed with Me+1 (114).
The process stops after R sets of steps, where R is the Schmidt rank of M.
With reference to
The decomposition shape (m, n, p, q), the pattern matrix P, and the essential sequence S constitute the compressed file.
There are other possible embodiments of BSD, including for example replacing step 1 with “Following the lexicographic order, position (r, c) of the first nonzero entry de of Me is stored at the eth column of the pattern matrix P.” Various embodiments can lead to different compression results.
The lossless compression described in this embodiment assumes that the size of the data matrix fits with the shape of the Schmidt decomposition. In other cases, the data matrix is augmented to fit the shape and the added entries are disregarded at the decompression process. Notice, that there are shapes (such as (m, n, 1, l)) that fit with the size of every matrix.
With reference to
Step 1: The software computes R that is equal to the number of columns in P (122).
Step 2: Starting with e=1 and finishing with e=R, the apparatus performs the following substeps for each e (124).
Step 2.1: The apparatus extracts the ordered pair (r, c) from the eth column of P.
Step 2.2: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 2.3: The software performs the Euclidean division of r by n and find the reminder l. If the reminder is zero, then l is replaced with n. The software then computes k=(r−l)/n+1.
Step 2.4. Following the lexicographic order of the set {(a, b): 1≤a≤m and 1≤b≤p}, the apparatus stores the first terms of S that are enough to fill in E every unfilled position (l+(a−1)n, j+(b−1)q); S is then replaced with a new sequence that includes all terms of S but the terms used in Step 2.4 for e. After that, the old sequence is deleted and the new sequence is called S.
Step 2.5. Following the lexicographic order of the set {(a, b): 1≤a≤n and 1≤b≤q},the apparatus stores the first terms of S that are enough to fill in E every unfilled position (a+(k−1) n, b+(i−1)q); S is then replaced with a new sequence that includes all terms of S but the terms used in Step 2.5 for e. After that, the old sequence is deleted and the new sequence is called S.
Step 3: The software fills with 0 each position in E that is not filled after step 2 (126).
Step 4: At this step, an mn×pq matrix Ee is defined, for each e=1, . . . , R. The process starts with E1=E. The software extracts the ordered pair (r, c) from the eth column of P, extracts the entry de of Ee at position (r, c), and performs the following sub-steps (128).
Step 4.1: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 4.2: The software performs the Euclidean division of r by n and find the reminder 1. If the reminder is zero, then l is replaced with n. The software then computes k=(r−l)/n+1.
Step 4.3: For each integer a between 1 and m and each integer b between 1 and p, the entry of Ee at the position (l+(a−1)n, j+(b−1)q) is a is placed at position (a, b) of Ae.
Step 4.4: For each integer a between 1 and n and each integer b between 1 and q, the entry of Ee at the position (a+(k−1)n, b+(i−1)q) is placed at position (a, b) of Be.
If e<R, then the software computes Ee+1=Ee−Ae{circle around (x)}Be/de and redo sub-Steps 4.1-4.4 (130).
If e=R, then the software performs Step 5.
Step 5: The software collect the matrices found in Step 4 as follows:
N=A1{circle around (x)}B1/d1+A2{circle around (x)}B2/d2+ . . . +AR{circle around (x)}BR/dR.
The matrix N is the matrix of the output file. If the compression is lossless, then N=M (132). If the compression is lossy, then N approximates M.
Assume that a digital file is represented by M whose entries are integers between 0 and 255. Thus, every pixel in the file requires 1 byte to be stored in a computer. To store the decomposition shape we need 4 bytes. The terms of the essential sequence S are extracted from M, and hence, the memory space required to store S is less than the memory space required to store M. The number of entries of P is less than the minimum of the numbers 2mp and 2nq, while M counts mnpq entries. Pratically, the pattern matrix P occupies less than 1% of the memory space occupied by M. Thus, compression with BSD has a lossless compression ratio that is more than 0.99. For example, if m=16, n=24, p=8, and q=16, the memory size of the matrix M is 49,152 bytes. Meanwhile, to store the decomposition shape (16,24,8,16) and the pattern matrix P, we need no more than 260 bytes, that is less than 0.53% of the size of M. Thus, the compression ratio is more than 0.994.
In many cases, there are several choices for the decomposition shape (m, n, p, q). Some of these choices are more appropriate to adapt to some type of files to be compressed. For example, to decommpose a 256×256 matrix, we can chose from 49 decomposition shapes.
The disclosure uses algebraic computations that include the Kronecker product. This can be distinguished from lossless compression methods based on statistical models and bit sequences that include Huffman coding and arithmetic coding, which are logical and statistical. The disclosure provides algebraic lossless compression that can be applied to digital data.
With reference to
Assume that the input file is an image represented by a matrix M whose entries are integers in [0, 255], for which we want the entries of the compressed file and output file to be also integers in [0, 255]. Thus, each entry can be stored with one byte in a digital device.
For the compression process, the inputs include M, Er, a number that sets a threshold error, and the parameters m, n, p, and q that define the block matrices. We assume that the size of M is several times bigger than the size of an mn×pq-matrix. In the process of compression, M will be split into mn×pq-block matrices. In the course of the compression process the apparatus builds a pattern matrix P, an essential sequence S, and a sequence of ranks R.
Step 1: If the height of M is not divisible by mn or the width of M is not divisible by pq, then columns or rows of zeroes are added to Mto reach the divisibility (160). The added parts are then disregarded at the decompressing process.
Step 2: The software splits the image into blocks. Each block is an mn×pq-matrix. Let's say that h is the number of these blocks (162). BSD will be used with respect to (m, n, p, q).
Step 3: For each e=1, . . . , h, the software performs the following steps for the eth block Me.
Step 3.1: Using SVD, the software computes the matrix De that has the lowest rank possible Re among all matrices for which the PSNR with M is bigger or equal to Er (164).
Step 3.2: The software rounds up the matrix De and obtains a matrix Qe whose entries are integers. (Most of the entries of Qe are in [0, 255], but few entries maybe out of that range) (166).
Step 3.3: Using Embodiment 1, the apparatus compresses Qe and computes the pattern matrix Pe and the essential sequence Se (168).
Step 3.4: The software stores the rows of the eth pattern matrix in the rows (2e-1) and 2e of the pattern matrix P; the terms of Se in S (successively after the last term of S), and Re in R (170).
The quadruple (m, n, p, q), the matrix P, the sequence S, the sequence R, and the size of M constitute the compressed file (172).
With reference to
Step 1. The software computes h as the number of terms of R (182).
Step 2. For each e=1, . . . , h, the apparatus performs the following steps to find the eth block of the output matrix.
Step 2.1. The software extracts from the input matrices the matrix Pe as the rows (2e-1) and 2e of the pattern matrix P and extracts from R the number Re (184).
Step 2.2. With the matrix Pe, the number Re, and the sequence S, the apparatus uses steps 2-5 of the decompression process of embodiment 1 to build a block matrix Ne that approximates the original block Me (186). The pigeonhole principle is used to replace S with a new sequence that includes all terms of S but the terms used in Step 2.2. After that the old sequence is deleted and the new sequence is called S (188).
Step 3. The software collects the h blocks built in Step 2 as one matrix N (190). The software then uses the size of M and a quantization of N to build a matrix Nq whose entries are integers in [0, 255], Nq has the size of M, and Nq approximates M (192).
Compressing by blocks or tiling allow parallel processing that significantly reduces the compression and decompression time.
With reference to
In an example of the encryption process, assume that the input file is represented by an mn×pq-matrix M.
Step 1. The software compresses the file using the lossless compression method described in the first embodiment. The outputs are then the essential sequence S and the pattern matrix P (200).
Step 2. The user chooses a key code K, a number that can be of one to hundreds of digits (202).
Step 3. This step can be any one-to-one algorithm implemented in the software to convert the matrix P to a matrix L, using the key code (204).
The encrypted file includes the sequence S, the matrix L, the shape (m, n, p, q), and the user key code K (206).
There are numerous possible embodiments which can be used to implement an algorithm for step 3. In an example, assume that the user chose a number K=K1K2 . . . Kh with h digits and h is less or equal to the number of rows of P. For each e=1, . . . , h, the software shifts the entries of the eth row of P in a circular way by Ke places. Other known and hereinafter developed methods can be used to convert P to L using the key code.
For the decryption process, the input includes S, L, K, and (m, n, p, q) (210).
Step 1. The software uses K, L, and the inverse of the algorithm of the third step in the encryption process to recover P (212).
Step 2. The software uses the lossless decompression method, described in the first embodiment, with S, P, and (m, n, p, q) to recover M (214).
The user can use an encryption apparatus executing software of the present disclosure, to secure her/his files without the involvement of a third-party. The choice by the user of the encrypting algorithm for Step 3 in the encryption process can be a part of the key code. The decomposition shape (m, n, p, q) can be also part of the key code. All these options render access of secured data by unauthorized people more difficult.
In one embodiment, for example useful within a corporate environment, software of the disclosure can be configured to generate an encrypting algorithm for each employee. An administrator manager will have access to the encrypting algorithm of each employee, while the employee can choose a key code that locks and unlocks her/his files. If one employee stops working for the company and the company wants the former employee to become unable to access the company files, the administartor has only to change the encrypting algorithm for that employee. No employee will be required to reset her/his key code.
The lossless compression method used in the first step of the encryption process can be replaced by any lossy compression method described in the first or second embodiment.
In an embodiment of the disclosure, lossless compression of digital files is achieved with BSD. As explained elsewhere herein, lossy compression can be achieved with a similar method.
Assume that the input file is represented by an mn×pq-matrix M that will be decomposed with respect to the decomposition shape (m, n, p, q). In the course of the compression and decompression processes, we shall define and compute the following matrices.
P: The pattern matrix of M, this is a 2×R-matrix.
E: The essential matrix of M, this is an mn×pq-matrix.
A: The left essential matrix of M, this is an m×Rp-matrix.
B: The right essential matrix of M, this is an n×Rq-matrix.
The following steps describe a BSD decomposition of M. In the following, we describe the eth set, where e is an integer between l and the rank of M that will be computed during the compression process. In this set of steps, an mn×pq-matrix Me is defined. The compression process starts with M1=M.
Step 1: The software computes the maximum value d of the absolute values of the entries of Me. Following the stereographic order, position (r, c) of the first entry of Me that is equal d is stored at the eth column of the pattern matrix P.
Step 2: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 3: The software performs the Euclidean division of r by n and find the reminder l. If the reminder is zero, then l is replaced with n. The software then computes k=(r−l)/n+1.
Step 4: For each integer a between 1 and m and each integer b between 1 and p, the entry of M at the position (l+(a−1)n, j+(b−1)q) is a left essential entry. This entry is stored at the position (a, (e−1)p+b) of the left essential matrix A. The entry of Me at the position (l+(a−1)n, j+(b−1)q) is stored at the position (a, b) of the matrix Ae.
Step 5: For each integer a between 1 and n and each integer b between 1 and q, the entry of M at the position (a+(k−1)n, b+(i−1)q) is a right essential entry. This entry is stored at the position (a, (e−1)p+b) of the right essential matrix B. The entry of Me at the position (a+(k−1)nb+(i−1)q) is stored at the position (a, b) of the matrix Be.
Step 6: The software computes the matrix Me+1=Me−Ae{circle around (x)}Be. (As detailed elsewhere herein, the disclosure proves the fact that rank (Me−Ae{circle around (x)}Be)=rank (Me)−1)
If Me+1=0, then the lossless compression of M is achieved.
If Me+1≠0, then Steps 1-6 are performed with Me+1.
The lossy compression process includes sets of the same steps 1-5, while the second statement of Step 6 is replaced with an error threshold that stops the process. P, A and B constitute the compressed file.
Embodiment 4 Decompression
In the decompression process, the matrices P, A and B constitute the input.
Step 1: The software computes R the number of columns in P, m the number of rows of A, p the number of columns of A divided by R, n the number of rows of B, and q the number of columns of B divided by R.
Step 2: For each e=1, . . . , R, the apparatus extracts the ordered pair (r, c) from the eth column of P and performs the following sub-steps to fill the essential matrix E with the essential entries that are left from A and right from B.
Step 2.1: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 2.2: The software performs the Euclidean division of r by n and find the reminder 1. If the reminder is zero, then 1 is replaced with n. The software then computes k=(r−1)/n+1.
Step 2.3: For each integer a between 1 and mn and each integer b between 1 and pq, the entry of A at the position (a, (e−1)p+b) is placed at the position (l+(a−1)n, j+(b−1)q) of E; and the entry of B at the position (a, (e−1)q+b) is placed at the position (a+(k−1)n, b+(i−1)q) of E.
Step 3: The software fills with 0 the positions in E corresponding to the positions of nonessential entries in M.
Step 4: At this step, an mn×pq-matrix Ee is defined, for each e=1 . . . R. The process starts with E1=E. The software extracts the ordered pair (r, c) from the eth column of P and performs the following sub-steps.
Step 4.1: The software performs the Euclidean division of c by q and find the reminder j. If the reminder is zero, then j is replaced with q. the software then computes i=(c−j)/q+1.
Step 4.2: The software performs the Euclidean division of r by n and find the reminder 1. If the reminder is zero, then 1 is replaced with n. The software then computes k=(r−1)/n+1.
Step 4.3: For each integer a between 1 and m and each integer b between 1 and p, the entry of Ee at the position (l+(a−1)n, j+(b−1)q) is a is placed at the position at (a, b) of the matrix Ae.
Step 4.4: For each integer a between 1 and n and each integer b between 1 and q, the entry of Ee at the position (a+(k−1)n, b+(i−1)q) is placed at the position (a, b) of the matrix Be.
If e<R, then the software computes Ee+1=Ee−Ae{circle around (x)}Be and redo sub-Steps 4.1-4.4.
If e=R, then the software performs Step 5.
Step 5: The software collect the matrices found in Step 4 as follows:
N=A1{circle around (x)}B1+A2{circle around (x)}B2+ . . . +AR{circle around (x)}BR.
The matrix N is the matrix of the output file. If the compression is lossless, then N=M. If the compression is lossy, then N approximates M.
The essential matrix E built at the decompression process can be built at the compression process and replaces the left and right essential matrices A and B. In this case, the compressed file is formed by E and P.
The entries of E are the essential entries of the original matrix M and the non-essential entries can be any number chosen. Thus, using other lossless compression on E will automatically lead to a compressed file that has a memory value less than the memory value of the compressed file if the same lossless compression method is used on M.
In practice, the pattern matrix P can occupy less than 1% of the memory space occupied by M. Thus, compression with BSD has a lossless compression ratio that is more than 0.99. For example, if m=16, n=24, p=8, and q=16, the memory size of the matrix M is 49,152 bytes.
Meanwhile, to store the decomposition shape (16,24,8,16) and the pattern matrix P, we need no more than 260 bytes, that is less than 0.53% of the size of M. Thus, the compression ratio is more than 0.994.
In many cases, there are several choices for the parameters m, n, p and q. Some of these choices are more appropriate to adapt to some type of files to be compressed.
The second embodiment uses BSD, low rank approximation, and compressing by blocks, to achieve efficient lossy compressions of digital files. To measure the quality of the output file, Peak Signal to Noise Ratio (PSNR) is used.
Assume that the input file is an image represented by a matrix M whose entries are integers in [0, 255], for which we want the entries of the compressed file and output file to be also integers in [0, 255].
For the compression process, the inputs include M, Er, a number that sets a threshold error, and the parameters m, n, p, and q that define the block matrices. We assume that the size of M is several times bigger than the size of an mn×pq-matrix. In the process of compression, M will be split into mn×pq-block matrices.
Step 1: If the height of M is not divisible by mn or the width of M is not divisible by pq, then columns or rows of zeroes are added to M to reach the divisibility. The added parts are then disregarded at the decompressing process.
Step 2: The software splits the image into blocks. Each block is an mn×pq-matrix. Let's say that h is the number of these blocks.
Step 3: For each e=1, . . . , h, the software performs the following steps for the eth block Me.
Step 3.1: Using SVD, the software computes the matrix De that has the lowest rank possible Re among all matrices for which the PSNR with M is bigger or equal to Er.
Step 3.2: The software rounds up the matrix De and obtains a matrix Qe whose entries are integers. (Most of the entries of Qe are in [0, 255], but few entries are out of that range).
Step 3.3: Using BSD of Me with Re sets of the steps described in 4.1.2, the software decompresses Me and, as in 4.1.2, builds the left essential, right essential, and pattern matrices of Me.
Step 3.4: The software stores the rows of the eth pattern matrix in the rows (2e-1) and 2e of a matrix P, the pattern matrix; the rows of the eth left essential matrix in the rows ((e-1)m+1) to em of a matrix A, the left essential matrix; the rows of the eth right essential matrix in the rows ((e-1)n+1) to en of a matrix B, the right essential matrix, and Re in a sequence of numbers R. The matrices A, B, P, and R along with the size S of the original file constitute the compressed file.
For the decompression process, the input is the compressed file that includes A, B, P, R, and S.
Step 1. The software extracts, from the input matrices, h, m, n, p, and q.
Step 2. For each e=1, . . . , h, the apparatus performs the following steps to find the eth block of the output matrix.
Step 2.1. The software extracts from the input matrices, the matrices Ae, Be, and Pe and the number Re.
Step 2.2. The software uses similar to the decompression process described in 4.1.4 to build a block matrix Ne that approximates the block Me.
Step 3. The software collects the h blocks built in Step 2 and forms a matrix, and then the software uses S to build N a matrix that approximates M. If we want the entries of the output to be an integer in [0, 255], we may need to quantize N.
Compressing by blocks or tiling allow parallel processing that significantly reduces the compression and decompression time.
Using Embodiment 5, the inventor has tested the compression and encryption methods of the disclosure. Some of those testing results are as follows.
The test images evaluated are color images in RGB format. Each image is represented by three matrices. Before compressing using BSD, a matrix was formed with the three matrices one next to the other in a horizontal orientation.
To compare the quality of the output images, Peak Signal to Noise Ratio (PSNR) is usedwhich is commonly used to measure the quality of reconstruction of lossy compression. The larger is the value for PSNR, the better is the quality.
SVD can generally achieve a very good PSNR, albeit with the disadvantages described herein, and which are known. The tests show that BSD leads to a PSNR that is at least very close to the PSNR achieved by SVD, while the compression ratio for BSD is significantly better than the compression ratio for SVD.
The first two images “Splash” and “Lenna” are included in the set of test-images of University of South California linked at http://sipi.usc.edu/database/database.php.
The second two images “Deer” and “Spider Web” are part of the set of test-images offered at http://www.imagecompression.info/.
The third two images “kodim01” and “kodim23” are included in Kodak test-images at http://r0k.us/graphics/kodak/.
Each image is compressed using PNG, JPEG, BSD, and SVD. The trial version of PhotoPad Image Editor was used to achieve the PNG compression and the JPEG compression with its highest quality 100. The compressed files with BSD are stored in PNG format. The output file for SVD is the file that is represented by the matrix Q in the compression process described in Embodiment 5.
The PSNRs for JPEG and BSD are almost the same. The compressed files for SVD and BSD have almost the same number of pixels, but the memory value per pixel for SVD is much larger than the memory value per pixel for BSD.
The difference between the PSNR for SVD and the PSNR for BSD is between 0.03 dB and 0.57 dB. For Splash, Deer, and Spider, the compression ratios for BSD is between 2.6 and 4 times the compression ratios for JPG. For Lenna, kodim01, and kodim23 the compression ratios are slightly improved by BSD vs JPG.
In each of the compression apparatuses of the present invention, other image processing techniques can be implemented to enhance the image quality and lead to further compression. These techniques include entropy encoding, area image compression, and YCbCr conversion.
In this embodiment of the disclosure, lossless compression of digital files is achieved using the BSD method of the disclosure. The algorithm used in this embodiment is different from the algorithm used in embodiment 1, but the two algorithms are based on BSD, as disclosed herein, and which can carry out Schmidt decompositions. As explained elsewhere herein, lossy compression can be achieved with a similar method.
Assume that the input file is represented by an mn×pq matrix M that will be compressed using a Schmidt decomposition with respect to the decomposition shape (m, n, p, q). In the course of the compression and decompression processes, we shall define and compute the following matrices and sequence.
PS: The pattern sequence of M.
E: The essential matrix of M, this is an mn×pq matrix.
S: Essential sequence, built using the pigeonhole principle. S shall have two parts S1 and S2.
The following sets of steps describe the compression process. We describe the eth set where e is an integer between 1 and the rank of M that will be computed during the compression process. At this set of steps, an mn×pq matrix Me is defined. The compression process starts with M1=M.
Step 1: The software computes d, the maximum value of the absolute values of the entries of Me. Following the lexicographic order, let (r, c) be the position in Me of the first entry de whose absolute value is equal to d. Position e of the n×q block matrix of M that includes position (r, c) is stored at the eth term of the pattern sequence PS.
Step 2: The eth n×q block matrix of M is stored at the eth n×q block matrix of E; and following the lexicographic order, the entries of the eth n×q block matrix of M are stored in S1.
Step 3: The software performs the Euclidean division of c by q and find the remainder j. If the remainder is zero, then j is replaced with q. The software then computes i=(c−j)/q+1.
Step 4: The software performs the Euclidean division of r by n and find the remainder l. If the remainder is zero, then l is replaced with n. The software then computes k=(r−l)/n+1.
Step 5: For each integer a between 1 and m and each integer b between 1 and p, the entry of Me at position (l+(a−1)n, j+(b−1)q) is stored at position (a, b) of the matrix Ae. Following the lexicographic order, if position (l+(a−1)n, j+(b−1)q) of E is unfilled, we store in it the entry of M located at the same position, and we store the same entry in the sequence S2.
Step 6: For each integer a between 1 and n, and each integer b between 1 and q, the entry of Me at position (a+(k−1)n, b+(i−1)q) is stored at position (a, b) of the matrix Be.
Step 7: The software computes the matrix Me+1=Me−Ae{circle around (x)}Be/de. (As detailed elsewhere herein, the disclosure proves the fact that rank (Me−Ae{circle around (x)}Be/de)=rank (Me)−1)
If Me+1=0, then the lossless compression of M is achieved.
If Me+1≠0, then Steps 1-7 are performed with Me+1.
The process stops after R sets of steps, where R is the Schmidt rank of M.
The lossy compression process includes sets of the same steps 1-6, while the second statement of Step 7 is replaced with a statement that includes an error threshold that stops the process.
The decomposition shape (m, n, p, q), the pattern sequence PS, and the essential sequence S constitute the compressed file, where S is a sequence whose first part is S1 and second part is S2. The essential sequence S has R(mp+nq−R) terms extracted from M and PS has R terms, while the matrix M has mpnq entries.
In the decompression process, the quadruple (m, n, p, q), and the sequences PS and S constitute the input.
Step 1: The apparatus computes R that is equal to the number of terms in PS.
Step 2: The first Rnq terms of S are used to build R n×q block matrices of an mn×pq matrix E (the essential matrix). The positions of the R block matrices are given by PS. The first Rnq terms of Sare then deleted from S. The positions of E that are filled after Step 2 are hereafter called essential positions.
Step 3: Starting with e=1 and finishing with e=R, the apparatus performs the following sub-steps. At this step, mn×pq matrices Me are defined. The process starts with M1=E.
Step 3.1: The apparatus builds the matrix Be whose entries are the entries of the eth n×q block matrix of Me. The apparatus computes d, the maximum value of the absolute values of the entries of Be. Following the lexicographic order, the apparatus computes (r, c) the position in Me of the first entry de in Be whose absolute value is equal to d. The entry de is stored at the eth term of a sequence D.
Step 3.2: The software performs the Euclidean division of c by q and finds the remainder j. If the remainder is zero, then j is replaced with q. The number j is stored at the eth term of a sequence J. The software then computes i=(c−j)/q+1. The number i is stored at the eth term of a sequence I.
Step 3.3: The software performs the Euclidean division of r by n and finds the remainder l. If the remainder is zero, then l is replaced with n. The number l is stored at the eth term of a sequence L. The software then computes k=(r−l)/n+1. The number k is stored at the eth term of a sequence K.
Step 3.4: At this sub-step an an m×p matrix Ae is built. For each ordered (a, b), where 1≤a≤m and 1≤b≤p, if (l+(a−1)n, j+(b−1)q) is an essential position, then the position (a, b) of Ae is filled with the entry of Me located at position (l+(a−1)n, j+(b−1)q). The other positions of Ae can be filled with any value.
Step 3.5: If e=R, the apparatus performs Step 4. If not, the apparatus computes the matrix Me+1=Me−Ae{circle around (x)}Be/de and performs the sub-steps of Step 3 for Me+1.
Step 4: Starting with e=1 and finishing with e=R, the apparatus computes j, the eth term of J and l, the eth term of L. Following the lexicographic order, if (l+(a−1)n, j+(b−1)q) is not an essential position of E, where 1≤a≤m and 1≤b≤p, then this position is filled with the first term of S. This term is then deleted from S and the position (l+(a−1)n, j+(b−1)q) becomes a new essential position of E.
Step 5: At this step, an mn×pq matrix Ee is defined, for each e=1, . . . , R. The process starts with E1=E. Starting with e=1 and finishing with e=R, the apparatus performs the following sub-steps.
Step 5.1: The apparatus computes i, j, k, and l that are, respectively, the eth term of I, the eth term J, the eth term of K, and the eth term of L.
Step 5.2: At this sub-step, an m×p matrix Ae and an n×q matrix Be are built. For each integer a between 1 and m and each integer b between 1 and p, the entry of Ee at the position (l+(a−1)n, j+(b−1)q) is placed at position (a, b) of Ae. The entries of Be are the entries of eth n×q block matrix of Ee.
If e<R, then an electronic processing apparatus of the disclosure carrying out this method computes Ee+1=Ee−Ae{circle around (x)}Be/de where de is the eth term of D, and performs sub-steps 5.1 and 5.2 for Ee+1.
If e=R, then the apparatus performs sub-step 5.3.
Step 5.3: The apparatus collects the matrices found in sub-step 5.2 as follows:
N=A1{circle around (x)}B1/d1+A2{circle around (x)}B2/d2+ . . . +AR{circle around (x)}BR/dR.
The matrix N is the matrix of the output file. If the compression is lossless, then N=M and R is the Schmidt rank of M. If the compression is lossy, then N approximates M and R is less than the Schmidt rank of M.
In the following additional examples, ‘the apparatus’ refers to an apparatus, including a processor, executing software in accordance with the disclosure.
Consider the 6×6-matrix M whose entries are integers between 0 and 255. Thus, the memory value of M is 36 Bytes.
In Section 1, I use BSD to achieve a lossless compression of M. We shall use BSD to decompose M into a sum of matrices, for which each term is the Kronecker product of a 3×2-matrix by a 2×3-matrix. My previous summary includes a diagram that describes the lossless compression, the lossy compression, and the encrypting algorithm.
Since, rank(M)=2, the lossless compression is achieved in two steps.
In section 2, I use BSD and SVD to achieve a lossy compression of M. I approximate M with a matrix A whose rank is equal to 1. Thus, the bossy compression is achieved in 1 step.
1. Lossless Compression with BSD (the First Embodiment)
1.1 Compression Process
1. The input is the matrix M.
has the biggest absolute value and it is positioned at (1,1) in the matrix M1. The position (1,1) is stored in the second row of the pattern matrix P.
to find the zero-matrix. This means that rank(M)=2 and the decomposition of M is achieved.
2. The compressed file includes the pattern matrix P, the left essential matrix LE, and the right essential matrix RE:
3. The matrices P, LE, and RE have 28 entries. Thus, we compressed the memory value of M from 36 bytes to 28 bytes.
4. The entries 28, 1, 36, and 9 are part of both the left and right essential entries. We then can reduce the memory value of the compressed file from 28 bytes to 24 bytes.
1.2 Decompression Process
1. The inputs are the matrices P, LE, and RE.
2. The number of rows of P is 2. It is equal to the rank of the original matrix M. It is also equal to the number of steps to recover M.
3. The number of columns of LE is 4 and the number of columns of RE is 6. This means that the original matrix M was decomposed into a sum of matrices, for which each term is the Kronecker product of a 3×2-matrix by a 2×3-matrix. Therefore, we can recover the matrices LE1, RE1, LE2, and RE2.
4. Using Theorem 2.4 of the paper “Inverting the tensor product of bounded operators on Hilbert Spaces”, we can prove that
M=A1{circle around (x)}B1+A2{circle around (x)}B2.
1. The input is the matrix M and T: a PSNR threshold to determine the quality of the output. We take T=44 for this example.
2. The compressed file consists of P, LE, and RE. The memory value of the three matrices is 14. The compression ratio is then 36/14≃2.57.
3. The matrix Q is the output of the compression with SVD. We have PSNR(M,Q)=44.4510.
2.2 Decompression Process
The steps are similar to the steps of the lossless decompression
1. The inputs are the matrices P, LE, and RE.
2. The number of rows of P is 1. It is equal to the rank of the matrix N. It is also equal to the number of steps to build the output matrix that approximates M.
3. The number of columns of LE is 2 and the number of columns of RE is 3. This means that the original matrix M was decomposed into a sum of matrices, for which each term is the Kronecker product of a 3×2-matrix by a 2×3-matrix.
4. Using the first row of P, that is (6,6), the apparatus puts the entries of LE and RE in a matrix E at the same positions they occupy in the matrix Q.
5. The matrix E is called the essential matrix and has the size of M. The entries of E that are not essential entries of M can be 0 or any number we want:
6. Before quantization, the output is the matrix
7. After quantization, we obtain the matrix
8. The matrix A is the output of the lossy compression of M. We have PSMR(M,A)=44.4510.
9. For this example, PSNR(M,A)=PSNR(M,Q), but, in general PSNR (M,A) is little bit less than PSNR(M,Q).
10. Step 5 is not necessary because the matrix A was constructed in one step (this step consists of items 4-7). In general, E is used if more than one steps is needed. For example, in the lossless compression of M, the matrix M is recovered using two steps.
Methodology and Proof
The tensor product of bounded operators on Hilbert spaces plays an important role in mathematics and its applications. The applications include composite quantum systems in quantum mechanic, control theory, statistics, signal processing, computer computing, and elsewhere [10, 13, 14]. For the finite dimensional case, the tensor product of operators is equivalent to the Kronecker product of matrices, with which is related an important inverse problem. That is decomposing an m1m2×n1n2 matrix M into a sum with a minimum number of terms, each of which is the Kronecker product of an m1×n1 matrix and an m2×n2 matrix. This is the so called Schmidt decomposition of M.The number of terms in this decomposition is the Schmidt rank of M that we shall denote rank{circle around (x)}(M). The classical method to find Schmidt decompositions for matrices is using SVD. We shall call this method SSVD.
Assume that an m1m2×n1n2 matrix M has an SSVD for which rank{circle around (x)}(M)=r. Therefore. all matrices involved in the decomposition of M have a total number of entries equals to r(m1n1+m2n2 ). Meanwhile, M has m1m2n1n2 entries. Thus, storing the matrices involved in the decomposition of M achieves a lossless compression of M if r(m1n1+m2n2)<m1m2n1n2. If s<r, Eckart -Young-Mirsky theorem uses SSVD to approximate M with an s Schmidt rank matrix N leading to the lowest error possible when M is approximated with an s Schmidt rank matrix [8]. Hence, storing the matrices involved in the decomposition of N achieves a lossy compression of M if s(m1n1+m2n2)<m1m2n1n2. There is another compression method based on SVD known as compression with SVD [2,12]. To compress with SVD, singular values and singular vectors of M are to be stored.
Digital data is represented by matrices whose entries are in a certain class, i.e., a finite set of integers. However, the singular values and entries of the singular vectors are not necessarily integers for a matrix with integers entries. Therefore, a compression with SSVD or SVD leads to an output, for which each entry is more likely to be an irrational number. To store in a digital device an irrational number without significant loss of information, we need a memory space much larger than the space required to store an integer. Thus, with SSVD or SVD a lossless compressions of a digital file is almost impossible and a lossy compression leads to a compression ratio that cannot compete with ratios achieved by other existing compression methods such as JPEG.
This paper generalizes a result in [4] that provides inverse formulas for the tensor product of bounded operators on separable Hilbert spaces. These formulas are then used to develop an algorithm, with several versions, to find finite Schmidt decompositions, if any, of bounded operators on the tensor product of separable Hilbert spaces. To the best of the author's knowledge, this is the first algorithm to find Schmidt decompositions of bounded operators on the tensor product of infinite dimensional separable Hilbert spaces. For matrices, unlike with SSVD the new algorithm is practical and do not require numerical computations related to spectral decompositions. Indeed, each entry in a matrix that is part of a term in the decomposition of a matrix M is computed using some entries of M combined with the four elementary operations: +, −, ×, ÷, This leads to one of the applications of the theory of this paper. That is a new lossless compression method based on SVD, with which the storage problem for digital data is solved. This is because, the new method leads to a compressed file whose entries are extracted from the original file.
In addition to compression of digital data, the theory of this paper has applications in operator theory. In particular, properties of an operator expressed with a finite Schmidt decomposition are reflected by the operators involved in the decomposition, For example, if
is the decomposition of a compact operator, then the operator F1k is compact, for each k∈{1, . . . , n} [5].
In section 2, we collect some definitions and properties that are necessary to state our results. In section 3, we construct inverse formulas for the tensor product of bounded operators in separable Hilbert spaces, we state a Schmidt decomposition theorem for bounded operators on the tensor product of Hilbert spaces, and we describe an algorithm to find Schmidt decompositions. In section 4, we present Schmidt decomposition algorithms for matrices; and we show how lossless compressions are possible with these algorithms.
2 Preliminaries and Notations
For this paper, all Hilbert spaces are assumed to be separable. Most of the definitions and results in this section can be found in [11].
Let H and K be two Hilbert spaces. We denote by B(H, K) the space of bounded operators from H to K. We denote by L2(H, K) the space of Hilbert -Schmidt operators from H to K. We denote by H′ the dual of H. If xϵH, we denote by x′ the linear form on H defined by x, that is
∀yϵH, x′(y)=(y,x)
Notice that (λx)′=
∀x, yϵH, x(y′)=y′(x)=(x, y).
For each linear mapping F: H→K, we define tF: K′→H′ the transpose of F as follows:
∀y′ϵK′, tF(y′)=y′°F.
For two Hilbert spaces H1 and H2, the Hilbert space H1{circle around (x)}H2 can be interpreted as the Hilbert space L2(H′1, H2). This interpretation is based on the identification of x1{circle around (x)}x2ϵH1{circle around (x)}H2 with a rank one operator in the following way:
∀x′ϵH′1, x1{circle around (x)}x2(x′)≃x′(x1)x2=(x1, x)x2.
From now on, we shall take this identification as an equality.
Let K1 and K2 be two Hilbert spaces. The tensor product of two operators F1ϵB(H1, K1) and F2ϵB(H2, K2) can be defined as
∀HϵL2(H′1, H2), F1{circle around (x)}F2(H)=F2H tF1.
3 Schmidt Decompositions for Bounded Operators
Definition 3.1. We say that FϵB(h1{circle around (x)}H2, K1{circle around (x)}K2) has a Schmidt rank r, if r is the minimum number such that F can be written in the form
where {F1k}k=1r⊂B(H1, K1) and {F2k}k=1r⊂B(H2, K2). We denote rank{circle around (x)}(F)=r and we call equality (3.1) a Schmidt decomposition of F.
In the finite dimensional case, each FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2) has a Schmidt rank.
The following Proposition generalizes results published by the author in [4].
Proposition 3.2. Let u=u1{circle around (x)}u2ϵH1{circle around (x)}H2 and let v=v1{circle around (x)}v2ϵK1{circle around (x)}K2.
We define the bilinear operator
Pu,v: B(H1{circle around (x)}H2, K1{circle around (x)}K2)2→B(H1, K1){circle around (x)}B(H2, K2) (F, G)→Vv2FUu2{circle around (x)}Vv
where
Uu
Uu
Vv
Vv
The diagonal Du,v of Pu,v is defined by
∀FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2), Du,v(F)=Pu,v(F, F).
(i) For each y1{circle around (x)}y2ϵK1{circle around (x)}K2, we have
Vv
(ii) The linear operators Vv
∥Vv
∥Vv
∀x1ϵH1, ∥Uu
and, ∀x2ϵH2, ∥Uu
(iii) The operators Pu,v is bounded and we have
∥Pu,v∥≤∥u∥∥v∥.
(iv) The mapping Du,v is continuous and we have
∥Du,v(F)−Du,v(G)∥≤∥u∥∥v∥(∥F∥+∥G∥)∥F−G∥.
(v) If H1=K1 and H2=K2, then
Vv
(Uu
Proof. Statement (i) is straightforward.
(ii) For each HϵB(K1{circle around (x)}K2), we have
∥Vv
and so ∥Vv
Now, let y2ϵH2 and assume ∥v1{circle around (x)}y2∥=1. Using (i), we have
∥Vv
since ∥v1{circle around (x)}y2∥=∥v1∥∥y2∥. Therefore, ∥Vv
Statement (iii) is an easy consequence of (ii).
(iv) The identity
Du,v(F)−Du,v(G)=Pu,v(F−G, F)−Pu,v(G, F−G)
and statement (iii) imply the inequality
∥Du,v(F)−Du,v(G)∥≤∥u∥∥v∥(∥F∥+∥G∥)∥F−G∥,
and so Du,v is continous.
Statement (v) is straightforward. □
Lemma 3.3. Let FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2)\{0}.
(i) rank{circle around (x)}(F)=1 if and only if
Du,v(F)=<F(u), v>F
for each (u, v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2.
(ii) For each (u, v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2, we have
Du,v[Du,v(F)]=<[Du,v(F)](u), v>Du,v(F).
Proof. (i) Let F=F1{circle around (x)}F2ϵB(H1, K1){circle around (x)}B(H2, K2), let u=u1{circle around (x)}u2ϵH1{circle around (x)}H2 and let v=v1{circle around (x)}v2ϵK1{circle around (x)}K2. Therefore,
Thus, Vv
and so Vv
Du,v(F)=F2(u2), v2F1{circle around (x)}F1(u1), v1F2=<F(u), v>F.
Inversely, if FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2)\{0}, then there is (u,v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2 for which we have <F(u), v>≠0. Therefore,
and so rank{circle around (x)}(F)=1.
Statement (ii) is a straightforward consequence of statement (i). □
Remark 3.4. 1. Proposition 3.2 provides inverse formulas for the tensor product. Indeed, if F=F1{circle around (x)}F2ϵB(H1{circle around (x)}H2, K1{circle around (x)}K2) and <u, F(v)>=1 for some (u, v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2, then there is an a≠0 for which we have
i.e., F=Uu
2. Let (u, v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2. The mapping Du,v is not linear, however Lemma 3.3 (ii) shows that Du,v acts like a projection of B(H1{circle around (x)}H2, K1{circle around (x)}K2) into B(H1, K1){circle around (x)}B(H2, K2) and we have
Du,v[B(H1{circle around (x)}H2, K1{circle around (x)}K2)]={FϵB(H1, K1){circle around (x)}B(H2, K2): rank{circle around (x)}(F)=1}.
Definition 3.5. We say that {F1k{circle around (x)}F2k}k=1m is a finite minimal system (FMS) in B(H1{circle around (x)}H2, K1{circle around (x)}K2) if {Fik}k=1m is an independent system in B(Hi, Ki), for each iϵ{1,2}.
Theorem 3.6. Let FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2). The equality
is a Schmidt decomposition of F if and only if {F1k{circle around (x)}F2k}k=1r is a FMS.
Proof. (i) Assume that {F1k{circle around (x)}F2k}k=1r is not a FMS. We may assume without lost of generality (WLT) that.
where c1, . . . , cr−1ϵ. Therefore,
The last sum implies rank{circle around (x)}(F)<r.
(ii) To finish the proof of Theorem 3.6, it suffices to prove by induction on n the following claim.
C(n): For each FMS {F1k{circle around (x)}F2k}k=1r, for which r>n, we have rank{circle around (x)}({F1k{circle around (x)}F2k}k=1r)>n.
For n=0, we prove a stronger statement, that is each FMS {F1k{circle around (x)}F2k}k=1r is independent. For that, assume
where c1, . . . , cr−1ϵ. Le iϵ{1, . . . , r}, there is a u=u1{circle around (x)}u2ϵH1{circle around (x)}H2 and there is a v=v1{circle around (x)}v2ϵK1{circle around (x)}K2, for which F1i{circle around (x)}F2i(u), v≠0.
Using Proposition 3.2, we have
The fact that F1i(u1), v1≠0 the second component of (3.2) is not zero, and so
Hence, the independence of {F1k}k=1r and the fact that F2i(u2), v2≠0 imply ci=0.
Assume that C(n−1) holds for some n>0. Assume that rank{circle around (x)}({F1k{circle around (x)}F2k}k=1r)≤n, for some FMS {F1k{circle around (x)}F2k}r=1r, for which r>n. Therefore,
where {G1k{circle around (x)}G2k}k=1n is a FMS, and so
Using C(n−1), we deduce that {F11{circle around (x)}F21, . . . , F1r{circle around (x)}F2r, G1r{circle around (x)}G2r} is not a FMS. We may then assume WLG that
where c1, . . . , cr∈. Therefore, we can rewrite (3.3) as
In one hand, C(n−1) implies {F1k{circle around (x)}(F2k−ckG2r)}k=1r is not a FMS, and so the system {F2k−ckG2r}k=1r is dependent. In the other hand, the dimension of span {F2k−ckG2r}k=1r≥r−1. Consequently, we may assume WLG that
where a1, . . . , ar−1ϵand {F′2k=F2k−ckG2r}k=1r−1 is an independent system.
Using (3.4) and (3.5), we can write
The last equality contradicts C(n−1), since {(F1k+akF2r){circle around (x)}F′2k}k=1r−1 is a FMS. □
Theorem 3.7. Let FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2)\{0} having a finite Schmidt rank. Let (u, v)=(u1{circle around (x)}u2, v1{circle around (x)}v2)ϵH1{circle around (x)}H2×K1{circle around (x)}K2. If F(u), v≠0, then
rank{circle around (x)}(F(u), vF−Du,v(F))=rank {circle around (x)}(F)−1.
Proof. Assume that rank{circle around (x)}(F)=r. Thus,
where {F1k{circle around (x)}F2k}k=1r is a FMS in B(H1{circle around (x)}H2, K1{circle around (x)}K2).
Because λDu,v=Dλu,v, it suffices to prove that
rank{circle around (x)}(F−Du,v(F))=rank{circle around (x)}(F)−1
whenever F(u), v=1.
Using Lemma 3.3, we have
where
∀k=1, . . . , r1, a1k=F1k(u1), v1 and a2k=F2k(u2), v2.
Therefore, equality F(u), v=1 implies the equality:
Subtracting (3.6) from (3.8), we obtain
where, for each kϵ{1, . . . , r} and for each lϵ{k+1, . . . , r},
Δkl1=a1lF1k−a1kF1l and Δkl2=a2lF2k−a2kF2l.
Owing (3.7), we may assume WLG that a1l≠0.
Let k>1. For each l>k, we have
Using (3.9) and (3.10), we obtain
On the right hand side of (3.11) we relabel the first double sum and we switch and relabel the last double sum to obtain
where we agree that is zero any sum whose upper bound is less than the lower bound. Consequently, we obtain
Using Theorem 3.6, rank{circle around (x)}(F−Du,v(F))≥r−1, while the Schmidt rank of the right hand side of (3.12) is less or equal to r−1. Therefore, we obtain the desired result: rank{circle around (x)}(F−Du,v(F))=r−1. □
Corollary 3.8. Let FϵB(H1{circle around (x)}H2, K1{circle around (x)}K2). Let D={Dn} be a sequence of mappings defined on B(H1{circle around (x)}H2, K1{circle around (x)}K2) as follows.
If (ii) is satisfied, then a Schmidt decomposition of F is given by
Proof. Theorem (3.7) states that rank{circle around (x)}(D1F)=rank{circle around (x)}(F)−1. An easy induction implies
∀n≤rank{circle around (x)}(F), rank{circle around (x)}(DnF)=rank{circle around (x)}(F)−n.
Hence, statements (i) and (ii) are equivalent.
Notice that
For each n=1, . . . r, we have rank{circle around (x)}(Du
Let FϵB(H1{circle around (x)}H2)\{0}. The algorithm of Corollary 3.8 can be summarized as follows.
The algorithm leads to a decomposition of F after r steps if and only if rank{circle around (x)}(F)=r.
Corollary 3.9. If FϵB(H1{circle around (x)}H2)\{0} has a finite Schmidt rank r and
then span {F1k: k=1, . . . , r}=span {G1k: k=1, . . . , r} and span {F2k: k=1, . . . , r}=span {G2k: k=1, . . . , r}
Proof. We may assume WLG that the decomposition
is obtained ming Corollary 3.8 with the same notations. Therefore,
and so F11ϵspan{G1k: k=1, . . . , r} and F21ϵspan{G2k: k=1, . . . , r}.
Assume that for each n<r, we have F1nϵspan{G1k: k=1, . . . , r} and F2nϵspan{G2k: k=1, . . . , r}. Therefore, there are H11, . . . , H1mϵspan{G1k: k=1, . . . , r} and H21, . . . , H2mϵspan{G2k: k=1, . . . , r}, for which we have
and so F1(n+1)ϵspan{H1k: k=1, . . . , m} and F2(n+1)ϵspan{H2k: k=1, . . . , m}. Consequently, F1(n+1)ϵspan{G1k: k=1, . . . , r} and F2(n+1)ϵspan{G2k: k=1, . . . , r}.
We conclude, for each iϵ{1,2}, span{Fik: k=1, . . . , r} is a vector subspace of span{Gik: k=1, . . . , r}. Since, by Theorem 3.6, the two vector spaces have the same dimension r, we have span{Fik: k=1, . . . , r}=span{Gik: k=1, . . . , r}.
4 Schmidt Decompositions for Matrices
4.1 BSD Algorithms
In this section, Hm or Km is the Hilbert space m endowed with the canonical basis {ei=(δi1, . . . , δim)}i=1m, where δij is the Dirac symbol. Every n=m matrix M represents an operator: Hm→Hn. We shall use the same symbol to denote an operator and its matrix.
We shall mean by a Schmidt decompositions of a matrix M with respect to (n1, n2, m1, m2) a Schmidt decompositions of an n1n2×m1m2 matrix M, for which each term is the Kronecker product of an n1×m1 matrix by an n2×m2 matrix. This is equivalent to a Schmidt decomposition of the operator M: Hm
Hereafter, we shall use the following notations. For each hϵ{1,2}, the canonical bases of Hm
Hereafter, when we say an entry of a matrix M, we mean the entry as it is positioned in M. Thus, two different entries of M may have the same numerical value.
There is a unique SSVD of M with respect to (n1, n2, m1, m2). Meanwhile, Corollary 3.8 yields infinitely many algorithms to find Schmidt decompositions of M. We shall call BSD any Schmidt decomposition based on Corollary 3.8. In the following, we shall describe in details what we shall call a canonical BSD algorithm.
Lemma 4.1. Fix iϵ{1, . . . , m1}, jϵ{1, . . . , m2}, kϵ{1, . . . , n1}, and lϵ{1, . . . , n2}. With the notations of Proposition 3.2, we have the followings.
For each tϵ{1, . . . , m2}, we have
Ue
Therefore, all entries of Ue
Using similar to (4.1), we obtain f1s{circle around (x)}f2t=f(s−1)n
Vf
Therefore, all entries of Vf
To prove (iii) and (iv), we use similar to the arguments used to prove (i) and (ii) □
Theorem 4.2. Let M=(xba)b=1,a=1n
α=(i−1)m2+j and β=(k−1)n2+l.
Then
rank{circle around (x)}(M−A{circle around (x)}B/xβα)=rank{circle around (x)}(M)−1,
where A and B are two matrices defined as follows.
Using Theorem 3.7, we have
rank{circle around (x)}(M−Vf
Using the definitions of the matrices Uu
Using Theorem 4.2, we build a canonical BSD algorithm as follows. Let M1 be an n1n1×m1m2 matrix .
Step 1. Select an entry xβ
If M1−M11{circle around (x)}M21/xβ
M1=M11{circle around (x)}M21/xβ
is a Schmidt decomposition of M1. Otherwise, let M2=M1−M11{circle around (x)}M21/xβ
Step h. Select an entry xβ
If Mh−M1h{circle around (x)}M2h/xβ
is a Schmidt decomposition of M1. Otherwise, let Mh+1=Mh−M1h{circle around (x)}M2h/xβ
The algorithm stops after r steps if and only if rank{circle around (x)}(M1)=r. In this case, we say that the Schmidt decomposition of M1 is obtained following the pattern matrix P=[(βk, αk)]k=1r. Thus, to find the Schmidt decomposition of M1, we can use one of many canonical BSD algorithms, each of which is determined by its pattern matrix. However. the pattern matrix cannot be defined prior to the algorithm, because at each step the chosen entry must be nonzero. A canonical BSD algorithm can be rather defined by stating how to choose the nonzero entry, e.g., choosing the first nonzero entry at each step.
Corollary 4.3. Let
be a canonical BSD of M. Let kϵ{1, . . . , r}. Each entry x of M1k or M2k satisfies the following statement.
(1) x is obtained using some entries of M combined using the four elementary operations; +, −, ×, and ÷.
Proof. We let M1=M and we use the notations of the above algorithm.
The entries of M11 and M21 are extracted from M1, and so each entry of M1, M11 or M21 satisfies (1). For some kϵ{1, . . . , r−1}, assume that each entry of Mk, M1k or M2k satisfies (1). In one hand, each entry of M1k{circle around (x)}M2k is the product of an entry of M1k and an entry of M2k. In the other hand, Mk+1=Mk−M1k{circle around (x)}M2k/xβ
As a consequence of Corollary 4.3, if each entry of Al takes a rational number, then so does each entry of each matrix involved in a canonical BSD of M.
Example 4.4. Let's find a canonical BSD of
with respect to (3, 2, 2, 3).
Using the entry M(1,1)=1, a first term in the decomposition is M11{circle around (x)}M21, where
We have
From the last matrix, we pick the entry at (3, 2) whose value is −12. We then obtain a second term M12{circle around (x)}M22 in the decomposition of M, where
This leads to the canonical BSD
M=M11{circle around (x)}M21+M12{circle around (x)}M22/−12
whose pattern matrix is P=[(1, 1), (3, 2)].
4.2 Lossless Compression with BSD
For this subsection, M is an n1n2×m1m2 matrix having the following canonical BSD:
where, for each kϵ{1, . . . , r}. M1k is an n1×m1 matrix and M2k is an n2×m2 matrix. We assume that P=[(βk, αk)]k=1r , is the pattern matrix of this decomposition. For each hϵ{1, . . . , r}, we define the n1n2×m1m2 matrix
Hence, for each hϵ{1, . . . , r}, the entries of M1h and M2h are extracted from Mh.
Definition 4.5. (i) For each hϵ{1, . . . , r}, A1h denotes an n1×m1 matrix whose entries are the entries of M positioned at the positions of the entries of M1h in Mh: and A2h denotes an n2×m2 matrix whose entries are the entries of M positioned at the positions of M2h in Mh.
If (β1, α1) is used to extract the first term E11{circle around (x)}E21/xβ
Proposition 4.7. (i) The matrix M can be recovered using the matrices A11, A21, . . . , A1r, A2r and the pattern matrix P.
Let hϵ{1, . . . , r}. Performing the Euclidean division of αh by m2 and βh by n2, we find iϵ{1, . . . , m1}, and jϵ{1, . . . , m2}, kϵ{1, . . . , n1}, and lϵ{1, . . . , n2} satisfying the equalities
αh=(i−1)m2+j and βh=(k−1)n2+l. (4.3)
We define
E((b−1)n2+l, (a−1)m2+j)=A1h(b, a) (4.4)
for each b between 1 and n1 and each a between 1 and m1, and
E((k−1)n2+b, (i−1)m2+a)=A2h(b, a), (4.5)
for each b between 1 and n2 and each a between 1 and m2. An entry of E that is not defined by (4.4) nor (4.5) can take an arbitrary value. Looking at definition 4.5, we conclude that E is an essential matrix of M, and so. by Lemma 4.6, M is the sum of the first r terms of a BSD of E following P.
Assume Steps 1 to h−1 are performed for some h between 1 and r−1
Step h Let i, j, k, and l be defined by (4.3).
The process stops after a maximum of r steps. After that, any unfilled position of E can be filled with an arbitrary value.
It is clear that E is an essential matrix of M, and so, by Lemma 4.6, M is the sum of the first r terms of a BSD of E following P.
(iii) Together the matrices A11, A21, . . . , A1h, A2h have a total number of entries equals to r(m1n1+m2n2). Looking at (4.4) and (4.5),
∀hϵ{1, . . . , r}, A1h(k, i)=A2h(l, j),
where i, j, k, and l are defined by (4.3). Therefore, the number of entries of S is less or equal than r(m1n1+m2 n2−1).
Statement (iv) is obvious, since the entries of the matrices A11, A21, . . . , A1r, A2r as well as the terms of S are extracted from M.
In the followings, we state for each of the methods SVD, SSVD, BSD(i), and BSD(ii) the number of entries needed to recover an n1n2×m1m2 matrix M whose entries are in a certain class of integers. We assume that rank(M)=R and rank{circle around (x)}(M)=r.
The parameters (3, 2, 2, 3), the pattern matrix P=[(1, 1), (3, 2)], and the essential sequence S=(1, 4, 13, 16, 25, 28, 2, 3, 7, 8, 9, 5, 14, 17, 26, 29, 15, 19, 20, 21) are what we need to recover M.
We first build the 6×6 essential matrix E.
Step 1 The first row of P is (1, 1).
filling the empty entries with arbitrary values and decomposing E following P, we obtain M.
Therefore, the compression of M is of 28 entries whose values are integers between 1 and 36.
(b) Using SVD, we find the Schmidt decomposition
We conclude that the compression of M includes 24 real numbers that are not integers and probably irrational.
(c) The SVD of M leads to the singular values approximately equal to 127.2064 and 4.9526 and the singular vectors which are approximatively the columns of the following matrix:
We conclude that the compression of M includes 26 real numbers that are not integers and probably irrational.
(d) In the following table, we summarize the results for each compression. The error is the Frobenius norm of the difference between M and the output of the decompression computed using MATLAB.
An integer between 0 and 255 requires 1 byte to be stored in a computer. Thus, M requires 36 bytes to be stored, while the compressed file with BSD requires 28 bytes, and so a lossless compression is achieved.
MATLAB yields nonzero errors for SSVD and SVD. This means that using 4 bytes to store each entry of the compressed file with SSVD or SVD is not enough to exactly recover M. Thus, to recover M we need more than 96 bytes with SSVD and more than 104 bytes with SVD. Therefore. no lossless compression is achieved,
In [6], the author introduces a lossy compression method based on BSD hybridized with SSVD. Applied to an image, the compression ratio with the new method is much higher than the compression ratio with SVD or SSVD, while the decompression outputs have the same quality. In some cases where the image is from standard test images, it was also noticed that the compression ratio with the new method are more than twice the compression ratio with JPEG. The author has submitted a patent application [7] that protect both the lossless compression with BSD and the lossy compression with methods based on BSD hybridized with SSVD.
An example of a computer system which can be used to carry out algorithms described herein is shown and described with respect to
Computer system 700 includes at least one central processing unit (CPU) 705, or server, which may be implemented with a conventional microprocessor, a random access memory (RAM) 710 for temporary storage of information, and a read only memory (ROM) 715 for permanent storage of information. A memory controller 720 is provided for controlling RAM 710.
A bus 730 interconnects the components of computer system 700. A bus controller 725 is provided for controlling bus 730. An interrupt controller 735 is used for receiving and processing various interrupt signals from the system components.
Mass storage may be provided by DVD ROM 747, or flash or rotating hard disk drive 752, for example. Data and software, including software 400 of the disclosure, may be exchanged with computer system 700 via removable media such as diskette, CD ROM, DVD, Blu Ray, or other optical media 747 connectable to an Optical Media Drive 746 and Controller 745. Alternatively, other media, including for example a media stick, for example a solid state USB drive, may be connected to an External Device Interface 741, and Controller 740. Additionally, another computing device can be connected to computer system 700 through External Device Interface 741, for example by a USB connector, BLUETOOTH connector, Infrared, or WiFi connector, although other modes of connection are known or may be hereinafter developed. A hard disk 752 is part of a fixed disk drive 751 which is connected to bus 730 by controller 750. It should be understood that other storage, peripheral, and computer processing means may be developed in the future, which may advantageously be used with the disclosure.
User input to computer system 700 may be provided by a number of devices. For example, a keyboard 756 and mouse 757 are connected to bus 730 by controller 755. An audio transducer 796, which may act as both a microphone and a speaker, is connected to bus 730 by audio controller 797, as illustrated. It will be obvious to those reasonably skilled in the art that other input devices, such as a pen and/or tablet, Personal Digital Assistant (PDA), mobile/cellular phone and other devices, may be connected to bus 730 and an appropriate controller and software, as required. DMA controller 760 is provided for performing direct memory access to RAM 710. A visual display is generated by video controller 765 which controls video display 770. Computer system 700 also includes a communications adapter 790 which allows the system to be interconnected to a local area network (LAN) or a wide area network (WAN), schematically illustrated by bus 791 and network 795.
Operation of computer system 700 is generally controlled and coordinated by operating system software, such as a Windows system, commercially available from Microsoft Corp., Redmond, Wash. The operating system controls allocation of system resources and performs tasks such as processing scheduling, memory management, networking, and I/O services, among other things. In particular, an operating system resident in system memory and running on CPU 705 coordinates the operation of the other elements of computer system 700. The present disclosure may be implemented with any number of commercially available operating systems.
One or more applications, such as an HTML page server, or a commercially available communication application, may execute under the control of the operating system, operable to convey information to a user.
All references cited herein are expressly incorporated by reference in their entirety. It will be appreciated by persons skilled in the art that the present disclosure is not limited to what has been particularly shown and described herein above. In addition, unless mention was made above to the contrary, it should be noted that all of the accompanying drawings are not to scale. There are many different features to the present disclosure and it is contemplated that these features may be used together or separately. Thus, the disclosure should not be limited to any particular combination of features or to a particular application of the disclosure. Further, it should be understood that variations and modifications within the spirit and scope of the disclosure might occur to those skilled in the art to which the disclosure pertains. Accordingly, all expedient modifications readily attainable by one versed in the art from the disclosure set forth herein that are within the scope and spirit of the present disclosure are to be included as further embodiments of the present disclosure.
[1] Abdelkrim Bourouihiya, The tensor Product of Frames, Sampling theory in signal and Image processing, Vol. 7, No. 1 (2008), pp. 65-76.
[1A] H. Cheng, Z. Gimbutas, P. -G. Martinsson, V. Rokhlin, On the compression of low rank matrices, SIAM J. Sci. Comput., 26 (2005), pp. 1389-1404.
[2] G. Eckart, G. Young, The approximation of one matrix by another of lower rank, Psychometrika, 1, 1936, pp. 211-218.
[3] Horn, Roger A.; Johnson, Charles R., Topics in Matrix Analysis, 1991, Cambridge University Press.
[4] Satish K. Singh,and Shishir Kumar. Mathematical transforms and image compression: A review. Maejo Int. J. Sci. Technol. 2010, 4(02), 235-249.
[5] S. O. Aase, J. H. Husoy and P. Waldemar, A critique of SVD-based image coding systems. IEEE International Symposium on Circuits and Systems on VLSI 1999, Vol. 4, Orlando, Fla., USA, pp.13-16.
[6] B. Arnold and A. McInnes. An investigation into using singular value decomposition as a method of image compression. College of Redwood, University of Canterbury, New Zealand. Technical Report (2000).
[7] H. C. Andrews and C. L. Paterson, Singular value decomposition (SVD) image coding. IEEE Trans. Comm 1976, 24, 425-432.
[7a] G. H. Golub and C. Reinsels, Singular value decomposition and least square solutions, Numer.Math., 1970, 14, 403-420. 1976, 24, 425-432.
[8] V. Singh , Recent Patents on Image Compression—A Survey http://www.benthamscience.com/open/rptsp/articles/V002/47RPTSP.pdf
[9] Julie Kamm and James G. Nagy, kronecker product and SVD approximations in image restoration, Linear Algebra and its Applications 284, (1998), 177-192
[10] Jain, Anil K. (1989), Fundamentals of Digital Image Processing, Prentice Hall.
[11] Kadison, Richard V.; Ringrose, John R. (1997), Fundamentals of the theory of operator algebras. Vol. I, Graduate Studies in Mathematics 15, Providence, R. I.: American Mathematical Society.
[12] Steeb, Willi-Hans, Matrix Calculus and Kronecker Product with Applications and C++ Programs, 1997, World Scientific Publishing.
[12a] Steeb, Willi-Hans, Matrix Calculus and Kronecker Product with Applications, 2011, World Scientific Publishing.
This application claims the benefit of related U.S. Patent Application No. 62/040,674, filed Aug. 22, 2014, the contents of which are incorporated herein by reference in their entirety.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/US2015/046382 | 8/21/2015 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2016/029163 | 2/25/2016 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
20030200097 | Brand | Oct 2003 | A1 |
20040190610 | Song | Sep 2004 | A1 |
20050031219 | Puri et al. | Feb 2005 | A1 |
20070071237 | Brown | Mar 2007 | A1 |
20080109474 | Vasilescu | May 2008 | A1 |
20100135398 | Wittmann | Jun 2010 | A1 |
20100220788 | Wittmann | Sep 2010 | A1 |
20100293210 | Sima et al. | Nov 2010 | A1 |
20110026607 | Bhagavathy | Feb 2011 | A1 |
20130016790 | Jiang | Jan 2013 | A1 |
20140222749 | Fernandez Martinez | Aug 2014 | A1 |
20150296214 | Mahfoodh | Oct 2015 | A1 |
20160337646 | Guleryuz | Nov 2016 | A1 |
Entry |
---|
International Search Report and Written Opinion for PCT/US15/46382 filed Aug. 21, 2015. |
International Preliminary Report on Patentability for PCT/US15/46382 filed Aug. 21, 2015. |
Abdelkrim Bourouihiya, The tensor Product of Frames, Sampling theory in signal and Image processing, vol. 7, No. 1 (2008), pp. 65-76. |
H. Cheng, Z. Gimbutas, P.-G. Martinsson, V. Rokhlin, on the compression of low rank matrices, SIAM J. Sci. Comput., 26 (2005), pp. 1389-1404. |
G. Eckart, G. Young, The approximation of one matrix by another of lower rank, Psychometrika, 1, 1936, pp. 211-218. |
Horn, Roger A.; Johnson, Charles R., Topics in Matrix Analysis, 1991, Cambridge University Press (19 pages). |
Satish K. Singh, and Shishir Kumar. Mathematical transforms and image compression: A review. Maejo Int. J. Sci. Technol. 2010, 4(02), p. 235-249. |
S.O. Aase, J. Fl Husoy and P. Waldemar, A critique of SVD-based image coding systems. IEEE International Symposium on Circuits and Systems on VLSI 1999, vol. 4, Orlando, Florida, USA, pp. 13-16. |
B. Arnold and A. McInnes. An investigation into using singular value decomposition as a method of image compression. College of Redwood, University of Canterbury, New Zealand. Technical Report (2000) (40 pages). |
H. C. Andrews and C. L. Paterson, Singular value decomposition (SVD) image coding. IEEE Trans. Comm 1976, 24, 425-432. |
G. H. Golub and C. Reinsels, Singular value decomposition and least square solutions, Numer.Math., 1970, 14, 403-420. 1976, 24, 425-432. |
V- Singh, Recent Patents on Image Compression—A Survey, Recent Patents on Signal Processing, 2010, p. 47-62 http://www.benthamscience.com/open/rptsp/articles/V002/47RPTSP.pdf. |
Julie Kamm and James G. Nagy, kronecker product and SVD approximations in image restoration, Linear Algebra and its Applications 284, (1998), p. 177-192. |
Jain, Anil K. (1989), Fundamentals of Digital Image Processing, Prentice Hall (296 pages). |
Kadison, Richard V.; Ringrose, John R. (1997), Fundamentals of the theory of operator algebras. vol. I, Graduate Studies in Mathematics 15, Providence, R.I.: American Mathematical Society (23 pages). |
Steeb, Willi-Hans, Matrix Calculus and Kronecker Product with Applications and C++ Programs, 1997, World Scientific Publishing (9 pages). |
Steeb, Willi-Hans, Matrix Calculus and Kronecker Product with Applications, 2011, World Scientific Publishing (46 pages). |
Effat Golpar-Raboky et al, Extended integer rank reduction forumlas and Smith normal form, Linear and Multilinear Albegra, vol. 61, No. 12, p. 1641-1659. |
Moody T. Chu et al, Rank-One Reduction Formula and its Applications to Matrix Factorizations, SIAM Review, vol. 37 Issue 4, Dec. 1, 1995, p. 1-22. |
Dianne O'Leary et al, Digital Image Compressions by Outer Product Expansion, IEEE Transactions on Communications, vol. COM-31, No. 3, Mar. 1, 1983, p. 441-444. |
Fuxiang Liu, New Kronecker product cecompositions and its applications, Intl J. Of Eng and Science, vol. 1, Issue 11 Dec. 1, 2012, p. 25-30. |
European Search Report for EP15833594 dated Mar. 23, 2018. |
Number | Date | Country | |
---|---|---|---|
20170257649 A1 | Sep 2017 | US |
Number | Date | Country | |
---|---|---|---|
62040674 | Aug 2014 | US |