Skip to content
PaperFren

Can an equivariant graph network judge protein models better?

Open paper intelligence

A graph network built to respect 3D rotations and translations estimated the quality of predicted protein structures more accurately than earlier methods, and even better than AlphaFold2's own confidence scores.

Source

3D-equivariant graph neural networks for protein model quality assessment

Chen C, Chen X, Morehead A, et al. · Bioinformatics (Oxford, England) · 2023

doi.org/10.1093/bioinformatics/btad030Read the full paper ↗30 citationscc by

Study at a glance

Design
Computational / modelling — New equivariant graph neural network (EnQA) trained on CASP and AlphaFold2 structural models and compared with existing quality-assessment methods on held-out test sets
N
No single N: separate test sets of 9501 CASP14 models (64 targets), 945 CAMEO models (38 targets) and 56 AlphaFold2 test targets
Population
Predicted 3D protein structural models from CASP, CAMEO and AlphaFold2
Outcome
Agreement (MSE, MAE, Pearson correlation) between predicted and true lDDT quality scores at residue and model level

Structured fields used in claim comparison tables when every cited study has a complete layer.

What they did

The authors represented each predicted protein structure as a graph of residues and built EnQA, a network whose layers are equivariant to rotating or moving the molecule, so its quality estimate cannot depend on arbitrary orientation. It combined geometric features, protein language-model attention maps and information from AlphaFold2 predictions. They trained on older CASP rounds and AlphaFold2 models, then tested on CASP14, CAMEO and a family-disjoint AlphaFold2 test set, comparing with DeepAccNet, VoroMQA, ProQ4 and AlphaFold2's self-reported score.

What they found

On AlphaFold2 models the best variant reached a per-model correlation of 0.9001 with true quality, versus 0.8376 for AlphaFold2's own score, 0.4966 for DeepAccNet and 0.34 for VoroMQA. AlphaFold2's self-score systematically overestimated quality, while EnQA's predictions did not differ significantly from the truth. Removing AlphaFold2's confidence score as an input caused the largest drop in performance, but the model still beat older methods; one hand-crafted feature (buriedness) barely mattered.

The limits

What it doesn't show

The AlphaFold2 test set is small (56 targets) and the CAMEO set covers only 38 targets over a few months, so rankings could shift on other data. On CASP14 the method was slightly worse than a simple AlphaFold2-consensus baseline on per-residue MAE, so it is not uniformly better. The authors note that AlphaFold2's apparent overestimation may partly reflect errors in the experimental reference structures. The paper does not isolate how much of the gain comes from equivariance itself versus the extra AlphaFold2 and language-model features.

Key terms

Equivariance
A property of a network whose output transforms in a matching way when the input is rotated or translated; invariance is the special case where the output does not change at all.
Model quality assessment (QA)
Estimating how close a predicted protein structure is to the true, unknown structure without seeing that true structure.
lDDT
Local distance difference test: a per-residue score of how well local inter-atom distances in a model match the real structure.
Graph neural network
A neural network that passes messages between connected nodes of a graph, here residues linked when they lie within 15 Å.
Ablation
Retraining a model with one input or component removed to measure how much that part contributes.

Flashcards

1 / 10

0 of 10 answers reviewed

Research intelligence for this paper

See its role on concept claims, tensions it is part of, placement history, and related discoveries.

Open paper intelligence

Quiz yourself

1 / 5

What does it mean for EnQA to be 3D-equivariant?

Common questions

Why should a quality score be rotation-invariant?

A protein's accuracy does not change if you spin it in space, so a network that could give different scores for different orientations would be learning something meaningless; building in equivariance removes that possibility.

If AlphaFold2 already gives a confidence score, why build another tool?

The paper shows AlphaFold2's self-reported score tends to be too optimistic, and an independent assessor that combines several kinds of features can rank and flag weak models more accurately.

Was the test data truly unseen?

The AlphaFold2 test targets were released after CASP14 began and share no SCOP family with the training data, which reduces leakage, though the set is small.

More on Graph neural networks