Papers › Explaining machine-learned particle-flow reconstruction

Explaining machine-learned particle-flow reconstruction

24 Nov 2021arXiv:2111.12840archive 2025-07-28

Farouk Mokhtar, Raghav Kansal, Daniel Diaz, Javier Duarte, Joosep Pata, Maurizio Pierini, Jean-Roch Vlimant

The particle-flow (PF) algorithm is used in general-purpose particle detectors to reconstruct a comprehensive particle-level view of the collision by combining information from different subdetectors. A graph neural network (GNN) model, known as the machine-learned particle-flow (MLPF) algorithm, has been developed to substitute the rule-based PF algorithm. However, understanding the model's decision making is not straightforward, especially given the complexity of the set-to-set prediction task, dynamic graph building, and message-passing steps. In this paper, we adapt the layerwise-relevance propagation technique for GNNs and apply it to the MLPF algorithm to gauge the relevant nodes and features for its predictions. Through this process, we gain insight into the model's decision-making.

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

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

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

faroukmokhtar/particleflow officialmentioned in papertfApache-2.0 report
farakiko/xai4hep 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

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 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.

18unverified

Licence: 0 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 faroukmokhtar/particleflow. “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.

classification_loss faroukmokhtar/particleflow/mlpf/model/losses.py official repository unverified Apache-2.0 (permissive) · e64cf35ab8bff4bb · report
customize_pipeline_test faroukmokhtar/particleflow/mlpf/customizations.py official repository unverified Apache-2.0 (permissive) · 2b270dba64c8bbb1 · report
dataset_input_type_id faroukmokhtar/particleflow/mlpf/conf.py official repository unverified Apache-2.0 (permissive) · c01f983334e0f6b8 · report
dataset_source_id faroukmokhtar/particleflow/mlpf/conf.py official repository unverified Apache-2.0 (permissive) · d8a81f0febeff149 · report
deltaphi faroukmokhtar/particleflow/mlpf/jet_utils.py official repository unverified Apache-2.0 (permissive) · 72d34ad7b15b8a79 · report
deltar faroukmokhtar/particleflow/mlpf/jet_utils.py official repository unverified Apache-2.0 (permissive) · 48d587451f46aabd · report
get_regions faroukmokhtar/particleflow/mlpf/model/heptv2.py official repository unverified Apache-2.0 (permissive) · 9c993588b9c2e6fc · report
invert_permutation faroukmokhtar/particleflow/mlpf/model/heptv2.py official repository unverified Apache-2.0 (permissive) · ded74e6af3ddb339 · report
lsh_mapping faroukmokhtar/particleflow/mlpf/model/hept.py official repository unverified Apache-2.0 (permissive) · a99434c75350faa3 · report
match_jets faroukmokhtar/particleflow/mlpf/jet_utils.py official repository unverified Apache-2.0 (permissive) · 45ca4d36fd5a0792 · report
pairwise_l2_dist faroukmokhtar/particleflow/mlpf/model/gnnlsh.py official repository unverified Apache-2.0 (permissive) · c22d7ce353754a1e · report
point_wise_feed_forward_network faroukmokhtar/particleflow/mlpf/model/gnnlsh.py official repository unverified Apache-2.0 (permissive) · a3aa89db788edd6f · report
quantile_partition faroukmokhtar/particleflow/mlpf/model/heptv2.py official repository unverified Apache-2.0 (permissive) · 574204301da463f9 · report
regression_loss faroukmokhtar/particleflow/mlpf/model/losses.py official repository unverified Apache-2.0 (permissive) · 5c5bebafe8dccc63 · report
sliced_wasserstein_loss faroukmokhtar/particleflow/mlpf/model/losses.py official repository unverified Apache-2.0 (permissive) · cfb51c77ac54ffd0 · report
split_indices_to_bins_batch faroukmokhtar/particleflow/mlpf/model/gnnlsh.py official repository unverified Apache-2.0 (permissive) · b146c0426554f03c · report
trunc_normal_ faroukmokhtar/particleflow/mlpf/model/hept.py official repository unverified Apache-2.0 (permissive) · e932b7d3ef0f378b · report
uniform faroukmokhtar/particleflow/mlpf/model/hept.py official repository unverified Apache-2.0 (permissive) · 1d809fe0159efa28 · report

Tasks

Decision MakingGraph 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