Contrastive Learning for Sequence and Structure - co-embeds protein sequences and structures
Project description
CLSS: Contrastive learning unites sequence and structure in a global representation of protein space
Paper: https://www.biorxiv.org/content/10.1101/2025.09.05.674454v3.full.pdf
DOI: https://doi.org/10.1101/2025.09.05.674454
Interactive viewer: https://gabiaxel.github.io/clss-viewer/
Abstract
Amino acid sequence dictates the three-dimensional structure and biological function of proteins. Yet, despite decades of research, our understanding of the interplay between sequence and structure is incomplete. To meet this challenge, we introduce Contrastive Learning Sequence-Structure (CLSS), an AI-based contrastive learning model trained to co-embed sequence and structure information in a self-supervised manner. We trained CLSS on large and diverse sets of protein building blocks called domains. CLSS represents both sequences and structures as vectors in the same high-dimensional space, where distance relates to sequence-structure similarity. Thus, CLSS provides a natural way to represent the protein universe, reflecting evolutionary relationships, as well as structural changes. We find that CLSS refines expert knowledge about the global organization of protein space, and highlights transitional forms that resist hierarchical classification. CLSS reveals linkage between domains of seemingly separate lineages, thereby significantly improving our understanding of evolutionary design.
TL;DR
CLSS is a self-supervised, two-tower contrastive model that co-embeds protein sequences and structures into a shared 32‑D space, enabling unified mapping of protein space across modalities.
Key ideas
- Two-tower architecture: sequence tower (ESM2‑like, ~35M params) co-trained; structure tower (ESM3) kept frozen; both feed 32‑D L2‑normalized adapters.
- Segment-aware training: contrastive pairs match full-domain structures with random sequence sub-segments (≥10 aa) to encode contextual compatibility.
- Unified embeddings: sequences, structures, and subsequences align in a single space; distances track ECOD hierarchy and reveal cross-fold relationships.
- Scale & efficiency: ~36M trainable params, compact embeddings (32‑D) supporting efficient inference and training.
- Resources: code + weights, and a public CLSS viewer for exploration.
See paper for full details, datasets, ablations, and comparisons.
Quick Start
Installation
pip install clss-model
Examples
Complete examples are available in the examples/ directory:
-
examples/training/- Full training pipelinetrain.py- Main training script with PyTorch Lightningdataset.py- ECOD dataset loading and preprocessingargs.py- Command-line argument parsinginfra.py- Infrastructure setup (distributed training, logging)
-
examples/inference/- Inference and embeddinginfer.py- Protein sequence and structure embeddingsample-pdbs/- Example PDB files for testing
Data
- ECOD‑AF2 domains (training/validation set).
Citation
If you use this repository, please cite:
@article{Yanai2025CLSS,
title={Contrastive learning unites sequence and structure in a global representation of protein space},
author={Yanai, Guy and Axel, Gabriel and Longo, Liam M. and Ben-Tal, Nir and Kolodny, Rachel},
journal={bioRxiv},
year={2025},
doi={10.1101/2025.09.05.674454},
url={https://www.biorxiv.org/content/10.1101/2025.09.05.674454v3.full.pdf}
}
Acknowledgments & Contact
- See the paper for funding and acknowledgments.
- Correspondence: llongo@elsi.jp, bental@tauex.tau.ac.il, trachel@cs.haifa.ac.il.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clss_model-0.3.2.tar.gz.
File metadata
- Download URL: clss_model-0.3.2.tar.gz
- Upload date:
- Size: 8.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab069f0d2bbb9edc63268403e2ce32c8b4cdf4b2f23f21f99638b41690978e40
|
|
| MD5 |
bd8110b2d29017800ae74cfdf3b0205f
|
|
| BLAKE2b-256 |
52aa0d1ef4144d11cd62e5c4658d67f17e40f9ea026b8a355fe086e0b0bc1094
|
File details
Details for the file clss_model-0.3.2-py3-none-any.whl.
File metadata
- Download URL: clss_model-0.3.2-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86d7925ab92fba3e26e7b0b1bb71e41ac41b93716e9dc85a7609f95d11850610
|
|
| MD5 |
f0e77fc71b112da89c22a0b5a8aea9bf
|
|
| BLAKE2b-256 |
811f933cd685bff65a1f9d5a95c032b3c249458f46c349586288babce283abd8
|