REVIEW 3 major objections 4 minor 49 references
Topological Adaptive Least Mean Squares Algorithms over Simplicial Complexes
T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that classical LMS adaptive filters can be lifted from graphs to simplicial complexes, giving an online algorithm to learn and predict streaming edge-flow signals from partially sampled edges.
desk verdict Solid incremental extension of graph-LMS to simplicial complexes; the analysis is standard, the caveat is admitted, and the paper deserves a serious referee. 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 machinery is the pair of Hodge shift operators attached to a two-dimensional simplicial complex (a combinatorial space made of vertices, edges, and triangles): the lower Laplacian $L_d$ propagates an edge signal to edges sharing a vertex, while the upper Laplacian $L_u$ propagates it to edges that co-bound a common triangle. These operators build the regressor matrix $X(n)=[x(n), L_u x(n-1), \ldots, L_u^M x(n-M), L_d x(n-1), \ldots, L_d^M x(n-M)]$, whose rows each edge can compute locally. The update $h(n+1)=h(n)+\mu X^T(n)D(n)(y(n)-X(n)h(n))$ is the classical LMS gradient step with the sampled regressors $D(n)X(n)$. The stochastic analysis then reduces the algorithm to the covariance $C_X(p)=\mathbb{E}\{X^T(n)D(n)X(n)\}$: stability depends on $\lambda_{\max}(C_X)$, steady-state error on $\mathrm{Tr}(G(p)C_X^{-1})$, and convergence speed on $\lambda_{\min}(C_X)$, with the Kronecker-product approximation $F\approx Q^T\otimes Q^T$, $Q=I-\mu C_X$, converting the mean-square recursion into the closed-form steady-state expression of Theorem 1.
What would settle it
Run Topo-LMS on data generated by the paper's model (8) with strongly autocorrelated input, e.g. an AR(1) process with coefficient close to one, and compare measured steady-state MSD and convergence rate with formulas (32) and (34); a gap that grows with the autocorrelation would show those closed-form expressions depend essentially on temporal whiteness.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that the stochastic recursion $h(n+1)=h(n)+\mu X^T(n)D(n)(y(n)-X(n)h(n))$ is a valid adaptive estimator for edge-flow signals over a two-dimensional simplicial complex. Under Assumptions 1-3 (independent sampling, wide-sense stationarity, and temporally white regressors $D(n)X(n)$), Theorem 1 states that the recursion converges in the mean whenever $0<\mu<2/\lambda_{\max}(C_X(p))$, that for small $\mu$ its mean-square convergence rate is $\alpha\simeq 1-2\mu\lambda_{\min}(C_X(p))$, and that its steady-state MSD is $\frac{\mu}{2}\mathrm{Tr}(G(p)C_X(p)^{-1})+O(\mu^2)$. The matrices $C_X(p)$ and $G(p)$ are second-order statistics of the sampled, shifted edge signals, so the formulas connect convergence behavior directly to topology and sampling. The paper further claims that the sampling probabilities $p$ can be chosen by minimizing $\mathbf{1}^T p$ under MSD and convergence constraints (via a convex relaxation), that an alternating stochastic gradient procedure with a hard-thresholding proximal step recovers true triangle indicators $t^o$, and that the distributed adapt-then-combine version converges in the mean if the communication matrix is irreducible and at least one edge agent has non-singular local covariance (Theorem 2).
Load-bearing premise
The load-bearing premise is Assumption 3: the sampled regressors $D(n)X(n)$ are treated as temporally white and independent across time, even though the model builds them from delayed copies of the same signal $x(n)$, so the analysis's closed-form MSD and convergence-rate formulas are only exact under a condition the model itself violates.
Editorial extensions
If this is right
- If the central results hold, a practitioner can run Topo-LMS on a partially observed network and know in advance which step sizes are stable and how much steady-state error to expect, using only the sampled covariance $C_X(p)$.
- The sampling design becomes an engineering tool: solving the convex relaxation of the sampling problem gives the cheapest set of edges to observe while meeting prescribed targets on convergence speed and steady-state MSD.
- When only the graph of the network is known, the alternating algorithm can recover which triples of nodes actually form triangles, and can re-learn that set when the topology changes over time.
- The distributed diffusion variant allows prediction to be performed at the edge level with neighbors exchanging only local estimates, and converges in the mean even when most agents have singular local covariance, as long as one agent per connected component observes enough information.
- On the evaluated traffic data, the topology-aware filter predicts future edge flows with lower normalized error than the Edge-Laplacian/graph-only LMS baseline, in both centralized and distributed forms.
Reading between the lines
- Editorial extension: the same recursion should carry over to signals on triangles or vertices by replacing $L_u,L_d$ with the Hodge Laplacians of the corresponding order, and the paper states the theory extends to regular cell complexes; testing on triangle-valued flow data would check that generality.
- Editorial extension: because the paper concedes that Assumption 3 is not strictly verified by its own lagged model, the closed-form MSD and rate formulas should be treated as small-step-size approximations for strongly correlated inputs; a data-driven check with an AR(1) input would quantify the deviation.
- Editorial extension: the sampling optimization is solved offline, but the same objective could be run online to adapt $p$ as signal statistics drift, turning the static design into a control policy for data acquisition.
- Editorial extension: the reported gains over graph-only LMS could be probed further by comparing against simplicial vector-autoregressive and Kalman baselines, which would isolate whether triangles or the LMS tracking mechanism drive the improvement.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Topo-LMS, an adaptive least-mean-squares algorithm for estimating the coefficients of simplicial FIR filters from streaming, partially observed edge-flow signals on two-dimensional simplicial complexes. The authors derive mean and mean-square recursions under stated stochastic assumptions, obtain closed-form expressions for the steady-state MSD and convergence rate (Theorem 1), and use these expressions to formulate an edge-sampling probability design problem with a convex relaxation. They further propose an alternating adaptive method for joint filter estimation and triangle (upper adjacency) topology inference, and a distributed diffusion variant of Topo-LMS with its own stability analysis (Theorem 2). The theoretical results are tested on synthetic data and on German DFN traffic measurements, where the proposed methods are compared favorably with a graph-only Edge-Laplacian LMS baseline. The central theoretical claims are the stability condition 0 < mu < 2/lambda_max(C_X), the MSD formula mu/2 Tr(G C_X^{-1}) + O(mu^2), and the rate approximation 1 - 2 mu lambda_min(C_X), together with the sampling design built on them.
Significance. If the central results were fully rigorous for the model in (8), this would be a useful and timely extension of graph-based adaptive LMS methods to higher-order topological domains: it provides a closed-form stability condition, steady-state MSD and convergence-rate analysis, a principled (if approximate) optimal sampling scheme, a joint topology-inference procedure, and a distributed diffusion algorithm. The paper is also clearly written and builds on a sensible modeling framework. It deserves credit for stating explicit assumptions and for including both synthetic and real-data validation of the algorithmic variants. However, the load-bearing theoretical analysis rests on Assumption 3 (temporally white regressors), which the paper itself concedes is not verified by the generative model (8), and the proof of Theorem 1 additionally replaces the exact matrix F by an approximation before computing the infinite sum that defines the steady-state MSD. The sampling design in Section III.C is calibrated entirely on these approximate expressions.
major comments (3)
- [Sec. III.B, Assumption 3, Eqs. (8)-(9)] Assumption 3 (temporally white regressors) is violated by the generative model in (8). Since X(n) in (9) is [x(n), Lu x(n-1), ..., Ld^M x(n-M)], consecutive regressors share delayed signal blocks: for example, x(n-1) appears both as the second block of X(n) and as the first block of X(n-1), so Cov(X(n),X(n-1)) contains terms proportional to C_x(1), which is generally nonzero under Assumption 2. The paper explicitly states that 'Even if Assumption 3 is not strictly verified in model (8)'. Because the mean recursion (24), the variance recursion (26), and Theorem 1's MSD formula (32) and rate (34) all rely on the independence of Q(n) from e_h(n) and on replacing E[Q^T(n)Sigma Q(n)] by Q^T Sigma Q, these closed-form results are not guaranteed for the actual data model. The same gap propagates to the sampling constraints (35b)-(35c). I ask the authors to either prove the analysis under assumptions compatible with (8), or explicitly label Theorem 1 and the sampling design as approximate and support this by numerical experiments that quantify the mismatch for correlated regressors.
- [Sec. III.B and Appendix A, Eqs. (29)-(32), (62)-(64)] Even granting Assumption 3, the derivation of the closed-form MSD in Theorem 1 replaces F = E[Q^T(n) ⊗ Q^T(n)] by Q^T ⊗ Q^T before computing (I - F)^{-1}. This substitution is stated to be accurate for sufficiently small mu, but no error bound is provided. Consequently, the O(mu^2) remainder in (32) and the rate approximation (34) are formal rather than proven: the exact F depends on fourth-order moments of the flow signals, and the analysis never quantifies the difference between the exact and approximate F. A perturbation bound in terms of mu, the fourth-order cumulants, and the spectral structure of C_X would be needed to turn (29)-(34) into a rigorous theorem. Without such a bound, the 'closed-form' steady-state MSD is an approximation whose accuracy is only asserted.
- [Sec. III.C, Eqs. (35)-(37) and Sec. VI.B] The optimal sampling design is calibrated on the MSD and rate expressions in (32) and (34), whose status is heuristic under the actual model (8) for the reasons given above. Thus constraints (b) and (c) in (35) and (37) do not supply certified guarantees on convergence rate or steady-state MSD for the data model used in the experiments. The numerical validation in Section VI.B also generates data from model (8) and checks only that the achieved MSD satisfies the target gamma; it does not compare the optimized sampling probabilities against alternative sampling schemes, nor does it report the true value of lambda_min(C_X(p)) or the approximation error in (34). I recommend adding such comparisons and explicitly stating which parts of the sampling methodology are heuristic if the theoretical gap remains.
minor comments (4)
- [Notation paragraph] The notation for matrix rows and columns is garbled: the manuscript prints both the i-th row and the i-th column of A as [A]_i. Please disambiguate, e.g., with [A]_i,: and [A]_:,i.
- [Appendix B] In the proof of Lemma 1, comparing F(0) <= F(v_i) leads to v_i <= sqrt(2 lambda_0); the text states 'v_i <= sqrt(2 lambda_1)', which is a typo.
- [Sec. VI.A and Sec. VI.D] Section VI.A refers to a construction procedure 'from Sec. VA'; the intended cross-reference is to Section VI.A itself. Also, in Section VI.D, the word 'unsing' should be 'using'.
- [Sec. III.C, Eq. (37)] The ratio Tr(G(p))/lambda_min(C_X(p)) is described as defining a pseudo-convex map whose sublevel sets are convex. The arguments given only establish convexity of the sublevel sets (i.e., quasi-convexity), and the reformulated constraint is directly convex; the terminology should be corrected or the standard convexity argument should be used.
Circularity Check
No load-bearing circularity: the LMS analysis and MSD formulas are derived from stated assumptions rather than fitted to data, and the traffic-data comparison is external; the minor self-reference is the preliminary-version citation [1] and a synthetic sampling validation that reuses the same design model.
full rationale
The derivation chain is self-contained. Theorem 1 (Sec. III.B-C, Appendix A) starts from the Topo-LMS recursion (19), defines the error recursion (21), and under Assumptions 1-3 obtains (24), (26), (29), and then (31), from which (32) and (34) follow by standard Kronecker-product expansions; these are consequences of the algorithm's definition, not restatements of an assumed conclusion. The optimal sampling problem (35)-(37) is an optimization over the derived MSD and rate expressions, and Sec. VI.B validates it by generating data from the same model (8) with the optimized probabilities; this is a self-consistent design check, not a prediction reduced to a fit. The real-data experiments (Sec. VI.A and VI.D) compare against a graph-only Edge-Laplacian LMS baseline on held-out traffic snapshots, so the performance claim has independent empirical content. The paper's citations to the authors' own preliminary work [1] and related TSP papers are motivational and background; no uniqueness theorem or ansatz is imported from [1] to force the conclusion. The one admitted limitation is Assumption 3 (Sec. III.B): 'Even if Assumption 3 is not strictly verified in model (8)', and the analogous Assumption 4 in Sec. V.A; this means the closed-form MSD and convergence rate are heuristic under the generative model (9), because consecutive regressors share delayed signals. That is a correctness and assumption gap, not a circular step: the formulas are not equivalent to their inputs by construction. Accordingly, no specific circular reduction meeting the quote-and-exhibit standard was found; the score reflects only the minor, non-load-bearing self-citation and the self-referential synthetic sampling validation.
Assumptions & free parameters
free parameters (3)
- Step-size μ =
10^-2 (centralized synthetic), 10^-4 and 10^-1 (real data), 10^-2 (distributed)
- Regularization thresholds λ0, λ1 =
0.1
- Filter order M =
M = 2 or 3 in experiments
assumptions (8)
- domain assumption Assumption 1: the sampling variables d_i(l) are spatially and temporally independent.
- domain assumption Assumption 2: the signal x(n) is zero-mean wide-sense stationary.
- ad hoc to paper Assumption 3: D(n)X(n) is temporally white with covariance CX.
- domain assumption Assumption 4: local regressors zi(n) are temporally white.
- domain assumption Small step-size approximation: F=E{Q^T(n)⊗Q^T(n)} ≈ Q^T⊗Q^T, neglecting higher-order powers of μ.
- domain assumption The observed edge signal is generated by the simplicial FIR model (8) with known Laplacians (or estimated upper Laplacian for topology inference).
- standard math Lemma 2 matrix expansion (I - μZ)^{-1} = I + μR(μ) with bounded R(μ).
- ad hoc to paper Convexity/pseudo-convexity of the relaxed sampling problem (37).
Cite this review
Pith. "Pith review of Topological Adaptive Least Mean Squares Algorithms over Simplicial Complexes." pith.science (2026). https://pith.science/paper/IWH6775Q
@misc{pith2026250523160,
author = {Pith},
title = {Pith review of: Topological Adaptive Least Mean Squares Algorithms over Simplicial Complexes},
year = {2026},
howpublished = {\url{https://pith.science/paper/IWH6775Q}},
note = {Machine review of arXiv:2505.23160}
}
read the original abstract
This paper introduces a novel adaptive framework for processing dynamic flow signals over simplicial complexes, extending classical least-mean-squares (LMS) methods to high-order topological domains. Building on discrete Hodge theory, we present a topological LMS algorithm that efficiently processes streaming signals observed over time-varying edge subsets. We provide a detailed stochastic analysis of the algorithm, deriving its stability conditions, steady-state mean-square-error, and convergence speed, while exploring the impact of edge sampling on performance. We also propose strategies to design optimal edge sampling probabilities, minimizing rate while ensuring desired estimation accuracy. Assuming partial knowledge of the complex structure (e.g., the underlying graph), we introduce an adaptive topology inference method that integrates with the proposed LMS framework. Additionally, we propose a distributed version of the algorithm and analyze its stability and mean-square-error properties. Empirical results on synthetic and real-world traffic data demonstrate that our approach, in both centralized and distributed settings, outperforms graph-based LMS methods by leveraging higher-order topological features.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Topological adaptive learning over cell complexes,
L. Marinucci, C. Battiloro, and P. Di Lorenzo, “Topological adaptive learning over cell complexes,” in2024 32nd European Signal Processing Conference (EUSIPCO). IEEE, 2024, pp. 832–836
work page 2024
-
[2]
Signal processing and learning over topological spaces,
C. Battiloro, “Signal processing and learning over topological spaces,” EURASIP Library of PHD Theses, 2024
work page 2024
-
[3]
From networks to optimal higher-order models of complex systems,
R. Lambiotte, M. Rosvall, and I. Scholtes, “From networks to optimal higher-order models of complex systems,”Nature physics, vol. 15, no. 4, pp. 313–320, 2019
2019
-
[4]
A graph signal processing perspective on functional brain imaging,
W. Huang, T. A. W. Bolton, J. D. Medaglia, D. S. Bassett, A. Ribeiro, and D. Van De Ville, “A graph signal processing perspective on functional brain imaging,”Proc. of the IEEE, vol. 106, no. 5, pp. 868–885, 2018
work page 2018
-
[5]
Graph signal processing: Overview, challenges, and applications,
A. Ortega, P. Frossard, J. Kovaˇcevi´c, J. MF Moura, and P. Vandergheynst, “Graph signal processing: Overview, challenges, and applications,”Pro- ceedings of the IEEE, vol. 106, no. 5, pp. 808–828, 2018
work page 2018
-
[6]
Graph filters for signal processing and machine learning on graphs,
E. Isufi, F. Gama, D. I. Shuman, and S. Segarra, “Graph filters for signal processing and machine learning on graphs,”IEEE Transactions on Signal Processing, 2024
work page 2024
-
[7]
Signal processing on higher-order networks: Livin’on the edge... and beyond,
M. T. Schaub, Y . Zhu, J.B. Seby, T. M. Roddenberry, and S. Segarra, “Signal processing on higher-order networks: Livin’on the edge... and beyond,”Signal Processing, vol. 187, pp. 108149, 2021
work page 2021
-
[8]
A novel simplicial complex representation of social media texts: The case of twitter,
Y . Ghahremani and B. Amiri, “A novel simplicial complex representation of social media texts: The case of twitter,”Chaos, Solitons and Fractals, vol. 173, pp. 113642, 08 2023
work page 2023
Show all 49 references
-
[9]
Topological signal processing over simplicial complexes,
S. Barbarossa and S. Sardellitti, “Topological signal processing over simplicial complexes,”IEEE Trans. on Signal Processing, vol. 68, pp. 2992–3007, 2020
2020
-
[10]
Signal processing on simplicial complexes with vertex signals,
R. Ghorbanchian, J. G. Restrepo, J. J. Torres, and G. Bianconi, “Signal processing on simplicial complexes with vertex signals,”Communications Physics, vol. 4, no. 1, pp. 120, 2021
2021
-
[11]
Signal processing on cell complexes,
T. M. Roddenberry, M. T. Schaub, and M. Hajij, “Signal processing on cell complexes,” inProc. of IEEE International Conference on Acoustics, Speech and Signal Processing, 2022, pp. 8852–8856
2022
-
[12]
Combinatorial Laplacians of simplicial complexes,
T. E. Goldberg, “Combinatorial Laplacians of simplicial complexes,” Senior Thesis, Bard College, 2002
2002
-
[13]
Topological slepians: Maximally localized representations of signals over simplicial complexes,
C. Battiloro, P. Di Lorenzo, and S. Barbarossa, “Topological slepians: Maximally localized representations of signals over simplicial complexes,” inICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2023, pp. 1–5
2023
-
[14]
Topological signal processing: Making sense of data building on multiway relations,
S. Barbarossa and S. Sardellitti, “Topological signal processing: Making sense of data building on multiway relations,”IEEE Signal Processing Magazine, vol. 37, no. 6, pp. 174–183, 2020
2020
-
[15]
Simplicial convolutional filters,
M. Yang, E. Isufi, M. T. Schaub, and G. Leus, “Simplicial convolutional filters,”IEEE Trans. on Signal Processing, vol. 70, pp. 4633–4648, 2022
2022
-
[16]
Topological dictionary learning,
Grimaldi E., Battiloro C., and Di Lorenzo P., “Topological dictionary learning,”arXiv preprint, 2025
2025
-
[17]
Architectures of topological deep learning: A survey of message-passing topological neural networks,
M. Papillon, S. Sanborn, M. Hajij, and N. Miolane, “Architectures of topological deep learning: A survey of message-passing topological neural networks,”arXiv preprint, 2024
2024
-
[18]
Generalized simplicial attention neural networks,
C. Battiloro, L. Testa, L. Giusti, S. Sardellitti, P. Di Lorenzo, and S. Barbarossa, “Generalized simplicial attention neural networks,”IEEE Transactions on Signal and Information Processing over Networks, 2024
2024
-
[19]
Weisfeiler and Lehman go topological: Message passing simplicial networks,
C. Bodnar, F. Frasca, Y . Guang Wang, N. Otter, G. Montufar, P. Liò, and M. M. Bronstein, “Weisfeiler and Lehman go topological: Message passing simplicial networks,” inICLR 2021 Workshop on Geometrical and Topological Representation Learning, 2021
2021
-
[20]
Simplicial attention networks,
G. Christopher, W. Jin, C. Bodnar, and P. Liò, “Simplicial attention networks,”arXiv preprint arXiv:2204.09455, 2022
2022 arXiv
-
[21]
Learning power grid outages with higher-order topological neural networks,
Y . Chen, R. A. Jacob, Y . R. Gel, Jie Zhang, and H. V . Poor, “Learning power grid outages with higher-order topological neural networks,”IEEE Transactions on Power Systems, vol. 39, no. 1, pp. 720–732, 2024
2024
-
[22]
From latent graph to latent topology inference: Differentiable cell complex module,
C. Battiloro, I. Spinelli, L. Telyatnikov, M. Bronstein, S. Scardapane, and P. Di Lorenzo, “From latent graph to latent topology inference: Differentiable cell complex module,”arXiv preprint, 2023
2023
-
[23]
A. H. Sayed,Adaptive filters, John Wiley & Sons, 2011
2011
-
[24]
Adaptation, learning, and optimization over networks,
A. H. Sayed, “Adaptation, learning, and optimization over networks,” Foundations and Trends® in Machine Learning, vol. 7, 2014
2014
-
[25]
H Sayed,Inference and Learning from Data: Learning, vol
A. H Sayed,Inference and Learning from Data: Learning, vol. 3, Cambridge University Press, 2022
2022
-
[26]
Online graph learning from sequential data,
S. Vlaski, H. P. Mareti ´c, R. Nassif, P. Frossard, and A. H. Sayed, “Online graph learning from sequential data,” in2018 IEEE Data Science Workshop (DSW), 2018, pp. 190–194
2018
-
[27]
Adaptive least mean squares estimation of graph signals,
P. Di Lorenzo, S. Barbarossa, P. Banelli, and S. Sardellitti, “Adaptive least mean squares estimation of graph signals,”IEEE Trans. on Signal and Information Proc. over Networks, vol. 2, no. 4, pp. 555–568, 2016
2016
-
[28]
Observing and tracking bandlimited graph processes from sampled measurements,
E. Isufi, P. Banelli, P. Di Lorenzo, and G. Leus, “Observing and tracking bandlimited graph processes from sampled measurements,”Signal Processing, vol. 177, pp. 107749, 2020
2020
-
[29]
Adaptive graph signal processing: Algorithms and optimal sampling strategies,
P. Di Lorenzo, P. Banelli, E. Isufi, S. Barbarossa, and G. Leus, “Adaptive graph signal processing: Algorithms and optimal sampling strategies,” IEEE Trans. on Signal Processing, vol. 66, no. 13, pp. 3584–3598, 2018
2018
-
[30]
Distributed adaptive learning of graph signals,
P. Di Lorenzo, P. Banelli, S. Barbarossa, and S. Sardellitti, “Distributed adaptive learning of graph signals,”IEEE Transactions on Signal Processing, vol. 65, no. 16, pp. 4193–4208, 2017
2017
-
[31]
Distributed diffusion adaptation over graph signals,
R. Nassif, C. Richard, J. Chen, and A. H. Sayed, “Distributed diffusion adaptation over graph signals,” inProc. of ICASSP, 2018, pp. 4129–4133
2018
-
[32]
Online distributed learning over graphs with multitask graph-filter models,
F. Hua, R. Nassif, C. Richard, H. Wang, and A. H. Sayed, “Online distributed learning over graphs with multitask graph-filter models,”IEEE Trans. on Sig. and Inform. Proc. over Networks, vol. 6, pp. 63–77, 2020
2020
-
[33]
Topological signal processing and learning: Recent advances and future challenges,
E. Isufi, G. Leus, B. Beferull-Lozano, S. Barbarossa, and P. Di Lorenzo, “Topological signal processing and learning: Recent advances and future challenges,”Signal Processing, 2025
2025
-
[34]
Online edge flow imputation on networks,
R. Money, J. Krishnan, B. Beferull-Lozano, and E. Isufi, “Online edge flow imputation on networks,”IEEE Signal Processing Letters, vol. 30, pp. 115–119, 2023
2023
-
[35]
Kalman filtering for simplicial processes,
R. Money, M. Sabbaqi, J. Krishnan, B. Beferull-Lozano, and E. Isufi, “Kalman filtering for simplicial processes,” in2024 58th Asilomar Conference on Signals, Systems, and Computers, 2024, pp. 49–53
2024
-
[36]
Online edge flow prediction over expanding simplicial complexes,
M. Yang, B. Das, and E. Isufi, “Online edge flow prediction over expanding simplicial complexes,” inProc. of ICASSP, 2023, pp. 1–5
2023
-
[37]
Adaptive joint estimation of temporal vertex and edge signals,
Y . Yan, T. Xie, and E. E. Kuruoglu, “Adaptive joint estimation of temporal vertex and edge signals,”IEEE Transactions on Signal and Information Processing over Networks, pp. 1–15, 2025
2025
-
[38]
Simplicial vector autoregressive models,
J. Krishnan, R. Money, B. Beferull-Lozano, and E. Isufi, “Simplicial vector autoregressive models,”IEEE Transactions on Signal Processing, vol. 72, pp. 5454–5469, 2024
2024
-
[39]
Hatcher,Algebraic topology, Cambridge University Press, 2002
A. Hatcher,Algebraic topology, Cambridge University Press, 2002
2002
-
[40]
Hodge Laplacians on graphs,
L. Lim, “Hodge Laplacians on graphs,”Siam Review, vol. 62, no. 3, pp. 685–715, 2020
2020
-
[41]
Convolutional learning on simplicial complexes,
M. Yang and E. Isufi, “Convolutional learning on simplicial complexes,” arXiv preprint arXiv:2301.11163, 2023
2023 arXiv
-
[42]
Trace bounds on the solution of the algebraic matrix riccati and lyapunov equation,
W. Sheng-De, K. Te-Son, and H. Chen-Fa, “Trace bounds on the solution of the algebraic matrix riccati and lyapunov equation,”IEEE Transactions on Automatic Control, vol. 31, no. 7, pp. 654–656, 1986
1986
-
[43]
Avriel, W
M. Avriel, W. E. Diewert, S. Schaible, and I. Zang,Generalized Concavity, Society for Industrial and Applied Mathematics, 2010
2010
-
[44]
Boyd and L
S. Boyd and L. Vandenberghe,Convex optimization, Cambridge university press, 2004
2004
-
[45]
Distributed signal processing and optimization based on in-network subspace projections,
P. Di Lorenzo, S. Barbarossa, and S. Sardellitti, “Distributed signal processing and optimization based on in-network subspace projections,” IEEE Trans. on Signal Processing, vol. 68, pp. 2061–2076, 2020
2020
-
[46]
Diffusion LMS strategies for distributed estimation,
F. S Cattivelli and A. H Sayed, “Diffusion LMS strategies for distributed estimation,”IEEE Trans. on Signal Processing, vol. 58, no. 3, pp. 1035–1048, 2009
2009
-
[47]
J. R. Norris,Markov Chains, Cambridge Series in Statistical and Probabilistic Mathematics. Cambridge University Press, 1998
1998
-
[48]
Sndlib 1.0—survivable network design library,
S. Orlowski, R. Wessäly, M. Pióro, and A. Tomaszewski, “Sndlib 1.0—survivable network design library,”Networks: An International Journal, vol. 55, no. 3, pp. 276–286, 2010. 14 Supplementary Material APPENDIXA PROOFOFTHEOREM1 We begin by establishing a preliminary result. Lemma...
2010
-
[49]
This proves (34), and concludes the proof of Theorem 1
Moreover, it holds that: ∥I−µC X ∥2 2 =max{(1−µδ) 2,(1−µν) 2} ≤1−2µδ+µ 2ν2 = 1−2µδ 1− µν2 2δ (a) ≈1−2µδ where (a) holds when µ≪2δ/ν 2. This proves (34), and concludes the proof of Theorem 1. APPENDIXB PROOFOFLEMMA1 Since problem (43) is separable in each coordinate ui of u, we...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.