Structure prediction backbone that swaps AlphaFold3-style triangle attention for triangle multiplication, cutting compute without losing accuracy.
No providers recorded yet. Browse all providers
PairMixer is a structure-prediction backbone that makes AlphaFold3-style modeling substantially more efficient without sacrificing accuracy. Modern biomolecular structure predictors rely on the Pairformer module, whose triangle attention operations encode higher-order geometric relationships between residue pairs but scale poorly to long sequences and dominate both training and inference cost. This computational burden limits how large a complex can be modeled and how quickly structures can be generated in downstream design pipelines.
The core claim of PairMixer — reflected in its paper title, "Triangle Multiplication Is All You Need For Biomolecular Structure Representations" — is that the expensive triangle attention can be removed entirely, leaving triangle multiplication and feed-forward layers to carry the geometric reasoning. This yields a leaner pair representation update that preserves the higher-order reasoning needed for accurate folding and docking while cutting cost.
PairMixer was developed by researchers at Genesis Therapeutics and the University of Texas at Austin and released as a preprint in October 2025, with pretrained weights and a command-line interface made public. It offers a practical, drop-in alternative to the Pairformer backbone for teams running structure prediction at scale.
PairMixer maintains an L×L×Cz pair representation updated exclusively through triangle multiplication, drops sequence updates by folding evolutionary information into the pair representation via a shallow four-layer MSA module, and keeps the diffusion module unchanged. It is offered in small (12-layer), medium (24-layer), and large (48 Pairformer plus 24 diffusion layer) variants, trained in two phases (~53k iterations on PDB plus OpenFold distillation, then ~15k finetuning iterations on PDB). On a 533-structure RCSB test set the large model reaches a mean lDDT of 0.78, matching Pairformer. On PoseBusters protein-ligand docking it attains a ligand RMSD<2A success rate of 0.55 (versus Boltz-1's 0.54), with comparable results on antibody-antigen (DockQ>0.23 of 0.23) and RNA (lDDT 0.59). In a downstream binder design application it provides a 2x-2.6x speedup and extends handling from roughly 500 to 650+ residues.
PairMixer benefits computational structural biologists and drug-discovery teams that run AlphaFold3-class prediction at volume, where inference cost and sequence-length limits are bottlenecks. Its efficiency makes it well suited to high-throughput protein and complex prediction, protein-ligand docking, and generative design loops such as binder generation, where faster structure evaluation directly speeds iteration.
By showing that triangle attention is not required for accurate structure representation, PairMixer challenges a core assumption of the Pairformer design and offers a more scalable backbone for the field. Its combination of matched accuracy, lower training cost, and faster long-sequence inference is directly relevant to teams operating structure predictors in production. As a recent preprint awaiting peer review, its accuracy on the most challenging targets and its behavior at very large complex sizes will be clarified by further evaluation.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.