Memory cost of tensor reshaping for lossy Tucker compression
Determine whether, in the setting of lossy compression using Tucker decomposition, rearranging the elements of an Nth-order tensor into an Mth-order tensor with lower mode dimensions—as performed in the tenSVD algorithm—results in a higher memory cost than using the original Nth-order tensor structure. Specifically, compare the storage requirements defined as the sum of the sizes of the component matrices plus the size of the core tensor for both configurations (Σ_n I_n·r_n + Π_n r_n for the original Nth-order tensor versus Σ_m J_m·r_m + Π_m r_m for the reshaped Mth-order tensor), and ascertain whether the reshaped configuration increases, decreases, or preserves the memory cost.
References
In the case where the elements are reordered into a higher-order tensor, it is not clear whether the memory cost will be higher.