Papers › GLACIER: Rethinking Mass Spectrum Prediction as an Object Detection Problem

GLACIER: Rethinking Mass Spectrum Prediction as an Object Detection Problem

28 Jun 2026arXiv:2606.29161added by Syntology

Rui-Xi Wang, Runzhong Wang, Connor W. Coley

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Predicting tandem mass spectra (MS/MS) from molecular structures represents a central task in analytical chemistry with direct relevance to clinical metabolomics, systems biology, and adjacent disciplines. In this work, we revisit the problem through the lens of object detection on molecular graphs. Molecular fragmentation, a central step in MS/MS prediction, can be approximated as detecting a set of subgraphs (i.e., fragments) and their associated spectral contributions. Existing fragment-based models follow a two-stage paradigm -- first generating candidate fragments and then scoring them -- analogous to two-stage R-CNNs in computer vision. Towards higher accuracy and faster inference, we introduce GLACIER, a single-stage transformer-based fragment detection neural network for molecular graphs. This unified formulation eliminates the need for candidate enumeration, enabling scalable and globally consistent modeling of molecular fragmentation. GLACIER is faster and more accurate than existing state-of-the-art by a significant margin, achieving 70.0% and 69.7% Top-1 retrieval accuracy with and without contrastive finetuning on the MassSpecGym dataset (from the previous SOTA of 64.0%) and 52.5% and 38.5% respectively on the NIST'20 dataset (from 33.2%). Furthermore, GLACIER provides nearly 8-fold inference speedup over our prior two-stage model. Code is available at https://github.com/coleygroup/ms-pred

PaperPDFCode 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="2606.29161")

Code

Syntology Ran 11 of 12 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

coleygroup/ms-pred found in paper text by Syntology report

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

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

11ran
1unverified

Licence: 0 of the 12 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 coleygroup/ms-pred. “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.

bootstrap_mean coleygroup/ms-pred/src/ms_pred/common/bootstrap_utils.py found in paper text by Syntology ran MIT (permissive) · 8752e30e35042ef0 · report
cos_sim_fn coleygroup/ms-pred/analysis/spec_pred_eval.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 22d9addc46db60fe · report
cross_sum coleygroup/ms-pred/src/ms_pred/common/chem_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 882288af58eefa4a · report
entropy_sim_fn coleygroup/ms-pred/analysis/spec_pred_eval.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 926b5bc2d7ab8d05 · report
formula_to_dense coleygroup/ms-pred/src/ms_pred/common/chem_utils.py found in paper text by Syntology ran MIT (permissive) · 7ada2607b6e1929e · report
hit_samples_from_individuals coleygroup/ms-pred/src/ms_pred/common/bootstrap_utils.py found in paper text by Syntology ran MIT (permissive) · 692ec23ef241c1ce · report
is_positive_adduct coleygroup/ms-pred/src/ms_pred/common/chem_utils.py found in paper text by Syntology ran MIT (permissive) · b02c285cee3b32a6 · report
load_yaml_results coleygroup/ms-pred/src/ms_pred/common/bootstrap_utils.py found in paper text by Syntology ran MIT (permissive) · 419de1e52d3545f8 · report
pack_spectrum coleygroup/ms-pred/src/ms_pred/common/denoising_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 5e099ec41cc5c31e · report
process_form_file coleygroup/ms-pred/src/ms_pred/autoregr_gen/autoregr_data.py found in paper text by Syntology ran MIT (permissive) · 41969e2a75b2b941 · report
sort_spectrum coleygroup/ms-pred/src/ms_pred/common/denoising_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 323af9aaa50af64f · report
electronic_denoising coleygroup/ms-pred/src/ms_pred/common/denoising_utils.py found in paper text by Syntology unverified MIT (permissive) · 8a96a86f69f85cf5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.29161, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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