Papers › Graph Anisotropic Diffusion

Graph Anisotropic Diffusion

30 Apr 2022arXiv:2205.00354archive 2025-07-28

Ahmed A. A. Elhag, Gabriele Corso, Hannes Stärk, Michael M. Bronstein

Traditional Graph Neural Networks (GNNs) rely on message passing, which amounts to permutation-invariant local aggregation of neighbour features. Such a process is isotropic and there is no notion of `direction' on the graph. We present a new GNN architecture called Graph Anisotropic Diffusion. Our model alternates between linear diffusion, for which a closed-form solution is available, and local anisotropic filters to obtain efficient multi-hop anisotropic kernels. We test our model on two common molecular property prediction benchmarks (ZINC and QM9) and show its competitive performance.

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="2205.00354")

Code

Syntology Ran 6 of 16 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ahmed-a-a-elhag/gad officialmentioned in papermentioned 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

16 samples harvested; 6 ran; 1 honoured the contract we drafted; 10 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
2ran · our draft was wrong
1ran · fixture could not drive it
2ran
10unverified

Licence: 16 of the 16 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 ahmed-a-a-elhag/gad. “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.

Diffusion_layer ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran no licence file found · pointer only · cca862fcca0c928a · report
MLP ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran fingerprinted no licence file found · pointer only · 7aa22f3a765ec1c8 · report
get_mask ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran · our draft was wrong no licence file found · pointer only · 066438b529d88f47 · report
scale_amplification ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran · our draft was wrong no licence file found · pointer only · b0908206851f6f04 · report
scale_attenuation ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran · fixture could not drive it no licence file found · pointer only · fc7c5b351d7b2ee5 · report
scale_identity ahmed-a-a-elhag/gad/src/gad_layer.py official repository ran · honoured contract no licence file found · pointer only · 49e0bc6264dd922d · report
DGN_Tower ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 3dcf757e43305c27 · report
DGN_layer_Simple ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 58138a502c266962 · report
DGN_layer_Tower ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 6791ad22e0aa9aa9 · report
GAD_layer ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · efbb3f2e73202fac · report
aggregate_dir_der ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 5804cea4132a88ad · report
aggregate_dir_smooth ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · dc41de86ee4b05b6 · report
aggregate_max ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 6e209aaa6a7b8d96 · report
aggregate_mean ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 9f4630576b75f76d · report
aggregate_min ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · aff66011bd05c244 · report
aggregate_sum ahmed-a-a-elhag/gad/src/gad_layer.py official repository unverified no licence file found · pointer only · 7fd902a5c7391edc · report

Tasks

Molecular Property PredictionProperty Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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