REVIEW 3 major objections 5 minor 93 references
Differentiable Lifting for Topological Neural Networks
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper introduces ∂lift, a trainable graph-lifting method that selects higher-order cells for topological neural networks end-to-end, outperforming static liftings by up to 45% on benchmarks.
desk verdict A genuinely useful framework for task-adaptive lifting, but the 'end-to-end differentiable' claim overreaches because the candidate proposal step (kNN, cycle basis) is non-differentiable; the empirical wins are real though the attribution to learning the topology is not fully isolated. 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 mechanism is the differentiable Bernoulli acceptance of candidate cells. A backbone graph model computes node embeddings; candidate hyperedges or edges are defined by $k$-nearest neighbors in embedding space, with $k$ itself sampled from a learnable distribution; higher-dimensional cells are proposed from the cycle basis of the current complex. Each candidate receives an acceptance probability from a permutation-invariant network over its node embeddings, and the discrete samples are trained with the straight-through estimator. This converts structure selection into a differentiable subproblem inside any topological neural network pipeline.
What would settle it
Construct a graph classification task where the label depends on a specific cycle that is not included in the computed cycle basis (e.g., a cycle that is a modulo-2 sum of basis cycles but not itself a basis element), and ensure no embedding-based $k$-NN hyperedge covers its vertices. If ∂lift then fails to beat a static cycle lifting on this graph despite the structure being essential to the label, the fixed candidate set is confirmed as the limiting factor.
Extended reading notes
Core claim
The central claim is that the discrete choice of a graph lifting can be optimized with gradient descent. ∂lift parameterizes a distribution over candidate higher-order cells: node embeddings $z_v$ produced by any graph neural network define neighborhoods (via $k$-nearest neighbors in embedding space), a sampled size $k_v$ comes from a learnable categorical distribution, and each candidate cell $C$ is included with probability $\Psi(\{\{z_v : v \in C\}\})$, where $\Psi$ is a learned permutation-invariant function. Training uses the straight-through estimator to propagate gradients through the Bernoulli decisions, so the entire pipeline—backbone graph model, proposal distributions, acceptance
Load-bearing premise
The optimal higher-order structure must be present among the candidate cells generated from embedding-space nearest neighbors and from the current cycle basis; if the task requires a cell that is not proposed, the learned acceptance probabilities cannot recover it and the method's gains are capped.
Editorial extensions
If this is right
- Lifting becomes part of the objective: the task loss directly shapes which topological structures are retained.
- The same recipe covers hypergraphs, simplicial complexes, cell complexes, and combinatorial complexes, so one learnable lifting replaces several hand-crafted ones.
- Gains of up to 45% over connectivity- and feature-based static liftings suggest that fixed rules often leave performance on the table.
- The method is architecture-agnostic: reported improvements hold across CW networks, cellular message passing, and hypergraph networks.
- Adaptive hyperedge sizes emerge from a learned distribution over $k_v$, avoiding manual tuning of the neighborhood scale.
Reading between the lines
- Because candidate generation is unsupervised and fixed per domain, the ceiling of the method is set by whether the optimal cells are expressible as $k$-NN neighborhoods or cycle-basis elements; a richer proposal mechanism (e.g., attention-based cell proposals) could further raise this ceiling.
- The learned acceptance probabilities double as a per-cell importance score, offering a way to inspect which higher-order interactions the model relies on—something static liftings cannot provide.
- The paper's own argument that 2-cells can shortcut bottleneck bridges suggests ∂lift could serve as a testbed for oversquashing: one could measure whether learned long-range cells actually reduce effective graph distances during training.
- The framework's independence of the downstream topological model suggests it could be plugged into persistent-homology or equivariant layers, not just message-passing ones.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ∂lift (DiffLift), a framework for learning graph liftings to hypergraphs and cell/simplicial complexes in a task-driven way. The method first computes node embeddings with a GNN, then defines candidate higher-order cells (via k-nearest-neighbor sets for hypergraphs/1-cells and a cycle basis for D-cells), computes acceptance probabilities with MLP/DeepSet blocks, and samples accepted cells with a straight-through Bernoulli estimator. The authors report experiments on six graph-classification and four node-classification datasets across several TNN architectures, claiming consistent gains over static lifting baselines, with improvements up to 45%.
Significance. If the empirical gains are attributable to the learned lifting mechanism rather than to confounds, ∂lift would be a useful and broadly applicable tool for task-adaptive topological lifting. The paper's strengths include its generality across several topological domains, the breadth of the benchmark evaluation, the inclusion of a deterministic variant, a complexity/runtime appendix, and an anonymous code release. However, the central 'end-to-end differentiable lifting' claim is weakened by the fact that candidate generation itself is not differentiable, and the headline experimental claim is compromised by a capacity confound: ∂lift adds a GNN encoder and acceptance networks that static liftings do not include. These issues are load-bearing for the paper's main contribution and conclusions.
major comments (3)
- [§5.1, Tables 1–2] The comparison does not hold model capacity fixed. ∂lift augments the TNN with a GNN backbone (GPS/GIN) and acceptance MLPs/DeepSets, while the static-lifting baselines use the TNN alone. The reported gains could therefore be due to the additional parameters rather than to learning the lifting. Please add ablations that insert the same GNN encoder and acceptance network before a static lifting, or otherwise match parameter counts, so the effect of the learned acceptance mechanism can be isolated.
- [§3.1–§3.3, Eq. (3)] Candidate generation is not differentiable. The kNN selection in Eq. (3) and the cycle-basis computation in §3.3 are hard, discrete operations that receive no gradient; the straight-through estimator is applied only to the Bernoulli samples at Step 3. Thus the proposal set is not directly learned—only acceptance probabilities over a heuristic candidate family are. This weakens the abstract's 'end-to-end' and 'learned vertex-level latent representations to identify ... candidate cells' claims. Either make the proposal step differentiable (e.g., via a soft kNN relaxation) or explicitly recharacterize the contribution as learning acceptance over a fixed candidate family, and provide evidence that the learned embeddings improve the candidate sets themselves.
- [§5.1–§5.2, Tables 1–4] Reported results are based on three runs with no significance tests, and several standard deviations are large or overlapping. For example, Table 3 Texas CWN∂Lift is 80.18±3.37 versus Cycle 63.06±7.75, and Table 1 MUTAG UniGCNII∂lift is 89.47±4.30 versus k-hop 61.40±2.48. Without confidence intervals or paired tests, the claim that ∂lift 'consistently outperforms' static liftings is not statistically supported. Please add significance testing or at least report per-seed results and effect sizes.
minor comments (5)
- [§3.2, Eq. (3)] The set-builder notation defines a family of sets rather than a unique candidate hyperedge. Specify the intended k-nearest-neighbor set and state tie-breaking behavior.
- [Abstract / §5.1] The 'gains of up to 45%' claim is ambiguous: it is unclear whether this is relative improvement or absolute percentage points, and which table cell/cells it refers to. Define the metric explicitly.
- [§6, Limitations] The abstract calls ∂lift 'scalable', but the Limitations section states that cycle-basis computation for cell complexes can be cubic in the number of nodes. Qualify the scalability claim accordingly.
- [Table 1 caption] The caption says ∂lift is better in '90% of cases' without giving the exact numerator/denominator. Since Table 1 contains one or more counterexamples, provide the precise count.
- [Figure 2] The caption text is grammatically awkward ('sampled rank-1 cell sampled rank-2 cell'); consider rewording for clarity.
Circularity Check
No significant circularity: the learned acceptance probabilities are trained end-to-end on task losses and evaluated on held-out splits; candidate generation is heuristic but not a fitted prediction.
full rationale
We find no circular step in the claimed derivation. The paper's central mechanism is a learning algorithm: node embeddings z_v from a GNN define candidate cells (Eq. 3 for hypergraphs; cycle-basis selection for D≥2 in Section 3.3), and an MLP/DeepSet maps cell embeddings to acceptance probabilities (Eq. 4), with Bernoulli samples trained via a straight-through estimator. The reported gains come from training these parameters, including the backbone GNN, on train/validation splits and evaluating on held-out test splits; no fitted constant or learned parameter is reused to define the evaluation metric or to construct the comparison. The kNN and cycle-basis proposal steps are discrete and non-differentiable, but the paper does not claim gradients flow through the neighbor/cycle selection itself, and the only flagged limitation is computational (cubic cycle-basis cost in the Limitations section). Self-citations (e.g., Nikitin et al. 2022 in the kernel-lifting baseline and Verma et al. 2024 in related work) are not load-bearing: the central claim of task-adaptive lifting does not reduce to those citations, and the baselines are standard static methods. Thus the derivation is self-contained rather than circular.
Assumptions & free parameters
free parameters (4)
- kmax (max neighborhood size) =
searched in {3,5,7,9,11}
- kmin (min neighborhood size) =
not reported
- gamma (deterministic variant threshold) =
0.5
- GNN backbone and acceptance network weights =
learned during training
assumptions (4)
- domain assumption Candidate hyperedges are k-NN balls in the Euclidean space of learned node embeddings (Section 3.2, Eq. 3).
- domain assumption Candidate D-cells for D>=2 are drawn from a cycle basis of the current complex K_{D-1} (Section 3.3, Case D>=2, Step 2).
- standard math Straight-through estimator provides usable gradients through Bernoulli samples (Section 3.1, Step 4, citing Bengio et al., 2013).
- domain assumption TNN hyperparameters from TopoBench transfer to ∂lift-augmented pipelines (Appendix C.1).
Cite this review
Pith. "Pith review of Differentiable Lifting for Topological Neural Networks." pith.science (2026). https://pith.science/paper/NMCUJRF2
@misc{pith2026260801160,
author = {Pith},
title = {Pith review of: Differentiable Lifting for Topological Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/NMCUJRF2}},
note = {Machine review of arXiv:2608.01160}
}
abstract
Topological neural networks (TNNs) enable leveraging high-order structures on graphs (e.g., cycles and cliques) to boost the expressive power of message-passing neural networks. In turn, however, these structures are typically identified a priori through an unsupervised graph lifting operation. Notwithstanding, this choice is crucial and may have a drastic impact on a TNN's performance on downstream tasks. To circumvent this issue, we propose $\partial$lift (DiffLift), a general framework for learning graph liftings to hypergraphs and cellular- and simplicial complexes in an end-to-end fashion. In particular, our approach leverages learned vertex-level latent representations to identify and parameterize distributions over candidate higher-order cells for inclusion. This results in a scalable model which can be readily integrated into any TNN. Our experiments show that $\partial$lift outperforms existing lifting methods on multiple benchmarks for graph and node classification across different TNN architectures. Notably, our approach leads to gains of up to 45% over static liftings, including both connectivity- and feature-based ones.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
International Conference on Learning Representations , url =
How Powerful are Graph Neural Networks? , author =. International Conference on Learning Representations , url =
-
[2]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Improving graph neural network expressivity via subgraph isomorphism counting , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=
2022
-
[3]
Recipe for a general, powerful, scalable graph transformer , year =
Ramp\'. Recipe for a general, powerful, scalable graph transformer , year =. Proceedings of the 36th International Conference on Neural Information Processing Systems , articleno =
-
[4]
Hatcher, Allen , publisher =
-
[5]
Hansen and R
J. Hansen and R. Ghrist , title =
-
[6]
Estimating or Propagating Gradients Through Stochastic Neurons for Conditional Computation , year =
Yoshua Bengio and Nicholas Léonard and Aaron Courville , journal =. Estimating or Propagating Gradients Through Stochastic Neurons for Conditional Computation , year =
-
[7]
International Conference on Machine Learning (ICML) , year =
Topological Neural Networks go Persistent, Equivariant, and Continuous , author =. International Conference on Machine Learning (ICML) , year =
-
[8]
and Baldwin, N.E
Yun Zhang and Abu-Khzam, F.N. and Baldwin, N.E. and Chesler, E.J. and Langston, M.A. and Samatova, N.F. , booktitle=. Genome-Scale Computational Approaches to Memory-Intensive Applications in Systems Biology , year=
Show all 93 references
-
[9]
Scarselli and M
F. Scarselli and M. Gori and A. C. Tsoi and M. Hagenbuchner and G. Monfardini , title =. IEEE Transactions on Neural Networks , pages =. 2009 , publisher =
2009
-
[10]
International Conference on Machine Learning (ICML) , year =
Neural Message Passing for Quantum Chemistry , author =. International Conference on Machine Learning (ICML) , year =
-
[11]
Proceedings of the 41st International Conference on Machine Learning , pages =
Position: Topological Deep Learning is the New Frontier for Relational Learning , author =. Proceedings of the 41st International Conference on Machine Learning , pages =. 2024 , editor =
2024
-
[12]
Architectures of Topological Deep Learning: A Survey on Topological Neural Networks , year =
Mathilde Papillon and Sophia Sanborn and Mustafa Hajij and Nina Miolane , journal =. Architectures of Topological Deep Learning: A Survey on Topological Neural Networks , year =
-
[13]
Advances in Neural Information Processing Systems (NeurIPS) , title =
Bodnar, Cristian and Frasca, Fabrizio and Otter, Nina and Wang, Yuguang and Li\`. Advances in Neural Information Processing Systems (NeurIPS) , title =
-
[14]
Journal of Machine Learning Research , volume=
TopoX: a suite of Python packages for machine learning on topological domains , author=. Journal of Machine Learning Research , volume=
-
[15]
Forty-second International Conference on Machine Learning (ICML) , year=
Papillon, Mathilde and Bern. Forty-second International Conference on Machine Learning (ICML) , year=
-
[16]
Advances in neural information processing systems , volume=
Going beyond persistent homology using persistent homology , author=. Advances in neural information processing systems , volume=
-
[17]
Paton, Keith , title =. Commun. ACM , month = sep, pages =. 1969 , issue_date =. doi:10.1145/363219.363232 , abstract =
1969
-
[18]
International Conference on Machine Learning (ICML) , year=
Weisfeiler and lehman go topological: Message passing simplicial networks , author=. International Conference on Machine Learning (ICML) , year=
-
[19]
Proceedings of The 33rd International Conference on Machine Learning , pages =
Revisiting Semi-Supervised Learning with Graph Embeddings , author =. Proceedings of The 33rd International Conference on Machine Learning , pages =. 2016 , editor =
2016
-
[20]
arXiv preprint arXiv:2010.00743 , year=
Cell complex neural networks , author=. arXiv preprint arXiv:2010.00743 , year=
2010 arXiv
-
[21]
and Kottur, S
Zaheer, M. and Kottur, S. and Ravanbakhsh, S. and Poczos, B. and Salakhutdinov, R. and Smola, A. , booktitle =. Deep Sets , year =
-
[22]
CAAI International Conference on Artificial Intelligence , pages=
Survey of hypergraph neural networks and its application to action recognition , author=. CAAI International Conference on Artificial Intelligence , pages=. 2022 , organization=
2022
-
[23]
Bioinformatics , volume=
Multi-way relation-enhanced hypergraph representation learning for anti-cancer drug synergy prediction , author=. Bioinformatics , volume=. 2022 , publisher=
2022
-
[24]
Medical image analysis , volume=
Dynamic weighted hypergraph convolutional network for brain functional connectome analysis , author=. Medical image analysis , volume=. 2023 , publisher=
2023
-
[25]
Pattern Recognition , volume=
Hypergraph convolution and hypergraph attention , author=. Pattern Recognition , volume=. 2021 , publisher=
2021
-
[26]
Advances in neural information processing systems , volume=
Hypergcn: A new method for training graph convolutional networks on hypergraphs , author=. Advances in neural information processing systems , volume=
-
[27]
arXiv preprint arXiv:2103.04046 , year=
Simplicial complex representation learning , author=. arXiv preprint arXiv:2103.04046 , year=
-
[28]
arXiv preprint arXiv:2204.09455 , year=
Simplicial attention networks , author=. arXiv preprint arXiv:2204.09455 , year=
-
[29]
International Conference on Learning Representations (ICLR) , year=
Simplicial Representation Learning with Neural k -Forms , author=. International Conference on Learning Representations (ICLR) , year=
-
[30]
and Miolane, Nina and Scardapane, Simone and Papamarkou, Theodore , journal=
Telyatnikov, Lev and Bernardez, Guillermo and Montagna, Marco and Hajij, Mustafa and Carrasco, Martin and Vasylenko, Pavlo and Papillon, Mathilde and Zamzmi, Ghada and Schaub, Michael T. and Miolane, Nina and Scardapane, Simone and Papamarkou, Theodore , journal=. 2025 , url=
2025
-
[31]
arXiv preprint arXiv:2206.00606 , year=
Topological deep learning: Going beyond graph data , author=. arXiv preprint arXiv:2206.00606 , year=
-
[32]
International Conference on Learning Representations (ICLR) , year=
From Latent Graph to Latent Topology Inference: Differentiable Cell Complex Module , author=. International Conference on Learning Representations (ICLR) , year=
-
[33]
and Sterling, Teague and Mysinger, Michael M
Irwin, John J. and Sterling, Teague and Mysinger, Michael M. and Bolstad, Erin S. and Coleman, Ryan G. , journal =. ZINC: A Free Tool to Discover Chemistry for Biology , volume =
-
[34]
C. D. Hofer and R. Kwitt and M. Niethammer , title =. Journal of Machine Learning Research , year =
-
[35]
Coolsaet and S
K. Coolsaet and S. D'hondt and J. Goedgebeur , journal =. House of Graphs 2.0: A database of interesting graphs and more , volume =
-
[36]
Topological, Algebraic and Geometric Learning Workshops 2023 , pages=
Icml 2023 topological deep learning challenge: Design and results , author=. Topological, Algebraic and Geometric Learning Workshops 2023 , pages=. 2023 , organization=
2023
-
[37]
2021 , doi=
Huang, Jing and Yang, Jie , booktitle=. 2021 , doi=
2021
-
[38]
Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =
PersLay: A Neural Network Layer for Persistence Diagrams and New Graph Topological Signatures , author =. Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =. 2020 , editor =
2020
-
[39]
Fey and J
M. Fey and J. E. Lenssen , booktitle=. Fast Graph Representation Learning with
-
[40]
2016 , url =
Benchmark Data Sets for Graph Kernels , author =. 2016 , url =
2016
-
[41]
Topology-Preserving Deep Image Segmentation , year =
Hu, Xiaoling and Li, Fuxin and Samaras, Dimitris and Chen, Chao , booktitle =. Topology-Preserving Deep Image Segmentation , year =
-
[42]
and Ovsjanikov, M
Li, C. and Ovsjanikov, M. and Chazal, F. , booktitle=. Persistence-Based Structural Recognition , year=
-
[43]
Garg and S
V. Garg and S. Jegelka and T. Jaakkola , title =. 2020 , booktitle =
2020
-
[44]
Hagberg and Daniel A
Aric A. Hagberg and Daniel A. Schult and Pieter J. Swart , title =. Proceedings of the 7th Python in Science Conference , pages =. 2008 , editor =
2008
-
[45]
Morris and M
C. Morris and M. Ritzert and M. Fey and W. L. Hamilton and J. E. Lenssen and G. Rattan and M. Grohe , title =. 2019 , booktitle =
2019
-
[46]
Loukas , title =
A. Loukas , title =. 2020 , booktitle =
2020
-
[47]
Loukas , booktitle =
A. Loukas , booktitle =. How hard is to distinguish graphs with graph neural networks? , year =
-
[48]
Statistical Applications in Genetics and Molecular Biology , year =
Using persistent homology and dynamical distances to analyze protein binding , author =. Statistical Applications in Genetics and Molecular Biology , year =
-
[49]
Topological Persistence and Simplification , volume =
Edelsbrunner and Letscher and Zomorodian , journal =. Topological Persistence and Simplification , volume =
-
[50]
International Conference on Learning Representations (ICLR) , year=
Semi-Supervised Classification with Graph Convolutional Networks , author=. International Conference on Learning Representations (ICLR) , year=
-
[51]
International Conference on Artificial Intelligence and Statistics (AISTATS) , year =
Persistence Enhanced Graph Neural Network , author =. International Conference on Artificial Intelligence and Statistics (AISTATS) , year =
-
[52]
Advances in Neural Information Processing Systems (NeurIPS - Workshop) , year=
Automatic differentiation in PyTorch , author=. Advances in Neural Information Processing Systems (NeurIPS - Workshop) , year=
-
[53]
M. Carri. International Conference on Artificial Intelligence and Statistics (AISTATS) , year=
-
[54]
and Edelsbrunner, H
Cohen-Steiner, D. and Edelsbrunner, H. and Harer, J. , title =. 2005 , booktitle =
2005
-
[55]
Weisfeiler and A
B. Weisfeiler and A. A. Lehman. A Reduction of a Graph to a Canonical Form and an Algebra Arising during This Reduction. Nauchno-Technicheskaya Informatsia. 1968
1968
-
[56]
International Conference on Machine Learning (ICML) , year =
A Persistent Weisfeiler-Lehman Procedure for Graph Classification , author =. International Conference on Machine Learning (ICML) , year =
-
[57]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Topological Relational Learning on Graphs , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[58]
Horn and E
M. Horn and E. Topological Graph Neural Networks , year =
-
[59]
Edelsbrunner and J
H. Edelsbrunner and J. Harer , pages =
-
[60]
2024 , volume =
Bern\'ardez, Guillermo and Telyatnikov, Lev and Montagna, Marco and Baccini, Federica and Papillon, Mathilde and Ferriol-Galm\'es, Miquel and Hajij, Mustafa and Papamarkou, Theodore and Bucarelli, Maria Sofia and Zaghen, Olga and others , booktitle =. 2024 , volume =
2024
-
[61]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Open Graph Benchmark: Datasets for Machine Learning on Graphs , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[62]
Journal of Machine Learning Research , volume=
Benchmarking graph neural networks , author=. Journal of Machine Learning Research , volume=
-
[63]
AI Magazine , author=
Collective Classification in Network Data , volume=. AI Magazine , author=. 2008 , month=. doi:10.1609/aimag.v29i3.2157 , abstractNote=
2008 doi
-
[64]
Journal of Complex Networks , volume =
Rozemberczki, Benedek and Allen, Carl and Sarkar, Rik , title =. Journal of Complex Networks , volume =
-
[65]
2000 , publisher=
Topology , author=. 2000 , publisher=
2000
-
[66]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Probabilistic Graph Rewiring via Virtual Nodes , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[67]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Differentiable graph module (dgm) for graph convolutional networks , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=
2022
-
[68]
International conference on machine learning , pages=
Learning discrete structures for graph neural networks , author=. International conference on machine learning , pages=. 2019 , organization=
2019
-
[69]
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
Simplicial convolutional neural networks , author=. ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2022 , organization=
2022
-
[70]
IEEE Transactions on Image Processing , volume=
Hypergraph neural network for skeleton-based action recognition , author=. IEEE Transactions on Image Processing , volume=. 2021 , publisher=
2021
-
[71]
International Conference on Learning Representations , year=
Geom-GCN: Geometric Graph Convolutional Networks , author=. International Conference on Learning Representations , year=
-
[72]
Relational Representation Learning Workshop, NeurIPS 2018 , year=
Pitfalls of Graph Neural Network Evaluation , author=. Relational Representation Learning Workshop, NeurIPS 2018 , year=
2018
-
[73]
2020 IEEE International Conference on Image Processing (ICIP) , pages=
Diagnosing autism using T1-W MRI with multi-kernel learning and hypergraph neural network , author=. 2020 IEEE International Conference on Image Processing (ICIP) , pages=. 2020 , organization=
2020
-
[74]
BMC bioinformatics , volume=
Hypergraph models of biological networks to identify genes critical to pathogenic viral response , author=. BMC bioinformatics , volume=. 2021 , publisher=
2021
-
[75]
International Conference on Learning Representations (ICLR) , year=
Understanding Over-Squashing and Bottlenecks on Graphs via Curvature , author=. International Conference on Learning Representations (ICLR) , year=
-
[76]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Self-organization preserved graph structure learning with principle of relevant information , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[77]
Advances in neural information processing systems , volume=
Iterative deep graph learning for graph neural networks: Better and robust node embeddings , author=. Advances in neural information processing systems , volume=
-
[78]
Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining , pages=
Graph structure learning for robust graph neural networks , author=. Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining , pages=
-
[79]
IEEE Transactions on Signal Processing , volume=
Topological signal processing over simplicial complexes , author=. IEEE Transactions on Signal Processing , volume=. 2020 , publisher=
2020
-
[80]
and beyond , author=
Signal processing on higher-order networks: Livin’on the edge... and beyond , author=. Signal Processing , volume=. 2021 , publisher=
2021
-
[81]
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
Signal processing on cell complexes , author=. ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2022 , organization=
2022
-
[82]
2021 55th Asilomar Conference on Signals, Systems, and Computers , pages=
Topological signal processing over cell complexes , author=. 2021 55th Asilomar Conference on Signals, Systems, and Computers , pages=. 2021 , organization=
2021
-
[83]
Proceedings of the 41st International Conference on Machine Learning , pages =
Topological Neural Networks go Persistent, Equivariant, and Continuous , author =. Proceedings of the 41st International Conference on Machine Learning , pages =. 2024 , editor =
2024
-
[84]
, title =
Chen, Yuzhou and Frias, Jose and Gel, Yulia R. , title =. Proceedings of the Thirty-Eighth AAAI Conference on Artificial Intelligence and Thirty-Sixth Conference on Innovative Applications of Artificial Intelligence and Fourteenth Symposium on Educational Advances in Artificia...
2024 doi
-
[85]
On over-squashing in message passing neural networks: the impact of width, depth, and topology , year =
Di Giovanni, Francesco and Giusti, Lorenzo and Barbero, Federico and Luise, Giulia and Li\`. On over-squashing in message passing neural networks: the impact of width, depth, and topology , year =. Proceedings of the 40th International Conference on Machine Learning , articleno =
-
[86]
The Thirteenth International Conference on Learning Representations , year=
Demystifying Topological Message-Passing with Relational Structures: A Case Study on Oversquashing in Simplicial Message-Passing , author=. The Thirteenth International Conference on Learning Representations , year=
-
[87]
Automatic model construction with Gaussian processes , author=
-
[88]
2002 , publisher=
Learning with kernels: support vector machines, regularization, optimization, and beyond , author=. 2002 , publisher=
2002
-
[89]
Borovitskiy, Viacheslav and Azangulov, Iskander and Terenin, Alexander and Mostowsky, Peter and Deisenroth, Marc and Durrande, Nicolas , booktitle=. Mat. 2021 , organization=
2021
-
[90]
International Conference on Artificial Intelligence and Statistics , pages=
Non-separable spatio-temporal graph kernels via SPDEs , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2022 , organization=
2022
-
[91]
International Conference on Learning Representations , year=
Graph Neural Networks with Learnable Structural and Positional Representations , author=. International Conference on Learning Representations , year=
-
[92]
International conference on machine learning , pages=
Batch normalization: Accelerating deep network training by reducing internal covariate shift , author=. International conference on machine learning , pages=. 2015 , organization=
2015
-
[93]
International Conference on Learning Representations , year=
FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling , author=. International Conference on Learning Representations , year=
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.