Papers › Interpretable Geometric Deep Learning via Learnable Randomness Injection

Interpretable Geometric Deep Learning via Learnable Randomness Injection

30 Oct 2022arXiv:2210.16966archive 2025-07-28

Siqi Miao, Yunan Luo, Mia Liu, Pan Li

Point cloud data is ubiquitous in scientific fields. Recently, geometric deep learning (GDL) has been widely applied to solve prediction tasks with such data. However, GDL models are often complicated and hardly interpretable, which poses concerns to scientists who are to deploy these models in scientific analysis and experiments. This work proposes a general mechanism, learnable randomness injection (LRI), which allows building inherently interpretable models based on general GDL backbones. LRI-induced models, once trained, can detect the points in the point cloud data that carry information indicative of the prediction label. We also propose four datasets from real scientific applications that cover the domains of high-energy physics and biochemistry to evaluate the LRI mechanism. Compared with previous post-hoc interpretation methods, the points detected by LRI align much better and stabler with the ground-truth patterns that have actual scientific meanings. LRI is grounded by the information bottleneck principle, and thus LRI-induced models are also more robust to distribution shifts between training and test scenarios. Our code and datasets are available at \url{https://github.com/Graph-COM/LRI}.

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

Code

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

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 12 samples from 1 repository, 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.

graph-com/lri officialmentioned in papermentioned on GitHubpytorchMIT report
Graph-COM/xgdl mentioned on GitHubpytorchMIT 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

13 samples harvested; 3 ran; 0 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.

2ran · our draft was wrong
1ran · fixture could not drive it
10unverified

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

negative_augmentation Graph-COM/LRI/src/trainer.py official repository ran · our draft was wrong MIT (permissive) · e0fcdd921ca4873a · report
unsorted_segment_mean Graph-COM/xgdl/src/xgdl/backbones/egnn.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · bc66f19be57720e7 · report
unsorted_segment_sum Graph-COM/xgdl/src/xgdl/backbones/egnn.py community (archive-listed) ran · our draft was wrong MIT (permissive) · dfdf6dc1a0720e57 · report
act_transform Graph-COM/xgdl/src/xgdl/get_data.py community (archive-listed) unverified MIT (permissive) · bbe79497da57f1ba · report
eval_one_batch Graph-COM/xgdl/src/xgdl/trainer.py community (archive-listed) unverified MIT (permissive) · f763641d67617951 · report
get_avg_std_report Graph-COM/xgdl/src/xgdl/pipeline.py community (archive-listed) unverified MIT (permissive) · e71db67381e7e824 · report
relabel Graph-COM/xgdl/src/xgdl/baselines/new_method.py community (archive-listed) unverified MIT (permissive) · d55adf463cf24712 · report
save_multi_result Graph-COM/xgdl/src/xgdl/pipeline.py community (archive-listed) unverified MIT (permissive) · 9448a7da7f38667f · report
select_augmentation Graph-COM/xgdl/src/xgdl/trainer.py community (archive-listed) unverified MIT (permissive) · 463450ca2539b19d · report
split_batch Graph-COM/xgdl/src/xgdl/baselines/new_method.py community (archive-listed) unverified MIT (permissive) · deb2712a258e8789 · report
syn_transform Graph-COM/xgdl/src/xgdl/get_data.py community (archive-listed) unverified MIT (permissive) · c8deaefc82d78a0e · report
tau_transform Graph-COM/xgdl/src/xgdl/get_data.py community (archive-listed) unverified MIT (permissive) · 934d3718469c1253 · report
train_one_batch Graph-COM/xgdl/src/xgdl/trainer.py community (archive-listed) unverified MIT (permissive) · 1a9589e2bc8498a8 · report

Tasks

Deep Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNTest

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