REVIEW 2 major objections 6 minor 62 references
An Efficient and Interpretable Autoregressive Model for High-Dimensional Tensor-Valued Time Series
T0 review · 2 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that a CP-based factorization of the coefficient tensor makes tensor autoregression interpretable as supervised factor regression while keeping parameters linear in tensor order.
desk verdict A genuinely new two-sided CP structure for tensor autoregression, worth refereeing despite a real but likely patchable gap in the covering-number proofs. 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 load-bearing object is the decomposition in equations (2.4)-(2.5), $[A]_n = \Lambda_y (\Lambda_y^\top \Lambda_y)^{-1} G \Lambda_x^\top$, which rewrites tensor-on-tensor regression as a regression of extracted response features on extracted covariate features. The loading matrices are Khatri-Rao products of unit-norm factor columns, giving each column the form of a vectorized CP rank-one tensor, and in the autoregressive version the same $\Lambda_y$ and $\Lambda_x$ are shared across lags with only $G_k$ varying. The proofs use covering-number bounds for the difference set of two such coefficient tensors together with restricted strong convexity of the empirical loss, and the optimization is an alternating least squares routine in which each block update reduces to a closed-form linear regression.
What would settle it
Simulate a stationary tensor AR(1) model with moderate dimensions, choose loading matrices whose columns are nearly collinear (angle around one degree), and compare the OLS estimation error against the predicted $\sqrt{d_{\mathrm{AR}} \log(\cdot)/T}$ rate as the angle decreases; if the error grows substantially, the rate is carried by an unstated uniform representation-norm condition rather than the assumptions listed.
Extended reading notes
Core claim
The central claim is that the coefficient tensor of a tensor-on-tensor regression or tensor autoregression can be parameterized, via sequential matricization, as $[A]_n = \Lambda_y (\Lambda_y^\top \Lambda_y)^{-1} G \Lambda_x^\top$, where $\Lambda_y$ and $\Lambda_x$ are Khatri-Rao products of unit-norm loading matrices. Multiplying the regression equation by $\Lambda_y^\top$ yields $f_t^{\mathrm{response}} = G f_t^{\mathrm{covariate}} + e_t^{\mathrm{CP}}$, so the model literally regresses response features on covariate features. The paper argues that this CP-based low-rank structure combines the interpretability of supervised factor models with the parsimony of CP decomposition, and that the OLS estimator over this parameter space attains Frobenius-error bounds of order $\sqrt{d_{\mathrm{AR}} d_c / (T-P)}$ under stationarity and sub-Gaussian noise. For the low-rank-plus-sparse variant, the error splits into an estimation term and a sample-size-independent unidentifiability term, the latter governed by the radius $\alpha_L$.
Load-bearing premise
The theorems rely on every coefficient tensor in the parameter space having a representation whose inner matrix $G$ is bounded in norm; the paper only assumes non-degeneracy of the loadings, which excludes exact linear dependence but permits nearly collinear columns where that norm can diverge.
Editorial extensions
If this is right
- For an AR($P$) model the parameter count is $d_{\mathrm{AR}} = P R_y R_x + (R_y + R_x) \sum_i q_i$, so the number of parameters grows linearly with tensor order instead of exponentially as in Tucker-based tensor AR.
- The OLS estimator satisfies $\|\hat{A} - A^*\|_F \lesssim (\kappa^2 \kappa'_{U,B} / \kappa_{L,A}) \sqrt{d_{\mathrm{AR}} d_c / (T-P)}$ with high probability, making the rate explicit in the sample size, ranks, and dimensions.
- The low-rank-plus-sparse estimator separates low-rank collaborative structure from sparse idiosyncratic structure, with squared error bounded by $(d_{\mathrm{AR}} d_c + s \log(P Q^2))/(T-P)$ plus an unidentifiability term $s \alpha_L^2/(P Q^2)$ that does not vanish with sample size.
- The fitted response loadings from the ENSO example concentrate weight on the El Niño basin, giving the model a concrete spatial interpretation that pure CP or Lasso estimates lack.
Reading between the lines
- The same factor-regression parametrization applies to any tensor-on-tensor regression, so the interpretability-efficiency trade-off it resolves is not specific to time series; one could test it directly on cross-sectional imaging or marketing data.
- Sharing $\Lambda_y$ and $\Lambda_x$ across lags presumes a single linear feature extractor for all temporal dynamics; regime-switching or time-varying dynamics would likely require either multiple factor sets or an extension where loadings evolve.
- The theorem's unidentifiability term suggests that any practical use of the low-rank-plus-sparse model should report the chosen $\alpha_L$ together with the fitted sparse tensor, since the same likelihood can be explained by shifting mass between the two components.
- A natural stress test of the theory is to let the loading columns become progressively closer to collinear and check whether the empirical error degrades as the covering-number argument predicts; the paper's assumptions do not rule out such a degradation.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes a new low-rank structure for the coefficient tensor in tensor-on-tensor regression and tensor autoregression. The structure writes the sequential matricization of the coefficient as Λ_y G Λ_xᵀ (with a Kronecker factor for lags), so that response and covariate features are extracted by CP-type loadings and linked by a small coefficient matrix G. This yields a parameter count linear in tensor order and a supervised-factor interpretation. The paper also adds a sparse component (low-rank plus sparse) with an identifiability radius α_L, gives OLS and penalized estimators, an alternating least-squares algorithm, nonasymptotic bounds (Theorems 1–4), simulations, and an ENSO application.
Significance. If the rate results are correct, the paper's contribution is substantial: it provides an interpretable alternative to Tucker-based tensor AR with dramatically smaller parameter count, and the low-rank-plus-sparse extension addresses misspecification. The paper is careful to state the sample-size-independent unidentifiability error in Theorem 4, and the supplement contains detailed proofs. The main obstacle is the missing uniform conditioning assumption in the covering-number arguments; this is a fixable gap but is load-bearing for the stated theorems.
major comments (2)
- [Section B, Lemma 1(b)–(d), used in Theorems 1–4] The proofs of the covering-number bounds bound the middle factor by 'By Assumption 3, ∥G_1∥_F ≤ ... and same for G_2' for arbitrary A_1, A_2 in the parameter space. Assumption 3, however, bounds only the G of the true coefficient tensor, not all elements of Θ. Since S(q,R) only constrains columns to be unit-norm and does not bound singular values of Λ_y or Λ_x away from zero, there exist elements of Θ with ∥A∥_F ≤ 1 for which every representation requires arbitrarily large ∥G∥_F (nearly collinear Khatri–Rao columns). The nets in (B.1) and the Gaussian-width estimate (B.14) therefore do not cover the difference set Ξ', and the RSC/deviation lemmas are not justified. Please add a uniform conditioning assumption (e.g., σ_min(Λ_y), σ_min(Λ_x) ≥ c > 0 for all admissible loadings, or an explicit bound on the minimal representation norm of G) and verify that Lemmas 1–7 and Theorems 1–4 follow.
- [Eq. (2.4) and Section 2.3] The decomposition uses (Λ_yᵀΛ_y)⁻¹, so Λ_y must have full column rank for the model to be well defined. The 'non-degeneracy' condition stated after Eq. (2.3) is not incorporated into the formal parameter space S(q,R) or into Assumptions 1–7; moreover, after the reparameterization G := (Λ_yᵀΛ_y)⁻¹G, the quantity bounded in Assumption 3 is not the original G. Please make the full-rank/quantitative conditioning requirement a formal assumption; this also helps resolve the issue in the previous comment.
minor comments (6)
- [Section B, Lemma 1(b)] The proof defines g′ with an extra factor P relative to the statement of the lemma; please reconcile the two definitions so the constants in the covering bound are consistent.
- [Assumption 1 and Theorems 1–3] Because c_x and C_x are allowed to depend on dimensions and to shrink or diverge, the phrases 'bounded away from zero and infinity' in the discussion after Theorems 1–3 need a precise convention; otherwise the displayed rates hide dimension-dependent constants.
- [Theorem 4] The statement lists only Assumptions 3–5 in its hypotheses; include Assumptions 6 and 7 explicitly for completeness.
- [Algorithm 2] The update of A_L via Algorithm 1 does not enforce the constraint ∥A_L∥_∞ ≤ α_L/(P Q²) from (2.11); clarify whether a final trimming step is applied or whether the constrained subproblem is solved.
- [Section 5, Table 2] The text abbreviates the error as MAFE while the table header reads MSAE; make the abbreviation consistent.
- [Section B, Lemma 1(d)] The notation ∥δ∥_2 = ∥∆^j∥_2 refers to an undefined ∆^j; define this row quantity explicitly.
Circularity Check
No significant circularity: the proposed decomposition is an explicit modeling assumption, and the non-asymptotic bounds are derived from stated assumptions rather than from fitted constants or load-bearing self-citations.
full rationale
The central structural step, equations (2.4)-(2.5), is introduced as an assumption ('we propose to assume that the sequential matricization of A has the following decomposition'), not as a prediction derived from the data. The reformulation f_response_t = G f_covariate_t + e_t^CP is exactly the same model after multiplying by Lambda_y^T, so it is a reparameterization, not a circular derivation. Theorems 1-4 are proved in the supplement via generic chaining, restricted strong convexity, and covering-number arguments under Assumptions 1-7; no fitted constant is recycled as a prediction, and the unidentifiability error in Theorem 4 is explicitly acknowledged as sample-size-independent. Self-citations (Wang et al. 2024; Huang et al. 2025; Si et al. 2024; Cai et al. 2022, 2023) are used for context, baselines, and algorithmic ideas, but none is load-bearing for the main derivation. The simulation and ENSO experiments use hold-out validation and test-set evaluation, which is standard and not circular. One technical gap exists: Lemma 1(b) bounds G1 and G2 using Assumption 3's constant g, but that assumption constrains only the true coefficient's G; arbitrary elements of Theta need not satisfy ||G||_op <= g without a uniform well-conditioning condition on Lambda_y and Lambda_x. This is a proof gap and a correctness risk, not a circularity, because it does not make any theorem's conclusion an input by construction.
Assumptions & free parameters
free parameters (4)
- Radius of non-identifiability alpha_L =
P^{1/2} Q, hand-chosen for simplicity
- Autoregressive order P =
1 in the ENSO application
- Ranks R_y and R_x =
R_y = 3, R_x = 2 in the ENSO application
- Lasso penalty lambda for the sparse part =
0.01 in the ENSO application
assumptions (9)
- domain assumption Covariates are i.i.d., zero-mean, sigma^2-sub-Gaussian with spectrum bounded as c_x <= lambda_min(Sigma_x) <= lambda_max(Sigma_x) <= C_x (Assumption 1).
- domain assumption Errors are i.i.d., mean-zero and kappa^2-sub-Gaussian conditional on covariates (Assumption 2).
- domain assumption The coupling matrix G has operator norm bounded by a constant g (Assumption 3).
- domain assumption Autoregression errors satisfy e_t = Sigma_e^{1/2} xi_t with independent kappa^2-sub-Gaussian entries and bounded spectrum (Assumption 4).
- domain assumption Stationarity: det(I_Q - A_1 z - ... - A_P z^P) != 0 for |z| < 1 (Assumption 5).
- domain assumption Identifiability of the low-rank and sparse parts: the true low-rank coefficient satisfies ||A_L||_infinity <= alpha_L/(P Q^2) (Assumption 6).
- domain assumption The true sparse tensor A_S has at most s nonzero entries (Assumption 7).
- domain assumption The CP loading towers are non-degenerate: a linear combination of the rank-one loading tensors equals zero only if all coefficients are zero, so Lambda_y^T Lambda_y is invertible (Section 2.1, after eq. 2.3).
- ad hoc to paper An implicit uniform well-conditioning premise: every element of Theta admits a representation with ||G||_F bounded by g sqrt(min(R_y, P R_x)), or equivalently the Khatri-Rao loadings have singular values uniformly bounded away from zero.
Cite this review
Pith. "Pith review of An Efficient and Interpretable Autoregressive Model for High-Dimensional Tensor-Valued Time Series." pith.science (2026). https://pith.science/paper/3JNZ4ZF4
@misc{pith2026250601658,
author = {Pith},
title = {Pith review of: An Efficient and Interpretable Autoregressive Model for High-Dimensional Tensor-Valued Time Series},
year = {2026},
howpublished = {\url{https://pith.science/paper/3JNZ4ZF4}},
note = {Machine review of arXiv:2506.01658}
}
abstract
In autoregressive modeling for tensor-valued time series, Tucker decomposition, when applied to the coefficient tensor, provides a clear interpretation of supervised factor modeling but loses its efficiency rapidly with increasing tensor order. Conversely, canonical polyadic (CP) decomposition maintains efficiency but lacks a precise statistical interpretation. To attain both interpretability and powerful dimension reduction, this paper proposes a novel approach under the supervised factor modeling paradigm, which first uses CP decomposition to extract response and covariate features separately and then regresses response features on covariate ones. This leads to a new CP-based low-rank structure for the coefficient tensor. Furthermore, to address heterogeneous signals or potential model misspecifications arising from stringent low-rank assumptions, a low-rank plus sparse model is introduced by incorporating an additional sparse coefficient tensor. Nonasymptotic properties are established for the ordinary least squares estimators, and an alternating least squares algorithm is introduced for optimization. Theoretical properties of the proposed methodology are validated by simulation studies, and its enhanced prediction performance and interpretability are demonstrated by the El Ni$\tilde{\text{n}}$o-Southern Oscillation example.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Agarwal, A., Negahban, S., and Wainwright, M. J. (2012). Noisy matrix decomposition via convex relaxation: Optimal rates in high dimensions. The Annals of statistics , 40(2):1171--1197
work page 2012
-
[2]
Bahadori, M. T., Yu, Q. R., and Liu, Y. (2014). Fast multivariate spatio-temporal analysis via low rank tensor learning. In Ghahramani, Z., Welling, M., Cortes, C., Lawrence, N., and Weinberger, K., editors, Advances in Neural Information Processing Systems , volume 27. Curran Associates, Inc
work page 2014
-
[3]
Bai, J. and Wang, P. (2016). Econometric Analysis of Large Factor Models . Annual Review of Economics , 8(1):53--80
work page 2016
-
[4]
Bai, P., Safikhani, A., and Michailidis, G. (2023). Multiple change point detection in reduced rank high dimensional vector autoregressive models. Journal of the American Statistical Association , 118(544):2776--2792
work page 2023
-
[5]
Banerjee, A., Chen, S., Fazayeli, F., and Sivakumar, V. (2015). Estimation with norm regularization
work page 2015
-
[6]
Basu, S., Li, X., and Michailidis, G. (2019). Low rank and structured modeling of high-dimensional vector autoregressions. IEEE Transactions on Signal Processing , 67(5):1207--1222
work page 2019
-
[7]
and Michailidis, G
Basu, S. and Michailidis, G. (2015). Regularized estimation in sparse high-dimensional time series models. The Annals of Statistics , 43:1535--1567
2015
-
[8]
Bertsimas, D. and Parys, B. V. (2020). Sparse high-dimensional regression: Exact scalable algorithms and phase transitions. The Annals of Statistics , 48(1):pp. 300--323
work page 2020
Show all 62 references
-
[9]
Bi, X., Qu, A., and Shen, X. (2018). Multilayer tensor factorization with applications to recommender systems. The Annals of Statistics , 46(6B):3308--3333
2018
-
[10]
Billio, M., Casarin, R., and Iacopini, M. (2024). Bayesian markov-switching tensor regression for time-varying networks. Journal of the American Statistical Association , 119(545):109--121
2024
-
[11]
V., and Chen, Y
Cai, C., Poor, H. V., and Chen, Y. (2020). Uncertainty quantification for nonconvex tensor completion: Confidence intervals, heteroscedasticity and optimality. In III, H. D. and Singh, A., editors, Proceedings of the 37th International Conference on Machine Learning , volume 1...
2020
-
[12]
Cai, J.-F., Li, J., and Xia, D. (2022). Provable tensor-train format tensor completion by riemannian optimization. Journal of Machine Learning Research , 23(123):1--77
2022
-
[13]
Cai, J.-F., Li, J., and Xia, D. (2023). Generalized low-rank plus sparse tensor estimation by fast riemannian optimization. Journal of the American Statistical Association , 118(544):2588--2604
2023
-
[14]
Chen, R., Yang, D., and Zhang, C.-H. (2022). Factor models for high-dimensional tensor time series. Journal of the American Statistical Association , 117(537):94--116
2022
-
[15]
Clarke, A. J. and Van Gorder, S. (2003). Improving el niño prediction using a space-time integration of indo-pacific winds and equatorial pacific upper ocean heat content. Geophysical Research Letters , 30(7)
2003
-
[16]
A., Zang, P., and Zheng, T
Davis, R. A., Zang, P., and Zheng, T. (2016). Sparse vector autoregressive modeling. Journal of Computational and Graphical Statistics , 25(4):1077--1096
2016
-
[17]
W., and Takane, Y
de Leeuw, J., Young, F. W., and Takane, Y. (1976). Additive structure in qualitative data: An alternating least squares method with optimal scaling features. Psychometrika , 41(4):471--503
1976
-
[18]
Dirksen, S. (2015). Tail bounds via generic chaining . Electronic Journal of Probability , 20:1 -- 29
2015
-
[19]
and Li, R
Fan, J. and Li, R. (2001). Variable selection via nonconcave penalized likelihood and its oracle properties. Journal of the American Statistical Association , 96(456):1348--1360
2001
-
[20]
Feng, L., Bi, X., and Zhang, H. (2021). Brain regions identified as being associated with verbal reasoning through the use of imaging regression via internal variation. Journal of the American Statistical Association , 116(533):144--158. PMID: 34955572
2021
-
[21]
R., Yan, H., Paynabar, K., and Shi, J
Gahrooei, M. R., Yan, H., Paynabar, K., and Shi, J. (2021). Multiple tensor-on-tensor regression: An approach for modeling processes with heterogeneous sources of data. Technometrics , 63(2):147--159
2021
-
[22]
Gozolchiani, A., Havlin, S., and Yamasaki, K. (2011). Emergence of el ni\ no as an autonomous component in the climate network. Phys. Rev. Lett. , 107:148501
2011
-
[23]
Guhaniyogi, R., Qamar, S., and Dunson, D. B. (2017). Bayesian tensor regression. Journal of Machine Learning Research , 18(79):1--31
2017
-
[24]
Guo, W., Kotsia, I., and Patras, I. (2012). Tensor learning for regression. IEEE Transactions on Image Processing , 21(2):816--827
2012
-
[25]
Han, R., Willett, R., and Zhang, A. R. (2022). An optimal statistical and computational framework for generalized tensor estimation . The Annals of Statistics , 50(1):1 -- 29
2022
-
[26]
Han, Y., Yang, D., Zhang, C.-H., and Chen, R. (2024). Cp factor model for dynamic tensors
2024
-
[27]
Hao, B., Wang, B., Wang, P., Zhang, J., Yang, J., and Sun, W. W. (2021). Sparse tensor additive regression. Journal of Machine Learning Research , 22(64):1--43
2021
-
[28]
explanatory
Harshman, R. A. (1970). F oundations of the P A R A F A C procedure: M odels and conditions for an "explanatory" multi-modal factor analysis. UCLA Working Papers in Phonetics , 16:1--84
1970
-
[29]
Hastie, T., Tibshirani, R., and Wainwright, M. (2015). Statistical Learning with Sparsity: The Lasso and Generalizations . Chapman & Hall/CRC
2015
-
[30]
Huang, F., Lu, K., Zheng, Y., and Li, G. (2025). Supervised factor modeling for high-dimensional linear time series
2025
-
[31]
Kolda, T. G. and Bader, B. W. (2009). Tensor decompositions and applications. SIAM Review , 51(3):455--500
2009
-
[32]
and Zhang, H
Li, C. and Zhang, H. (2021). Tensor quantile regression with application to association between neuroimages and human intelligence . The Annals of Applied Statistics , 15(3):1455 -- 1477
2021
-
[33]
and Zhang, X
Li, L. and Zhang, X. (2017). Parsimonious Tensor Response Regression . Journal of the American Statistical Association , 112(519):1131--1146
2017
-
[34]
Li, X., Xu, D., Zhou, H., and Li, L. (2018). Tucker tensor regression and neuroimaging analysis. Statistics in biosciences , 10(3):520--545
2018
-
[35]
and Xiao, H
Li, Z. and Xiao, H. (2021). Multi-linear tensor autoregressive models
2021
-
[36]
and Maitra, R
Llosa-Vite, C. and Maitra, R. (2023). Reduced-rank tensor-on-tensor regression and tensor-variate analysis of variance. IEEE Transactions on Pattern Analysis and Machine Intelligence , 45(2):2282--2296
2023
-
[37]
Lock, E. F. (2018). Tensor-on-tensor regression. Journal of Computational and Graphical Statistics , 27(3):638--647. PMID: 30337798
2018
-
[38]
C., Abe, N., Liu, Y., and Rosset, S
Lozano, A. C., Abe, N., Liu, Y., and Rosset, S. (2009). Grouped graphical granger modeling for gene expression regulatory networks discovery. Bioinformatics , 25(12):i110--i118
2009
-
[39]
I., Bunde, A., Havlin, S., and Schellnhuber, H
Ludescher, J., Gozolchiani, A., Bogachev, M. I., Bunde, A., Havlin, S., and Schellnhuber, H. J. (2013). Improved el niño forecasting by cooperativity detection. Proceedings of the National Academy of Sciences , 110(29):11742--11745
2013
-
[40]
McPhaden, M. J. (2003). Tropical pacific ocean heat content variations and enso persistence barriers. Geophysical Research Letters , 30(9)
2003
-
[41]
and Banerjee, A
Melnyk, I. and Banerjee, A. (2016). Estimating structured vector autoregressive models. In Proceedings of the 33rd International Conference on International Conference on Machine Learning - Volume 48 , ICML'16, page 830–839. JMLR.org
2016
-
[42]
Oseledets, I. V. (2011). Tensor-train decomposition. SIAM Journal on Scientific Computing , 33(5):2295--2317
2011
-
[43]
Raskutti, G., Yuan, M., and Chen, H. (2019). Convex regularization for high-dimensional multiresponse tensor regression. The Annals of Statistics , 47(3):pp. 1554--1584
2019
-
[44]
Sarachik, E. S. and Cane, M. A. (2010). The El Niño-Southern Oscillation Phenomenon . Cambridge University Press
2010
-
[45]
Si, Y., Zhang, Y., Cai, Y., Liu, C., and Li, G. (2024). An efficient tensor regression for high-dimensional data
2024
-
[46]
and Watson, M
Stock, J. and Watson, M. (2011). Dynamic Factor Models . Oxford University Press, Oxford
2011
-
[47]
Tibshirani, R. (1996). Regression shrinkage and selection via the lasso. Journal of the Royal Statistical Society. Series B (Methodological) , 58(1):267--288
1996
-
[48]
Tucker, L. (1966). Some mathematical notes on three-mode factor analysis. Psychometrika , 31(3):279--311
1966
-
[49]
Vershynin, R. (2018). High-Dimensional Probability: An Introduction with Applications in Data Science . Cambridge Series in Statistical and Probabilistic Mathematics. Cambridge University Press
2018
-
[50]
Wainwright, M. J. (2019). High-Dimensional Statistics: A Non-Asymptotic Viewpoint . Cambridge Series in Statistical and Probabilistic Mathematics. Cambridge University Press
2019
-
[51]
Wang, D., Zheng, Y., and Li, G. (2024). High-dimensional low-rank tensor autoregressive time series modeling. Journal of Econometrics , 238(1):105544
2024
-
[52]
Wang, D., Zheng, Y., Lian, H., and Li, G. (2022). High-dimensional vector autoregressive time series modeling via tensor decomposition. Journal of the American Statistical Association , 117(539):1338--1356
2022
-
[53]
Wilms, I., Basu, S., Bien, J., and Matteson, D. S. (2023). Sparse identification and estimation of large-scale vector autoregressive moving averages. Journal of the American Statistical Association , 118:571--582
2023
-
[54]
R., and Zhou, Y
Xia, D., Zhang, A. R., and Zhou, Y. (2022). Inference for low-rank tensors—no need to debias . The Annals of Statistics , 50(2):1220 -- 1245
2022
-
[55]
Xu, J., Liu, X., Wilson, T., Tan, P.-N., Hatami, P., and Luo, L. (2018). Muscat: Multi-scale spatio-temporal learning with application to climate modeling. In IJCAI , pages 2912--2918
2018
-
[56]
and Liu, Y
Yu, R. and Liu, Y. (2016). Learning from multiway data: Simple and efficient tensor regression. In Balcan, M. F. and Weinberger, K. Q., editors, Proceedings of The 33rd International Conference on Machine Learning , volume 48 of Proceedings of Machine Learning Research , pages...
2016
-
[57]
Zhang, X., Li, L., Zhou, H., Zhou, Y., and Shen, D. (2019). Tensor generalized estimating equations for longitudinal imaging analysis. Statistica Sinica , 29(4):1977--2005
2019
-
[58]
Zhao, Q., Zhou, G., Xie, S., Zhang, L., and Cichocki, A. (2016). Tensor ring decomposition. CoRR , abs/1606.05535
2016 arXiv
-
[59]
Zheng, Y. (2024). An interpretable and efficient infinite-order vector autoregressive model for high-dimensional time series. Journal of the American Statistical Association , page To appear
2024
-
[60]
and Cheng, G
Zheng, Y. and Cheng, G. (2020). Finite-time analysis of vector autoregressive models under linear restrictions . Biometrika , 108(2):469--489
2020
-
[61]
Zhou, H., Li, L., and Zhu, H. (2013). Tensor regression with applications in neuroimaging data analysis. Journal of the American Statistical Association , 108(502):540--552
2013
-
[62]
and Zhang, R.-H
Zhou, L. and Zhang, R.-H. (2023). A self-attention–based neural network for three-dimensional multivariate modeling and its skillful enso predictions. Science Advances , 9(10):eadf2827
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.