Papers › AtomSurf : Surface Representation for Learning on Protein Structures

AtomSurf : Surface Representation for Learning on Protein Structures

28 Sep 2023arXiv:2309.16519archive 2025-07-28

Vincent Mallet, Souhaib Attaiki, Yangyang Miao, Bruno Correia, Maks Ovsjanikov

While there has been significant progress in evaluating and comparing different representations for learning on protein data, the role of surface-based learning approaches remains not well-understood. In particular, there is a lack of direct and fair benchmark comparison between the best available surface-based learning methods against alternative representations such as graphs. Moreover, the few existing surface-based approaches either use surface information in isolation or, at best, perform global pooling between surface and graph-based architectures. In this work, we fill this gap by first adapting a state-of-the-art surface encoder for protein learning tasks. We then perform a direct and fair comparison of the resulting method against alternative approaches within the Atom3D benchmark, highlighting the limitations of pure surface-based learning. Finally, we propose an integrated approach, which allows learned feature sharing between graphs and surface representations on the level of nodes and vertices across all layers. We demonstrate that the resulting architecture achieves state-of-the-art results on all tasks in the Atom3D benchmark, while adhering to the strict benchmark protocol, as well as more broadly on binding site identification and binding pocket classification. Furthermore, we use coarsened surfaces and optimize our approach for efficiency, making our tool competitive in training and inference time with existing techniques. Our code and data can be found online: github.com/Vincentx15/atomsurf

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

Code

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

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

vincentx15/atomsurf officialmentioned in papermentioned on GitHubpytorch report
vincentx15/atom2d officialmentioned in paperpytorch 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; 13 ran; 0 honoured the contract we drafted; 3 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 · our draft was wrong
1ran · fixture could not drive it
11ran
3unverified

Licence: 15 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 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.

swish vincentx15/atom2d/atom2d/base_nets/pronet.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 0f786c407fb1ee4c · report
Jn vincentx15/atom2d/atom2d/base_nets/pronet.py official repository ran fingerprinted no licence file found · pointer only · b4119914cc11c41e · report
Jn_zeros vincentx15/atom2d/atom2d/base_nets/pronet.py official repository ran fingerprinted no licence file found · pointer only · d3c0454b979dd9e0 · report
MLP vincentx15/atom2d/atom2d/base_nets/architectures.py official repository ran · fixture could not drive it no licence file found · pointer only · f29e1fcf0698249b · report
ProteinEncoderBlock vincentx15/atomsurf/atomsurf/networks/protein_encoder.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 9ebd67e377a7eebd · report
attention_vanilla vincentx15/atom2d/atom2d/base_nets/architectures.py official repository ran fingerprinted no licence file found · pointer only · 352b1d06ec7d5452 · report
compute_accuracy vincentx15/atom2d/atom2d/holoprot/pl_module.py official repository ran no licence file found · pointer only · b67e340958dd4794 · report
compute_auroc vincentx15/atom2d/atom2d/holoprot/pl_module.py official repository ran fingerprinted no licence file found · pointer only · 7ebaf20fa3e67c3d · report
compute_bipartite_graphs vincentx15/atom2d/atom2d/base_nets/architectures.py official repository ran no licence file found · pointer only · c1bf7be2cdb707f5 · report
create_pyg_graph_object vincentx15/atom2d/atom2d/base_nets/utils.py official repository ran no licence file found · pointer only · 47e28cac582f9345 · report
get_config_model vincentx15/atom2d/atom2d/base_nets/pesto.py official repository ran fingerprinted no licence file found · pointer only · 59ae2190e7f16f12 · report
spherical_bessel_formulas vincentx15/atom2d/atom2d/base_nets/pronet_updated.py official repository ran no licence file found · pointer only · 6a886f8b611f61b7 · report
unpack_state_features vincentx15/atom2d/atom2d/base_nets/pesto.py official repository ran no licence file found · pointer only · 737a82f55f6e95e0 · report
randn vincentx15/atom2d/atom2d/base_nets/gvp.py official repository unverified no licence file found · pointer only · 9872a3086cf3a0a5 · report
state_max_pool vincentx15/atom2d/atom2d/base_nets/pesto.py official repository unverified no licence file found · pointer only · 9642e637fc58d169 · report
tuple_index vincentx15/atom2d/atom2d/base_nets/gvp.py official repository unverified no licence file found · pointer only · de724c9930a6f2be · report

Tasks

Atom3D benchmarkProtein Structure Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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