REVIEW 3 major objections 6 minor 51 references
Under a denoising loss, linear attention can only learn an average spectral filter over the training graphs; Graph Convolutional Attention adapts to each input spectrum and closes a gap equal to spectral diversity.
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 · grok-4.5
2026-07-11 00:03 UTC pith:Q6EV2UZZ
load-bearing objection Clean denoising-loss analysis of linear vs spectrum-conditioned attention, with a usable GCA architecture; the SBM optimality equality is asymptotic and untested on the real graphs where gains are claimed. the 3 major comments →
Graph Convolutional Attention: A Spectral Perspective on Graph Denoising and Diffusion
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Under Frobenius denoising loss, the best linear-attention map is the unconditional mean of B = ŨᵀAŨ, while spectral attention achieves the conditional mean given the noisy eigenvalues; the loss gap is exactly the spectral diversity of the graph distribution. GCA implements that conditional filter with graph-filtered queries and keys, asymptotically matches spectral attention on spiked SBM-type models, and softmax adds further eigenvector denoising via approximate projection onto the clean eigenspace.
What carries the argument
Spectral diversity SD(D_G) = E[‖E[B|Λ̃] − E[B]‖_F²] (with B = ŨᵀAŨ): the variance of the optimal spectral predictor. It is the exact improvement of spectral attention over linear attention, and GCA targets the same conditional map via pointwise spectral filters on the input eigenvalues.
Load-bearing premise
The proof that GCA matches ideal spectral attention assumes graphs look like large community models: a fixed low-rank community signal, within-block randomness small enough to ignore, and Wigner-type noise so the conditional map collapses to a simple pointwise outlier-shrinkage rule.
What would settle it
On synthetic SBMs with controlled block-size heterogeneity, plot GCA-versus-linear validation-loss gap against estimated spectral diversity; if the gap does not rise with diversity, or if on large spiked SBMs GCA fails to approach the theoretical spectral-attention loss, the central claim fails.
If this is right
- Replacing linear query-key projections with graph-filter banks should improve denoising whenever graphs vary spectrally across the training distribution.
- Per-dataset denoising gains should correlate with a measurable spectral-diversity surrogate.
- In discrete graph diffusion, GCA can stay competitive while dropping costly hand-crafted spectral node features and, with random-feature encodings, explicit eigendecomposition.
- Softmax after attention is not only a normalizer: once eigenvalues are recovered it can further denoise eigenvectors by approximate projection onto the clean principal subspace.
Where Pith is reading between the lines
- Spectral diversity is a practical dataset diagnostic for deciding when spectral inductive bias is worth the compute.
- The same average-versus-conditional gap may apply to attention denoisers on other structured objects whose spectra vary (meshes, manifolds, point clouds).
- As graph size grows, random-feature positional encodings plus GCA may become a default scalable recipe for graph diffusion because they avoid per-step eigendecomposition.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper analyzes attention-based graph denoising under a Frobenius objective. It shows that linear attention (outer products of linear Q/K maps on noisy eigenvectors) is optimal only as the unconditional mean E[B] with B=ŨᵀAŨ, whereas spectral attention, which may depend arbitrarily on the noisy eigenvalues, achieves the conditional mean E[B|Λ̃]; the loss gap equals a spectral-diversity term SD(D_G) from the law of total variance (Props. 1–2, Thm. 1). Graph Convolutional Attention (GCA) realizes pointwise spectral filters via graph-filtered queries/keys and is permutation-equivariant; under an asymptotic spiked-Wigner/SBM regime (Assump. 1, Thm. 2), GCA matches spectral attention via outlier shrinkage η_out. Softmax is further argued to approximate projection onto the clean principal subspace and reduce eigenvector noise under equal-block, small-noise conditions (Lem. 2, Thm. 3). Empirically, replacing linear Q/K with GCA improves denoising and often diffusion metrics, with gains correlated to a kNN estimate of spectral diversity; DiGress ablations with GCA and R-PEARL match baseline quality while reducing inference cost on larger graphs.
Significance. If the analysis holds, the paper supplies a clean spectral account of why standard linear attention is limited for graph denoising and a concrete inductive bias (spectrum-adaptive, graph-filtered Q/K) that is both theoretically motivated and practically usable in diffusion models. Strengths include: (i) Propositions 1–2 and Theorem 1 follow standard conditional-mean / total-variance arguments and cleanly identify spectral diversity as the explained-variance gap; (ii) Theorem 2 ties GCA to classical spiked-Wigner outlier shrinkage with an explicit η_out; (iii) the predicted correlation between per-dataset gains and spectral diversity is a falsifiable empirical check that the authors attempt; (iv) code is released, and the DiGress + R-PEARL integration shows a practical path to avoid expensive eigendecomposition-based features. The contribution is a useful theory-to-architecture bridge for graph diffusion, even though the strongest GCA=SA equality is scoped to asymptotic SBMs.
major comments (3)
- [§2.2, Theorem 2, Remark 2] §2.2, Theorem 2 / Remark 2: The claim that GCA matches the idealized spectral optimum (ℓ*_GCA=ℓ*_SA) is proved only under Assumption 1 and n→∞ spiked Wigner/SBM conditions (fixed-rank E[A], negligible Δ, Wigner or edge-flip-reduced noise, pointwise η_out in Eq. 18). The manuscript never checks whether real TUDataset graphs (PROTEINS, ENZYMES, COLLAB, DEEZER, IMDB) are even approximately in this regime, yet §4.3–4.4 and the abstract present GCA gains on those graphs as support for the spectral-attention story. Please either (a) add diagnostics (e.g., effective rank of E[A], bulk vs outlier spectrum, agreement of learned filters with η_out-like shrinkage) or (b) clearly separate in the main text what is proved for SBMs from what is a heuristic expressivity argument for general graphs, so readers do not over-read ℓ*_GCA=ℓ*_SA beyond its stated scope.
- [§2.2, Lemma 1; §4.1] §2.2 and Lemma 1 vs §4.1 Eqs. (26)–(27): The equivariance and SA-matching analysis restrict H_Q^{(l)}, H_K^{(l)} to constant diagonals so that attention reduces to a pointwise spectral filter in F_GCA. Experiments primarily use the richer multi-tap filter-bank form (and LayerNorm). That is a reasonable design choice, but it means the implemented GCAT is not the object for which ℓ*_GCA=ℓ*_SA is proved. State this gap explicitly near the architecture definition and, if possible, ablate diagonal/scalar filters vs full banks on at least the synthetic SBMs where the theory applies.
- [§4.4, Table 1; Appendix A, B.1] §4.4, Table 1 and Appendix A: Training-loss gains for GCAT are uniform, but structural MMDs worsen on COLLAB and DEEZER (and Orbit MMD on ENZYMES). DiGress ablations (Table 3) are single-run, early-stopped relative to the published 550k-step recipe, and the authors themselves call them exploratory. The main-text claim that GCA “matches standard graph-transformer performance” / improves diffusion should be tempered to match Appendix A: report uncertainty, avoid overstating parity, and discuss when lower NLL fails to translate into better samples.
minor comments (6)
- [§2–3] Notation: eA, eU, eΛ vs tildes in the abstract/theory mix with bA in §3; a short notation table would help.
- [Figure 1c; Appendix B.5] Figure 1c: report the exact correlation coefficient, noise model (Gaussian vs edge-flip), and k used for the diversity surrogate so the “strongly correlated” claim is reproducible from the figure alone.
- [§3, Theorem 3] Theorem 3 / Assumption 2: equal-block and E[‖E‖_F²]≪min(1,m²/log²k) are strong; a one-sentence practical takeaway (when softmax is expected to help) would help non-theory readers.
- [§1.1; Appendix D.3] Related work §1.1 / Appendix D: Specformer, PolyFormer, SAN, and PEARL are cited; a sharper sentence on how GCA differs (denoising objective + Q/K graph filters vs spectral features or filter parametrization for prediction) would reduce overlap concerns.
- [Supplementary header; B.5] Typos / polish: “Understanding Graph Denoising” appears as the supplementary title while the main title is different; arXiv id and “Preprint” headers are fine but unify titles. Occasional double spaces and “thediversity = 0” in B.5.
- [Abstract; Appendix B] Code link is given; ensure the released repo includes the spectral-diversity kNN estimator and DiGress ablation configs referenced in B.3–B.5 for full reproducibility.
Circularity Check
No significant circularity: optimality gap, GCA–SA match, and softmax claims are derived from the Frobenius objective, law of total variance, and RMT under stated assumptions—not forced by definition or self-citation.
full rationale
The load-bearing chain is self-contained. Propositions 1–2 are ordinary least-squares characterizations of the unconditional and conditional means of B = ŨᵀAŨ under the Frobenius denoising loss; Theorem 1 then identifies the gap with tr(Cov(E[vec(B)|Λ̃])) via the law of total variance and names that quantity spectral diversity. Naming the proved gap is not circular: SD is a distributional property (variance of conditional means), and the theorem equates the optimal SA–LA gap to it rather than defining improvement after the fact. Theorem 2 shows that under Assumption 1 (fixed-rank community signal, negligible Δ, Wigner/edge-flip noise, n→∞) the conditional mean collapses to a pointwise outlier-shrinkage map η_out, so ℓ*_GCA = ℓ*_SA in that regime; the argument cites external RMT (Benaych-Georges–Nadakuditi), not a self-citation uniqueness theorem. Softmax improvement (Theorem 3 / Lemma 2) is an analytic comparison of projection vs. basis mismatch under equal-block small-noise assumptions. Empirically, FVE is a plug-in kNN estimator of explained variance of B given Λ̃, calibrated by a permutation null, then correlated with trained GCAT–GT gaps—not the training loss itself—so the correlation is not forced by construction. Coauthor citations (PEARL, DiGress) supply engineering baselines, not premises that force the optimality claims. Weaknesses (SBM asymptotics untested on real TUDataset graphs) are assumption/scope issues, not circularity.
Axiom & Free-Parameter Ledger
free parameters (5)
- Graph-conv polynomial order / filter taps P (and L)
- Softmax temperature α (and idealized WV/WQ/WK tying to Λ)
- Top-k eigenvectors and model widths (k, d, heads, depth)
- Spectral-diversity kNN neighbors m and noise level ε
- Diffusion training horizon and λ_E edge loss weight
axioms (6)
- standard math Law of total variance / conditional mean is L2-optimal predictor of B given Λ̃
- standard math Spiked Wigner outlier eigenvalues and eigenvector overlaps (Benaych-Georges–Nadakuditi)
- domain assumption Assumption 1: Δ negligible vs E[A]; noise is Wigner (or edge-flip ≈ bias + Wigner); fixed-rank communities, n→∞
- domain assumption Equal-block SBM and small noise for softmax projection improvement (Assumption 2 / Davis–Kahan control of S)
- standard math Weierstrass: continuous η on compact intervals approximable by polynomials
- ad hoc to paper Restricting H_Q^{(l)}, H_K^{(l)} to constant diagonals for equivariance in analysis (experiments use richer banks)
invented entities (3)
-
Spectral Diversity SD(D_G)
independent evidence
-
Spectral Attention function class F_SA
no independent evidence
-
Graph Convolutional Attention (GCA / GCAT)
independent evidence
read the original abstract
Denoising graphs is a fundamental problem in graph learning and the core operation of graph diffusion models. Attention-based architectures like graph transformers have recently shown promise in denoising graphs. However, our principled understanding of attention-based graph denoising remains limited, making it unclear whether standard attention is the right mechanism for this task. Here we show that, under a denoising objective, linear attention is suboptimal and can only learn an average spectral denoising filter over the training distribution. This creates a fundamental limitation as graphs often vary spectrally across the distribution. To overcome this limitation, we introduce Spectral Attention, which directly utilizes the input graph spectrum and provably outperforms linear attention by a margin governed by the spectral diversity of the distribution. We then derive Graph Convolutional Attention (GCA), a practical and permutation-equivariant realization of this idea that implements spectral denoising through graph-filtered queries and keys. For stochastic block models, GCA provably matches the idealized Spectral Attention mechanism. We further show that the softmax operation, that follows the attention, provides additional denoising by approximately projecting noisy eigenvectors onto the clean eigenspace. Empirically, replacing linear attention with GCA consistently improves graph denoising and diffusion on synthetic and real datasets, with gains strongly correlated with spectral diversity. In DiGress, GCA matches standard graph-transformer performance without computing expensive structural features, and when combined with the recently proposed PEARL positional encodings, avoids explicit eigendecomposition computations resulting in faster inference without degrading quality. The code can be found here: github.com/shervinkhalafi/graph_conv_att
Figures
Reference graph
Works this paper leans on
-
[1]
F. Benaych-Georges and R. R. Nadakuditi. The eigenvalues and eigenvectors of finite, low rank perturbations of large random matrices, 2010
work page 2010
-
[2]
D. Bo, C. Shi, L. Wang, and R. Liao. Specformer: Spectral graph neural networks meet transformers.arXiv preprint arXiv:2303.01028, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[3]
K. M. Borgwardt, C. S. Ong, S. Schönauer, S. V . N. Vishwanathan, A. J. Smola, and H.-P. Kriegel. Protein function prediction via graph kernels. InProceedings of the Thirteenth International Conference on Intelligent Systems for Molecular Biology (ISMB), pages 47–56, 2005
work page 2005
-
[4]
E. Dai, W. Jin, H. Liu, and S. Wang. Towards robust graph neural networks for noisy graphs with sparse labels. InProceedings of the fifteenth ACM international conference on web search and data mining, pages 181–191, 2022
work page 2022
-
[5]
H. Deng and B. Liu. Gadpn: Graph adaptive denoising and perturbation networks via singular value decomposition.arXiv preprint arXiv:2601.08230, 2026
-
[6]
V . P. Dwivedi and X. Bresson. A generalization of transformer networks to graphs, 2021
work page 2021
- [7]
- [8]
- [9]
-
[10]
A. Garg. Graph transformers without positional encodings.arXiv preprint arXiv:2401.17791, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[11]
R. He, K. Gopinath, C. Desrosiers, and H. Lombaert. Spectral graph transformer networks for brain surface parcellation. In2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI), pages 372–376. IEEE, 2020
work page 2020
-
[12]
W. Jin, Y . Ma, X. Liu, X. Tang, S. Wang, and J. Tang. Graph structure learning for robust graph neural networks. InProceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining, pages 66–74, 2020
work page 2020
-
[13]
J. Jo, D. Kim, and S. J. Hwang. Graph generation with diffusion mixture.arXiv preprint arXiv:2302.03596, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[14]
J. Jo, S. Lee, and S. J. Hwang. Score-based generative modeling of graphs via the system of stochastic differential equations. InInternational conference on machine learning, pages 10362–10383. PMLR, 2022
work page 2022
-
[15]
N. Josephs, W. Li, and E. D. Kolaczyk. Network recovery from unlabeled noisy samples. In 2021 55th Asilomar Conference on Signals, Systems, and Computers, pages 1268–1273. IEEE, 2021
work page 2021
-
[16]
C. I. Kanatsoulis, E. Choi, S. Jegelka, J. Leskovec, and A. Ribeiro. Learning efficient positional encodings with graph neural networks.arXiv preprint arXiv:2502.01122, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[17]
M. Karami. HiGen: Hierarchical graph generative networks. InAdvances in Neural Information Processing Systems (NeurIPS), 2023
work page 2023
-
[18]
D. Kreuzer, D. Beaini, W. Hamilton, V . Létourneau, and P. Tossou. Rethinking graph transform- ers with spectral attention.Advances in neural information processing systems, 34:21618–21629, 2021. 12
work page 2021
-
[19]
J. Li, M. Liu, H. Zhang, P. Wang, Y . Wen, L. Pan, and H. Cheng. Mask-gvae: Blind denoising graphs via partition. InProceedings of the Web Conference 2021, pages 3688–3698, 2021
work page 2021
-
[20]
R. Liao, Y . Li, Y . Song, S. Wang, W. L. Hamilton, D. Duvenaud, R. Urtasun, and R. S. Zemel. Efficient graph generation with graph recurrent attention networks. InAdvances in Neural Information Processing Systems (NeurIPS), volume 32, pages 4257–4267, 2019
work page 2019
-
[21]
D. Lim, J. Robinson, L. Zhao, T. Smidt, S. Sra, H. Maron, and S. Jegelka. Sign and basis invariant networks for spectral graph representation learning.arXiv preprint arXiv:2202.13013, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[22]
Y . Liu, C. Du, T. Pang, C. Li, M. Lin, and W. Chen. Graph diffusion policy optimization. In Advances in Neural Information Processing Systems (NeurIPS), 2024
work page 2024
-
[23]
J. Luo, Q. Sun, H. Yuan, X. Fu, and J. Li. Robust graph learning against adversarial evasion attacks via prior-free diffusion-based structure purification. InProceedings of the ACM on Web Conference 2025, pages 2098–2110, 2025
work page 2025
-
[24]
H. Lyu, Y . H. Kureh, J. Vendrow, and M. A. Porter. Learning low-rank latent mesoscale structures in networks.Nature Communications, 15(1):224, 2024
work page 2024
-
[25]
J. Ma, M. He, and Z. Wei. Polyformer: Scalable node-wise filters via polynomial graph transformer. InProceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining, pages 2118–2129, 2024
work page 2024
-
[26]
NetDiff: Deep Graph Denoising Diffusion for Ad Hoc Network Topology Generation
F. Marcoccia, C. Adjih, and P. Mühlethaler. Netdiff: Deep graph denoising diffusion for ad hoc network topology generation.arXiv preprint arXiv:2410.08238, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[27]
K. Martinkus, A. Loukas, N. Perraudin, and R. Wattenhofer. SPECTRE: Spectral conditioning helps to overcome the expressivity limits of one-shot graph generators. InProceedings of the 39th International Conference on Machine Learning (ICML), volume 162 ofProceedings of Machine Learning Research, pages 15159–15179. PMLR, 2022
work page 2022
- [28]
-
[29]
P. Milanfar and M. Delbracio. Denoising: a powerful building block for imaging, inverse prob- lems and machine learning.Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 383(2299), 2025
work page 2025
-
[30]
A. Q. Nichol and P. Dhariwal. Improved denoising diffusion probabilistic models. InPro- ceedings of the 38th International Conference on Machine Learning (ICML), volume 139 of Proceedings of Machine Learning Research, pages 8162–8171. PMLR, 2021
work page 2021
-
[31]
Technical Report: The Graph Spectral Token -- Enhancing Graph Transformers with Spectral Information
Z. Pengmei and Z. Li. Technical report: The graph spectral token–enhancing graph transformers with spectral information.arXiv preprint arXiv:2404.05604, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[32]
Y . Qin, M. Madeira, D. Thanou, and P. Frossard. Defog: Discrete flow matching for graph generation.arXiv preprint arXiv:2410.04263, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[33]
S. Rey, V . Tenorio, S. Rozada, L. Martino, and A. G. Marques. Overparametrized deep encoder- decoder schemes for inputs and outputs defined over graphs. In2020 28th European Signal Processing Conference (EUSIPCO), pages 855–859. IEEE, 2021
work page 2021
-
[34]
S. Rey, V . M. Tenorio, and A. G. Marqués. Robust graph filter identification and graph denoising from signal observations.IEEE Transactions on Signal Processing, 71:3651–3666, 2023
work page 2023
-
[35]
GIST: Gauge-Invariant Spectral Transformers for Scalable Graph Neural Operators
M. Rigotti, N. Thumiger, and T. Frick. Gist: Gauge-invariant spectral transformers for scalable graph neural operators.arXiv preprint arXiv:2603.16849, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[36]
B. Rozemberczki and R. Sarkar. Characteristic functions on graphs: Birds of a feather, from statistical descriptors to parametric models. InProceedings of the 29th ACM International Conference on Information and Knowledge Management (CIKM), pages 1325–1334. ACM, 2020. 13
work page 2020
-
[37]
Rudin.Principles of Mathematical Analysis
W. Rudin.Principles of Mathematical Analysis. McGraw-Hill, 3rd edition, 1976
work page 1976
-
[38]
S. Segarra, A. G. Marques, G. Mateos, and A. Ribeiro. Network topology inference from spectral templates.IEEE Transactions on Signal and Information Processing over Networks, 3(3):467–483, 2017
work page 2017
-
[39]
J. Song, C. Meng, and S. Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
work page internal anchor Pith review Pith/arXiv arXiv 2010
-
[40]
Y . Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole. Score-based generative modeling through stochastic differential equations.arXiv preprint arXiv:2011.13456, 2020
work page internal anchor Pith review Pith/arXiv arXiv 2011
-
[41]
V . M. Tenorio, S. Rey, and A. G. Marques. Robust graph neural network based on graph denoising. In2023 57th Asilomar Conference on Signals, Systems, and Computers, pages 578–582. IEEE, 2023
work page 2023
-
[42]
V . M. Tenorio, S. Rey, and A. G. Marques. Blind deconvolution of sparse graph signals in the presence of perturbations. InICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 9406–9410. IEEE, 2024
work page 2024
-
[43]
Leveraging Graph Diffusion Models for Network Refinement Tasks
P. Trivedi, R. Rossi, D. Arbour, T. Yu, F. Dernoncourt, S. Kim, N. Lipka, N. Park, N. K. Ahmed, and D. Koutra. Leveraging graph diffusion models for network refinement tasks.arXiv preprint arXiv:2311.17856, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[44]
DiGress: Discrete Denoising diffusion for graph generation
C. Vignac, I. Krawczuk, A. Siraudin, B. Wang, V . Cevher, and P. Frossard. Digress: Discrete denoising diffusion for graph generation.arXiv preprint arXiv:2209.14734, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[45]
H. Wang, Z. Qin, Z. Sun, Q. Yang, and J. Shao. Unsupervised graph denoising via feature-driven matrix factorization.Information Sciences, 661:120156, 2024
work page 2024
-
[46]
Y .-J. Wu, E. Levina, and J. Zhu. Generalized linear models with low rank effects for network data.arXiv preprint arXiv:1705.06772, 2017
work page internal anchor Pith review Pith/arXiv arXiv 2017
-
[47]
H. Xu, L. Xiang, J. Yu, A. Cao, and X. Wang. Speedup robust graph structure learning with low-rank information. InProceedings of the 30th ACM International Conference on Information & Knowledge Management, pages 2241–2250, 2021
work page 2021
-
[48]
P. Yanardag and S. V . N. Vishwanathan. Deep graph kernels. InProceedings of the 21st ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), pages 1365–1374. ACM, 2015
work page 2015
-
[49]
T. Yang, J. Meng, M. Zhou, Y . Yang, Y . Wang, X. Li, and Y . Tong. You can’t ignore either: Unifying structure and feature denoising for robust graph learning. InProceedings of the 33rd ACM International Conference on Information and Knowledge Management, pages 4178–4182, 2024
work page 2024
-
[50]
J. You, R. Ying, X. Ren, W. L. Hamilton, and J. Leskovec. GraphRNN: Generating realistic graphs with deep auto-regressive models. InProceedings of the 35th International Conference on Machine Learning (ICML), volume 80 ofProceedings of Machine Learning Research, pages 5694–5703. PMLR, 2018
work page 2018
-
[51]
B. Zhou, R. Li, X. Zheng, Y . G. Wang, and J. Gao. Graph denoising with framelet regularizers. IEEE Transactions on Pattern Analysis and Machine Intelligence, 46(12):7606–7617, 2024. 14 Supplementary Materials for “Understanding Graph Denoising” A Limitations and Future Directions Expanding the scope of the experiments to more graph benchmark datasets, bo...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.