Papers › Unifying Graph Convolutional Neural Networks and Label Propagation

Unifying Graph Convolutional Neural Networks and Label Propagation

17 Feb 2020arXiv:2002.06755archive 2025-07-28

Hongwei Wang, Jure Leskovec

Label Propagation (LPA) and Graph Convolutional Neural Networks (GCN) are both message passing algorithms on graphs. Both solve the task of node classification but LPA propagates node label information across the edges of the graph, while GCN propagates and transforms node feature information. However, while conceptually similar, theoretical relation between LPA and GCN has not yet been investigated. Here we study the relationship between LPA and GCN in terms of two aspects: (1) feature/label smoothing where we analyze how the feature/label of one node is spread over its neighbors; And, (2) feature/label influence of how much the initial feature/label of one node influences the final feature/label of another node. Based on our theoretical analysis, we propose an end-to-end model that unifies GCN and LPA for node classification. In our unified model, edge weights are learnable, and the LPA serves as regularization to assist the GCN in learning proper edge weights that lead to improved classification performance. Our model can also be seen as learning attention weights based on node labels, which is more task-oriented than existing feature-based attention models. In a number of experiments on real-world graphs, our model shows superiority over state-of-the-art GCN-based methods in terms of node classification accuracy.

PaperPDFConference PDFCodeCode 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="2002.06755")

Code

Syntology Ran 2 of 14 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.

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

achalagarwal/gcn-lpa mentioned on GitHubtfMIT report
hwwang55/GCN-LPA mentioned on GitHubtfMIT 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

14 samples harvested; 2 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
12unverified

Licence: 0 of the 14 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.

sigmoid achalagarwal/gcn-lpa/src/karate_club.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · b8e95809ca2c17c9 · report
parse_index_file achalagarwal/gcn-lpa/src/data_loader.py community (archive-listed) ran · honoured contract MIT (permissive) · 5c3fa9402a9405bc · report
dot achalagarwal/gcn-lpa/src/layers.py community (archive-listed) unverified MIT (permissive) · 29e29535d9eada4d · report
dot hwwang55/GCN-LPA/src/layers.py community (archive-listed) unverified MIT (permissive) · 585faba8d93889b9 · report
get_layer_uid achalagarwal/gcn-lpa/src/layers.py community (archive-listed) unverified MIT (permissive) · 2d68c4193e0780cb · report
glorot achalagarwal/gcn-lpa/src/inits.py community (archive-listed) unverified MIT (permissive) · 0ff0dc0369c94cbe · report
glorot hwwang55/GCN-LPA/src/inits.py community (archive-listed) unverified MIT (permissive) · 8efce639c727cd2d · report
normalize_features achalagarwal/gcn-lpa/src/data_loader.py community (archive-listed) unverified MIT (permissive) · 33746814a1d4ff92 · report
sparse_dropout achalagarwal/gcn-lpa/src/layers.py community (archive-listed) unverified MIT (permissive) · cd61377ca3953238 · report
sparse_dropout hwwang55/GCN-LPA/src/layers.py community (archive-listed) unverified MIT (permissive) · ce452a33739aaed9 · report
sparse_to_tuple achalagarwal/gcn-lpa/src/data_loader.py community (archive-listed) unverified MIT (permissive) · 13c5950f6e3ab34b · report
uniform achalagarwal/gcn-lpa/src/inits.py community (archive-listed) unverified MIT (permissive) · 5215c72b1d4d573c · report
uniform hwwang55/GCN-LPA/src/inits.py community (archive-listed) unverified MIT (permissive) · f433ebe52ac58c73 · report
zeros achalagarwal/gcn-lpa/src/inits.py community (archive-listed) unverified MIT (permissive) · 595ca46a0fcb65fa · report

Tasks

ClassificationGeneral ClassificationNode Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Node Classification Citeseer GCN-LPA Accuracy 78.7 ± 0.6 #8 of 71 Archive leaderboard report
Node Classification Coauthor CS GCN-LPA Accuracy 94.8 ± 0.4 #15 of 24 Archive leaderboard report
Node Classification Coauthor Phy GCN-LPA Accuracy 96.9 ± 0.2 #1 of 2 Archive leaderboard report
Node Classification Cora GCN-LPA Accuracy 88.5% ± 1.5% #9 of 73 Archive leaderboard report
Node Classification Pubmed GCN-LPA Accuracy 87.8 ± 0.6 #17 of 70 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

GCN

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