REVIEW 4 major objections 5 minor 71 references
This paper claims that multi-way tensor imputation can be cast as kernel regression with coefficient tensors on fixed-rank tensor-train manifolds and Hadamard overparameterization, yielding automated kernel hyperparameter selection and stat
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 18:06 UTC pith:5C73DKC3
load-bearing objection Solid kernel-TT imputation method whose empirical superiority claim is undercut by test-set hyperparameter selection and missing error bars. the 4 major comments →
Kernel Regression with Tensor Trains and Hadamard Overparameterization
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms, the discovery is that an unknown data tensor Y can be modeled as a sum of terms (⊙_p U_{ν,p}) ×_1 K_ν ×_1 (⊙_q V_{ν,q}), where the U and V factors live on fixed-rank tensor-train manifolds and K_ν are Gaussian kernel matrices with learnable covariance matrices on the manifold of positive-definite matrices. Solving the resulting smooth inverse problem by Riemannian gradient descent—with retractions computed by TT-SVD and gradients orthogonally projected onto tangent spaces—the paper claims KReTTaH achieves lower NRMSE than leading tensor, Bayesian, and neural-network baselines across sampling ratios in both fMRI and edge-flow experiments, while also reducing paramete
What carries the argument
The central object is the Cartesian-product Riemannian manifold M = M_{r1}^{NK·P} × M_{r2}^{NK·Q} × (S_{D_l}^{++})^{NK}, with the model X = Σ_ν (⊙_p U_{ν,p}) ×_1 K_ν ×_1 (⊙_q V_{ν,q}). The machinery has four parts: (i) fixed-rank tensor-train manifolds constrain the coefficient tensors; (ii) Hadamard overparameterization U = ⊙_p U_p induces a quasi-norm regularizer that promotes sparsity; (iii) learnable covariance matrices C_ν on the SPD manifold replace manual kernel-bandwidth tuning; (iv) Riemannian gradient descent with Armijo line search, tangent-space projection, and TT-SVD retraction solves the smooth nonconvex problem, with every limit point a critical point of the loss.
Load-bearing premise
The model assumes every unknown entry can be represented in the span of a small set of landmark feature maps chosen from the observed data; if those landmarks do not cover the geometry of the missing entries (e.g., at very low sampling ratios), the approximation error cannot be reduced by optimization.
What would settle it
Take a tensor with known low-dimensional structure, sample entries only within a few well-separated spatial patches so that LLE landmarks cannot cover the unsampled patches, run KReTTaH at a very low sampling ratio (s=0.05), and check whether its NRMSE is no better than a simple k-NN imputation or a fixed-bandwidth kernel baseline; if so, the landmark-span assumption fails.
If this is right
- Automated kernel hyperparameter selection: learning covariance matrices on the SPD manifold removes the need for cross-validation over Gaussian bandwidths.
- Sparsity with lower storage: Hadamard overparameterization produces sparse coefficient tensors; the (1,2) setting reported to cut parameter storage by more than 40 percent while improving accuracy.
- Rank reduction: using multiple kernels allows tensor-train ranks three to eight times smaller than a single kernel, due to the additive property of tensor ranks.
- Training-data-free and interpretable: the model performs regression in an RKHS and needs no external training labels, unlike neural-network baselines.
- Joint Riemannian updates reduce sensitivity to initialization and open a path to stochastic and online learning from streaming multi-way data.
Where Pith is reading between the lines
- The landmark/navigator construction is the real bottleneck: accuracy likely tracks how well LLE plus max-min landmark selection covers the manifold of observed slices; at very low sampling ratios the landmarks may miss the geometry of missing entries, so the empirical superiority claim may not generalize.
- Because learned covariances reportedly match hand-tuned bandwidths, the SPD-manifold optimization is doing genuine work; a testable extension is to replace landmarks with a learned or adaptive landmark set and measure whether NRMSE improves further.
- Since the model is nonparametric and fitted to the observed entries themselves, the same framework should transfer to other structured sparse-tensor problems (recommender systems, sensor networks) whenever navigator data can be defined.
- The open question about the TT-SVD retraction domain makes step-size control via line search load-bearing; a direct comparison against retraction-free or projected-gradient variants would isolate that mechanism.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces KReTTaH, a kernel-regression framework for multi-way tensor imputation. Each entry of the data tensor is modeled as a sum of multi-kernel RKHS regressions, where the coefficient tensors are Hadamard products of fixed-rank tensor-train factors and the Gaussian kernel covariance matrices are learned on the SPD manifold. The inverse problem (8) is solved by Riemannian gradient descent (Algorithm 2), with partial Riemannian gradients given in Proposition 10. The method is evaluated on 4D fMRI imputation and dynamic graph edge-flow imputation against RTTC, VKBTR, NCP, STTC, S-VAR, PS, and HodgeNet, and the paper claims consistent superiority in NRMSE.
Significance. If the empirical claims can be substantiated, the contribution is significant: the paper offers a principled way to couple RKHS regression with fixed-rank TT geometry and Hadamard overparameterization, and it automates Gaussian-kernel bandwidth selection via Riemannian optimization on the SPD manifold, avoiding cross-validation. The gradient derivation in Proposition 10 appears internally consistent, and the multi-kernel extension over the authors' preliminary work is a genuine step forward. The Hadamard sparsity mechanism is also well motivated by the cited literature. However, the experimental validation as reported does not support the central 'consistently outperforms' claim because the hyperparameter-selection protocol and the lack of uncertainty quantification undermine the comparison.
major comments (4)
- [§4.1–4.2 (evaluation protocol)] The central empirical claim rests on the statement that 'All methods are finely tuned to reach their lowest NRMSE' and on grid-search selection of N_l, r1, r2, P, Q, λ, and baseline settings. The reported NRMSE is computed on the held-out missing entries, and no validation split is described. If the same test entries are used to select hyperparameters, the comparison is optimistically biased and does not measure predictive performance. The paper needs a nested validation protocol (or at least a separate validation set used identically for all methods) before the superiority claim can be accepted. The absence of code and data currently prevents an independent check of this tuning protocol.
- [§4.1–4.2, Figures 3, 7, 12] All results are reported as averages over 10 runs, without error bars, standard deviations, or significance tests. Some reported differences are small (e.g., Figure 7, BF network at s=0.1; Figure 12, KReTTaH vs. KReTTaHσ). Without uncertainty quantification, the claim of 'consistently outperforms' is not statistically supported, even under a corrected evaluation protocol. Per-run results and significance tests (or at least error bars) should be reported for every table/figure that supports a comparison claim.
- [§3.3 (landmark span assumption)] The model assumes both the regression functions f_{i1,...,im} and the feature vectors φ(µ_{im+1,...,iN}) lie in the span of the N_l landmark feature maps {φ(l_j)}. This is not the standard representer theorem, because the location parameters µ are also optimized and the landmark set is chosen by LLE/max-min selection from navigator data. If the landmarks do not cover the low-dimensional geometry of the missing entries — for example at very low sampling ratios — the representational error cannot be reduced by better optimization. The paper provides no sensitivity analysis with respect to N_l, landmark selection strategy, or sampling ratio, so the empirical generalization claim is not yet grounded.
- [§3.5 (convergence guarantees)] The paper states that by [32, Thm. 4.3.1] every limit point of Algorithm 2 is a critical point, while immediately acknowledging that M_r is not closed and limit points may leave the manifold. Since Term2 is not included in the implemented algorithm, the hypotheses of the cited convergence theorems are not verified. Similarly, the claim that 'convergence rates can also be obtained' via [32, Thm. 4.5.6] is not justified for the specific retraction and line search used here. The section should distinguish rigorously established results from empirical observations, and should state explicitly which conditions are assumed rather than proved.
minor comments (5)
- [Equation (9h)–(9i)] The contraction notation in the definition of ˜K_ν and ˜C_ν is very dense and hard to parse. A short worked scalar example or a verbal description of the contraction modes would substantially improve readability.
- [Figure 12 and §4.1] KReTTaHσ is introduced in the text only after it appears in Figure 12; define it clearly before first use, and state that for KReTTaHσ the σ_z values are tuned on the same criterion as the other hyperparameters.
- [Figure 11] The sparsity measure is defined with an arbitrary threshold 10^-3 after normalization. This is fine, but the threshold should be stated in the main text and ideally accompanied by the actual fraction of exact zeros or a sensitivity check.
- [§4.1] The λ selection is described via an L-curve, but the surrounding text says hyperparameters are selected by grid search. Clarify whether λ is part of the grid search or selected separately by the L-curve criterion, and by which criterion the other hyperparameters are selected.
- [Appendix/Notation] Minor typos and notation inconsistencies remain, e.g., 'crank TT' used in Figure 1 and Definition 5, and the unspecified use of 'n' in the line-search description of Algorithm 2. These should be cleaned up.
Circularity Check
No significant circularity: the model, gradients, and optimization are derived in-paper, and the empirical claim is checked against external baselines.
full rationale
The paper's derivation chain is self-contained. The data model (Eq. 6) is an explicit modeling ansatz; the inverse problem (Eq. 8) and Riemannian gradient formulas in Proposition 10 are derived in the paper (Appendix C) from the model and objective, not imported from the authors' prior work by fiat. The learned covariance matrices C_nu are genuine optimization variables, and the comparison against fixed-bandwidth KReTTaH_sigma is a proper ablation rather than a fitted quantity relabeled as a prediction. Self-citations to [19-21] and [28] are used for positioning and for the claimed extension to multi-way data, but they are not load-bearing for the gradient computation, convergence argument, or experimental comparison; the empirical claims are evaluated against external methods (RTTC, VKBTR, NCP, HodgeNet, S-VAR, PS, STTC) on public datasets. The concern raised by the skeptic about test-set hyperparameter selection and absent error bars is a correctness/evaluation-protocol issue, not a circularity of the derivation: no step reduces by definition to its own input. Thus the paper does not exhibit self-definitional, fitted-input-called-prediction, or self-citation-driven circularity.
Axiom & Free-Parameter Ledger
free parameters (9)
- λ (sparsity regularization weight) =
0.1 (L-curve corner, Fig. 14)
- Kernel covariance matrices C_ν =
Learned on S^{D_l}_{++}; no single reported value
- TT ranks r1, r2 =
Grid search over (1, 8r, ..., 8r, 1), r ∈ {1,...,12}; best ranks per dataset
- Hadamard factor counts P, Q =
P, Q ∈ {1,2,3}; (1,2) consistently best
- Number of landmark points N_l =
N_l ∈ {50, 100, 150} (10 l, l = 5,...,15)
- LLE embedding dimension D_l =
5 (used in Fig. 13 and experiments)
- Number of kernels N_K =
1 or 6 in experiments
- Splitting index m =
m ∈ {1,2,3} for fMRI; m = 1 for edge flows
- Graph-prior weights λ_l, λ_u =
Set to 0 in the reported best results
axioms (5)
- ad hoc to paper Regression functions f_{i1,...,im} and feature vectors φ(µ) lie in the span of the N_l landmark feature maps {φ(l_j)}.
- domain assumption TT-SVD (Algorithm 1) acts as a retraction and line-search step sizes remain small enough that iterates stay on the fixed-rank manifold M_r.
- domain assumption Riemannian gradient descent on the nonclosed fixed-rank product manifold converges to a useful critical point rather than a spurious local minimum.
- domain assumption Navigator data, LLE compression, and max-min landmark selection faithfully represent the low-dimensional geometry of the missing entries.
- domain assumption Observed entries are missing uniformly at random and are representative of the full tensor.
read the original abstract
Kernel regression with tensor trains and Hadamard overparameterization (KReTTaH) is introduced as a training-data-free, interpretable, and nonparametric framework for multi-way data imputation. The imputation problem is reformulated as regression in reproducing kernel Hilbert spaces (RKHS), where the tensor regression coefficients are explicitly constrained to lie on fixed-rank tensor-train (TT) manifolds and structured via Hadamard overparameterization to promote sparsity and high representational efficiency. Rather than relying on costly cross-validation, KReTTaH jointly optimizes the TT coefficient tensors and the kernel covariance matrices within a Riemannian product-manifold framework -- the former on fixed-rank TT manifolds, the latter on the manifold of positive-definite matrices -- thereby enabling automated kernel-hyperparameter selection. Numerical tests on two challenging applications -- imputation of high-dimensional functional magnetic resonance imaging (fMRI) data and recovery of missing edge flows in dynamic graphs -- demonstrate that KReTTaH consistently outperforms state-of-the-art tensor-, Bayesian-, and neural-network-based baselines in terms of modeling accuracy.
Figures
Reference graph
Works this paper leans on
-
[1]
Tensordecompositionforsignalprocessing andmachinelearning,
N.D.Sidiropoulos,L.DeLathauwer,X.Fu,K.Huang,E.E.Papalexakis,andC.Faloutsos,“Tensordecompositionforsignalprocessing andmachinelearning,” IEEE Trans. Signal Process.,vol.65,no.13,pp.3551–3582,2017. 19 102 Data-fidelity loss term F (log scale) 102 3 × 101 4 × 101 6 × 101 Regularization term H (log scale) = 1e-03 = 1e-02 = 5e-02 = 1e-01 = 5e-01 = 1e+00 = 1e+0...
2017
-
[2]
Tensorcompletionalgorithmsinbigdataanalytics,
Q.Song,H.Ge,J.Caverlee,andX.Hu,“Tensorcompletionalgorithmsinbigdataanalytics,” ACM Trans. Knowl. Disc. Data,vol.13, no.1,pp.1–48,Jan.2019
2019
-
[3]
Tensor-traindecomposition,
I.V.Oseledets,“Tensor-traindecomposition,” SIAM J. Sci. Comput.,vol.33,no.5,pp.2295–2317,2011
2011
-
[4]
Q.Zhao,G.Zhou,S.Xie,L.Zhang,andA.Cichocki,“Tensorringdecomposition,”arXiv:1606.05535[cs.NA],Jun.2016
Pith/arXiv arXiv 2016
-
[5]
Tensor-train decomposition for image classification problems,
D. Brandoni, “Tensor-train decomposition for image classification problems,” Ph.D. dissertation, University of Bologna, 2022. [Online].Available: https://amsdottorato.unibo.it/id/eprint/10121/3/phd_thesis_DomitillaBrandoni_final.pdf
2022
-
[6]
The Tucker and Tensor Train decompositions,
C. F. Van Loan, “The Tucker and Tensor Train decompositions,” CIME-EMS Summer School, Cetraro, Italy, Jun. 2015. [Online]. Available:https://www.dm.unibo.it/~simoncin/CIME/vanloan3.pdf
2015
-
[7]
On manifolds of tensors of fixed TT-rank,
S. Holtz, T. Rohwedder, and R. Schneider, “On manifolds of tensors of fixed TT-rank,”Numer. Math., vol. 120, no. 4, pp. 701–731, 2012
2012
-
[8]
Berlin: Springer,2022
J.W.RobbinandD.A.Salamon, Introduction to Differential Geometry. Berlin: Springer,2022
2022
-
[9]
Theoryofreproducingkernels,
N.Aronszajn,“Theoryofreproducingkernels,” Trans. Amer. Math. Soc.,vol.68,no.3,pp.337–404,1950
1950
-
[10]
Cambridge,MA:MITPress,2002
B.SchölkopfandA.J.Smola, Learning with Kernels. Cambridge,MA:MITPress,2002
2002
-
[11]
Some results on Tchebycheffian spline functions,
G. Kimeldorf and G. Wahba, “Some results on Tchebycheffian spline functions,”J. Math. Anal. Appl., vol. 33, no. 1, pp. 82–95, Jan. 1971
1971
-
[12]
Nonparametric low-rank tensor imputation,
J. A. Bazerque, G. Mateos, and G. B. Giannakis, “Nonparametric low-rank tensor imputation,” inProc. SSP, Ann Arbor, MI, Aug. 2012
2012
-
[13]
Tensor decomposition meets RKHS: Efficient algorithms for smooth andmisaligneddata,
B. W. Larsen, T. G. Kolda, A. R. Zhang, and A. H. Williams, “Tensor decomposition meets RKHS: Efficient algorithms for smooth andmisaligneddata,” arXiv preprint arXiv:2408.05677,2024
Pith/arXiv arXiv 2024
-
[14]
When bayesian tensor completion meets multioutput gaussian processes: Functional universality and rank learning,
S. Li, S. Fang, L. Cheng, F. Yin, Y.-C. Wu, P. Gerstoft, and S. Theodoridis, “When bayesian tensor completion meets multioutput gaussian processes: Functional universality and rank learning,”IEEE Transactions on Signal Processing , vol. 73, pp. 5319–5335, 2025
2025
-
[15]
Kernel-based tensor partial least squares for reconstruction of limb move- ments,
Q. Zhao, G. Zhou, T. Adalı, L. Zhang, and A. Cichocki, “Kernel-based tensor partial least squares for reconstruction of limb move- ments,”in Proc. IEEE ICASSP,Vancouver,Canada,May2013
-
[16]
Gradient-based optimization for regression in the functional tensor-train format,
A. A. Gorodetsky and J. D. Jakeman, “Gradient-based optimization for regression in the functional tensor-train format,”J. Comput. Phys.,vol.374,pp.1219–1238,2018
2018
-
[17]
Kernel Bayesian tensor ring decomposition for multiway data recovery,
Z. Huang, G. Zhou, Y. Qiu, X. Chen, and Q. Zhao, “Kernel Bayesian tensor ring decomposition for multiway data recovery,”Neural Netw.,p.107500,2025
2025
-
[18]
Györfi, M
L. Györfi, M. Kohler, A. Krzyżak, and H. Walk,A Distribution-Free Theory of Nonparametric Regression . New York: Springer, 2010
2010
-
[19]
Multilinear kernel regression and imputation via manifold learning,
D. T. Nguyen and K. Slavakis, “Multilinear kernel regression and imputation via manifold learning,”IEEE Open J. Signal Process. , vol.5,pp.1073–1088,Nov.2024
2024
-
[20]
Imputation of time-varying edge flows in graphs by multilinear kernel regression and manifoldlearning,
D. T. Nguyen, K. Slavakis, and D. Pados, “Imputation of time-varying edge flows in graphs by multilinear kernel regression and manifoldlearning,” Signal Process.,vol.237,Dec.2025
2025
-
[21]
Estimating dynamic graph flows with kernel models and Hadamard-structured Riemannian constraints,
——, “Estimating dynamic graph flows with kernel models and Hadamard-structured Riemannian constraints,” in2025 Asia Pacific 20 Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC) ,2025,pp.1538–1543
2025
-
[22]
Riemannianoptimizationforhigh-dimensionaltensorcompletion,
M.Steinlechner,“Riemannianoptimizationforhigh-dimensionaltensorcompletion,” SIAM J. Sci. Comput.,vol.38,no.5,2016
2016
-
[23]
Taking the 4D nature of fMRI data into account promises significant gains in data completion,
I. Belyaeva, S. Bhinge, Q. Long, and T. Adalı, “Taking the 4D nature of fMRI data into account promises significant gains in data completion,” IEEE Access,vol.9,pp.145334–145362,2021
2021
-
[24]
LASSO, fractional norm and structured sparse estimation using a Hadamard product parametrization,
P. D. Hoff, “LASSO, fractional norm and structured sparse estimation using a Hadamard product parametrization,”Comput. Stat. & Data Anal.,vol.115,pp.186–198,Nov.2017
2017
-
[25]
The tail-Hadamard product parametrization algorithm for compressed sensing,
G. Li, S. Li, D. Li, and C. Ma, “The tail-Hadamard product parametrization algorithm for compressed sensing,”Signal Process., vol. 205,p.108853,2023
2023
-
[26]
SPRED:solving L1 penaltywithSGD,
L.ZiyinandZ.Wang,“SPRED:solving L1 penaltywithSGD,”in Proc. ICML. Honolulu,HI:PMLR,Jul.2023
2023
-
[27]
C. Kolb, C. L. Müller, B. Bischl, and D. Rügamer, “Smoothing the edges: Smooth optimization for sparse regularization using Hadamardoverparametrization,”arXiv:2307.03571v3[cs.LG],Apr.2024
Pith/arXiv arXiv 2024
-
[28]
Kernel regression via tensor trains with Hadamard overparametrization and imputationofdynamicgraphedgeflows,
D. T. Nguyen, K. Slavakis, E. Kofidis, and D. Pados, “Kernel regression via tensor trains with Hadamard overparametrization and imputationofdynamicgraphedgeflows,”in Proc. IEEE ICASSP,Barcelona,Spain,May2026
-
[29]
LearninggeneralGaussiankernelhyperparametersofSVMsusingoptimization onsymmetricpositive-definitematricesmanifold,
H.Laanaya,F.Abdallah,H.Snoussi,andC.Richard,“LearninggeneralGaussiankernelhyperparametersofSVMsusingoptimization onsymmetricpositive-definitematricesmanifold,” Pattern Recogn. Lett.,vol.32,no.13,pp.1511–1515,2011
2011
-
[30]
Tensordecompositionsandapplications,
T.G.KoldaandB.W.Bader,“Tensordecompositionsandapplications,” SIAM Rev.,vol.51,no.3,pp.455–500,2009
2009
-
[31]
Tensor networks for dimensionality reduction and large- scale optimization—Part 1: Low-rank tensor decompositions,
A. Cichocki, N. Lee, I. Oseledets, A.-H. Phan, Q. Zhao, and D. P. Mandic, “Tensor networks for dimensionality reduction and large- scale optimization—Part 1: Low-rank tensor decompositions,”Foundations and Trends in Machine Learning , vol. 9, no. 4–5, pp. 249–429,2016
2016
-
[32]
PrincetonUniversityPress,2008
P.-A.Absil,R.Mahony,andR.Sepulchre, Optimization Algorithms on Matrix Manifolds. PrincetonUniversityPress,2008
2008
-
[33]
Geometric methods on low-rank matrix and tensor manifolds,
A. Uschmajew and B. Vandereycken, “Geometric methods on low-rank matrix and tensor manifolds,” inHandbook of Variational Methods for Nonlinear Geometric Data. Springer,2020,pp.261–313
2020
-
[34]
Nonlinear dimensionality reduction by locally linear embedding,
S. T. Roweis and L. K. Saul, “Nonlinear dimensionality reduction by locally linear embedding,”Science, vol. 290, no. 5500, pp. 2323–2326,2000
2000
-
[35]
Sparsemanifoldclusteringandembedding,
E.ElhamifarandR.Vidal,“Sparsemanifoldclusteringandembedding,” Advances in neural information processing systems,vol.24, 2011
2011
-
[36]
Using the Nyström method to speed up kernel machines,
C. Williams and M. Seeger, “Using the Nyström method to speed up kernel machines,”Advances in neural information processing systems,vol.13,2000
2000
-
[37]
Sparse multidimensional scaling using landmark points,
V. De Silva and J. B. Tenenbaum, “Sparse multidimensional scaling using landmark points,” Stanford University, Tech. Rep., Jun. 2004.[Online].Available: https://graphics.stanford.edu/courses/cs468-05-winter/Papers/Landmarks/Silva_landmarks5.pdf
2004
-
[38]
Unconstrainedparametrizationsforvariance-covariancematrices,
J.C.PinheiroandD.M.Bates,“Unconstrainedparametrizationsforvariance-covariancematrices,” Statist. Comput.,vol.6,no.3,pp. 289–296,1996
1996
-
[39]
Springer,2006
J.NocedalandS.J.Wright, Numerical optimization. Springer,2006
2006
-
[40]
Low-rank matrix completion by Riemannian optimization,
B. Vandereycken, “Low-rank matrix completion by Riemannian optimization,”SIAM Journal on Optimization , vol. 23, no. 2, pp. 1214–1236,2013
2013
-
[41]
Tensorringdecomposition: Optimizationlandscapeandone-loopconvergenceofalternatingleastsquares,
Z.Chen,Y.Li,andJ.Lu,“Tensorringdecomposition: Optimizationlandscapeandone-loopconvergenceofalternatingleastsquares,” SIAM J. Matrix Anal. Appl.,vol.41,no.3,pp.1416–1442,2020
2020
-
[42]
Riemannian preconditioned algorithms for tensor completion via tensor ring decomposition,
B. Gao, R. Peng, and Y.-X. Yuan, “Riemannian preconditioned algorithms for tensor completion via tensor ring decomposition,” Comput. Optim. Appl.,vol.88,no.2,pp.443–468,2024
2024
-
[43]
Impact oftheresolutionofbrainparcelsonconnectome-wideassociationstudiesinfMRI,
P.Bellec,Y.Benhajali,F.Carbonell,C.Dansereau,G.Albouy,M.Pelland,C.Craddock,O.Collignon,J.Doyon,E.Stip et al.,“Impact oftheresolutionofbrainparcelsonconnectome-wideassociationstudiesinfMRI,” Neuroimage,vol.123,pp.212–228,2015
2015
-
[44]
BOLD5000, a public fMRI dataset while viewing 5000 visualimages,
N. Chang, J. A. Pyles, A. Marcus, A. Gupta, M. J. Tarr, and E. M. Aminoff, “BOLD5000, a public fMRI dataset while viewing 5000 visualimages,” Sci. Data,vol.6,no.1,p.49,2019
2019
-
[45]
fMRIPrep: arobustpreprocessingpipelineforfunctionalMRI,
O. Esteban, C. J. Markiewicz, R. W. Blair, C. A. Moodie, A. I. Isik, A. Erramuzpe, J. D. Kent, M. Goncalves, E. DuPre, M. Snyder et al.,“fMRIPrep: arobustpreprocessingpipelineforfunctionalMRI,” Nature Meth.,vol.16,no.1,pp.111–116,2019
2019
-
[46]
Data adaptive RKHS Tikhonov regularization for learning kernels in operators,
F. Lu, Q. Lang, and Q. An, “Data adaptive RKHS Tikhonov regularization for learning kernels in operators,” inMathematical and Scientific Machine Learning. PMLR,2022,pp.158–172
2022
-
[47]
CambridgeUniversityPress,2010
P.J.Giblin, Graphs, Surfaces, and Homology,3rded. CambridgeUniversityPress,2010
2010
-
[48]
HodgeLaplaciansongraphs,
L.-H.Lim,“HodgeLaplaciansongraphs,” SIAM Rev.,vol.62,no.3,pp.685–715,2020
2020
-
[49]
Signal processing on higher-order networks: Livin’ on the edge...andbeyond,
M. T. Schaub, Y. Zhu, J.-B. Seby, T. M. Roddenberry, and S. Segarra, “Signal processing on higher-order networks: Livin’ on the edge...andbeyond,” Signal Process.,vol.187,Oct.2021
2021
-
[50]
Topological signal processing over simplicial complexes,
S. Barbarossa and S. Sardellitti, “Topological signal processing over simplicial complexes,”IEEE Trans. Signal Process., vol. 68, pp. 2992–3007,Mar.2020
2020
-
[51]
Networksbeyondpairwiseinteractions: Structureanddynamics,
F.Battiston,G.Cencetti,I.Iacopini,V.Latora,M.Lucas,A.Patania,J.-G.Young,andG.Petri,“Networksbeyondpairwiseinteractions: Structureanddynamics,” Phys. Rep.,vol.874,pp.1–92,2020
2020
-
[52]
Simplicial vector autoregressive models,
J. Krishnan, R. Money, B. Beferull-Lozano, and E. Isufi, “Simplicial vector autoregressive models,”IEEE Trans. Signal Process. , vol.72,pp.5454–5469,Nov.2024
2024
-
[53]
Evolutionbackcastingofedgeflowsfrompartialobservationsusingsimplicial vectorautoregressivemodels,
R.Money,J.Krishnan,B.Beferull-Lozano,andE.Isufi,“Evolutionbackcastingofedgeflowsfrompartialobservationsusingsimplicial vectorautoregressivemodels,”in Proc. IEEE ICASSP,Seoul,Korea,Apr.2024
2024
-
[54]
Hodge-compositional edge Gaussian processes,
M. Yang, V. Borovitskiy, and E. Isufi, “Hodge-compositional edge Gaussian processes,” inInternational Conference on Artificial Intelligence and Statistics. PMLR,2024,pp.3754–3762. 21
2024
-
[55]
Simplicial neural networks,
S. Ebli, M. Defferrard, and G. Spreemann, “Simplicial neural networks,” inTopological Data Analysis and Beyond workshop at NeurIPS,2020
2020
-
[56]
Principledsimplicialneuralnetworksfortrajectoryprediction,
T.M.Roddenberry,N.Glaze,andS.Segarra,“Principledsimplicialneuralnetworksfortrajectoryprediction,”in Proc. ICML. PMLR, 2021,pp.9020–9029
2021
-
[57]
Simplicialconvolutionalneuralnetworks,
M.Yang,E.Isufi,andG.Leus,“Simplicialconvolutionalneuralnetworks,”in Proc. IEEE ICASSP,2022,pp.8847–8851
2022
-
[58]
Simplicial complex neural networks,
H. Wu, A. Yip, J. Long, J. Zhang, and M. K. Ng, “Simplicial complex neural networks,”IEEE Transactions on Pattern Analysis and Machine Intelligence,vol.46,no.1,pp.561–575,2024
2024
-
[59]
Position: Topologicaldeeplearningisthenewfrontierforrelationallearning,
T.Papamarkou,T.Birdal,M.M.Bronstein,G.E.Carlsson,J.Curry,Y.Gao,M.Hajij,R.Kwitt,P.Lio,P.DiLorenzo et al.,“Position: Topologicaldeeplearningisthenewfrontierforrelationallearning,”in Proc. ICML,Vienna,Austria,Jul.2024
2024
-
[60]
Transportation networks for research,
Transportation Networks for Research Core Team, “Transportation networks for research,” accessed: Nov. 23, 2024. [Online]. Available:https://github.com/bstabler/TransportationNetworks
2024
-
[61]
UXsim: LightweightmesoscopictrafficflowsimulatorinpurePython,
T.Seo,“UXsim: LightweightmesoscopictrafficflowsimulatorinpurePython,” J. Open Source Softw.,vol.10,no.106,Feb.2025
2025
-
[62]
Signal processing on product spaces,
T. M. Roddenberry, V. P. Grande, F. Frantzen, M. T. Schaub, and S. Segarra, “Signal processing on product spaces,” inProc. IEEE ICASSP,RhodesIsland,Greece,Jun.2023
2023
-
[63]
HodgeNet: Graphneuralnetworksforedgedata,
T.M.RoddenberryandS.Segarra,“HodgeNet: Graphneuralnetworksforedgedata,”in Proc. ACSSC,PacificGrove,CA,Nov.2019
2019
-
[64]
Robusttensorringdecompositionforurbantrafficdataimputation,
L.Yu,C.Guan,H.Wang,Y.He,W.Cao,andC.-S.Leung,“Robusttensorringdecompositionforurbantrafficdataimputation,” IEEE Trans. Intell. Transp. Syst.,vol.26,no.6,pp.8707–8719,Jun.2025
2025
-
[65]
Tensordenoisingusinglow-ranktensortraindecomposition,
X.Gong,W.Chen,J.Chen,andB.Ai,“Tensordenoisingusinglow-ranktensortraindecomposition,” IEEE Signal Processing Letters, vol.27,pp.1685–1689,2020
2020
-
[66]
MosttensorproblemsareNP-hard,
C.J.HillarandL.-H.Lim,“MosttensorproblemsareNP-hard,” Journal of the ACM (JACM),vol.60,no.6,pp.1–39,2013
2013
-
[67]
Projection-likeretractionsonmatrixmanifolds,
P.-A.AbsilandJ.Malick,“Projection-likeretractionsonmatrixmanifolds,” SIAM Journal on Optimization,vol.22,no.1,pp.135–158, 2012
2012
-
[68]
Time integration of tensor trains,
C. Lubich, I. V. Oseledets, and B. Vandereycken, “Time integration of tensor trains,”SIAM Journal on Numerical Analysis , vol. 53, no.2,pp.917–941,2015
2015
-
[69]
quasi-optimal
N.Boumal, An introduction to optimization on smooth manifolds. CambridgeUniversityPress,2023. A Background on Tensor Trains Fact 11([3,Thm.2.1]) . Given r := (1, r1, . . . , rN , 1)2 NN +1 ∗ ,any X2 RI1×···×IN hasaTTD A∗ X ,r. Computing A∗ X ,r is an NP-hard problem in general [66]. The TT singular value decomposition (TT-SVD) [3]—see Algo- rithm 1—comput...
2023
-
[70]
Cν isderivedbythechainruleofdifferentiationasfollows ∂L ∂X (i1,
TheEuclideangradientw.r.t. Cν isderivedbythechainruleofdifferentiationasfollows ∂L ∂X (i1, . . . , iN ) = PΩ(X Y)(i1, . . . , iN ) + ∂R ∂X (i1, . . . , iN ) = ∆(i1, . . . , iN ) , (15a) ∂X (i1, . . . , iN ) ∂Kν(j, j′) = Uν(i1, . . . , im, j)Vν(j′, im+1, . . . , iN ) , (15b) ∂L ∂Kν(j, j′) = X i1,...,iN ∂L ∂X (i1, . . . , iN ) ∂X (i1, . . . , iN ) ∂Kν(j, j′...
-
[71]
Therefore,theEuclideangradientw.r.t
Notice that the mapUν,p7! (Uν,p Uν,̸=p) 1 Kν 1 Vν is a linear map w.r.t.Uν,p when Uν,̸=p, Vν, and Kν areconsideredfixed. Therefore,theEuclideangradientw.r.t. Uν,p is rUν,pL(Θ) =rUν,p(F +R)(Uν,p) + λUν,p (15m) = rX (F +R)(X ) m+1,...,N m+1,...,N Vν 1 Kν Uν,̸=p + λUν,p (15n) = ∆ m+1,...,N m+1,...,N Vν 1 Kν Uν,̸=p + λUν,p . (15o) Bysimilararguments,theEuclid...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.