Papers › Revisiting Graph Neural Networks: All We Have is Low-Pass Filters

Revisiting Graph Neural Networks: All We Have is Low-Pass Filters

23 May 2019arXiv:1905.09550archive 2025-07-28

Hoang NT, Takanori Maehara

Graph neural networks have become one of the most important techniques to solve machine learning problems on graph-structured data. Recent work on vertex classification proposed deep and distributed learning models to achieve high performance and scalability. However, we find that the feature vectors of benchmark datasets are already quite informative for the classification task, and the graph structure only provides a means to denoise the data. In this paper, we develop a theoretical framework based on graph signal processing for analyzing graph neural networks. Our results indicate that graph neural networks only perform low-pass filtering on feature vectors and do not have the non-linear manifold learning property. We further investigate their resilience to feature noise and propose some insights on GCN-based graph neural network design.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1905.09550")

Code

Syntology Ran 6 of 18 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 12 samples from 1 repository, 1 ran; community (archive-listed): 6 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gear/gfnn officialmentioned on GitHubpytorchMIT report
hazdzz/gfNN mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 6 ran; 1 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
12unverified

Licence: 6 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy gear/gfnn/metrics.py official repository ran · honoured contract fingerprinted MIT (permissive) · 18557871f0c93b3f · report
abs_rw_normalized_adjacency gear/gfnn/normalization.py official repository unverified MIT (permissive) · 6f5f73e918b46e6f · report
aug_normalized_adjacency gear/gfnn/normalization.py official repository unverified MIT (permissive) · a4a8c0e8d8c8a86e · report
f1 gear/gfnn/metrics.py official repository unverified MIT (permissive) · cc1fd8ffd02dab36 · report
fetch_normalization gear/gfnn/normalization.py official repository unverified MIT (permissive) · 1a5b4299f5be0a79 · report
gaussian gear/gfnn/noise.py official repository unverified MIT (permissive) · 5f4af3371e9442b6 · report
gaussian_mimic gear/gfnn/noise.py official repository unverified MIT (permissive) · 62a1471638f46485 · report
get_model gear/gfnn/models.py official repository unverified MIT (permissive) · d100375cd9ce3491 · report
make_donuts gear/gfnn/synthetic_data.py official repository unverified MIT (permissive) · 46ea2adafba4925f · report
make_graph gear/gfnn/synthetic_data.py official repository unverified MIT (permissive) · 73b528f4485a27d4 · report
superimpose_gaussian gear/gfnn/noise.py official repository unverified MIT (permissive) · c234ab2b90d78d36 · report
train_regression gear/gfnn/reddit.py official repository unverified MIT (permissive) · 3d5322498444a628 · report
calc_gso hazdzz/gfNN/script/utility.py community (archive-listed) ran · our draft was wrong LGPL-2.1 (copyleft) · pointer only · 844b86547e59a9cb · report
calc_sgc_feature hazdzz/gfNN/script/utility.py community (archive-listed) ran · fixture could not drive it LGPL-2.1 (copyleft) · pointer only · 4c178650ff16f272 · report
cnv_sparse_mat_to_coo_tensor hazdzz/gfNN/script/utility.py community (archive-listed) ran · our draft was wrong LGPL-2.1 (copyleft) · pointer only · 03ccfc745e8f1df3 · report
load_webkb_data hazdzz/gfNN/script/dataloader.py community (archive-listed) ran · our draft was wrong LGPL-2.1 (copyleft) · pointer only · 9363b574f33a10a1 · report
norm_feat hazdzz/gfNN/script/dataloader.py community (archive-listed) ran · violated contract fingerprinted LGPL-2.1 (copyleft) · pointer only · 54c8404c5585302e · report
load_citation_data hazdzz/gfNN/script/dataloader.py community (archive-listed) unverified LGPL-2.1 (copyleft) · pointer only · f5e957aeda88abd5 · report

Tasks

AllGeneral ClassificationGraph Neural Network

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Graph Neural Network

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections