OPTIMAL MULTI-DIMENSIONAL DATA COMPRESSION BY TENSOR-TENSOR DECOMPOSITIONS TENSOR

A tensor decomposition method, system, and computer program product include compressing multi-dimensional data by truncated tensor-tensor decompositions.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
BACKGROUND

The present invention relates generally to a tensor decomposition method, and more particularly, but not by way of limitation, to a system, method, and computer program product for optimal multi-dimensional data compression by tensor-tensor decompositions.

Most of real-world data is inherently multidimensional. Many operators and models are natively multi-way. The use of higher-order tensor representations (i.e., multi-way array representations) has become ubiquitous in science and engineering applications. It is often natural to store the data according to the variable labelling to which it relates (i.e., vertical, horizontal and depth dimensions might correspond to variables in two spatial dimensions and a time dimension). It has become clear that processing data in tensor format through the use of certain known decompositions relevant to the specific application can capture correlations or patterns in data that are not obvious when the data is treated in a matrix format.

Moreover, structural redundancies can be captured via tensor decompositions in ways that allow for better compression of data. However, first, such data needs to be presented in a tensor format in which this can be revealed. Consider, for example, a single vector ν∈mn (i.e., a 1st order tensor) which is actually the Kronecker product of two vectors, one of length n and one of length m. In order to reveal the two vectors in the Kronecker form, one needs to reshape the data to an m×n or n×m matrix (i.e., a 2nd order tensor), and observe that it is a rank-one matrix. From the rank-1 matrix factors, one obtains a pair of vectors needed to form v. Thus, the implicit storage cost of v is only (m+n), rather than mn, a great savings if m and n are large.

SUMMARY

Thus, there has been identified a need in the art for a compression mechanism that honors the dimensional integrity of the data, prescriptively controls compression fidelity (as a trade-off with storage) preferably in a fine-grained manner, provides compression that can be (provably) optimal, provides efficient computation and in particular in parallel and distributed manner. Moreover, the inventors have identified a need in the art for a consistent, matrix-mimetic, multidimensional data compression framework, to facilitate improved storage reduction and computation efficiency. Also, there is a need for amendable for efficient hardware accelerated substrate. Indeed, not only is the tensor compressed representation elucidated in the invention is optimal by itself, but it is also provably superior to the matrix one.

In an exemplary embodiment, the present invention provides a computer-implemented tensor decomposition method, the method including compressing multi-dimensional data by truncated tensor-tensor decompositions.

One or more other exemplary embodiments include a computer program product and a system, based on the method described above.

Other details and embodiments of the invention will be described below, so that the present contribution to the art can be better appreciated. Nonetheless, the invention is not limited in its application to such details, phraseology, terminology, illustrations and/or arrangements set forth in the description or shown in the drawings. Rather, the invention is capable of embodiments in addition to those described and of being practiced and carried out in various ways and should not be regarded as limiting.

As such, those skilled in the art will appreciate that the conception upon which this disclosure is based may readily be utilized as a basis for the designing of other structures, methods and systems for carrying out the several purposes of the present invention. It is important, therefore, that the claims be regarded as including such equivalent constructions insofar as they do not depart from the spirit and scope of the present invention.

BRIEF DESCRIPTION OF THE DRAWINGS

Aspects of the invention will be better understood from the following detailed description of the exemplary embodiments of the invention with reference to the drawings, in which:

FIG. 1 exemplarily shows a high-level flow chart for a tensor decomposition method 100 according to an embodiment of the present invention;

FIG. 2 exemplarily depicts tensor algebra notation used in explaining the invention according to an embodiment of the present invention;

FIG. 3 exemplarily depicts a first process according to an embodiment of the present invention;

FIG. 4 exemplarily depicts a second process according to an embodiment of the present invention;

FIG. 5 exemplarily depicts a third process according to an embodiment of the present invention;

FIG. 6 exemplarily depicts different truncations across the different SVDs of the faces based on the third process according to an embodiment of the present invention;

FIG. 7 exemplarily depicts a fourth process according to an embodiment of the present invention;

FIG. 8 exemplarily depicts an impact of multi-sided t-SVDM compression fourth process according to an embodiment of the present invention;

FIG. 9 exemplarily depicts multi-sided tensor decomposition based compression according to a second embodiment of the present invention;

FIG. 10 exemplarily depicts a fifth process according to an embodiment of the present invention;

FIG. 11 exemplarily depicts multi-sided tensor decomposition based compression according to a third embodiment of the present invention;

FIG. 12 exemplarily depicts multi-sided tensor decomposition based compression according to a fourth embodiment of the present invention;

FIG. 13 exemplarily depicts multi-sided tensor decomposition based compression according to a fourth embodiment of the present invention;

FIG. 14 exemplarily depicts an example of multi-sided tensor decomposition based compression according to a fourth embodiment of the present invention;

FIG. 15 exemplarily depicts a system level view 200 according to an embodiment of the present invention;

FIG. 16 exemplarily depicts a flow chart of a method 1600 according to an embodiment of the present invention;

FIG. 17 exemplarily depicts results according to an embodiment of the present invention;

FIG. 18 depicts a cloud-computing node 10 according to an embodiment of the present invention;

FIG. 19 depicts a cloud-computing environment 50 according to an embodiment of the present invention; and

FIG. 20 depicts abstraction model layers according to an embodiment of the present invention.

DETAILED DESCRIPTION

The invention will now be described with reference to FIGS. 1-20, in which like reference numerals refer to like parts throughout. It is emphasized that, according to common practice, the various features of the drawings are not necessarily to scale. On the contrary, the dimensions of the various features can be arbitrarily expanded or reduced for clarity.

By way of introduction of the example depicted in FIG. 1, an embodiment of a tensor decomposition method 100 according to the present invention can include various steps for multi-dimensional data compression by truncated tensor-tensor decompositions.

By way of introduction of the example depicted in FIG. 18, one or more computers of a computer system 12 according to an embodiment of the present invention can include a memory 28 having instructions stored in a storage system to perform the steps of FIG. 1.

Although one or more embodiments may be implemented in a cloud environment 50 (e.g., FIG. 20), it is nonetheless understood that the present invention can be implemented outside of the cloud environment. Or, dedicated hardware would be another computational substrate realizing the concept.

As a preliminary matter, a tensor is a multi-dimensional array, and the order of the tensor is defined as the number of dimensions of this array. The notation discussed herein is limited to a third order case, and is generalized to higher order below. A third order tensor is an object ∈m×p×n. Matlab notation is used for entries: i,j,k denotes the entry at row i and column j of the matrix going k “inward”. The fibers of tensor A are defined by fixing two indices. Of note are the tube fibers, written as i,j: or ai,j, i=1:m, j=1:p. A slice of a third order tensor is a two-dimensional array defined by fixing one index. Of particular note are the frontal and lateral slices, as depicted in FIG. 2. The ith frontal slice is expressed as :,:,i and also referenced as (i) for convenience in later definitions. The jth lateral slice would be A:j,: or equivalently expressed as j.

One exemplary first closed multiplicative operation between a pair of third order tensors of appropriate dimension is named the t-product, and the resulting algebraic framework was defined. The block circulant matrix of size mn×pn generated from m×p×n is

circ ( ) = ( A ( 1 ) A ( n ) A ( n - 1 ) A ( 2 ) A ( 2 ) A ( 1 ) A ( n ) A ( 3 ) A ( n ) A ( n - 1 ) A ( n - 2 ) A ( 1 ) ? ) . ? indicates text missing or illegible when filed

The first mn×p block column of this matrix is also called unfold(). The fold operation is the inverse: fold(unfold())=. Now the t-product is defined as definition 1:

DEFINITION 1 Let ∈l×p×n and ∈p×m×n. The t-product is defined by


=*≡fold(circ()unfold()),

Consequently, we have that is an ×m×n tensor.

It is also highlighted that since it will help put the other tensor-tensor product definitions below into context, is the fact that the t-product, and factorizations based on t-products, are computed efficiently (and can be implemented to take advantage of parallelism) in the Fourier Transform (FT) domain. For example, the following steps can be used to compute the t-product in Matlab:

  • 1. Move , into the Fourier domain, by taking FFTs along tube fibers:


=fft(,,3); =fft(,,3).

  • 2. For i=1 . . . n, compute matrix matrix products, assign to :,:,i:


:,:,i=:,:,i:,:,i

  • 3. is obtained by inverse FFT's along tube fibers:


=fft(,,3);

Some other notation that one can use for convenience are the vec and reshape commands that map matrices to vectors by column unwrapping, and vice versa:


a=vec(A)∈mnA=reshape(a,[m,n]).

One can also define invertible mappings between m×n matrices and m×1×n tensors by twisting and squeezing X∈m×n is related to via


=twist(X) and X=sq().

The notation ×3F where is m×p×n and F is r×m means multiplication of a matrix F along the mode-three slides of —the result is an r×p×n tensor. This can be expressed using matrix-matrix products, leveraging our squeeze notation. The mode-three unfolding of , denoted (3) is:


(3):=[sq(:,1,:)T,sq(:,2,:)T, . . . ,sq(:,p,:)T].  (1)

Thus, ×3F means one needs to compute the matrix-matrix product F ⊕(3), which is r×np, and then reshape the result to an r×p×n tensor. Thus, =×3F if F denotes the unnormalized DFT matrix. This interpretation is useful below when the tensor-tensor products are defined more generally.

For a class of tensor-tensor products of interest, let M be any invertible, n×n matrix, and ∈m×p×n. Hat notation will be used to denote the tensor in the transform domain specified by M. That is, is the result of applying M along all tube fibers. It would not be efficient to compute by looping over the fibers and applying M to each tube fiber. Conventionally, it is observed that :=×3M. As noted above, this mode-3 matrix product is computed by applying M to the left of (3), which by (1) and the definition of matrix-matrix product, is equivalent to computing the product block-by-block:


M(3)=[Msq(:,1,:)T,Msq(:,2,:)T, . . . ,Msq(:,p,:)T],  (2)

and reshaping the result. Alternatively, it is readily shown that can be computed by (3):


fold((M⊗I)unfold()).  (3)

The different ways of thinking about the computation of moving the tensor into the transform domain are useful in the various exemplary proofs throughout this disclosure.

The *M product between ∈m×p×n and ∈p×r×n can be defined through the steps in a first process as shown in FIG. 3.

It is noted that the similarity to the process above in the previous section for computing the t-product. Step 2 is highly parallelizable since the matrix-matrix products in the loop are independent. Step 1 (and 3) could in theory also be performed in p independent blocks of matrix-matrix products (or matrix solves, in the case of ×3M−1).

Choosing M as the (unnormalized) DFT matrix and comparing to the process in the previous section, one can see that *M is the same as *. Thus, the t-product is a special instance of products from the *M product family.

DEFINITION 2 (identity tensor). The m×m×n identity tensor satisfies *M==*M for ∈m×m×n. It should be clear from the definition in the previous section that this always exists: for example, given , choose such that each :,:,i is the m×m identity matrix. In the case of the t-product, is the tensor whose first frontal slice is the m×m identity matrix, and whose other frontal slices are all zeros.

DEFINITION 3 (conjugate transpose). Given ∈m×p×n its p×m×n conjugate transpose under *M H is defined such that


(H)(i)=((i))H, i=1, . . . ,n.

This definition ensures the multiplication reversal property for the Hermitian transpose under *M:H*MH=(*M)H. This definition is consistent with the t-product transpose given in past techniques when *M is defined by the DFT matrix. With conjugate transpose and an identity operator defined, the concept of unitary and orthogonal tensors is now straightforward in the fourth definition of:

DEFINITION 4 (unitary/orthogonality). ∈m×m×n (∈m×m×n) is called *M-unitary (*M-orthgonal) if


H*M==*MH,

where H is replaced by transpose for real tensors. Note that must be the one defined under *M as well.

In the special case of the t-product, :,i,:T*:,j,: yields a tube fiber full of zeros when i≠j but equals the (1,1) tube fiber (i.e. the first canonical unit vector oriented into the board) of when i=j. The invention focuses on products such that Q is not just *M-unitary, but also when the *M product with the *M-unitary tensor preserves the Frobenius norm of


*MF=∥∥F.

This invariance was shown elsewhere to hold for the t-product. Here, in theorem 5, this is considered more generally:

THEOREM 5. With the choice of M=cW for unitary (orthogonal) W, and non-zero c, assume is *M-unitary (*M-orthogonal). Then ∥*MF=∥∥F. Likewise for appropriate tensor dimensions ∥*MF=∥∥F.

Proof. Suppose M=cW where W is a unitary matrix. Then

M - 1 = 1 c W H .

First,

^ F = ℬ★ M M F = ? W ( 3 ) F = ? ( 3 ) F = ? F . Let = ★ M . Using ( 4 ) , F 2 = 1 ? 2 ^ F 2 = 1 ? 2 i = 1 p ^ ? ^ ? F 2 = 1 ? 2 ^ F 2 = F 2 = ★ M F 2 , ? indicates text missing or illegible when filed ( 4 )

Thereby, since each :,:,i must be unitary matrices. The other directional proof follows.

Based on the above, the framework needed to describe tensor SVDs induced by a fixed *M operator.

As a sixth definition:

DEFINITION 6 ([?, ?]). Let be a m×p×n tensor. The (full)*M tensor SVD (t-SVDM) of is

= ★ M ★ T M = i = 1 min ( m , p ) ? i , i : M H M ? ? indicates text missing or illegible when filed ( 5 )

where ∈m×m×n, ∈p×p×n are *M-unitary, and ∈m×p×n is a tensor whose frontal slices are diagonal (such a tensor is called f-diagonal). When M is the DFT matrix, this reduces to the t-product-based t-SVD

Clearly, if m>p, from the second equation one can get a reduced t-SVDM, by restricting to have only p orthonormal columns, and to be p×p×n, as opposed to the full. Similarly, if p>m, one needs only keep the m×m×n portion of and the m columns of to obtain the same representation.

Independent of the choice of M, the components of the t-SVDM are computed in transform space. This is described as the full t-SVDM in the process of FIG. 4.

Above, it was shown that for M a multiple of a unitary matrix, *M products with *M unitary matrices preserve the Frobenius norm. Based on this, one has the following new result in which it is assumed M=cW, where c≠0, and W is unitary. Then given the t-SVDM of over *M:

F 2 = F 2 = i = 1 min ( p , m ) i , i : F 2 .

Moreover, ∥1,1,:F2≥∥2,2,:F2≥ . . . .

Proof. The proof of the first equality follows directly from the theory in the previous subsection, the 2nd from the definition of Frobenius norm. To prove the ordering property, use the short hand for each singular tube fiber as si:=i,i,:, and note using (4) that

i F 2 = 1 c ^ i F 2 = 1 c j = 1 n ( ^ i ( j ) ) 2 .

However since ŝi(i)≥ŝi+1(j), the result follows.

This decomposition and observation give rise to definition 8 in which:

DEFINITION 8. one refer to r in the t-SVDM definitions 6 as the t-rank2, the number of non-zero singular tubes in the t-SVDM. Note the t-rank depends on *M, so can vary with the decomposition.

One can also extend the idea of multi-rank in prior techniques to the *M general case as in definition 9 in which:

DEFINITION 9. The multi-rank of under *M is the vector ρ such that its ith entry ρi denotes the rank of the ith frontal slice of

Notice that a tensor with multi-rank ρ must have t-rank equal to maxi=1, . . . , n ρi.

One aspect that has made the t-product-based t-SVD so useful in many applications is the tensor Eckart-Young theorem for real valued tensors under the t-product. In loose terms, truncating the t-product based t-SVD gives an optimal approximation in the Frobenius norm. A proof (i.e., proof below of theorems 10 and 11) is given now for the special case that is considered in which M is a multiple of a unitary matrix.

THEOREM 10. Define k=:,1:k,:*M1:k,1:k,:*M:,1:k,:H, where M is a multiple of a unitary matrix. Then k is the best Frobenius norm approximation over the set Γ={=*M|∈m×n×n, ∈k×p×n}, the set of all t-rank tensors under *M, of the same dimensions as . The squared error is ∥−kF2i=k+1r∥siF2, where r is the t-rank of .

Proof. The squared error result follows easily from the results in the previous section. Now let

= ★ M . - F 2 = 1 c ^ - ^ F 2 = 1 c i = 1 n ^ ? - ^ ? F 2 . ? indicates text missing or illegible when filed

By definition, :,:,i is a rank-k outerproduct :,:,i:,:,i. The best rank-k approximation to :,:,i is :,1:k,i1:k,1:k,i:,1:k,iH, so ∥:,:,i:,1:k,i1:k,1:k,i1:k,1:k,i:,1:k,iHF2≤∥:,:,i:,:,iF2, and the result follows.

THEOREM 11. Given the t-SVDM of under *M, define p, to be the approximation having multi-rank ρ: that is,


ρ(i)=:,1:ρi,i1:ρi,1:ρi,::,1:ρi,:.

Then ρ is the best multi-rank ρ approximation.

The invention uses the above by generalizing the idea of the t-SVDII to the *M product when M is a multiple of a unitary matrix. The Process 3 shown in FIG. 5 provides a method for determining a realistic choice for ρ, in order to determine the multi-rank. The storage efficiency is achieved in practice by maintaining all relevant terms in the transform space.

The output of Process 3 is illustrated in FIG. 6 indicating that different frontal faces of the tensor can be truncated differently. Later, comparison of the inventive Eckart-Young results is discussed for tensors with the corresponding matrix approximations. But first, it is shown via a few results what structure these tensor approximations inherits from M.

Indeed, a lateral-slice-wise view on the t-product is shown via lemma 12:

LEMMA 12 If is m×p×n and is p×k×n, and =*, then

? = j = i = 1 p ? * ? sq ( j ) = i = 1 p B i circ ( i , j , : T ) , ? indicates text missing or illegible when filed

where Bi:=sq(:,i,:) and sq(j) is m×n.

There is a powerful consequence of post multiplication by circulant matrices. Given a tube fiber c with entries c(1) . . . c(n),


Bcirc(c)=c(1)B+c(2)BZ+c(3)BZ2+ . . . c(n)BZn−1,

where Z denotes the circulant downshift matrix that generates the cyclic group. This single matrix-matrix product is equivalent to generating a linear combination of column shifted versions of B. This suggests why the lemma is powerful—the structure induced by the algebra provides a mechanism for significant information content.

For general, *M, it is also shown that there is inherited matrix structure. Since 1×1×n is isomorphic to n, the invention uses bold for tube fibers and vectors interchangeably, the usage will be clear from the context. First, the invention analyzes what the product of a lateral slice with a tube fiber looks like. If v, c are two length-n tube fibers, it is easy to show that v*Mc can be computed in (6):

twist ( ( M - 1 diag ( M sq ( c ) ) ) M sq ( v ) ) . Let = twist ( B ) = [ b 1 b 2 b m ] . ( 6 )

With the above, and since

:=*Mc is just the product of the tubes i,1,:*Mc, it so follows that (7):


sq()=BMTdiag({circumflex over (c)})M−T  (7)

The matrix on the right is part of the matrix algebra {X:X=MTDM−T}, where D is a diagonal matrix. In the special case that M is the unnormalized DFT matrix and the diagonal of D is conjugate symmetric, observe that X would be a real, circulant matrix (giving exactly the t-product case for real tensors, above). This brings it to a major result.

THEOREM 13. Suppose that

= ★ M ★ H M = i = 1 t i , i : M ? ? indicates text missing or illegible when filed

Then one has (8) in which:

sq ( ; , k , : ) = i = 1 t sq ( : . i . : ) R [ i , k , : ] , = i = 1 i U i R [ i , k , : ] . ,

where R[v]:=MTdiag({circumflex over (v)})M−T maps a tube fiber to a matrix in the matrix algebra.

Thus, each lateral slice of is a weighted combination of “basis” matrices given by Ui:=sq(:,j,:), but the weights, instead of being scalars, are matrices R[i,k,:] from a matrix algebra.

It is assumed that the data is a collection of 1×m×n matrices Di, i=1, . . . l•. For example, Di might be a gray scale image, or it might be the values of a function discretized on a 2D uniform grid. Let di=vec(Di), so that di has length mn. In matrix form:


A=[d1, . . . ,]∈.

The above matrix form is consistent with this approach, and tensor via lateral slices is filled from left to right as:


=[twist(Di), . . . ,twist()]∈.

And, it is observed that:

A unfold ( ) mn × = [ A ( 1 ) A ( n ) ] A ( i ) m × .

Thus, A and represent the same data, just in different formats.

It is first instructive to consider in what ways the t-rank, t, of and the matrix rank r of A are related. Then it is shown that relating the optimal t-rank k approximation of with the optimal rank-k approximation to A as in theorem 14:

THEOREM 14. Assuming mn≥, the t-rank t of is less than or equal to the rank, r, of A. In particular, if m<r, then t<r.

Proof. The problem dimensions require that t≤min(m,l) and r≤l. Thus, if m<l=r, the conclusion holds right away.

Because of the above and (3), it holds true that:

A : , : , i = A ^ ( i ) = j = 1 m μ ij A ( i ) . ( 9 )

Then the singular values of each Â(i), ŝ1(i)≥ŝ2(i)≥ŝ2(i)≥ . . . ŝρi(i), where rank of Â(i) is ρi, and ρi≤min(m,l). Finally, j,j,ij(i), and so j,j:=j,j,:×3M−1.

When A has rank r<l, the rank of Â(i) cannot exceed r. This is because if A is rank r, we must be able to factor it as A=GHT with HT having only r<l rows. Thus, each A(i)=G(i−1)m+im,:HT, and it follows easily from (9) that ρi≤min(m,r). Hence, has at most r tubes that are filled with non-zeros.

Note that the proof was independent of the choice of M as a multiple of a unitary matrix. In particular, it holds for M=I. To make the idea concrete, there are given two examples.

EXAMPLE 15.

Let D 1 = [ 1 2 1 2 ] and D 2 = [ 3 0 3 0 ] . So A = [ vec ( D 1 ) , vec ( D 2 ) ] = [ 1 3 1 3 2 0 2 0 ] = [ A ( 1 ) A ( 2 ) ] .

It is easy to see that A has full column rank. However, since the blocks A(i), A(2) are rank 1 AND they each have the same range, it is easy to see that Â(1) and Â(2) each admit only one non-zero singular value. Thus there is only one non-zero singular tube, and therefore the t-rank of constructed in this way is one.

In this next example, one uses the specific case of the t-product and relation to circulant matrices given in the previous section to show that if the data has the structure induced by the choice of M, the matrix-based approximation cannot necessarily capture that, and could in fact require far more storage than the tensor representation.

Indeed, this is shown in example 16 in which:

EXAMPLE 16. Let denote an n×p×n tensor such that each of the p lateral slices is the twist of a matrix-matrix product of the form Ucir(ci) where the left matrix U is n×n and the right is a circulant matrix generated by the vector (equivalently, tube fiber) ci. Assume the ci i=1, . . . , p form an independent set in n. Is is easy to see that the t-rank is 1.

It is straightforward to show that

A = ( I U ) diag ( I , Z , , Z n - 1 ) [ c 1 c 2 c p c 1 c 2 c p c 1 c 2 c p ]

The rank of the A therefore is p. Indeed, A can be highly incompressible; for example, if U and C are orthogonal n×n, then we can show ∥A−AkF=n−k.

For comparison of optimal approximations, one would need to compare the quality of approximations obtained by truncating the matrix SVD of the data matrix vs. truncating the t-SVD of the same data as a tensor. In what follows, it is again assumed that mn>l and that A has rank r≤l.

Let: A=UΣVT be the matrix SVD of A, and denote its best rank-k, k<r approximation according to

C = V T , A k : U : , 1 : k C 1 : k , : ( A k ) : , j = i = 1 k U : , i c ij . ( 10 ) reshape ( A k ( : , j ) , [ m , n ] ) = i = 1 k reshape ( U ( : , i ) , [ m , n ] ) c ij , j = 1 , , k . ( 11 )

And, one needs the following matrix version of 10 which is reference in the proof below:

THEOREM 17. Given A, as defined above, with A having rank r and having t-rank t, let Ak denote the best rank-k matrix approximation to A in the Frobenius norm, where k≤r and k. Denote the best t-rank tensor approximation under *M, where M is a multiple of a unitary matrix, to in the Frobenius norm. Then

k + 1 : t , k + 1 : t , : F = - k F A - A k F = i = k + 1 r σ i 2 .

Proof. Consider (11). The multiplication by the scalar cij in the sum in equivale to multiplication from the right by cijI. However, since M=cW for unitary W, one have cijI=MTdiag(cije)M−T, where e is the vector of all ones. Define the tube fiber i,j,: from the matrix-vector product cijM−1e oriented into the 3rd dimension. Then, cijI=R[i,j,:]. Now it is observe that (11) can be equivalently expressed as

reshape ( ( A k ) : , j ) = i = 1 k reshape ( U : , i ) R [ c ij ] , j = 1 , , k ( 12 )

These can be combined into a tensor equivalent

k := i = 1 k : i , : M i , : , : = *

where
(k):,j,:=twist(reshape((Ak):,j,[m, n])), :,j,:=twist(reshape(U:,i,[m, n])). Since :,:,i1:k,1:kV:,1:kT, the t-rank of is k. The t-rank of must also not be smaller than k, by Theorem 14.

Thus, given the definition of k as the minimizer over all such k-term ‘outer-products’ under *M, it follows that


k+1:t,k+1:t,:F=∥−kF≤∥−kF=∥A−AkF.

Also, one needs to show that strict inequality is possible via examples and in real data situations. Here is one example, where one has used M as the unnormalized DFT matrix (i.e., the t-product).

EXAMPLE 18.

Let A = 1 1 1 4 0 0 0 - 3 = [ A ( 1 ) A ( 2 ) ] .

Define the optimal rank-1 approximation to A as A11u1v1T. It is easily checked that ∥A−A1F=√{square root over (σ2)}=1.

It is easy to show

- 1 F = 2 , 2 , : F = F H [ 0 σ 2 ( 2 ) ] F = 1 2 σ ^ 2 ( 2 ) .

with {circumflex over (σ)}2(2)≠0. Setting 1=:,1,:*1,1,:*:,1,:, then

^ : , : , 1 = [ 1 1 1 1 ] = σ ^ 1 ( 1 ) u ^ 1 ( 1 ) ( v ^ 1 ( 1 ) ) T , ^ : , : , 2 = [ 1 1 1 7 ] = σ ^ 1 ( 2 ) u ^ 1 ( 2 ) ( v ^ 1 ( 2 ) ) T + σ ^ 2 ( 2 ) u ^ 2 ( 2 ) ( v ^ 2 ( 2 ) ) T .

where F denotes the DFT matrix. Since the latter is about 0.59236, ∥−1F<∥A−A1F=1.

For storage comparisons, it is assumed that κ is the truncation parameter for the tensor approximation and k is the truncation parameter for the matrix approximation. The table 1 gives a comparison of storage:

TABLE 1 Storage for basis Uk Storage for C = SkVkH total implicit storage Ak mnk kp k(mn + p) Storage for basis    κ Storage for     =   κM   κH total implicit storage    κ mnκ κpn mnκ + κpn

If κ=k, one knows that the tensor approximation in error is at least as good, and often better, than the corresponding matrix approximation. Suppose the application is something like classification, in which case we only need to store the basis terms to represent the class. This means that often the basis for the tensor approximation is better in a relative error sense for the same storage. However, unless n=1 (the matrix and tensor are the same) it will always be the case that if we need to store both the basis and the coefficients, when κ=k, we will need more storage for the tensor case.

In practice, one often observe that the relative error for the tensor case is smaller even with κ<k (i.e. better than the theorem predicts). In face, in a previous example, we showed the error is zero for κ=1, but k had to be p much larger to achieve exact approximation. If κ<m+n, then we also get k m+p that the total implicit storage of the tensor approximation is less than the total for the matrix case.

The t-SVDMII approach offers the ability for more compression, provided that one stores the components in transform space only, and provided the choice of M is a good one given the latent structure in the data. The storage information is in Table 2.

TABLE 2 Storage for    ρ Storage for    ρ total implicit storage i=1n ρi Σi=1n ρip (m + p) Σi=1n ρi

In many cases, it is found that Σi=1nρi<<rn, so that for the same relative error, one will have considerably less storage than the matrix case or than the t-SVDM with a single truncation. The reason for this is the ability, for an appropriate choice of M, to capture latent structure in the data as outlined above. Another way of explaining this phenomenon is to consider the action of M on each tube fiber. Since M is a linear transformation (i.e. invokes a change of variables) :,:,i for each i will correspond to a different feature. For example, frontal face i corresponds to a particular frequency if M is a DFT or DCT matrix. The t-SVDMII approach allows the invention to emphasize the more important features (e.g. low frequencies), and take a larger truncation on the corresponding frontal faces because those features contribute more to the global approximation. Truncation of t-SVDM by a single truncation index, on the other hand, effectively treats all features equally, and always truncates each :,:,i to k terms, which depending on the choice of M may not be as good. For example, if one selects say, M=I, or M is random orthogonal, one does not tend to change the relative clustering of the expansion coefficients in the transform domain, so one actually would expect little advantage of treating the :,:,i differently, and would expect little advantage over truncation using a fixed k.

The value of the theorem is that we now can compare the theoretical results from HOSVD to the truncation methods. First, note that the t-ranks of Q and W*MP are k1 and k2 respectively. Since is k1×k2×n, its t-rank cannot exceed κ:=min(k1, k2). As such, one knows appx can be written as a sum of κ outer products of tensors under *M.

Thus, (14) ∥−nF≤∥−kF with equality only if k=k.

As for the multi-rank, one knows that ρi=0 for i=k3+1:n, but can show ρi=rank(:,:,i)≤min(k1, k2).

For multi-sided tensor compression, the definition of the *M product is tied to the orientation. In other words, given ∈m×p×n, ′, A is viewed as an m×p matrix, with tube-fiber entries of length n. The elemental operation is the *M operation on the tube-fibers which are then length n, and so *M must be length n. When a data element Di is viewed as an m×n matrix, and placed into the tensor A as a lateral slice, the resulting tensor would have fibers of length n. However, in some applications, such as if the data represents discrete solutions to PDEs on a 2D grid, there may be no reason to prefer one spatial ordering over another. So, one could treat each data as the n×m matrix obtained from transposing Di. However, inserting DiT as the lateral slices instead of Di will result in a tensor of size n×p×m, and hence the elemental operation over which work will be different, if m≠n. In other words, one needs a new, m×m, M, to define the operator.

To do so, consider the mapping m×p×nn×p×m induced by matrix-transposing (with-out conjugation) each of the p lateral slices. In Matlab, this would be obtained by using the command permute(, [3, 2, 1]). To keep the notation succinct, the invention uses a superscript of P to denote a tensor that has been permuted in this way. Thereby:


=permute(,[3,2,1]),PP()  .

In particular, note the following relationships useful in later proofs:


(3)=[sq(:,1,:)T,sq(:,2,:)T, . . . ,sq(:,p,:)T]


while


(P)(3)=[sq(:,1,:),sq(:,2,:), . . . ,sq(:,p,:)].

Thus, new techniques have been defined for compression that involve both possible orientations of the lateral slices in order to ensure a balanced approach to the compression of the data. But then, one needs a way of denoting under which operator the invention is working at any given time. *M is used for a product defined by n×n invertible M, and *B for a product defined by m×m invertible B, to keep all the notation clear.

For an optimal convex combination, the first option that is considered is optimal t-SVD compression over both orientations. One finds the tSVD's of both , p. =*M*MT and p=*B*BT, compress each, and form:


α(ki*Mk1*Mk1T)+(1−α)*(k2*Bk2*Bk2T)P.

Observe that


unfold(p)=PA

where A=unfold() as before, and P denotes a stride permutation matrix. Of course since P is orthogonal, this means that the singular values and right singular vectors of A are the same as those of PA, and the left singular vectors are row permuted by P. Thus, from the theorem, for a truncation parameter r,


P−(P)rF≤∥A−ArF.

It follows that


∥−(αk1+(1−α)(k2P)P)∥≤∥α(−k1)+(1−α)(−(k2P)PF≤α∥A−Ak1F+(1−α)∥A−Ak2F≤∥A−Amin(k1,k2)F.

Thus, the new approximation must be no worse than the larger of the two-tensor errors. But in fact, one often sees these are smaller than the best of the two. However, the storage, for this approach is about double since one retains two basis sets and two coefficients.

For multi-sided compression, single sweep, suppose =u*Ms*MvT is m×p×n. Here, as earlier, a subscript on the tensor refers to the number of lateral slices of the tensor that are kept. For example, k will denote :,1:k,:. The new factorization is obtained from the process 4 show in in FIGS. 7 and 9. The approximation to is generated via its implicit representation via the triple (, q, k) and operator pair (*B, *M) at a storage cost of qpk+mkn+kqn. Though never explicitly formed, the approximation is as (14):


k,q:=k*M(r*B)P=k*M(q*Bq*BH(k*MH)P)P.  (14)

In addition, since the compressed representations are optimal at each stage under their respective algebraic settings, one can show the resulting approximation is optimal in the following sense of theorem 22:

THEOREM 22. The approximation k,q in (14) above is the best approximation that can be expressed in the form

i = 1 q : , i , : M ( j = 1 k : , j , : B j , : , : ) P

in the Frobenius norm, where the lateral slices :,i,: are from the the t-SVDM of and , denote any n×q×k and q×p×k tensors, respectively. The error given as


∥−k,qF2=∥q+1:p,q+1:p,:F2+∥k+1:p,k+1:p,:F2.

FIG. 8 illustrates the impact of the process 4 of FIG. 7.

For multi-sided compression, double sweep, one can combine the results of the above to obtain a compression approach of process 5 of FIGS. 10 and 11 which does not favor which orientation is treated first by sweeping over both orientations of the data with the multisided process and combining the results. The storage for the implicit representation is 2kqp+2mnk+(n+m)kq. Of course, modifications can be made to use different truncation pairs on for each sub-problem, though that begs the question of how such determinations will be made. One can, however, specify truncations that preserve energy to a pre-determined tolerance with the t-SVDMII, so one considers now how to modify that approach for two sides.

For multi-sided compression using t-SVDMII and with general reference to FIGS. 12-14, once one has decided on the specific compression approach in one orientation, one can combine information from multiple orientations to get information less dependent on orientation. Specifically, if one chooses to use the t-SVDMII, one has 3 options:

  • 1. Find ρ and (P)q for two multi-indices ρ∈n and q∈m, and form their convex combination. This requires implicit storage of output from Algorithm 3 applied to each orientation.
  • 2. Determine a single-sweep multi-sided analogue to Algorithm 4 but based on t-SVDMII. This also requires two multi-indices, but the second is length r=maxiρi.
  • 3. Determine the double-sweep variant of the above.

Option two warrants more discussion since to retain storage efficiency we want to retain only the transform domain components at each step. From t-SVDMII applied to , we have retained only the pairs of matrices :,t:ρi,i and 1:ρi,:,i for i=1, . . . , n. However, to describe the approach in the context of Algorithm 4, consider the explicitly zero-padding the coefficients to obtain a that is r×p×n, with r=maxiρi. In other words, the jth frontal slice of will now have r−ρj rows of zeros. To perform step 3 of Algorithm 4, we need to be able to compute a t-SVDM under *B applied to (×3M−1)P.

First, C:=×3M−1=fold((M−1⊗I)unfold ()). Next, observe that to move the n×p×r tensor CP into the transform domain by B, we have

( C _ P ) × 3 B = fold ( ( B I ) unfold ( C _ P ) ) = fold ( ( B I ) P T Punfold ( C _ P ) ) = fold ( ( B I ) P T Punfold ( C _ ) ) = fold ( ( B I ) P T ( M - 1 I ) unfold ( ) )

where P is a stride permutation. Now unfold() can have many rows of zeros, which one does not need to store explicitly to be able to compute the product in the last line above. As each of the r, n×p frontal slices of this tensor are computed, their independent matrix SVDs can be computed (asynchronously). Suppose the jth matrix SVD


:,:,j:,:,j:,:,j, j=1, . . . ,r.

is
One need to keep all the n×qj matrices :,1:qj,j (noting that some of the qj could be 0), as well as the m×ρi:,1:ρi,i for applications in which the ‘basis’ terms are needed (eg. classification), and in applications where the fully compressed data is required, we need the terms 1:qj,:,j:=1:qj,1:qj,j1:qj,:,j, j=1, . . . , r as well.

Consider how this might be used in practice for, say, recognition. A new piece of data, , is observed. Determine the i=1:n subvectors of coefficients of size ρi: :,1:ρi,jH:,:,i. Mathematically, we can describe the remainder of the process as: Pad each of these by r−ρi zeros, stack the resulting length r subvectors into a vector v, and compute

fold ( [ w ^ : , 1 : q 1 , 1 H w ^ : , 1 : q k , k H ] ( B I ) P T ( M - 1 I ) v ) .

The above is shown in detail in FIG. 14.

This coefficient tensor can be compared against entries in 1:qj,j,: to determine whether the test data resembles the training data. In other words, it is not necessary to work in the spatial domain in our applications, and this is what makes the method powerful.

For numerical examples, using compression of YaleB data as an example, the power of compression can be shown for the t-SVDMII approach with appropriate choice of M: that is, M exploits structure inherent in the data. One creates a third order tensor from the Extended Yale B face database by putting the training images in as lateral slices in the tensor. Then, one applies Process 3, varying ρ, for three different choices of M: one chooses M as a random orthogonal matrix, one uses M as an orthogonal wavelet matrix, and one uses M as the unnormalized DCT matrix. In FIG. 17, one plots the compression ratio against the relative error in the approximation. It is observed that for relative error on the order of 10 to 15 percent, the margins in compression achieved by the t-SVDMII for both the DCT and the Wavelet transform vs. treating the data in either matrix form, or in choosing a transform that—like the matrix case—does not exploit structure in the data, is quite large.

For extension to 4-dimensions and higher, although the processes were described for third order tensors, the processic approach can be extended to higher order tensors since the definitions of the tensor-tensor products extend to higher order tensors in a recursive fashion. A similar recursive construct can be used for higher order tensors for the *M product, or different combinations of transform based products can be used along different modes.

With reference to FIG. 1, in step 101, multi-dimensional data is compressed by truncated tensor-tensor decompositions.

The multi-dimensional data is represented in a native tensor structure. Thereby, in situations where the degree of the tensor is 2, the approach will act similarly as matrix-based data compression. The compressing is further constrained by user-defined parameters (e.g., compression properties of the compressing the multi-dimensional data are user-defined parameters) such as compression ratio, truncation indices, bounds on compression integrity, etc. The truncation of the decomposition is performed per the user-defined parameters.

In step 102, for a tensor degree n where n is an integer, performing n−1 truncated tensor-tensor singular value decompositions and/or QR decompositions per tensor permutation. The tensor-tensor singular value decompositions are performed with a predefined tensor-tensor product procedure.

In step 103, a compact approximated representation of an original input tensor from the native tensor structure is output per user-defined compression parameters.

In other words, tensor data is input into the method 100, a Tensor Singular Value Decomposition (TSVD) over M product of the data is computed, a first index is found, and a component corresponding to the first index is determined. Indeed, FIGS. 15-16 depict a high-level system 200 overview and method 1600 flow for the system 200.

Exemplary Aspects, Using a Cloud Computing Environment

Although this detailed description includes an exemplary embodiment of the present invention in a cloud computing environment, it is to be understood that implementation of the teachings recited herein are not limited to such a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.

Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.

Characteristics are as follows:

On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.

Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).

Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).

Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.

Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.

Service Models are as follows:

Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client circuits through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.

Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.

Infrastructure as a Service (IaaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).

Deployment Models are as follows:

Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.

Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.

Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.

Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).

A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.

Referring now to FIG. 18, a schematic of an example of a cloud computing node is shown. Cloud computing node 10 is only one example of a suitable node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the invention described herein. Regardless, cloud computing node 10 is capable of being implemented and/or performing any of the functionality set forth herein.

Although cloud computing node 10 is depicted as a computer system/server 12, it is understood to be operational with numerous other general or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 12 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop circuits, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or circuits, and the like.

Computer system/server 12 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 12 may be practiced in distributed cloud computing environments where tasks are performed by remote processing circuits that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage circuits.

Referring now to FIG. 18, a computer system/server 12 is shown in the form of a general-purpose computing circuit. The components of computer system/server 12 may include, but are not limited to, one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including system memory 28 to processor 16.

Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus.

Computer system/server 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 12, and it includes both volatile and non-volatile media, removable and non-removable media.

System memory 28 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32. Computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example only, storage system 34 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each can be connected to bus 18 by one or more data media interfaces. As will be further described below, memory 28 may include a computer program product storing one or program modules 42 comprising computer readable instructions configured to carry out one or more features of the present invention.

Program/utility 40, having a set (at least one) of program modules 42, may be stored in memory 28 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may be adapted for implementation in a networking environment. In some embodiments, program modules 42 are adapted to generally carry out one or more functions and/or methodologies of the present invention.

Computer system/server 12 may also communicate with one or more external devices 14 such as a keyboard, a pointing circuit, other peripherals, such as display 24, etc., and one or more components that facilitate interaction with computer system/server 12. Such communication can occur via Input/Output (I/O) interface 22, and/or any circuits (e.g., network card, modem, etc.) that enable computer system/server 12 to communicate with one or more other computing circuits. For example, computer system/server 12 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 20. As depicted, network adapter 20 communicates with the other components of computer system/server 12 via bus 18. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 12. Examples, include, but are not limited to: microcode, circuit drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.

Referring now to FIG. 19, illustrative cloud computing environment 50 is depicted. As shown, cloud computing environment 50 comprises one or more cloud computing nodes 10 with which local computing circuits used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54A, desktop computer 54B, laptop computer 54C, and/or automobile computer system 54N may communicate. Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof. This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing circuit. It is understood that the types of computing circuits 54A-N shown in FIG. 19 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized circuit over any type of network and/or network addressable connection (e.g., using a web browser).

Referring now to FIG. 20, an exemplary set of functional abstraction layers provided by cloud computing environment 50 (FIG. 19) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 20 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:

Hardware and software layer 60 includes hardware and software components. Examples of hardware components include: mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62; servers 63; blade servers 64; storage circuits 65; and networks and networking components 66. In some embodiments, software components include network application server software 67 and database software 68.

Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71; virtual storage 72; virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75.

In one example, management layer 80 may provide the functions described below. Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal 83 provides access to the cloud computing environment for consumers and system administrators. Service level management 84 provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.

Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91; software development and lifecycle management 92; virtual classroom education delivery 93; data analytics processing 94; transaction processing 95; and tensor decomposition method 100 in accordance with the present invention.

The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.

The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.

Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.

Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.

Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.

These computer readable program instructions may be provided to a processor of a general-purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.

The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.

The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the blocks may occur out of the order noted in the Figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein was chosen to best explain the principles of the embodiments, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Further, Applicant's intent is to encompass the equivalents of all claim elements, and no amendment to any claim of the present application should be construed as a disclaimer of any interest in or right to an equivalent of any element or feature of the amended claim.

Claims

1. A computer-implemented tensor decomposition method, the method comprising:

compressing multi-dimensional data by truncated tensor-tensor decompositions,
wherein the compressing is performed with respect to at least two orientations of the multi-dimensional data,
wherein the compressing is performed via a double sweep by sweeping over the two orientations with a multi-sided process and combining a result of the sweeping, and
wherein the result of the sweeping as the compressing is less dependent on orientation than a result of the compressing.

2. The method of claim 1, wherein the multi-dimensional data is represented in a native tensor structure.

3. The method of claim 2, further comprising, for a tensor degree n where n is an integer, performing up to n−1 truncated tensor-tensor singular value decompositions.

4. The method of claim 2, further comprising, for a tensor degree n where n is an integer, performing QR decompositions per tensor permutation.

5. The method of claim 4, wherein the QR decompositions are performed with a predefined tensor-tensor product procedure.

6. The method of claim 3, wherein the tensor-tensor singular value decompositions are performed with a predefined tensor-tensor product procedure.

7. The method of claim 5, wherein the tensor-tensor singular value decompositions are performed with a predefined tensor-tensor product procedure.

8. The method of claim 1, wherein compression properties of the compressing the multi-dimensional data are user-defined parameters.

9. The method of claim 8, wherein truncation of the decompositions is performed per the user-defined parameters.

10. The method of claim 2, further comprising outputting a compact approximated representation of an original input tensor from the native tensor structure per user-defined compression parameters.

11. The method of claim 1, embodied in a cloud-computing environment.

12. A computer program product for tensor decomposition, the computer program product comprising a non-transitory computer-readable storage medium having program instructions embodied therewith, the program instructions executable by a computer to cause the computer to perform:

compressing multi-dimensional data by truncated tensor-tensor decompositions,
wherein the compressing is performed with respect to at least two orientations of the multi-dimensional data,
wherein the compressing is performed via a double sweep by sweeping over the two orientations with a multi-sided process and combining a result of the sweeping, and
wherein the result of the sweeping as the compressing is less dependent on orientation than a result of the compressing.

13. The computer program product of claim 12, wherein the multi-dimensional data is represented in a native tensor structure.

14. The computer program product of claim 13, further comprising, for a tensor degree n where n is an integer, performing up to n−1 truncated tensor-tensor singular value decompositions.

15. The computer program product of claim 13, further comprising, for a tensor degree n where n is an integer, performing QR decompositions per tensor permutation.

16. The computer program product of claim 15, wherein the QR decompositions are performed with a predefined tensor-tensor product procedure.

17. The computer program product of claim 14, wherein the tensor-tensor singular value decompositions are performed with a predefined tensor-tensor product procedure.

18. The computer program product of claim 16, wherein the tensor-tensor singular value decompositions are performed with a predefined tensor-tensor product procedure.

19. A tensor decomposition system, the system comprising:

a processor; and
a memory, the memory storing instructions to cause the processor to perform: compressing multi-dimensional data by truncated tensor-tensor decompositions,
wherein the compressing is performed with respect to at least two orientations of the multi-dimensional data,
wherein the compressing is performed via a double sweep by sweeping over the two orientations with a multi-sided process and combining a result of the sweeping, and
wherein the result of the sweeping as the compressing is less dependent on orientation than a result of the compressing.

20. The system of claim 19, embodied in a cloud-computing environment.

Patent History
Publication number: 20200280322
Type: Application
Filed: Feb 28, 2019
Publication Date: Sep 3, 2020
Inventors: Lior Horesh (Yorktown Heights, NY), Misha E. Kilmer (Medford, MA), Haim Avron (Tel Aviv), Elizabeth Newman (Medford, MA)
Application Number: 16/289,064
Classifications
International Classification: H03M 7/30 (20060101); G06F 16/174 (20060101); G06F 16/28 (20060101); G06F 17/16 (20060101); H03M 7/40 (20060101);