REVIEW 3 major objections 7 minor 39 references
Topological Neural Networks over the Air
T0 review · 3 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Neural networks defined on cell complexes can be trained to perform their convolutional filtering over a wireless channel, absorbing fading and noise into the filter itself, and this makes them more robust than graph-based or…
desk verdict Reasonable incremental extension of over-the-air GNNs to cell complexes, with a clean formulation but an empirical robustness claim that needs sharper causal evidence. 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 over-the-air topological shift is the load-bearing object: lower and upper neighborhood aggregation is performed by wireless transmission, so instead of the fixed matrices $\mathbf{S}^{(d)}$ and $\mathbf{S}^{(u)}$ the network uses random shift matrices $\mathbf{S}_{\mathrm{air}}^{(d,p)}$ and $\mathbf{S}_{\mathrm{air}}^{(u,p)}$ whose nonzero entries are the channel gains $h_{ij}^{(d,p)}$ and $h_{ij}^{(u,p)}$. The topological filter over the air is the shift-and-sum operator $y = \sum_p w_p^{(d)} \mathbf{x}^{(d,p)} + \sum_p w_p^{(u)} \mathbf{x}^{(u,p)}$, which extends cell-complex FIR convolution to noisy random shifts, and AirTNN layers are banks of such filters followed by pointwise nonlinearities. Training treats the channel as part of the computation graph by sampling fading and noise afresh each step, so the learned weights are robust to those impairments at inference.
What would settle it
Run the same source-localization experiment but force the lower and upper neighborhood transmissions to share a single physical wireless topology with correlated fading, instead of the assumed independent networks: if AirTNN's accuracy collapses to the level of AirGNN or the communication-agnostic baselines, the two-topology independence assumption is the load-bearing part of the claimed robustness. A second, cheaper check is to keep fading gains fixed across all $p$-hop shifts instead of re-sampling them per transmission round, which removes the diversity the architecture relies on.
Extended reading notes
Core claim
AirTNN replaces the ideal cell-complex shift operators with over-the-air shifts whose matrix entries are channel fading coefficients and whose outputs carry additive Gaussian noise. A one-hop shift of an edge signal is $\mathbf{x}^{(d,1)} = \mathbf{S}_{\mathrm{air}}^{(d,1)} \mathbf{x} + \mathbf{n}^{(d,1)}$ over lower neighborhoods and $\mathbf{x}^{(u,1)} = \mathbf{S}_{\mathrm{air}}^{(u,1)} \mathbf{x} + \mathbf{n}^{(u,1)}$ over upper neighborhoods, and $p$-hop shifts are formed by products of these random matrices with accumulated noise. The paper shows that a topological filter composed of such noisy shifts reduces exactly to a standard cell-complex FIR filter when the channel is perfect, and that training by sampling channel coefficients and noise at each step yields filter weights matched to the channel statistics. In experiments on Stochastic Block Model cell complexes with diffused edge-flow signals, AirTNN retains high source-localization accuracy as the Rayleigh fading scale and noise grow, and it outperforms AirGNN as well as communication-agnostic GNN and TNN baselines.
Load-bearing premise
The whole mechanism depends on being able to build two separate wireless communication networks, one for lower-neighbor and one for upper-neighbor exchanges, with independent fading across links and transmission rounds; if those two topologies cannot be deployed or synchronized in practice, the over-the-air topological aggregation never materializes.
Editorial extensions
If this is right
- AirTNN generalizes standard cell-complex topological filters, because perfect communication reduces its over-the-air shifts to the ordinary shift operators and recovers the textbook filter.
- Because the same noisy channel model is present in training and inference, no retraining or channel estimation is needed at test time for robustness to the channel statistics seen in training.
- The architecture uses two distinct communication topologies, one per neighborhood type, whose partially redundant links can make the overall distributed processing more resilient to link failures.
- For edge-flow source localization, which matters for anomaly detection in infrastructure networks, the paper's experiments indicate that a wireless-aware topological model beats both graph-only over-the-air models and models trained under ideal-communication assumptions.
- This is the first over-the-air topological neural network, extending the over-the-air computation idea from graph neural networks to cell complexes and higher-order data.
Reading between the lines
- The paper assumes pre-designed resource allocation for the two communication topologies; jointly learning power control or beamforming together with the filter weights is a natural extension that could improve accuracy beyond the reported results.
- If the lower and upper neighborhood transmissions share physical links or correlated fading in a real deployment, the diversity that the paper credits for robustness would be reduced, and the performance gap over AirGNN might shrink.
- The same over-the-air shift construction applies in principle to signals on higher-order cells (polygons, $k=2$) and to simplicial complexes, where the upper and lower neighborhood structure is richer; the paper does not test those cases.
- A matched training distribution is what delivers robustness: if test-time fading or noise follows a different distribution than the training samples, the architecture's advantage would likely degrade, suggesting a distribution-shift experiment as a sharp test.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes AirTNN, a topological neural network architecture for edge signals over regular cell complexes that incorporates over-the-air wireless communication into the topological filtering operation. The filter aggregates information over lower and upper neighborhoods through channel-dependent shift operators with Rayleigh fading and AWGN, and the network is trained by sampling channel coefficients and noise at each training step. Numerical experiments on a synthetic edge-flow source localization task compare AirTNN with AirGNN, GNN, and TNN baselines across fading severity δ and SNR, reporting higher accuracy for AirTNN and attributing this to the exploitation of two distinct neighborhoods with different channel conditions.
Significance. The paper extends over-the-air graph neural networks to topological neural networks, which is a natural and useful step for distributed processing of edge-flow data over wireless networks. The architectural definitions are explicit, the training procedure is simple to reproduce (a code link is provided), and the synthetic data generation is described in detail. The claim that the architecture is robust to channel impairments is plausible and consistent with prior work on training with channel randomness, but the empirical support is incomplete: the reported figures compare absolute accuracies without per-model ideal baselines or ablations, so the causal attribution of the performance gain to channel robustness is not yet established. If the authors supply the missing baselines and an ablation, the paper would be a solid contribution.
major comments (3)
- [§4, Figs. 2–3 and experimental setup] The central claim that AirTNN 'consistently demonstrates enhanced robustness against disturbances introduced by wireless communication' is not established by the reported experiments. Figs. 2 and 3 plot absolute accuracy, not the degradation from each model's ideal (noiseless/fading-free) operating point; the 'Ideal setting' line is unlabeled and no per-model ideal accuracies are reported. Because AirTNN in Eq. (13) uses two filter banks (lower and upper neighborhoods) while AirGNN uses a single graph shift, AirTNN has more trainable parameters and additional topological information; a higher-capacity model can achieve higher absolute accuracy while degrading equally or more under channel randomness. To support the robustness attribution, the authors should report per-model accuracy under ideal communication and the accuracy drop versus δ and SNR, include error bars or multiple seeds, and add an ablation that removes the upper-neighborhood branch (or matches the parameter budget) to show that the dual-neighborhood design, rather than expressivity, is responsible for the resilience.
- [§4, 'Experimental setup'] The training distribution of the channel parameters is not specified. The figures sweep δ at fixed SNR=20 dB and SNR at δ=1, but the paper does not state over which δ and SNR ranges the stochastic channel coefficients and noise are sampled during training for AirTNN (or for AirGNN). Without this information, the comparison might reflect a mismatch in train/test channel distributions rather than a property of the proposed architecture. The authors should state the training channel model (e.g., Rayleigh scale and SNR values used per mini-batch) and ensure that AirGNN is trained under identical conditions.
- [§3, before Eqs. (4)–(5)] The architecture rests on the assumption that 'proper resource allocation strategies (e.g., power control, analog beamforming, etc.)' can realize two distinct wireless communication topologies corresponding to the lower and upper neighborhoods, with independent fading across links and transmission rounds. No design, feasibility argument, or reference is provided for this assumption. Since the simulation simply instantiates the assumed independent channels, the numerical results do not validate the wireless feasibility. The authors should add a discussion of how such a resource allocation could be implemented (e.g., time/frequency separation, interference management) or at least state clearly that this is an idealization and discuss its practical limitations.
minor comments (7)
- [§3, Eqs. (10)–(12)] There are typos in the recursion and noise terms. In Eq. (10), the inner shift should be S_air^(d,p-1), not S_air^(d,P-1), and the final noise term 'n(d,ρ)' should be a specifically indexed term such as n(d,i) or n(d,p). Eqs. (11) and (12) have analogous problems. These equations define the AirTF, so they should be corrected.
- [§3, after Eq. (12)] The filter weights are written as {w_p^{(d)}}_{p=1}^P and {w_p^{(u)}}_{p=1}^P, but the sums in Eqs. (12)-(14) run from p=0 to P; align the indexing and explicitly define w_0.
- [§4, Figs. 2–3] The 'Ideal setting' line is not defined in the captions or the text. Specify which model (or which ideal-communication configuration) it represents and its numerical value.
- [§4, 'Dataset design'] The dataset paragraph gives the generative model but not the values of η and ψ, the number of training samples, or the number of independent runs; provide these for reproducibility.
- [§4, 'Experimental setup'] State explicitly which of the five models listed in the setup are represented by the curves labeled 'TNN' and 'GNN' in Figs. 2 and 3; as written, the reader cannot tell whether these are the ideal-communication baselines or the models with channel impairments at test time.
- [§3, 'AirTF'] The notation T_air(S(d), S(u)) uses S(d), S(u) for both the ideal shift operators from Eq. (2) and the channel-dependent operators in Eqs. (8)-(9); use distinct notation (e.g., S_air^(d,p), S_air^(u,p)) in the AirTF definition to avoid ambiguity.
- [Abstract and §1] The phrase 'no previous works investigated TNNs over realistic wireless channels' is a strong claim; it is preceded by 'to the best of our knowledge' in Section 1, but the abstract omits this qualifier.
Circularity Check
No significant circularity: the proposed AirTNN architecture is constructed directly from the wireless channel model and is evaluated empirically against external baselines.
full rationale
The paper makes no analytical claim that reduces by construction to a fitted parameter or to a self-citation. The AirTNN layer is defined by explicitly inserting stochastic channel fading and noise into the topological shift operations in Eqs. (4)-(11), and the resulting filter in Eq. (12) is a linear combination of those noisy shifted signals. There is no hidden equivalence between the definition of the architecture and the reported robustness result: the robustness claim is an empirical outcome of training with sampled channels and testing against AirGNN, TNN, and GNN baselines. The only self-citations (e.g., refs. [11], [13], [14], [16]) support background concepts such as cell attention and simplicial attention networks, but they are not load-bearing for the over-the-air construction, which is new. The use of the training approach from AirGNN [26] is transparent and the comparison is against that external method, not reduced to it. The skeptical concern that Figs. 2-3 show absolute accuracy rather than degradation from each model's own ideal baseline is a valid experimental-design critique, but it is not a circularity: the claim of enhanced robustness is not derived from the architecture definition; it is an empirical assertion that could in principle be refuted by a better-controlled experiment. No step in the derivation chain equates an input to an output by definition, and no fitted parameter is renamed as a prediction. Therefore, the circularity score is 0.
Assumptions & free parameters
free parameters (3)
- Filter length P =
not reported
- Training hyperparameters (learning rate, epochs, batch size, number of features) =
not reported
- Synthetic data parameters (psi, tau, eta) =
not reported
assumptions (4)
- standard math Cell complex FIR filters defined in Eq. (2) are valid shift-and-sum operators over regular cell complexes.
- domain assumption Wireless channels are slow-fading, independent across links, constant within a communication round, and i.i.d. across rounds, with AWGN.
- domain assumption Proper resource allocation can create two separate communication topologies (lower and upper neighborhoods) with independent fading.
- ad hoc to paper The synthetic flow generation model x1 = B1^T x0 + B2 x2 and diffusion S^tau (x1 + delta_c) + n represent realistic edge-flow data.
Cite this review
Pith. "Pith review of Topological Neural Networks over the Air." pith.science (2026). https://pith.science/paper/Q3CURSYU
@misc{pith2026250210070,
author = {Pith},
title = {Pith review of: Topological Neural Networks over the Air},
year = {2026},
howpublished = {\url{https://pith.science/paper/Q3CURSYU}},
note = {Machine review of arXiv:2502.10070}
}
read the original abstract
Topological neural networks (TNNs) are information processing architectures that model representations from data lying over topological spaces (e.g., simplicial or cell complexes) and allow for decentralized implementation through localized communications over different neighborhoods. Existing TNN architectures have not yet been considered in realistic communication scenarios, where channel effects typically introduce disturbances such as fading and noise. This paper aims to propose a novel TNN design, operating on regular cell complexes, that performs over-the-air computation, incorporating the wireless communication model into its architecture. Specifically, during training and inference, the proposed method considers channel impairments such as fading and noise in the topological convolutional filtering operation, which takes place over different signal orders and neighborhoods. Numerical results illustrate the architecture's robustness to channel impairments during testing and the superior performance with respect to existing architectures, which are either communication-agnostic or graph-based.
Reference graph
Works this paper leans on
-
[1]
Telecommunications of the Future
INTRODUCTION In the last few years, there has been a large interest in develop- ing methodologies to analyze, process, and learn from data defined over the vertices of a graph [1, 2]. To this aim, several processing tools have been designed hinging on different graph shift operators (e.g., adjacency, Laplacian, etc.), thus leading to key contributions suc...
-
[2]
Topological Neural Networks over the Air
BACKGROUND This section reviews some useful basics of TSP over cell complexes. Regular Cell Complex. A regular cell complex is a topological arXiv:2502.10070v1 [cs.IT] 14 Feb 2025 space X having a partition {Xσ}σ∈PX of subspaces Xσ of X called cells, where PX is the indexing set of X , such that [4]:
work page Pith review arXiv 2025
-
[3]
For each c ∈ X, every sufficient small neighborhood of c inter- sects finitely many Xσ
-
[4]
For all τ and σ we have that Xτ ∩ X σ ̸= ∅ iff Xτ ⊆ X σ, where X σ is the closure of the cell
-
[5]
Every Xσ is homeomorphic to Rk for some k
-
[6]
For every σ ∈ PX there is a homeomorphism ϕ of a closed ball in Rk to X σ such that the restriction of ϕ to the interior of the ball is a homeomorphism onto Xσ. Condition 2 implies that the indexing set PX has a poset structure, given by τ ≤ σ iff Xτ ⊆ Xσ, and we say that τ bounds σ. This is known as the face poset of X . The regularity condition 4 implie...
-
[7]
TOPOLOGICAL NEURAL NETWORKS OVER THE AIR We consider a scenario in which data defined over the edges of the complex are collected by sensors, which can wirelessly exchange information according to two distinct communication topologies en- coded by the lower and upper connectivity induced by the complex structure. In particular, given the cell complex stru...
-
[8]
APPLICA TIONS AND NUMERICAL RESULTS Our framework can be applied in scenarios where it is of interest to learn from topological data (e.g., defined over edges and/or polygons of a cell complex), which are collected by sensors that communicate over wireless channels to enable distributed processing. Several ex- amples can be found in applications related t...
Show all 39 references
-
[9]
CONCLUSIONS In this paper, we have proposed AirTNN, a novel architecture that performs over-the-air distributed processing of data defined over reg- ular cell complexes, integrating the wireless communication model into its architecture. Specifically, during training and infer...
-
[10]
The emerging field of signal processing on graphs: Extending high-dimensional data anal- ysis to networks and other irregular domains,
David I Shuman, Sunil K Narang, Pascal Frossard, Antonio Or- tega, and Pierre Vandergheynst, “The emerging field of signal processing on graphs: Extending high-dimensional data anal- ysis to networks and other irregular domains,” IEEE signal processing magazine, vol. 30, no. 3...
2013
-
[11]
Graph signal processing: Overview, challenges, and applications,
Antonio Ortega, Pascal Frossard, Jelena Kova ˇcevi´c, Jos ´e MF Moura, and Pierre Vandergheynst, “Graph signal processing: Overview, challenges, and applications,” Proceedings of the IEEE, vol. 106, no. 5, pp. 808–828, 2018
2018
-
[12]
From networks to optimal higher-order models of complex systems,
Renaud Lambiotte, Martin Rosvall, and Ingo Scholtes, “From networks to optimal higher-order models of complex systems,” Nature physics, vol. 15, no. 4, pp. 313–320, 2019
2019
-
[13]
L. J. Grady and J. R. Polimeni, Discrete calculus: Applied analysis on graphs for computational science, vol. 3, Springer, 2010
2010
-
[14]
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
-
[15]
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
2021
-
[16]
Simplicial convolutional filters,
Maosheng Yang, Elvin Isufi, Michael T Schaub, and Geert Leus, “Simplicial convolutional filters,” IEEE Transactions on Signal Processing, vol. 70, pp. 4633–4648, 2022
2022
-
[17]
Weisfeiler and Lehman go topological: Message passing simplicial networks,
C. Bodnar, F. Frasca, Y . Guang Wang, N. Otter, G. Montu- far, P. Li`o, and M. M. Bronstein, “Weisfeiler and Lehman go topological: Message passing simplicial networks,” in ICLR 2021 Workshop on Geometrical and Topological Representa- tion Learning, 2021
2021
-
[18]
Simplicial neural networks,
S. Ebli, M. Defferrard, and G. Spreemann, “Simplicial neural networks,” in NeurIPS 2020, Workshop on Topological Data Analysis and Beyond
2020
-
[19]
Hodgenet: Graph neu- ral networks for edge data,
T. M. Roddenberry and S. Segarra, “Hodgenet: Graph neu- ral networks for edge data,” Computing Research Repository (CoRR), vol. abs/1912.02354, 2019
1912 arXiv
-
[20]
Simplicial attention neural networks,
L. Giusti, C. Battiloro, P. Di Lorenzo, S. Sardellitti, and S. Barbarossa, “Simplicial attention neural networks,” arXiv:2203.07485v2, 2022
2022 arXiv
-
[21]
Efficient rep- resentation learning for higher-order data with simplicial com- plexes,
Ruochen Yang, Frederic Sala, and Paul Bogdan, “Efficient rep- resentation learning for higher-order data with simplicial com- plexes,” in Proceedings of the First Learning on Graphs Con- ference, Bastian Rieck and Razvan Pascanu, Eds. 09–12 Dec 2022, vol. 198 of Proceedings of...
2022
-
[22]
Tangent bundle filters and neural networks: from manifolds to cellular sheaves and back,
Claudio Battiloro, Zhiyang Wang, Hans Riess, Paolo Di Lorenzo, and Alejandro Ribeiro, “Tangent bundle filters and neural networks: from manifolds to cellular sheaves and back,” Proc. of ICASSP 2023
2023
-
[23]
Tangent bundle convolu- tional learning: from manifolds to cellular sheaves and back,
Claudio Battiloro, Zhiyang Wang, Hans Riess, Paolo Di Lorenzo, and Alejandro Ribeiro, “Tangent bundle convolu- tional learning: from manifolds to cellular sheaves and back,” arXiv preprint arXiv:2303.11323, 2023
2023 arXiv
-
[24]
Topological deep learning: Going beyond graph data,
Mustafa Hajij, Ghada Zamzmi, Theodore Papamarkou, Nina Miolane, Aldo Guzm ´an-S´aenz, Karthikeyan Natesan Rama- murthy, Tolga Birdal, Tamal K. Dey, Soham Mukherjee, Shreyas N. Samaga, Neal Livesay, Robin Walters, Paul Rosen, and Michael T. Schaub, “Topological deep learning: G...
2023
-
[25]
Cell attention networks,
Lorenzo Giusti, Claudio Battiloro, Lucia Testa, Paolo Di Lorenzo, Stefania Sardellitti, and Sergio Barbarossa, “Cell attention networks,” in 2023 International Joint Conference on Neural Networks (IJCNN). IEEE, 2023, pp. 1–8
2023
-
[26]
Fading models,
Fabio Belloni, “Fading models,” Postgraduate Course in Radio Communications, pp. 1–4, 2004
2004
-
[27]
An overview of the physical insight and the various performance metrics of fading channels in wireless communication systems,
KP Peppas, HE Nistazakis, and GS Tombras, “An overview of the physical insight and the various performance metrics of fading channels in wireless communication systems,” Ad- vanced trends in wireless communications , pp. 1–22, 2011
2011
-
[28]
Fading types in wireless communications systems,
S Popa, N Draghiciu, and R Reiz, “Fading types in wireless communications systems,” Journal of Electrical and Electron- ics Engineering, vol. 1, no. 1, pp. 233–237, 2008
2008
-
[29]
Unsupervised representation learning of structured radio communication signals,
Timothy J O’Shea, Johnathan Corgan, and T Charles Clancy, “Unsupervised representation learning of structured radio communication signals,” in 2016 First International Workshop on Sensing, Processing and Learning for Intelligent Machines (SPLINE). IEEE, 2016, pp. 1–5
2016
-
[30]
Detection algo- rithms for communication systems using deep learning,
Nariman Farsad and Andrea Goldsmith, “Detection algo- rithms for communication systems using deep learning,” arXiv preprint arXiv:1705.08044, 2017
2017 arXiv
-
[31]
Deep learning based communication over the air,
Sebastian D ¨orner, Sebastian Cammerer, Jakob Hoydis, and Stephan Ten Brink, “Deep learning based communication over the air,” IEEE Journal of Selected Topics in Signal Processing, vol. 12, no. 1, pp. 132–143, 2017
2017
-
[32]
Over-the-air deep learning based radio signal classification,
Timothy James O’Shea, Tamoghna Roy, and T Charles Clancy, “Over-the-air deep learning based radio signal classification,” IEEE Journal of Selected Topics in Signal Processing , vol. 12, no. 1, pp. 168–179, 2018
2018
-
[33]
Deep joint source-channel coding for wireless image trans- mission,
Eirina Bourtsoulatze, David Burth Kurka, and Deniz G ¨und¨uz, “Deep joint source-channel coding for wireless image trans- mission,” IEEE Transactions on Cognitive Communications and Networking, vol. 5, no. 3, pp. 567–579, 2019
2019
-
[34]
Airnet: Neural network transmission over the air,
Mikolaj Jankowski, Deniz G ¨und¨uz, and Krystian Mikolajczyk, “Airnet: Neural network transmission over the air,”CoRR, vol. abs/2105.11166, 2021
2021 arXiv
-
[35]
Airgnn: Graph neural network over the air,
Zhan Gao and Deniz Gunduz, “Airgnn: Graph neural network over the air,” arXiv preprint arXiv:2302.08447, 2023
2023 arXiv
-
[36]
Topological signal representation and processing over cell complexes,
Stefania Sardellitti and Sergio Barbarossa, “Topological signal representation and processing over cell complexes,” 2022
2022
-
[37]
Signal processing on cell complexes,
T. Mitchell Roddenberry, Michael T. Schaub, and Mustafa Hajij, “Signal processing on cell complexes,” CoRR, vol. abs/2110.05614, 2021
2021 arXiv
-
[38]
Stochastic blockmodels: First steps,
Paul W Holland, Kathryn Blackmond Laskey, and Samuel Leinhardt, “Stochastic blockmodels: First steps,” Social net- works, vol. 5, no. 2, pp. 109–137, 1983
1983
-
[39]
An algorithm for finding a fundamental set of cycles of a graph,
Keith Paton, “An algorithm for finding a fundamental set of cycles of a graph,” Communications of the ACM , vol. 12, no. 9, pp. 514–518, 1969
1969
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.