REVIEW 4 major objections 3 minor 1 cited by
A tensor-based dynamic mode decomposition based on the $\star_{\boldsymbol{M}}$-product
T0 review · 4 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read The paper claims a tensor-product version of dynamic mode decomposition that matches or beats standard DMD in accuracy at the same storage, while being cheaper to compute, on the examples tested.
desk verdict The star-M-tensor DMD idea is new and plausible enough to referee; the main open question is whether the storage comparison honestly counts the transformation matrix M. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The $\star_{\boldsymbol{M}}$-product: a tensor-tensor product for third-order tensors defined by transforming both tensors along their tube (mode-3) dimension with a fixed invertible matrix $\boldsymbol{M}$, multiplying the resulting faces as ordinary matrices, and transforming back. It carries the entire argument: DMD's snapshot matrix, its low-rank SVD, and the projected dynamics are all redefined with this product, so the data never has to be flattened, which is exactly what produces the storage savings and the efficiency gain.
What would settle it
Pick a dynamical system whose states are naturally vectors, force the snapshots into third-order tensors by padding, and compare $\star_{\boldsymbol{M}}$-DMD against standard DMD at equal storage using the paper's fixed, un-tuned choice of $\boldsymbol{M}$: if the tensor method is strictly less accurate, or if finding a competitive $\boldsymbol{M}$ costs more computation than the matrix SVD it replaces, the claimed Pareto improvement fails for that setting. The most direct check on the paper's own examples is reproducing the reported accuracy-at-equal-storage numbers from the public data.
Extended reading notes
Core claim
The core discovery is that dynamic mode decomposition can be carried out entirely inside the $\star_{\boldsymbol{M}}$-product tensor framework without giving up accuracy. Instead of flattening tensor-valued snapshots into vectors and working with one large data matrix, the method keeps snapshots as third-order tensors and replaces DMD's matrix multiplications with $\star_{\boldsymbol{M}}$-products: the tensors are transformed along their third dimension by a fixed invertible matrix $\boldsymbol{M}$, multiplied face-by-face as ordinary matrices, and transformed back. The tensor structure is preserved and exploited, and since the transformation is applied once up front, the tensor SVD costs le
Load-bearing premise
The approach relies on choosing, in advance, a single transformation matrix (the $\boldsymbol{M}$ in the $\star_{\boldsymbol{M}}$-product) such that the tensor multiplication it defines faithfully preserves the system's dynamics; if no such fixed $\boldsymbol{M}$ exists for a given problem, the demonstrated accuracy and storage advantages should not be expected to carry over.
Editorial extensions
If this is right
- On problems with tensor-valued states, $\star_{\boldsymbol{M}}$-DMD can be used as a direct replacement for standard DMD: at the same storage it matches or improves accuracy, and the computation is cheaper.
- The formal link to physics-informed DMD means the tensor formulation can carry known physical constraints into the fit without losing the storage advantage.
- The randomized streaming variant extends the savings to settings where snapshots cannot all be held in memory, the regime where standard DMD's storage costs are most severe.
- The paper's cost analysis gives users an exact way to compute the flop and storage ratio for their own tensor dimensions before they implement the method.
Reading between the lines
- The paper fixes the transformation matrix $\boldsymbol{M}$ rather than learning it from the data; a natural extension the authors do not pursue is a data-dependent $\boldsymbol{M}$, which could push the storage savings further on systems where a single fixed choice is suboptimal.
- The framework only requires a tensor product and an SVD, so the same construction should transfer to other snapshot-based methods — Koopman-style approximations or reduced-order models of grid-valued PDE states — whenever the state is naturally a tensor; the paper demonstrates only the DMD case.
- If the accuracy parity holds beyond the paper's examples, the working rule that emerges is: leave snapshot data in tensor form instead of flattening it, a principle that could guide other data-driven linear-algebra pipelines.
- The streaming random variant implies the method is aimed at long-horizon sensing, and a natural test would be measuring how the sketch size must scale with tensor dimensions to preserve the accuracy parity — a scaling law the paper does not state.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a tensor-based extension of dynamic mode decomposition (DMD) built on the star-M-product tensor algebra. The abstract claims that the method offers excellent compression, computational efficiency, connections to standard and physics-informed DMD, a randomized streaming algorithm, and numerical results showing equal or better accuracy for the same storage compared to standard DMD on the tested examples. No derivations, equations, or numerical data appear in the abstract, so the technical content and evidence for these claims are not available in the reviewed text.
Significance. If the claims are substantiated in the full manuscript, the contribution would be relevant to tensor-based data-driven modeling, particularly for problems where state snapshots naturally form tensors. The proposed Pareto improvement over standard DMD—better or equal accuracy for the same storage with higher computational efficiency—would be a meaningful advance, and a randomized streaming variant would extend its practical utility. However, the abstract alone provides no verifiable derivations, complexity analyses, or experimental data. The significance assessment is therefore conditional on the full text providing rigorous proofs, complete storage/performance accounting, and reproducible numerical experiments.
major comments (4)
- [Abstract, central claim] The claim of "equal or better accuracy for the same storage" is not supported by any storage accounting. Standard DMD stores an n-by-r mode matrix plus r eigenvalues (or equivalent real scalars), O(nr). The tensor method's storage must include all tensor factors and the transformation matrix M. If M is dense n-by-n, the comparison is off by O(n^2) unless M is excluded or is cost-free (e.g., identity or fixed transform). The abstract does not state how M is stored or selected, so the Pareto claim is unverified.
- [Abstract, computational efficiency] The assertion that the method is "more efficient to compute" lacks any complexity comparison. The abstract mentions detailing computational costs, but no such details are given. A specific, complete complexity analysis relative to standard DMD—including the cost of applying or constructing M—must be presented before the efficiency claim can be assessed.
- [Abstract, streaming setting] The randomized streaming algorithm is mentioned without specification of the streaming model, memory limits, update rules, or error guarantees. In particular, it is unclear how M is obtained or updated in streaming mode and whether the same data are used for both learning M and evaluating accuracy, which could lead to overfitting and invalidate generalizability claims.
- [Abstract, connections to existing frameworks] The claimed connections to standard DMD and physics-informed DMD are stated but not demonstrated. Without explicit equations showing how the star-M-product DMD reduces to or generalizes these methods, the relationship remains an assertion. The full manuscript must provide the derivations and identify any assumptions needed for the connections to hold.
minor comments (3)
- [Abstract, notation] The notation \(\star_{\boldsymbol{M}}\) is undefined in the abstract. A brief definition or reference is needed for readers unfamiliar with the product.
- [Abstract, references] No references are cited in the abstract. Key prior work on DMD, physics-informed DMD, and the star-M product should be cited to position the contribution.
- [Abstract, empirical scope] The phrase "on these examples" appropriately limits the numerical claim, but it should be made explicit that the reported improvements are empirical and not guaranteed in general. Also, the number and nature of the examples should be stated.
Circularity Check
No circularity evident from the abstract; full derivation not available.
full rationale
This review is abstract-only; no equations, derivations, or claimed reductions are available to inspect. The abstract's central claim is an empirical performance assertion (equal/better accuracy for same storage, more efficient computation) about a proposed tensor DMD method. That claim could be undermined by incomplete parameter accounting or by fitting M on test data, but those are correctness or generalization concerns, not circularity: nothing in the abstract indicates that a predicted quantity is defined in terms of the fit, that a fitted parameter is relabeled as a prediction, or that a load-bearing uniqueness theorem is imported from the authors' prior work. Without full text, no specific circular step can be quoted or exhibited. Therefore the honest finding is no significant circularity (score 0).
Assumptions & free parameters
free parameters (1)
- Transformation matrix M
assumptions (2)
- domain assumption The star_M-product (from prior tensor algebra work) is a valid tensor-tensor product that preserves the properties needed for DMD.
- domain assumption State snapshots can be arranged as tensors so that the star_M-product captures the dynamics of the discrete system.
Cite this review
Pith. "Pith review of A tensor-based dynamic mode decomposition based on the $\star_{\boldsymbol{M}}$-product." pith.science (2026). https://pith.science/paper/L2LG4XTH
@misc{pith2026250810126,
author = {Pith},
title = {Pith review of: A tensor-based dynamic mode decomposition based on the $\star_\boldsymbolM$-product},
year = {2026},
howpublished = {\url{https://pith.science/paper/L2LG4XTH}},
note = {Machine review of arXiv:2508.10126}
}
abstract
Dynamic mode decomposition (DMD) is a data-driven method for estimating the dynamics of a discrete dynamical system. This paper proposes a tensor-based approach to DMD for applications in which the states can be viewed as tensors. Specifically, we use the $\star_{\boldsymbol{M}}$-product framework for tensor decompositions which we demonstrate offers excellent compression compared to matrix-based methods and can be implemented in a computationally efficient manner. We show how the proposed approach is connected to the traditional DMD and physics-informed DMD frameworks. We give a computational framework for computing the tensor-based DMD and detail the computational costs. We also give a randomized algorithm that enables efficient $\star_{\boldsymbol{M}}$-DMD computations in the streaming setting. The numerical results show that the proposed method achieves equal or better accuracy for the same storage compared to the standard DMD on these examples and is more efficient to compute.
Forward citations
Cited by 1 Pith paper
-
Linking GFAP Levels to Speech Anomalies in Acute Brain Injury: A Simulation Based Study
In a simulated cohort, machine learning combining GFAP blood biomarker with voice features outperformed either alone (AUC 0.86) for detecting speech-affecting acute brain injury, with voice estimated to precede GFAP r...
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.